summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/InPlaceEdit.php
AgeCommit message (Collapse)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-23Allow tags to be merged by renamingAndy Lindeman
* Fixes #1628
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-10-03Don't wrap the action in url::site() -- form::open() will do that for us. ↵Bharat Mediratta
Fixes #1417.
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-29Stop using obsolete form::close()Bharat Mediratta
Update the way we include the hidden CSRF field for InPlaceEdit.
2009-11-06Clean up the In place edit api:Tim Almdal
1) Only allow 1 in place edit to be active at a time (gets around the issue of using an id to identify the form 2) remove the add_ prefix from some of the api methods 3) clean up inconsistent naming
2009-11-05Remove debugging statementTim Almdal
2009-11-05Refactor the in place editting in tags admin out into a separate widget as ↵Tim Almdal
part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750.