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
/
photos.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-08-27
Refactor the display context code a bit:
Bharat Mediratta
2011-08-11
Patch for tickets #1428 and #1760
Tim Almdal
2011-08-11
Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:
Bharat Mediratta
2011-08-11
Initial commit of a patch for Ticket #1764. as discussed here: https://github...
Tim Almdal
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-09
Fixed item controllers so that any item position is computed correctly, when ...
Jérémy Subtil
2011-01-03
Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation.
Bharat Mediratta
2011-01-03
Reimplemented Kohana 2.3's View::set_global() with array support.
Joe7
2011-01-03
Keep view counters of all item types accurate
Joe7
2010-08-29
Convert the "parents" variable from a result iterator to an array so
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-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-14
For consistency, use straight Kohana_404_Exception instead of the event system.
Andy Staudacher
2010-02-12
Fix for tickets 1009 and 603: Show a themed error page to guests / registered...
Andy Staudacher
2010-02-11
Security: Fix leaking of album / photo names. Reject previous fix for ticket ...
Andy Staudacher
2010-02-10
Refactor the code to display the login page if the user does not have view
Tim Almdal
2010-02-10
If the user does not have permission to view the album, photo or movie, redirect
Tim Almdal
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-16
Convert Photos_Controller::update() to use model based validation.
Bharat Mediratta
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-16
Convert a database call.
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-30
Clean up item routing a bit.
Bharat Mediratta
2009-11-26
Database::orwhere() is now Database_Builder::or_where()
Bharat Mediratta
2009-11-26
Overload Database_Builder to add merge_where() which takes predefined
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ...
Tim Almdal
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-04
Modified the so that a where clause can be passed into item::get_position. W...
Tim Almdal
2009-10-22
Use the request::referrer to determine if we are editting the photo or album
Tim Almdal
2009-10-22
When an album or photo is updated always return the photo/album location as
Tim Almdal
2009-10-13
Don't allow users to change the file extension of photos/movies
Bharat Mediratta
2009-09-21
Set children_count to 0, photos have no children.
Bharat Mediratta
2009-09-21
Add viewable() protection to children() and children_count() calls.
Bharat Mediratta
2009-09-21
Fix Item_Model::get_position() so that our sort is stable when the comparison
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-09-07
1. Actually set the slug to the new value in the controllers.
Bharat Mediratta
2009-09-07
Add the 'Internet Address' field to all items, along with proper
Bharat Mediratta
2009-08-31
Stay on the same page when editing albums/movies/photos. Fixes ticket
Bharat Mediratta
2009-08-31
XSS review fixes (mostly adding missing html::mark_clean()) calls.
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-24
Add tag autocomplete to the album and photo edit pop up dialogs.
Tim Almdal
2009-07-20
Make some API changes simplify the tag editing code. We now have a
Bharat Mediratta
2009-07-20
(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...
hiwilson
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
[next]