6
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- moved application bootstrap include into application controller
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@267 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- updated to version 0.1
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@265 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- form method defaults to post
Joshua Davey
as joshdavey
More... over 16 years ago
- query and execute now reflect PDO better in activeRecord
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@262 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@261 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@260 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@259 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- renamed parsers to builders
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@257 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- re-named prepareResult to prepareEntry
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@255 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed activeRecord limit
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@253 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- removed unecessary quotes from sanitized input
Joshua Davey
as joshdavey
More... over 16 years ago
- when sanitizing sql input it now adds quotes to strings
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed partial path when calling partials - fixed wrong constant being called for association joint in html and form helper - fixed error when accessing a page that doesn't exist using special characters like "="
Joshua Davey
as joshdavey
More... over 16 years ago
- put app path and lib path in front of system path in list of include directories so that it is checked first. Most files being included are going to be fron app and lib because the system ones have been pre-loaded
Joshua Davey
as joshdavey
More... over 16 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@248 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 16 years ago
- renamed callback methods to _callback - cache is now cleared when it is disabled
Joshua Davey
as joshdavey
More... over 16 years ago
- moving mime types and browsers from setup.php into their own config files
Joshua Davey
as joshdavey
More... over 16 years ago
- moved madeam constants for flash and user error to madeam class as class constants - added ability to include and exclude actions and controllers for controller callbacks - data sanitization is now done by the Madeam_Sanitize class - fixed bug with findXXXBy_field - improved the way cacheing is handled for controllers, models and routes
Joshua Davey
as joshdavey
More... over 16 years ago
- can now add your own custom where conditions without the interference of madeam
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed findOne where condition
Joshua Davey
as joshdavey
More... over 16 years ago
- escaped input for updateQuery builder method (need to do the same for insertQuery builder method)
Joshua Davey
as joshdavey
More... over 16 years ago
- used PDO's quote method to escape condition parameters
Joshua Davey
as joshdavey
More... over 16 years ago
- implemented new way of creating where conditions. will be able to apply to on conditions and having conditions soon as well - fixed problem with cacheing models
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed problem with undefined errors when going to a page that doesn't exist
Joshua Davey
as joshdavey
More... over 16 years ago