0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added Rox_Log + file adapter
rtorres
as Ramon Torres
More... about 16 years ago
fixed "Strict Standards" warning when overriding Rox_ActiveRecord::model()
rtorres
as Ramon Torres
More... about 16 years ago
renamed collection methods for consistency purposes
rtorres
as Ramon Torres
More... about 16 years ago
associations WIP
rtorres
as Ramon Torres
More... about 16 years ago
implemented Rox_ActiveRecord::updateAttributes()
rtorres
as Ramon Torres
More... about 16 years ago
* renamed all the instances of "field/s" to "attribute/s" * added Rox_ActiveRecord::_validatesUniquenessOf()
rtorres
as Ramon Torres
More... about 16 years ago
access model data as properties.
rtorres
as Ramon Torres
More... over 16 years ago
* file extension support. * updated default templates to new naming convention.
rtorres
as Ramon Torres
More... over 16 years ago
fixed: undefined constant notice on Rox_Exception_Handler::_render()
rtorres
as Ramon Torres
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
rtorres
as Ramon Torres
More... over 16 years ago
* removed WWW constant, added Rox_Router::base() function * moved timezone settings to init.php
rtorres
as Ramon Torres
More... over 16 years ago
* fixed: incorrect action method name when parsing url with prefix * test case for router
rtorres
as Ramon Torres
More... over 16 years ago
made Controller::pageTitle public and removed setter.
rtorres
as Ramon Torres
More... over 16 years ago
* re-structuring the controller * added Rox_View::element() for rendering shared elements
rtorres
as Ramon Torres
More... over 16 years ago
added methods for generating links from Rox_ActiveRecord instances
rtorres
as Ramon Torres
More... over 16 years ago
Rox_ActiveRecord::exists() now accepts conditions and ids
rtorres
as Ramon Torres
More... over 16 years ago
* added deleteAll() method * added _beforeDelete() callback
rtorres
as Ramon Torres
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()
rtorres
as Ramon Torres
More... over 16 years ago
refactoring and updating doc blocks
rtorres
as Ramon Torres
More... over 16 years ago
cache now uses the loader class
rtorres
as Ramon Torres
More... over 16 years ago
pass HTML attributes on input() method
rtorres
as Ramon Torres
More... over 16 years ago
updated form fields styling
rtorres
as Ramon Torres
More... over 16 years ago
* refactoring form helper * added attributes arg to Rox_Helper_Html::img()
rtorres
as Ramon Torres
More... over 16 years ago
Rox_Helper_Form::create() support for custom html attributes
rtorres
as Ramon Torres
More... over 16 years ago
added beforeFilter() and afterFilter() callbacks to controller
rtorres
as Ramon Torres
More... over 16 years ago
removed 8KB limit of file cache adapter
rtorres
as Ramon Torres
More... over 16 years ago
findBy* methods
rtorres
as Ramon Torres
More... over 16 years ago
* added flash messages * fixed E_STRICT warning on Rox_ActiveRecord::find() * enabled Rox_Helper_Form::forModel() action option
rtorres
as Ramon Torres
More... over 16 years ago
fixed "No buffer to delete" warning in Exception Handler
rtorres
as Ramon Torres
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)
rtorres
as Ramon Torres
More... over 16 years ago