| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-22 | Change the way that we track modules. | Bharat Mediratta | |
| Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page. | |||
| 2008-12-04 | Change the startup code to only put installed modules on the autoload | Bharat Mediratta | |
| path. This breaks a bunch of places where we had hardcoded dependencies, so guard all of those cases. Restructure module::available() a bit and the way that we do install/uninstall in the scaffolding. | |||
| 2008-11-23 | Add a button to install all plugins at once, now that we have so many. | Bharat Mediratta | |
| Improve the style a bit, sort the plugins, put core first and make it stand out so that you don't accidentally uninstall it. | |||
| 2008-11-10 | Remove Auth module | Tim Almdal | |
| 2008-11-08 | Tell users to install the user module before installing auth. | Bharat Mediratta | |
| 2008-11-04 | Have the scaffolding code see what what modules are available and list ↵ | Tim Almdal | |
| whether they need to be installed or uninstalled. | |||
| 2008-11-04 | Add a test to detect tabs in our code, and convert all tabs to spaces | Bharat Mediratta | |
| so that the test passes. | |||
| 2008-11-03 | Put info about installed modules directly into the scaffolding page, | Bharat Mediratta | |
| and create methods to install/uninstall modules. | |||
| 2008-11-02 | Change this to be inline instead of an iframe, and fix it up so that | Bharat Mediratta | |
| it walks you through creating the database also. | |||
| 2008-11-02 | Improve welcome scaffolding to walk you through getting the var | Bharat Mediratta | |
| directory set up correctly and a database config file in place. | |||
