| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-31 | Extend permissions interface to allow resetting to the parental default. | Bharat Mediratta | |
| 2008-12-31 | Rename permissions_edit to permissions_browse for consistency | Bharat Mediratta | |
| 2008-12-31 | Ajaxify the permissions browsing dialog. It only does allow/deny | Bharat Mediratta | |
| right now, it doesn't allow you to reset to inherited values. That's next. | |||
| 2008-12-31 | Rename permission_xxx to permissions_xxx for consistency | Bharat Mediratta | |
| 2008-12-31 | Turn permission dialog into a browser where you can look at permissions back ↵ | Bharat Mediratta | |
| up the tree | |||
| 2008-12-31 | Switch from checkboxes to simple anchors so that we can reflect multiple ↵ | Bharat Mediratta | |
| states better | |||
| 2008-12-31 | Preliminary "Edit Permissions" dialog. You can't change permissions | Bharat Mediratta | |
| yet, but it shows you which items have locked view perms. | |||
| 2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
| 2008-12-30 | Add the view_full permission-- doesn't do anything yet | Bharat Mediratta | |
| 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 | |
