| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta | |
| Install: <module>_installer::install() is called, any necessary tables are created. Activate: <module>_installer::activate() is called. Module controllers are routable, helpers are accessible, etc. The module is in use. Deactivate: <module>_installer::deactivate() is called. Module code is not accessible or routable. Module is *not* in use, but its tables are still around. Uninstall: <module>_installer::uninstall() is called. Module is completely removed from the database. Admin > Modules will install and activate modules, but will only deactivate (will NOT uninstall modules). | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-02-27 | 1) Change the image block so it has the correct url in the anchor tag. | Tim Almdal | |
| 2) Change the wrapping class to gImageBlock instead of gImage so the quick kinks aren't enabled | |||
| 2009-02-27 | Remove unneeded code. | Bharat Mediratta | |
| 2009-02-27 | Optimize the code by ditching the count query; we don't need it. | Bharat Mediratta | |
| 2009-02-26 | Update to image_block based on bharat's feedback | Tim Almdal | |
| 1) move the rand_key column into core 2) don't do a max rand, just try to a get a random number less than the current random number if that doesn't successd look the other way | |||
| 2009-02-26 | Remove debugging statement | Tim Almdal | |
| 2009-02-26 | Implement a random image block for the side bar. Ticket #13 | Tim Almdal | |
