Commit graph

  • 3f10d747b7 - Cake didn't work without mod_rewrite, fixed (/index.php, /libs/router.php). - Controller accepts $params as a constructor parameter (for Larry). - DBO::prepare() returned an array even when a string was passed to it, fixed. - Flay and Folder tests fixed, DBO_Factory test disabled (no database config by default, so do database access to test). - pies 2005-06-05 19:42:54 +0000
  • 443a702376 I've merged in Olle's changes. pies 2005-06-05 11:05:24 +0000
  • dada2432f0 Merging current trunk into my sandbox. Added docblocks that where missing from some files in the trunk phpnut 2005-06-05 04:56:55 +0000
  • f98a79266f Merging current trunk into my sandbox. Added docblocks that where missing from some files in the trunk phpnut 2005-06-05 04:43:07 +0000
  • 40c77bcb53 Merging current trunk into my sandbox. Added docblocks to some methods that were missing in the trunk/cake/libs/basics.php phpnut 2005-06-05 04:27:03 +0000
  • 85dff45ada - NeatArray::threaded() returns to the repository, it got lost somehow. - A limit (default: 200 lines) on query log size in DBO. - A fix for Flay's url guessing. - Removed application specific code from /libs/legacy.php - A fix for /libs/model.php - An unfinished /libs/dbo_pear.php; if anyone can help out finishing it, it would be great -- I don't know Pear::DB too well pies 2005-06-02 23:04:20 +0000
  • 065131205d Merged in Olle's changes (comments). Olle, can you sync with the trunk? It's up to half an hour ago. pies 2005-06-02 19:37:06 +0000
  • 303d3202d2 SQLite driver should work. brego 2005-06-01 21:30:39 +0000
  • 9bbe275903 (I don't know what's happening:/ ) pies 2005-05-31 23:18:22 +0000
  • 12fe85f2c0 (I've lost Internet connection during a commit, I thought svn was supposed to roll back, I don't think it did though, I'm including the changelog again, perhaps it's just Tortoise SVN). --- Sync'd with my sandbox, the changes are the same as with my previous commit, here's a copy: --- Sync'd with Olle's sandbox and with the Ajax stuff I've received. I'm trying to put together a sample application using Ajax, but it's gonna take at least few days (mostly because I've already done it and got bored with it:) pies 2005-05-31 23:17:48 +0000
  • 8af7d1f67a Sync'd with Olle's sandbox and with the Ajax stuff I've received. I'm trying to put together a sample application using Ajax, but it's gonna take at least few days (mostly because I've already done it and got bored with it:) pies 2005-05-31 22:40:49 +0000
  • 4234bc9488 I've added some fixes and new methods, hope this gets to be in the today's release. If not, at least the fixes should get in as soon as possible. pies 2005-05-29 19:43:59 +0000
  • 3ccf15ce3a - fixed a bug in default config by changing PagesController::show() instead of PagesController::display() - added Template::renderElement('element_name_or_path', $params_array) with appropriate /config/paths.php defines and a /app/views/elements directory - added Ajax stuff to the Controller class, but I think it needs to be moved out into some helper class, along with all the tag generators - new Flay::extractWords() to return an array of words from a string - new Time::timeAgoInWords() - added /vendors/javascript/prototype.js and /public/js/prototype.js (with some changes, we can keep only one copy in the tree) pies 2005-05-29 19:25:55 +0000
  • eda3d2cfee The default home route was correct after all ;) pies 2005-05-23 23:20:32 +0000
  • 1f8dd75a34 - default layout uses the new cssTag and charsetTag - default set of routes no longer routes all unknown requests to Pages controller (/pages/* is used now for that) - Pages::index is used as default home, I'll try to make it read all the controllers and methods and present them as a website menu - added tag definitions for cssTag and charsetTag - extended NeatArray class with some more methods - DbFactory auto-loads database configuration - missing error message added (for no action set) - /logs directory added (at least, I hope) pies 2005-05-23 23:08:43 +0000
  • 8e0af6609a Added /app/helpers and /modules. pies 2005-05-23 19:15:08 +0000
  • 4a87a75332 - Two standard controllers -- PageController and TestsController - Helpers for controllers -- each controller has it's own helper in the /app/helpers directory - /logs and /modules directories - The application runs just fine without /config/database.php if controllers don't ask for db access - Changed the name of /public/dispatch.php to /public/index.php, it's nicer and more standard, won't you agree? Kamil's fix for no-mod_rewrite needs to be re-implemented - Cleanups, fixes, and even one or two comments ;) pies 2005-05-22 23:24:09 +0000
  • 3dd8d77b09 Fixed a bug in log.php and object.php, deleted 'components' dir (it's now 'modules'). pies 2005-05-21 22:51:26 +0000
  • b5f6dba58e git-svn-id: https://svn.cakephp.org/repo/trunk/cake@148 3807eeeb-6ff5-0310-8944-8be069107fe0 pies 2005-05-21 22:40:51 +0000
  • b2ba766780 fixing my local working copy phpnut 2005-05-21 16:12:57 +0000
  • a3621e3e2f Minor tab issues. brego 2005-05-18 22:37:03 +0000
  • 3f7450435a Commenting is slow. I noticed some under_scored methods in db stuf... Goodnight. brego 2005-05-18 22:29:02 +0000
  • ec0abbaac0 Some docblock formatting changes, and /libs/bake.php - takes time, but domumenting is very educating :) brego 2005-05-18 10:11:28 +0000
  • ea0191d321 commenting one more file, before going to bed. brego 2005-05-17 22:58:16 +0000
  • 2f71ce4e4a more comments. brego 2005-05-17 22:42:43 +0000
  • 4da3ef5b9b commenting happily... brego 2005-05-17 22:32:06 +0000
  • b92f61d3a7 Removed some empty comment lines. pies 2005-05-17 22:23:22 +0000
  • 0a4a5e9844 writing some docs, starting low... brego 2005-05-17 22:04:09 +0000
  • d84575c565 modifying file headers removing tabs in file I found them in all code should use spaces If your editor allows set tabs to 4 spaces :) phpnut 2005-05-17 21:47:59 +0000
  • ce08562f5d modifying file headers phpnut 2005-05-17 21:39:28 +0000
  • a04f96df6b modifying file headers phpnut 2005-05-17 21:27:56 +0000
  • ae6c6d0a36 Bugfixes, cleanups and a new DbFactory class to generate DBO objects according to the db configuration. pies 2005-05-17 20:55:27 +0000
  • 289f5ac21c neatArray class renamed to NeatArray phpnut 2005-05-17 02:41:13 +0000
  • cc358c225e fixed auto-props phpnut 2005-05-17 02:03:09 +0000
  • be6ddc3213 corrected since version number should be 1.0.0.114 phpnut 2005-05-17 02:00:11 +0000
  • f409b10a97 adding docblocks and file header phpnut 2005-05-17 01:31:36 +0000
  • 81d89626e1 corrected names of params in the docblock phpnut 2005-05-16 23:47:54 +0000
  • a778f3c3c3 Merging my changes into trunk. This should give us a nice clean trunk to continue with. It's strongly recommended that you merge this version with your sandboxes -- I've added all the phpdoc fields and changed a lot. pies 2005-05-16 23:14:37 +0000
  • bb71238ec1 change license to The MIT License phpnut 2005-05-16 00:52:42 +0000
  • 1e6c7b9d90 adding MIT License phpnut 2005-05-16 00:51:40 +0000
  • cd86555549 moving cake to a sub directory phpnut 2005-05-15 21:41:38 +0000
  • d832800a85 moving things around ;) phpnut 2005-05-15 21:38:14 +0000