| Age | Commit message (Expand) | Author |
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta |
| 2009-05-26 | clean up whitespace errors introduced in last commit | Bharat Mediratta |
| 2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta |
| 2009-05-24 | Partially revert r20906 -- it was breaking the test framework. | Bharat Mediratta |
| 2009-05-24 | Ignore core when we're loading modules (it's not a module!) | Bharat Mediratta |
| 2009-05-17 | Rollback some of the changes from r20822. But still pull the | Tim Almdal |
| 2009-05-16 | Modify the module::event method to accept 2 additional parameters | Tim Almdal |
| 2009-05-14 | Cache variables in core._cache so that we can retrieve them all in a | Bharat Mediratta |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
| 2009-04-12 | Fix indentation. | Bharat Mediratta |
| 2009-03-16 | Get rid of the extra robust code we had in here to make the | Bharat Mediratta |
| 2009-03-11 | Fix the Var_Test by making sure that the cache is cleared or updated | Tim Almdal |
| 2009-03-07 | Add in-request caching of vars that we've already looked up. We're | Bharat Mediratta |
| 2009-03-03 | Create a proxy event (gallery_event) which is called when the request | Tim Almdal |
| 2009-03-03 | Add the ability for modules to define hooks. The challenge is that | Tim Almdal |
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal |
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal |
| 2009-02-13 | Continue to replace raw sql with Database method calls. As per ticket #68 | Tim Almdal |
| 2009-01-29 | Remove extra debug call to install() | Bharat Mediratta |
| 2009-01-19 | Packager now does a clean reinstall of just the packages we want, then | Bharat Mediratta |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta |
| 2009-01-14 | Since module_Core is static the methods, get_var, set_var, etc should be static | Tim Almdal |
| 2009-01-11 | Remove stray blank line, convert single to double quotes. | Bharat Mediratta |
| 2009-01-11 | Reset module_names / modules early in load_modules() so that unit test framew... | Bharat Mediratta |
| 2009-01-10 | Big set of changes to comments, with related changes to akismet and | Bharat Mediratta |
| 2009-01-09 | Theme Administration v. 2. Doesn't distinguish between regular and admin them... | Felix Rabinovich |
| 2009-01-09 | Un hook the installer from load_modules, so testers can get to the scaffoldin... | Tim Almdal |
| 2009-01-09 | Stage 1 of the installer. basically check that we can start as far as Kohana ... | Tim Almdal |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher |
| 2009-01-08 | module::event now takes an unlimited number of args | Bharat Mediratta |
| 2008-12-26 | Fix a bug I introduced when I switched from module id to module name; now del... | Bharat Mediratta |
| 2008-12-26 | Add module::clear_var() | Bharat Mediratta |
| 2008-12-25 | Rework log and message helpers to be parallel, but separate. | Bharat Mediratta |
| 2008-12-23 | Add very simple graphics toolkits. | Bharat Mediratta |
| 2008-12-22 | Add messaging system for reporting actions back to the user. Make | Bharat Mediratta |
| 2008-12-22 | Reinstate the dummy error handler to ensure that we work in a clean install w... | Bharat Mediratta |
| 2008-12-22 | Lock a couple of modules | Bharat Mediratta |
| 2008-12-22 | Change the way that we track modules. | Bharat Mediratta |
| 2008-12-21 | Add phpdoc comments. | Bharat Mediratta |
| 2008-12-20 | Create module::load_themes() to load the correct theme after we do | Bharat Mediratta |
| 2008-12-17 | Clear out module list in load_modules() before trying any db operations | Bharat Mediratta |
| 2008-12-17 | Switch from cookie sessions to database sessions. We can't use cookie | Bharat Mediratta |
| 2008-12-17 | Add initialization to the user module to put the user and group_ids | Bharat Mediratta |
| 2008-12-16 | Don't use model_cache for get_version and set_version; that breaks the instal... | Bharat Mediratta |
| 2008-12-16 | Use model_cache::get() to reduce duplicate queries | Bharat Mediratta |
| 2008-12-15 | 1) Move the deletion of the vars into module::delete helper | Tim Almdal |
| 2008-12-12 | Refaactor module::install() and module::uninstall() out of the | Bharat Mediratta |
| 2008-12-12 | Make the error handler public, else it can't be called from outside | Bharat Mediratta |
| 2008-12-12 | Cache modules and module_names when we call load_modules so that we don't hav... | Bharat Mediratta |