6
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- controller actions can now have default param values set as arguments
Joshua Davey
as joshdavey
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
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@236 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- testing idea that partials can be called via ajax requests
Joshua Davey
as joshdavey
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
Joshua Davey
as joshdavey
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
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@232 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@231 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@230 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@229 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed problem with assigning arrays to view - made it possible to render just text
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@227 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
gah re-named it back to setup.php
Joshua Davey
as joshdavey
More... over 16 years ago
- well that didn't work as I expected...
Joshua Davey
as joshdavey
More... over 16 years ago
- adding setup.php file and am going to try locking it down
Joshua Davey
as joshdavey
More... over 16 years ago
- now re-named so that is suffixed with "original". I think that makes more sense.
Joshua Davey
as joshdavey
More... over 16 years ago
- re-named setup.php file to setup-local.php so the setup file isn't overwritten during development
Joshua Davey
as joshdavey
More... over 16 years ago
- removed pageTitle set from http404 action
Joshua Davey
as joshdavey
More... over 16 years ago
- see bootstrap for a new possible way of handling constants (didn't seem much faster)
Joshua Davey
as joshdavey
More... over 16 years ago
- added cacheing for controller setup info - added config option "cache_controllers" to setup config
Joshua Davey
as joshdavey
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
Joshua Davey
as joshdavey
More... over 16 years ago
- added requestFiles param in controller for testing
Joshua Davey
as joshdavey
More... over 16 years ago
- added comment blocks to model and Controller
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@215 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- updated activeRecord to use new callbacks (before it was only activeRecord2)
Joshua Davey
as joshdavey
More... over 16 years ago
- callbacks are now methods and not parameters+methods in controllers and models
Joshua Davey
as joshdavey
More... over 16 years ago
- removed eval() of missing model classes in controller
Joshua Davey
as joshdavey
More... over 16 years ago
- added callbacks to models
Joshua Davey
as joshdavey
More... over 16 years ago
- added MissingMethod Exception - trying to use a model method that doesn't exist now throws an exception.
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@209 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago