summaryrefslogtreecommitdiff
path: root/modules/watermark
AgeCommit message (Expand)Author
2013-01-30Protect admins from themselves - in case an admin changed theBharat Mediratta
2013-01-29#1970 - Make add watermarks more secure and add unit tests.shadlaws
2013-01-26#1951 - Make metadata generation more flexible (photo and movie helpers).shadlaws
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-17Smash multiple extensions down into a single one when accepting fileBharat Mediratta
2012-05-11Inject some sanity into watermark file extensions.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-08-01Force the response type for uploaded watermarks to text/html.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-20Localize the error strings in watermark::get_add_form(). Fix for ticket #1230.Bharat Mediratta
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-11Fix for ticket #797Tim Almdal
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Update the install version to 2 to match module.info.Bharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
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-09-27Change gallery installer to do a direct update to the database, preppending g...Tim Almdal
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-24Refactor the graphic rules processing to accomplish 2 goals: First separate t...Tim Almdal
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Set the default transparency to 1 (no transparency at all)Bharat Mediratta
2009-05-13Fix the logical inversion of the transparency field. Now, 100% is maxBharat Mediratta
2009-03-16Ticket #97. Applied button css where missing. Minor form css improvements.Chad Kieffer
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implement table prefix for the watermark notification modules (Ticket #68)Tim Almdal
2009-02-24remove the extension and just use the IMAGETYPE_xxx constantsTim Almdal
2009-02-23Include jpg as valid graphic filesTim Almdal
2009-02-23Revert to using IMAGETYPE_XXX constants (at least for now)Bharat Mediratta
2009-02-21Hardcode extensions instead of using Image::$allowed_types because weBharat Mediratta
2009-02-20Use Image::$allowed_types instead of array(IMAGETYPE_GIF,Tim Almdal
2009-01-25Undo the adding underscores to the id on forge generated formsTim Almdal
2009-01-24Supply a form id on all forms. This id can be used by modules otherTim Almdal
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher