summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/quick.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-30Change the signature of system::tempnam to something more appropriate for Gal...Chad Parry
2011-04-30Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-02-23Added extra arg to gallery_graphics calls and updated userscolings
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-09-16Preserve the image extension on the temp file that we create forBharat Mediratta
2010-08-07Add the ability to replace the source data file in Item_Model::save().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-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Rotate all matching album covers when we rotate an item. Fixes ticket #1200.Bharat Mediratta
2010-07-10Wrap album deletes in a batch so that we can handle lots of cascadingBharat Mediratta
2010-07-10Pass along the from_id in item::get_delete_form() and then check toBharat Mediratta
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-05-14Remove "rnd=" param from quick changes since we have the m= cache-buster alre...Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-28Add @todo.Bharat Mediratta
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-16Show the right edit form for movies.Bharat Mediratta
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-10-06Move the graphics::rotate to gallery_graphics::rotate to be consistent with t...Tim Almdal
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-11Fix a problem in delete() where we were referencing $parent withoutBharat Mediratta
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-23Cache the page_type in pane() instead of looking it up twice.Bharat Mediratta
2009-06-22Change the quick pan from static to dynamic. This allows modules to add butt...Tim Almdal
2009-06-14Get rid of the word "items" in the delete confirmation dialog.Bharat Mediratta
2009-06-14Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355.Chad Kieffer
2009-06-09Show status message when album cover is set (#257)Chad Kieffer
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta