| added Rox_Log + file adapter |
|
More...
|
about 16 years ago
|
| fixed "Strict Standards" warning when overriding Rox_ActiveRecord::model() |
|
More...
|
about 16 years ago
|
| renamed collection methods for consistency purposes |
|
More...
|
about 16 years ago
|
| associations WIP |
|
More...
|
about 16 years ago
|
| implemented Rox_ActiveRecord::updateAttributes() |
|
More...
|
about 16 years ago
|
| * renamed all the instances of "field/s" to "attribute/s" * added Rox_ActiveRecord::_validatesUniquenessOf() |
|
More...
|
about 16 years ago
|
| access model data as properties. |
|
More...
|
over 16 years ago
|
| * file extension support. * updated default templates to new naming convention. |
|
More...
|
over 16 years ago
|
| fixed: undefined constant notice on Rox_Exception_Handler::_render() |
|
More...
|
over 16 years ago
|
| * reduced number of named constants to the minimum. * moved DATATYPE_* constants to ActiveRecord.php * renamed APP and ROX constants to ROX_APP_PATH and ROX_FRAMEWORK_PATH, respectively |
|
More...
|
over 16 years ago
|
| * removed WWW constant, added Rox_Router::base() function * moved timezone settings to init.php |
|
More...
|
over 16 years ago
|
| * fixed: incorrect action method name when parsing url with prefix * test case for router |
|
More...
|
over 16 years ago
|
| made Controller::pageTitle public and removed setter. |
|
More...
|
over 16 years ago
|
| * re-structuring the controller * added Rox_View::element() for rendering shared elements |
|
More...
|
over 16 years ago
|
| added methods for generating links from Rox_ActiveRecord instances |
|
More...
|
over 16 years ago
|
| Rox_ActiveRecord::exists() now accepts conditions and ids |
|
More...
|
over 16 years ago
|
| * added deleteAll() method * added _beforeDelete() callback |
|
More...
|
over 16 years ago
|
| * Request object now is a public property of controller * controller can take configuration in the constructor * removed model loader from controller. not longer necessary because Rox now uses autoloader * now can pass associative array as first param to Rox_Controller::set() |
|
More...
|
over 16 years ago
|
| refactoring and updating doc blocks |
|
More...
|
over 16 years ago
|
| cache now uses the loader class |
|
More...
|
over 16 years ago
|
| pass HTML attributes on input() method |
|
More...
|
over 16 years ago
|
| updated form fields styling |
|
More...
|
over 16 years ago
|
| * refactoring form helper * added attributes arg to Rox_Helper_Html::img() |
|
More...
|
over 16 years ago
|
| Rox_Helper_Form::create() support for custom html attributes |
|
More...
|
over 16 years ago
|
| added beforeFilter() and afterFilter() callbacks to controller |
|
More...
|
over 16 years ago
|
| removed 8KB limit of file cache adapter |
|
More...
|
over 16 years ago
|
| findBy* methods |
|
More...
|
over 16 years ago
|
| * added flash messages * fixed E_STRICT warning on Rox_ActiveRecord::find() * enabled Rox_Helper_Form::forModel() action option |
|
More...
|
over 16 years ago
|
| fixed "No buffer to delete" warning in Exception Handler |
|
More...
|
over 16 years ago
|
| * added total of entries to pagination result * removed long list of parameters from Rox_ActiveRecord::find() and Rox_ActiveRecord::findAll() * Rox_ActiveRecord::find() now throws a RecordNotFound exception when finding by id (scalar value passed as conditions argument) |
|
More...
|
over 16 years ago
|