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
Age
Commit message (
Expand
)
Author
2008-11-26
Add support for marking users as "admin"
Bharat Mediratta
2008-11-26
Add support in the scaffolding for adding users to groups, adding and
Bharat Mediratta
2008-11-26
Use lorem2 words as inputs to generateTags. Limiting the number of
Bharat Mediratta
2008-11-26
Create user/group create/delete functions and have the scaffolding use them.
Bharat Mediratta
2008-11-25
1) Changed how the test tags are generated to be able to create a better dist...
Tim Almdal
2008-11-25
The scaffolding can now add and delete users and groups. Yippee!
Bharat Mediratta
2008-11-25
Add a "Access" tab to the scaffolding and list users and groups.
Bharat Mediratta
2008-11-25
tag::add_tag() -> tag::add
Bharat Mediratta
2008-11-25
Add theme debugging. Activate it in the [info] tab in the
Bharat Mediratta
2008-11-24
Moved the creation of tags into the tag helper library. Added a count field ...
Tim Almdal
2008-11-24
Show a link to the item with the most tags.
Bharat Mediratta
2008-11-24
Fix a typo in _show() that broke proper redirection
Bharat Mediratta
2008-11-24
Show the tag count, too.
Bharat Mediratta
2008-11-24
Remove the has_many_and_belongs_to_many relations from the item model
Tim Almdal
2008-11-24
Add the creation of tags to the scaffolding code
Tim Almdal
2008-11-23
Show the # of comments
Bharat Mediratta
2008-11-23
Add a button to install all plugins at once, now that we have so many.
Bharat Mediratta
2008-11-21
Fixed a bug in the REST controller dispatcher and added a test case that exce...
Jozef Selesi
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
* Added HTTP status constants and helper functions to REST helper.
Jozef Selesi
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
Change output_format() to autodetect for html / xml / json
Bharat Mediratta
2008-11-19
* Renamed the album, item and photo controllers to albums, items and photos i...
Jozef Selesi
2008-11-18
* Changed REST API. Now there are two separate methods for forms:
Jozef Selesi
2008-11-18
- All comments of an item can now be seen /comments?item_id=
Jozef Selesi
2008-11-18
Fix a typo user_id -> owner_id
Bharat Mediratta
2008-11-18
First iteration of REST controller refactoring. RESTful controllers that refe...
Jozef Selesi
2008-11-17
Add output formats to our REST controllers. Add support for JSON and
Bharat Mediratta
2008-11-16
Handle _method in either GET or POST
Bharat Mediratta
2008-11-16
Drop the call to render() and just use the View's __toString method to
Bharat Mediratta
2008-11-16
Remove a @todo
Bharat Mediratta
2008-11-16
Several large changes:
Bharat Mediratta
2008-11-16
create a regular user and make scaffolding assign owner to logged in user
Felix Rabinovich
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-14
Use the shortform to load the resource.
Tim Almdal
2008-11-12
Code cleanup, add test for time formatting function.
Jozef Selesi
2008-11-12
Throw an exception when we can't upload a file. This is not the best solutio...
Bharat Mediratta
2008-11-12
aliasing owner to user
Felix Rabinovich
2008-11-12
Create a simple benchmark that loads 500 localized messages and performs
Bharat Mediratta
2008-11-11
Change the PUT/DELETE tunneling param from __action to _method
Bharat Mediratta
2008-11-11
Move scaffolding code out of the comments controller to welcome.php.
Jozef Selesi
2008-11-11
Change Album and Photo controllers to set the user object as a global variabl...
Tim Almdal
2008-11-11
Change REST API to use non-routable functions: _get(), _post(),
Bharat Mediratta
2008-11-11
Add phpdocs to explain how to use REST_Controller
Bharat Mediratta
2008-11-11
Create REST_Controller abstract base class for all REST based resource
Bharat Mediratta
2008-11-10
Manually delete the auth table and module entry to ease transitions for devs.
Bharat Mediratta
[next]