joomla / joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
http://framework.joomla.org
GNU General Public License v2.0
189 stars 140 forks source link

Start converting registry usage to an array. #259

Closed dongilbert closed 11 years ago

dongilbert commented 11 years ago

No where near completion, but this is something that we've been needing to do for a while.

It replaces usage and typehinting for Registry with simple array access. This makes our packages more flexible, in that it's no longer required to use the Registry package in order to use the packages. This is another step towards a more de-coupled architecture.

It also contains just some general cleanup.