Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-29 | Re-add $theme->messages(), which got accidentally removed. | Bharat Mediratta | |
2008-12-29 | Relax the rules a bit | Bharat Mediratta | |
2008-12-29 | Remove references to permanent_key | Bharat Mediratta | |
2008-12-29 | Separate permanent messages out of the message helper and put them | Bharat Mediratta | |
into site_status. Show site status in the header in the admin theme. | |||
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 | Add title back to non-DHTML form to maintain consistency | Felix Rabinovich | |
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-28 | Tighten up album grid display. Vertically align thumbnail/metadata in gItem ↵ | Chad Kieffer | |
container. Brought back borders. Use a neutral bg color for albums. Link item titles, not just thumbnails. | |||
2008-12-27 | Rename pagination icons to follow convention. | Chad Kieffer | |
2008-12-27 | Icon refinement | Chad Kieffer | |
2008-12-27 | Ignore resizes for albums when calculating the dirty count | Bharat Mediratta | |
2008-12-27 | Add clear_permanent() | Bharat Mediratta | |
2008-12-26 | Added title to user/group administration dialogs | Felix Rabinovich | |
2008-12-26 | Added content type to JSON output functions | Felix Rabinovich | |
2008-12-26 | Move Watermarks under Content in the Site Admin menu. | Bharat Mediratta | |
2008-12-26 | User/Group administration cleanup | Felix Rabinovich | |
2008-12-26 | Comment and indent cleanup. Forgot to delete an image in a previous commit. | Chad Kieffer | |
2008-12-26 | Separate GET and POST in Group Administration | Felix Rabinovich | |
2008-12-26 | Add the graphics rules for both thumbs and resizes (instead of just thumbs). | Bharat Mediratta | |
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 | To reset a form use resetForm | Felix Rabinovich | |
2008-12-26 | Separate GET and POST in User Administration | Felix Rabinovich | |
2008-12-26 | The close icon's a background sprite, should be prefixed with bg- not ico-. | Chad Kieffer | |
2008-12-26 | Fix get_add_form() to use self::positions() so that we get the right ↵ | Bharat Mediratta | |
key/value pairs. | |||
2008-12-26 | Login is 'info' not 'success' | Bharat Mediratta | |
2008-12-26 | Added graphics::mark_all_dirty(). The watermark code now marks images | Bharat Mediratta | |
as dirty if the admin changes the watermark at all. | |||
2008-12-26 | Fix a bug I introduced when I switched from module id to module name; now ↵ | Bharat Mediratta | |
deleting cleans up vars and graphics rules | |||
2008-12-26 | Add missing '=' causing <img> height not to get set. | Bharat Mediratta | |
2008-12-26 | Group Administration | Felix Rabinovich | |
2008-12-26 | More watermark changes: | Bharat Mediratta | |
Change admin/watermarks/upload -> admin/watermarks/add for consistency. Internationalize position text, store it as text in the database, display it to the admin. Make i18n strings consistent to reduce l10n load. | |||
2008-12-26 | Major image cleanup, removed unsued images. Combined separate background and ↵ | Chad Kieffer | |
icon state images into sprites. Fix dialog artifact in Chrome. | |||
2008-12-26 | Remove an HTTP redirect that was breaking the Ajax interface. | Bharat Mediratta | |
2008-12-26 | Fix a typo. | Bharat Mediratta | |
2008-12-26 | User Administration. Add users. Take 3 | Felix Rabinovich | |
2008-12-26 | User Administration. Delete users. Take 3 | Felix Rabinovich | |
2008-12-26 | Simplify the watermark module. We can now upload, edit and delete one | Bharat Mediratta | |
watermark. The UI is rough and we don't yet apply the watermark to images.. that's next. | |||
2008-12-26 | Add module::clear_var() | Bharat Mediratta | |
2008-12-26 | User Administration. Edit users. Take 3 | 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-25 | Switch gFailure back to gError. Makes more sense semantically. | Chad Kieffer | |
2008-12-25 | Update message CSS: gFailure, gInfo, gSuccess, gWarning. Removed gHelp, it's ↵ | Chad Kieffer | |
not a message type. | |||
2008-12-25 | Add edit/delete links (they're just stubs now, but they open a dialog). | Bharat Mediratta | |
Add active/position to Watermark_Model | |||
2008-12-25 | Clone dialog support over from themes/default (for now) | Bharat Mediratta | |
2008-12-25 | Make sure admin method exist before we call them, else we'll just recurse ↵ | Bharat Mediratta | |
into Admin_Controller::__call() again | |||
2008-12-25 | Remove extra uniquifying text that Forge adds to uploaded files. | Bharat Mediratta | |
2008-12-25 | Return the form on success so that we clear out any prior error forms | Bharat Mediratta | |
2008-12-25 | Oops, and also re-ajaxify the form if we replace it. | Bharat Mediratta | |
2008-12-25 | Reload the form if it's available so that we show form errors and we reset ↵ | Bharat Mediratta | |
the form on success. | |||
2008-12-25 | Ajaxify 'add users' | Felix Rabinovich | |