- controller actions can now have default param values set as arguments |
|
More...
|
over 16 years ago
|
- added link helper - modified madeam router to handle regular expression parameters better - fixed belongsTo and hasOne activeRecord results and relations |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@236 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- testing idea that partials can be called via ajax requests |
|
More...
|
over 16 years ago
|
- fixed wrong data being sent to parser from controller - added gjs() method to html helper which outputs a call to google's javascript library api - re-named anything called validation to validate as it should be - model validation now uses madeam validation class |
|
More...
|
over 16 years ago
|
- fixed problem in controller where when using models they don't continue exist after being used once - implemented new activeRecord which is more effecient in terms of the number of queries it uses for hasMany and habtm relationships |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@232 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@231 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@230 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@229 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- fixed problem with assigning arrays to view - made it possible to render just text |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@227 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
gah re-named it back to setup.php |
|
More...
|
over 16 years ago
|
- well that didn't work as I expected... |
|
More...
|
over 16 years ago
|
- adding setup.php file and am going to try locking it down |
|
More...
|
over 16 years ago
|
- now re-named so that is suffixed with "original". I think that makes more sense. |
|
More...
|
over 16 years ago
|
- re-named setup.php file to setup-local.php so the setup file isn't overwritten during development |
|
More...
|
over 16 years ago
|
- removed pageTitle set from http404 action |
|
More...
|
over 16 years ago
|
- see bootstrap for a new possible way of handling constants (didn't seem much faster) |
|
More...
|
over 16 years ago
|
- added cacheing for controller setup info - added config option "cache_controllers" to setup config |
|
More...
|
over 16 years ago
|
- fixed memory overflow when debugging is disabled and an error occurs - missing view, action and controller now return an HTTP 404 code - re-named Madeam makeRequest to request |
|
More...
|
over 16 years ago
|
- added requestFiles param in controller for testing |
|
More...
|
over 16 years ago
|
- added comment blocks to model and Controller |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@215 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- updated activeRecord to use new callbacks (before it was only activeRecord2) |
|
More...
|
over 16 years ago
|
- callbacks are now methods and not parameters+methods in controllers and models |
|
More...
|
over 16 years ago
|
- removed eval() of missing model classes in controller |
|
More...
|
over 16 years ago
|
- added callbacks to models |
|
More...
|
over 16 years ago
|
- added MissingMethod Exception - trying to use a model method that doesn't exist now throws an exception. |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@209 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|