Fix missing namespaces and one forgotten rename. |
|
More...
|
almost 13 years ago
|
This is Avalon 0.2 |
|
More...
|
almost 13 years ago
|
Avalon now makes use of PHP 5.3's Namespaces and is no longer a PHP 5.2 framework. |
|
More...
|
almost 13 years ago
|
Tweaks to the to_array helper. |
|
More...
|
about 13 years ago
|
The PDO database driver now lowercases the database type. |
|
More...
|
about 13 years ago
|
Added/renamed Model hooks: 'model::__construct', 'model::find', 'model::save/save', 'model::save/create', 'model::__get', 'model::set' and 'model::__set'. |
|
More...
|
about 13 years ago
|
If a route exists, don't overwrite it. |
|
More...
|
about 13 years ago
|
Added the Load::register_path($path) method, which Avalon will use to search for controllers and views. |
|
More...
|
about 13 years ago
|
Added FishHook, a plugin class. |
|
More...
|
about 13 years ago
|
Values that are 'NULL' are no longer quoted. |
|
More...
|
about 13 years ago
|
Send the routed method to the controller before filters. |
|
More...
|
about 13 years ago
|
The Form::select() now sets the elements ID. |
|
More...
|
about 13 years ago
|
Added the Form::radio() helper. |
|
More...
|
about 13 years ago
|
Don't call static::time() in Time::date() |
|
More...
|
about 13 years ago
|
The Form::select() helper now supports option groups. |
|
More...
|
about 13 years ago
|
PDO_Statement::fetch() now returns false if there is no data. |
|
More...
|
about 13 years ago
|
Allow models to use the Model::_set_changed() method. |
|
More...
|
about 13 years ago
|
Request::redirect() now calls exit after setting the location. |
|
More...
|
about 13 years ago
|
Fixes with the created_at/updated_at time handling. |
|
More...
|
about 13 years ago
|
Automatic setting of the created_at and updated_at fields. |
|
More...
|
about 13 years ago
|
Added Form::label($text[, $for[, $attributes]]) method. |
|
More...
|
about 13 years ago
|
Fixed an issue with the Request::base() method. |
|
More...
|
about 13 years ago
|
Fixed an issue where updating a database row with certain values would cause it to be treated as "NOW()". |
|
More...
|
about 13 years ago
|
Fixed an issue where the 404 controller would render the routed view even when the routed controller didn't exit. |
|
More...
|
about 13 years ago
|
Avalon is now licensed under the GNU Lesser General Public License |
|
More...
|
about 13 years ago
|
Small tweak to database class when auto loading models. |
|
More...
|
over 13 years ago
|
The Time::date() method is now static. |
|
More...
|
over 13 years ago
|
Fix to the Model::set() method. |
|
More...
|
over 13 years ago
|
Few enhancements to the Model class, it should now be possible to use a model without setting its properties. |
|
More...
|
over 13 years ago
|
Added the to_array() function to the array helper. |
|
More...
|
over 13 years ago
|