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
/
core
/
controllers
/
items.php
Age
Commit message (
Expand
)
Author
2008-12-31
Add Item_Model::url() and use it where appropriate. Cleans up some
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
Rest_Controller -> REST_Controller everywhere, for consistency.
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-23
Clean up the way that we upload via dialogs:
Bharat Mediratta
2008-12-23
Update to reflect change in album::create API
Bharat Mediratta
2008-12-21
Add some more logging code. Now the site admin has some log entries to look at.
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-07
Fix a bug in the redirect after adding photos.
Bharat Mediratta
2008-12-06
Correct @todo's in Item_Controller
Tim Almdal
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-03
Add a MY_file class that extends the file helper by creating an unlink method...
Tim Almdal
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Rename item events and create events for comment create, login, logout, user ...
Tim Almdal
2008-11-24
Fix a typo in _show() that broke proper redirection
Bharat Mediratta
2008-11-19
Fix some broken-ness:
Bharat Mediratta
2008-11-19
Change the way that we do RESTful routing.
Bharat Mediratta
2008-11-19
* Renamed the album, item and photo controllers to albums, items and photos i...
Jozef Selesi