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