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
/
items.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-05
Clean up comments.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-04
Fix full size dimensions after rotating an image on the photo view page.
Bharat Mediratta
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
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-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Convert one more instance of ORM::$loaded to ORM::loaded()
Bharat Mediratta
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ...
Tim Almdal
2009-09-10
Use abs_url() inside url::redirect() calls so that we don't just wind
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta