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
- fixed model classes being eval()ed before using the existing class when using models in controllers
Joshua Davey
as joshdavey
More... over 16 years ago
- added ability to use views in View directory as static pages that use the App controller
Joshua Davey
as joshdavey
More... over 16 years ago
- removed old & reference in component for referencing a Controller - passed on controller to components instantiated in controller
Joshua Davey
as joshdavey
More... over 16 years ago
- added new way of setting controller callbacks - re-named actions to be suffixed with "Action" - added HeadersSent Exception - redirecting after headers are sent now throws and exception - major controller re-structuring and re-factoring - re-named methods for setting layout and view and calling actions and partials - minor re-factoing of model class - removed validators from model class - controller is now executed by simply calling "process()"
Joshua Davey
as joshdavey
More... over 16 years ago
- cottage copy
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed parameters not being merged with $_GET vars properly causing errors with callAction - $controller in views is now called $view example: $view->setLayout(false);
Joshua Davey
as joshdavey
More... over 16 years ago
- forgot to merge new parser class (now merged) - forgot to mention that views are now processed by parsers (big change!)
Joshua Davey
as joshdavey
More... over 16 years ago
- removed constants that are in the config class - updated readme file
Joshua Davey
as joshdavey
More... over 16 years ago
- fixed issue with habtmAdd and habtmDelete using old inflector methods - revision 200!
Joshua Davey
as joshdavey
More... almost 17 years ago
- added silly debug console prototype to main index (commented out)
Joshua Davey
as joshdavey
More... almost 17 years ago
- testing the idea of creating model classes with eval when the model class doesn't exist. This allows super fast prototyping and it's a cool selling point.
Joshua Davey
as joshdavey
More... almost 17 years ago
- fixed problem of exception catchers using old setMessage method - removed Madeam_Error class
Joshua Davey
as joshdavey
More... almost 17 years ago
- I keep accidently committing the index controller with my stuff in it. Anyone know how I can stop being a goof?
Joshua Davey
as joshdavey
More... almost 17 years ago
- add new activeRecord class that uses PDO (so much better) - removed Madeam_Error class dependencies. (just uses Madeam_Exception for catching exceptions now)
Joshua Davey
as joshdavey
More... almost 17 years ago
- config is no longer stored in registry - config is now stored in Madeam_Config - any files dependent on this change have been fixed
Joshua Davey
as joshdavey
More... almost 17 years ago
- increased css padding on madeam errors
Joshua Davey
as joshdavey
More... almost 17 years ago
- re-named connectionFailed to connectionFail - added inline_errors option in setup - added cache_models option in setup - added cache_inline option in setup - added cache_routes option in setup - fixed missing view error causing no exception to be thrown - removed db exception - cleaned up logger class and format logs are statically stored in class
Joshua Davey
as joshdavey
More... almost 17 years ago
- added better exception handling for activeRecord connection and query failures - removed DB Exception - added ConnectionFailed, MissingResource and QueryFail exceptions
Joshua Davey
as joshdavey
More... almost 17 years ago
- removed test queries from index controller
Joshua Davey
as joshdavey
More... almost 17 years ago
- fixed logger from not logging - set sql property to public in ActiveRecord - sql property is set in all query builders - stylized error page so it is similar to master template - added new exception types - not connecting to database throws an exception now
Joshua Davey
as joshdavey
More... almost 17 years ago
- removed debugging message from controller
Joshua Davey
as joshdavey
More... almost 17 years ago
- moved anthology directory outside of app directory and re-named it to library - testing new cookie setting and destroying in controller
Joshua Davey
as joshdavey
More... almost 17 years ago
- added index.php back to public directory instead of using dispatcher.php
Joshua Davey
as joshdavey
More... almost 17 years ago
- fixed using old params variable instead of requestGet (thanks Ben) - error class now checks output buffer level instead of output buffer contents - removed undeeded closing php tags from all files that are purely php
Joshua Davey
as joshdavey
More... almost 17 years ago
- formatted source code with zend studio - params are no more. requestCookie, requestGet, requestPost, requestMethod
Joshua Davey
as joshdavey
More... almost 17 years ago
- added get, post, session, cookie variables so that they can be passed on to controller
Joshua Davey
as joshdavey
More... almost 17 years ago
- just added some ideas to the controller. doesn't affect anything
Joshua Davey
as joshdavey
More... almost 17 years ago
- re-named currentUri to getCurrentURI and parseUri to parseURI - re-named showLayout to useLayout - prefixed madeamUri with '/'
Joshua Davey
as joshdavey
More... almost 17 years ago
- _get and _post removed from controller - params added back
Joshua Davey
as joshdavey
More... almost 17 years ago
- error handler no longer escapes immediately. It first checks the severity of the error.
Joshua Davey
as joshdavey
More... almost 17 years ago