Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | Add some basic explanatory text | Bharat Mediratta | |
2008-12-30 | Add site_status() to the regular Theme_View | Bharat Mediratta | |
2008-12-30 | Only show site status to admins | Bharat Mediratta | |
2008-12-30 | Add site_status to the default theme. Only admins will see messages for ↵ | Bharat Mediratta | |
now, but it's nice for them to see messages when browsing instead of just in the site admin | |||
2008-12-30 | Drop .gShortForm in favor of using specific form ids (gSearchForm, ↵ | Chad Kieffer | |
gAddTagForm). This maintains styles when forms are are reloaded into the DOM. Haven't figured out how to fire shortFormInit() when a form is reloaded into the DOM, as gAddTagForm is :( | |||
2008-12-30 | More phodoc cleanup. | Bharat Mediratta | |
2008-12-30 | comment cleanup. | Bharat Mediratta | |
2008-12-30 | Make some columns smaller so that multi-column keys don't exceed 1024 | Bharat Mediratta | |
bytes on some systems. | |||
2008-12-30 | Fixed indents | Chad Kieffer | |
2008-12-30 | Missed these in r19485. | Chad Kieffer | |
2008-12-30 | Refactored. Simplified organization a bit by combining sections. Restored ↵ | Chad Kieffer | |
block titles to h2. Moved #gMessage to #gContent. Removed .gClearFix class in favor of specifying selectors that require a clear fix. | |||
2008-12-29 | Mark the "website" field as hidden. | Bharat Mediratta | |
2008-12-29 | Updated to Kohana r3849 | Bharat Mediratta | |
2008-12-29 | Create Image::composite() and implement it in GD, ImageMagick and ↵ | Bharat Mediratta | |
GraphicsMagick drivers. | |||
2008-12-29 | Don't let the x/y coordinates in composite go negative. | Bharat Mediratta | |
2008-12-29 | Filter on published in Comment_Controller::_index() | Tim Almdal | |
2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ↵ | Bharat Mediratta | |
directly help since text/html works just as well for our JSON communications | |||
2008-12-29 | Properly implement graphics::composite() | Bharat Mediratta | |
2008-12-29 | Add transparency support | Bharat Mediratta | |
2008-12-29 | Return the task on success so that our UI can show it at 100% | Bharat Mediratta | |
2008-12-29 | Replace __CSRF__ token with a real csrf. This allows links in site status ↵ | Bharat Mediratta | |
messages to persiste across sessions. | |||
2008-12-29 | Oops, my last change broke the default resize dimensions | Bharat Mediratta | |
2008-12-29 | Implemented bharat's suggestions to the comment module in preparation for ↵ | Tim Almdal | |
the spam_filter module | |||
2008-12-29 | Make graphics rules take named parameters. This will give us some | Bharat Mediratta | |
flexibility in the future. | |||
2008-12-29 | Clean up _update_graphics_rules() to make it more robust | Bharat Mediratta | |
2008-12-29 | Changes to the comment module to support spam filtering. Basically added ↵ | Tim Almdal | |
two columns to the comment table. The url of the author's web site(default null) and a flag to indicate that the comment is visible (default true). The comment block has changed to only display comments that are visible. And there is code added to call the spam_filter helper if the spam_filter module is installed. | |||
2008-12-29 | url::site is implicit in Forge actions, don't specify it a 2nd time | Bharat Mediratta | |
2008-12-29 | Apply button bg image to Superfish menu items. | Chad Kieffer | |
2008-12-29 | Don't set the document type to JSON when uploading photos. | Bharat Mediratta | |
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. |