I believe the globalization branch is ripe for a merge. The bulk of this change is that rather than configure controllers via factories.ini, you will now configure Contexts via contexts.ini. So, factories.ini is no longer needed but I suggest you copy the sample contexts.ini into place and study the differences in your old factories.ini and the new contexts.ini to ensure you have the proper implementations configured for your project. You will also want to alter your index.php according to the one found in the samples directory as you no longer load the controller directly and dispatch it.
Other notable changes: Controller is a true abstract factory instead of a broken singleton Controller::getInstance is deprecated, use Controller::newInstance() Controller::initialize is now public Fixed bug in Storage which prevented auto_start from being turned off Daniel Swarbrick's PDO driver contribution ReturnArrayConfigHandler got an option to parse values into booleans (real_booleans) SmartyView uses the SMARTY_CACHE_DIR setting, else uses AG_CACHE_DIR for cache dir. Lots of refactored and a handful of new tests! :) If nobody hollers, I think I'll be merging it in tomorrow evening, provided I can coordinate the necessary changes to agavi.org with Bob. -Mike _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
