Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta | |
File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php | |||
2008-11-27 | Centralize logging around installing/uninstalling modules. | Bharat Mediratta | |
2008-11-21 | Revert module block approach | Tim Almdal | |
2008-11-20 | A look at away to allow modules to define html head contents (links and js) ↵ | Tim Almdal | |
and also allow modules to contribute blocks to the layout. | |||
2008-11-18 | The start of the slideshow module. Mostly framework stuff, no real ↵ | Tim Almdal | |
implementation yet |