0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix missing namespaces and one forgotten rename. More... almost 13 years ago
This is Avalon 0.2
n
as Jack Polgar
More... almost 13 years ago
Avalon now makes use of PHP 5.3's Namespaces and is no longer a PHP 5.2 framework.
n
as Jack Polgar
More... almost 13 years ago
Tweaks to the to_array helper.
n
as Jack Polgar
More... about 13 years ago
The PDO database driver now lowercases the database type.
n
as Jack Polgar
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'.
n
as Jack Polgar
More... about 13 years ago
If a route exists, don't overwrite it.
n
as Jack Polgar
More... about 13 years ago
Added the Load::register_path($path) method, which Avalon will use to search for controllers and views.
n
as Jack Polgar
More... about 13 years ago
Added FishHook, a plugin class.
n
as Jack Polgar
More... about 13 years ago
Values that are 'NULL' are no longer quoted.
n
as Jack Polgar
More... about 13 years ago
Send the routed method to the controller before filters.
n
as Jack Polgar
More... about 13 years ago
The Form::select() now sets the elements ID.
n
as Jack Polgar
More... about 13 years ago
Added the Form::radio() helper.
n
as Jack Polgar
More... about 13 years ago
Don't call static::time() in Time::date()
n
as Jack Polgar
More... about 13 years ago
The Form::select() helper now supports option groups.
n
as Jack Polgar
More... about 13 years ago
PDO_Statement::fetch() now returns false if there is no data.
n
as Jack Polgar
More... about 13 years ago
Allow models to use the Model::_set_changed() method.
n
as Jack Polgar
More... about 13 years ago
Request::redirect() now calls exit after setting the location.
n
as Jack Polgar
More... about 13 years ago
Fixes with the created_at/updated_at time handling.
n
as Jack Polgar
More... about 13 years ago
Automatic setting of the created_at and updated_at fields.
n
as Jack Polgar
More... about 13 years ago
Added Form::label($text[, $for[, $attributes]]) method.
n
as Jack Polgar
More... about 13 years ago
Fixed an issue with the Request::base() method.
n
as Jack Polgar
More... about 13 years ago
Fixed an issue where updating a database row with certain values would cause it to be treated as "NOW()".
n
as Jack Polgar
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.
n
as Jack Polgar
More... about 13 years ago
Avalon is now licensed under the GNU Lesser General Public License
n
as Jack Polgar
More... about 13 years ago
Small tweak to database class when auto loading models.
n
as Jack Polgar
More... over 13 years ago
The Time::date() method is now static.
n
as Jack Polgar
More... over 13 years ago
Fix to the Model::set() method.
n
as Jack Polgar
More... over 13 years ago
Few enhancements to the Model class, it should now be possible to use a model without setting its properties.
n
as Jack Polgar
More... over 13 years ago
Added the to_array() function to the array helper.
n
as Jack Polgar
More... over 13 years ago