summaryrefslogtreecommitdiff
path: root/modules/watermark/views
AgeCommit message (Expand)Author
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-04Wrap div with another div instead of a paragraphChad Kieffer
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2008-12-29Add transparency supportBharat Mediratta
2008-12-26Added the concept of "permanent" messages that we show to admins. UseBharat Mediratta
2008-12-26Add missing '=' causing <img> height not to get set.Bharat Mediratta
2008-12-26More watermark changes:Bharat Mediratta
2008-12-26Simplify the watermark module. We can now upload, edit and delete oneBharat Mediratta
2008-12-25Add edit/delete links (they're just stubs now, but they open a dialog).Bharat Mediratta
2008-12-23Allow the site admin to upload watermark images. Can't do much with them yet.Bharat Mediratta
2008-12-23Add attribute to <script> element.Bharat Mediratta
2008-12-17Drag & Drop the watermark now works and so does the dropdown box. The target...Tim Almdal
2008-12-16Fix preambleBharat Mediratta
2008-12-16Oops, remove the () on the parameter to $("#Dialog").ready(...) so we pass th...Tim Almdal
2008-12-16Separate the handling of the dialog resizing into the watermark.js, so we don...Tim Almdal
2008-12-161) change the selector for the the function to gDialogTim Almdal
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-15Fix the reference to jquery-ui.packed.jsTim Almdal
2008-12-15Change the label on the watermark form upload element, so the error message i...Tim Almdal
2008-12-151) Move the deletion of the vars into module::delete helperTim Almdal
2008-12-14The start of the watermark module. It doesn't save the watermark at this poi...Tim Almdal