- fixed model classes being eval()ed before using the existing class when using models in controllers |
|
More...
|
over 16 years ago
|
- added ability to use views in View directory as static pages that use the App controller |
|
More...
|
over 16 years ago
|
- removed old & reference in component for referencing a Controller - passed on controller to components instantiated in controller |
|
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()" |
|
More...
|
over 16 years ago
|
- cottage copy |
|
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); |
|
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!) |
|
More...
|
over 16 years ago
|
- removed constants that are in the config class - updated readme file |
|
More...
|
over 16 years ago
|
- fixed issue with habtmAdd and habtmDelete using old inflector methods - revision 200! |
|
More...
|
almost 17 years ago
|
- added silly debug console prototype to main index (commented out) |
|
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. |
|
More...
|
almost 17 years ago
|
- fixed problem of exception catchers using old setMessage method - removed Madeam_Error class |
|
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? |
|
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) |
|
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 |
|
More...
|
almost 17 years ago
|
- increased css padding on madeam errors |
|
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 |
|
More...
|
almost 17 years ago
|
- added better exception handling for activeRecord connection and query failures - removed DB Exception - added ConnectionFailed, MissingResource and QueryFail exceptions |
|
More...
|
almost 17 years ago
|
- removed test queries from index controller |
|
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 |
|
More...
|
almost 17 years ago
|
- removed debugging message from controller |
|
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 |
|
More...
|
almost 17 years ago
|
- added index.php back to public directory instead of using dispatcher.php |
|
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 |
|
More...
|
almost 17 years ago
|
- formatted source code with zend studio - params are no more. requestCookie, requestGet, requestPost, requestMethod |
|
More...
|
almost 17 years ago
|
- added get, post, session, cookie variables so that they can be passed on to controller |
|
More...
|
almost 17 years ago
|
- just added some ideas to the controller. doesn't affect anything |
|
More...
|
almost 17 years ago
|
- re-named currentUri to getCurrentURI and parseUri to parseURI - re-named showLayout to useLayout - prefixed madeamUri with '/' |
|
More...
|
almost 17 years ago
|
- _get and _post removed from controller - params added back |
|
More...
|
almost 17 years ago
|
- error handler no longer escapes immediately. It first checks the severity of the error. |
|
More...
|
almost 17 years ago
|