index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
watermark
/
controllers
Age
Commit message (
Expand
)
Author
2013-01-30
Protect admins from themselves - in case an admin changed the
Bharat 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-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-17
Smash multiple extensions down into a single one when accepting file
Bharat Mediratta
2012-05-11
Inject some sanity into watermark file extensions.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-08-01
Force the response type for uploaded watermarks to text/html.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-06
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...
Tim Almdal
2010-06-11
Fix for ticket #797
Tim Almdal
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2009-09-27
This path requires the upgrader to be run and applies the following changes:
Tim Almdal
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Fix the logical inversion of the transparency field. Now, 100% is max
Bharat Mediratta
2009-02-24
remove the extension and just use the IMAGETYPE_xxx constants
Tim Almdal
2009-02-23
Include jpg as valid graphic files
Tim Almdal
2009-02-23
Revert to using IMAGETYPE_XXX constants (at least for now)
Bharat Mediratta
2009-02-21
Hardcode extensions instead of using Image::$allowed_types because we
Bharat Mediratta
2009-02-20
Use Image::$allowed_types instead of array(IMAGETYPE_GIF,
Tim Almdal
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-29
Add transparency support
Bharat Mediratta
2008-12-29
Clean up _update_graphics_rules() to make it more robust
Bharat Mediratta
2008-12-26
Added content type to JSON output functions
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
2008-12-26
Added graphics::mark_all_dirty(). The watermark code now marks images
Bharat Mediratta
2008-12-26
More watermark changes:
Bharat Mediratta
2008-12-26
Remove an HTTP redirect that was breaking the Ajax interface.
Bharat Mediratta
2008-12-26
Simplify the watermark module. We can now upload, edit and delete one
Bharat Mediratta
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Add edit/delete links (they're just stubs now, but they open a dialog).
Bharat Mediratta
2008-12-25
Remove extra uniquifying text that Forge adds to uploaded files.
Bharat Mediratta
2008-12-24
Remove stray response:: (not yet time for this.. it's coming!)
Bharat Mediratta
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-23
Allow the site admin to upload watermark images. Can't do much with them yet.
Bharat Mediratta
2008-12-23
Step 1 of converting watermarks over to be an admin page.
Bharat Mediratta
2008-12-16
1) Remove the load watermark from the scaffolding... use the menu option
Tim Almdal
2008-12-15
Start of the dialog to specify the watermark placement. For convience, using...
Tim Almdal
2008-12-14
Change the watermark module to use forge.
Tim Almdal
2008-12-14
The start of the watermark module. It doesn't save the watermark at this poi...
Tim Almdal