| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-30 | Add a "Graphics Settings" page that lets admins choose which graphics | Bharat Mediratta | |
| toolkit we use. We only allow users to use one toolkit. The UI needs work! | |||
| 2008-12-30 | Add some basic explanatory text | Bharat Mediratta | |
| 2008-12-28 | Expand on the maintenance code to make it more robust and give the | Bharat Mediratta | |
| admin more control. You can now track running tasks, resume stalled tasks, cancel running tasks, and remove finished tasks. Added graphics::compose() as a placeholder for future watermark operations. Added CSRF protection to maintenance urls. | |||
| 2008-12-28 | Javascript wrapper to ping tasks | Bharat Mediratta | |
| 2008-12-28 | First round of a task framework. Tasks are job definitions stored in | Bharat Mediratta | |
| the database. They're started with admin/maintenance/start/[task_name] which sends down some JS/HTML which regularly pings the task at admin/maintenance/start/[task_id] until its done. The UI is still very rough. It works, though! | |||
| 2008-12-26 | Added the concept of "permanent" messages that we show to admins. Use | Bharat Mediratta | |
| this to show a "your thumbs/resizes are out of date" message whenever we change the graphics rules. Tweak watermark module to add graphics rules whenever we make a change, which triggers the graphics module to add the permanent message. | |||
| 2008-12-26 | Group Administration | Felix Rabinovich | |
| 2008-12-25 | Rework log and message helpers to be parallel, but separate. | Bharat Mediratta | |
| 1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class() | |||
| 2008-12-24 | Fix bad <input/> | Bharat Mediratta | |
| 2008-12-24 | Lots of deltas rolled up into a bigger change. Sorry for the mess. | Bharat Mediratta | |
| 1) Deleted in-place-editing. We'll be replacing this with a real edit system that groups settings together and is more coherent. 2) Tweaked the way that dialog boxes work to get the ajax stuff working again. It's imperfect and does not work properly for uploading images. This is going to get redone also, but this is a good resting point. 3) Created edit forms for albums and photos. Moved _update and _create out of Items_Controller and into the individual subclasses. 4) Created access::required which is a shorthand for: if (!access::can(...)) { access::forbidden(); } 5) Added validation rules to Items_Model 6) Converted login to use the regular modal dialog approach in the theme. | |||
| 2008-12-23 | Change photo::img_dimensions to take the dimensions, not a photo. This lets ↵ | Bharat Mediratta | |
| us use it in the watermark module too | |||
| 2008-12-22 | Add message severity CSS classes to status messages. Create | Bharat Mediratta | |
| message::severity_class() to do the conversion and convert the log entry code to use that. | |||
| 2008-12-22 | Internationalize welcome block. | Bharat Mediratta | |
| 2008-12-22 | Add messaging system for reporting actions back to the user. Make | Bharat Mediratta | |
| module install/uninstall work and tie it into the messaging system. | |||
| 2008-12-22 | Support proper rendering of locked modules, add a submit button, point it at ↵ | Bharat Mediratta | |
| admin/modules/save | |||
| 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-21 | Add info/warning/error classes to log messages. | Bharat Mediratta | |
| 2008-12-21 | Report actual log entries in the "log entries" admin block. | Bharat Mediratta | |
| 2008-12-21 | Implement the 'Project News' block with actual news from GMC.. woot! | Bharat Mediratta | |
| 2008-12-20 | Implement the photo stream with the most recently uploaded photos. | Bharat Mediratta | |
| 2008-12-20 | use some real stats | Bharat Mediratta | |
| 2008-12-20 | Add a missing colon. | Bharat Mediratta | |
| 2008-12-20 | Internationalize. | Bharat Mediratta | |
| 2008-12-20 | Replace placeholders with real data | Bharat Mediratta | |
| 2008-12-20 | Collapse Admin_Dashboard_Controller down into a single theme call, since now | Bharat Mediratta | |
| all dashboard blocks are stored in modules. | |||
| 2008-12-20 | Move Recent Comments into its own block. | Bharat Mediratta | |
| 2008-12-20 | Move log entries into its own block | Bharat Mediratta | |
| 2008-12-20 | Move the "Photo Stream" section into its own block | Bharat Mediratta | |
| 2008-12-20 | Move the "status messages" section into its own block. | Bharat Mediratta | |
| 2008-12-20 | Move Platform and Project News admin sidebar blocks into the new | Bharat Mediratta | |
| modular structure. | |||
| 2008-12-20 | Add admin sidebar blocks, and move the stats block into that pattern. | Bharat Mediratta | |
| 2008-12-20 | Create a pattern for admin dashboard blocks and make the "welcome" | Bharat Mediratta | |
| block. | |||
| 2008-12-19 | Create a new pattern for Site Admin controllers: | Bharat Mediratta | |
| 1) They must all start with "admin_". This pattern is not directly routable. 2) Their urls must be /admin/xxx. 3) The Admin_Controller will take the xxx and look for Admin_Xxx_Controller and will delegate to that admin controller, after doing security checks. Moved the users and dashboard views into individual modules for now. | |||
| 2008-12-19 | Allow server-side adding of images to other albums than the root | Bharat Mediratta | |
| 2008-12-18 | Don't wrap hidden inputs in <li/> | Bharat Mediratta | |
| 2008-12-16 | 1) Remove the load watermark from the scaffolding... use the menu option | Tim Almdal | |
| 2) The set watermark dialog is now sizing properly. @todo is recenter in the window | |||
| 2008-12-16 | Make the profiler output more legible by adding some padding to the table. | Bharat Mediratta | |
| 2008-12-14 | Change the watermark module to use forge. | Tim Almdal | |
| Also the watermark file is now stored in varpath. and the location is stored in the module vars table | |||
| 2008-12-14 | The start of the watermark module. It doesn't save the watermark at this ↵ | Tim Almdal | |
| point. This is more of trying out the approach where Forge is not used for forms. Basic html and the Validation library. | |||
| 2008-12-14 | 1) fix Forge_Group to display the label (will raise a bug with Kohana) | Tim Almdal | |
| 2) Change form.html.php to use the group label instead of the name 3) Converted the add photo to explicity set the label of the field (new coding standard) | |||
| 2008-12-12 | Don't show the access tab if the user module isn't installed | Bharat Mediratta | |
| 2008-12-12 | Remove the attempt at a local import module | Tim Almdal | |
| 2008-12-12 | Get rid of all pseudo users and pseudo groups, while preserving all | Bharat Mediratta | |
| other functionality. This makes our user/group and access code fully consistent. | |||
| 2008-12-11 | 1) Begins the creation of the local import module by adding the ↵ | Tim Almdal | |
| administation component to the scaffolding Actions tab. The importing functionality will follow shortly. 2) Defines a routining pattern for module administration controllers. URI's of the form admin/module/method/parameters gets remapped into module_admin/method/parameters. This will result in the lookup of the the controller Module_Admin_Controller | |||
| 2008-12-10 | Change all access API methods to take ORMs instead of ids. This will | Bharat Mediratta | |
| minimize reloading objects from the database. | |||
| 2008-12-09 | update call from access::can() -> access::group_can() | Bharat Mediratta | |
| 2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
| 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-12-04 | Fix indentation | Bharat Mediratta | |
| 2008-12-03 | Move the form html into the controller | Bharat Mediratta | |
