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
/
item.php
Age
Commit message (
Expand
)
Author
2008-11-16
Several large changes:
Bharat Mediratta
2008-11-15
Item / Owner changes.
Bharat Mediratta
2008-11-15
Clean user / item relationship. Upload files gets the ownership of current us...
Felix Rabinovich
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
Allow the HTTP get method to be called without an id to create any empty temp...
Tim Almdal
2008-11-12
Throw an exception when we can't upload a file. This is not the best solutio...
Bharat Mediratta
2008-11-11
Change REST API to use non-routable functions: _get(), _post(),
Bharat Mediratta
2008-11-11
Create REST_Controller abstract base class for all REST based resource
Bharat Mediratta
2008-11-10
Add support for multi-file-upload using jquery.MultiFile and modify
Bharat Mediratta
2008-11-10
Add the ability to create albums to the scaffolding
Bharat Mediratta
2008-11-10
Convert quote styles
Bharat Mediratta
2008-11-09
Implement Item_Controller::put() and delete()
Bharat Mediratta
2008-11-09
Make Gallery3 more RESTful.
Bharat Mediratta
2008-11-08
Add support for in-place editing of data fields.
Bharat Mediratta