summaryrefslogtreecommitdiff
path: root/modules/watermark/controllers
AgeCommit message (Expand)Author
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-29Add transparency supportBharat Mediratta
2008-12-29Clean up _update_graphics_rules() to make it more robustBharat Mediratta
2008-12-26Added content type to JSON output functionsFelix Rabinovich
2008-12-26Add the graphics rules for both thumbs and resizes (instead of just thumbs).Bharat Mediratta
2008-12-26Added the concept of "permanent" messages that we show to admins. UseBharat Mediratta
2008-12-26Added graphics::mark_all_dirty(). The watermark code now marks imagesBharat Mediratta
2008-12-26More watermark changes:Bharat Mediratta
2008-12-26Remove an HTTP redirect that was breaking the Ajax interface.Bharat Mediratta
2008-12-26Simplify the watermark module. We can now upload, edit and delete oneBharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Add edit/delete links (they're just stubs now, but they open a dialog).Bharat Mediratta
2008-12-25Remove extra uniquifying text that Forge adds to uploaded files.Bharat Mediratta
2008-12-24Remove stray response:: (not yet time for this.. it's coming!)Bharat Mediratta
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-23Allow the site admin to upload watermark images. Can't do much with them yet.Bharat Mediratta
2008-12-23Step 1 of converting watermarks over to be an admin page.Bharat Mediratta
2008-12-161) Remove the load watermark from the scaffolding... use the menu optionTim Almdal
2008-12-15Start of the dialog to specify the watermark placement. For convience, using...Tim Almdal
2008-12-14Change the watermark module to use forge.Tim Almdal
2008-12-14The start of the watermark module. It doesn't save the watermark at this poi...Tim Almdal