| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-09 | Fix a bug in set_version() where we were always forcing the value to 1. Oops! | Bharat Mediratta | |
| 2009-06-09 | Cache the available module list in module::$available. | Bharat Mediratta | |
| 2009-06-09 | Use a reference in available() to avoid crappy looking dereferencing. | Bharat Mediratta | |
| 2009-05-28 | Restore calls to module::load_modules() after ↵ | Bharat Mediratta | |
| install/activate/deactivate/uninstall events. | |||
| 2009-05-28 | Load the gallery module in load_modules(), but put it at the end of | Bharat Mediratta | |
| the module list (to match its location in the cascading filesystem) | |||
| 2009-05-28 | Force modules/gallery to be at the end of the module load path, so | Bharat Mediratta | |
| that all other modules can override the core code. | |||
| 2009-05-27 | Fix up another place where we were incorrectly referencing the gallery module. | Bharat Mediratta | |
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
| gallery module. This type of mass update is prone to some small bugs. | |||
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
