Aug 31
Permalink

Agavi 1.0.0 beta 2 released!

1.0.0 beta 2 is now out!

We’ve fixed some minor issues that were in the beta 1 release, and added some changes and enhancements, I’ll just list the big ones:

  • Action-style dot-notation for models (Foo.Bar.Baz)
  • Per-module config_handlers.xml
  • Ability to use models and views from other modules, even if those require per-module autoloads

As of 1.0.0 beta 2, Agavi only allows fully qualified Action, View and Model names, i.e. including Module name, and with all dot-parts in the class name. So app/modules/Default/actions/Foo/BarAction.class.php must have a class called Default_Foo_BarAction.

Please test this release a lot and let us know if you experience any odd behavior!

The next beta release will follow in two or three weeks; we’re aiming for the first RC release in early October.