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
/
tests
/
controller_auth_data.txt
Age
Commit message (
Collapse
)
Author
2010-01-02
Add rest_controller::__call to the authorized controller methods
Tim Almdal
2010-01-02
Verified and updated.
Bharat Mediratta
2009-12-22
Checkpoint
Bharat Mediratta
2009-11-25
Remove the REST_Controller and assorted baggage. Completes ticket #917
Tim Almdal
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ↵
Tim Almdal
Partial fix for ticket #917
2009-11-25
Refactor the tags to remove the REST_Controller. Partial fix for ticket #917
Tim Almdal
2009-11-25
Refactor the comment module as part of ticket: #917 "Remove Rest Controller"
Tim Almdal
* Remove the methods create, update, delete, get_edit_form as there are not used * Change the return when a comment is created to return the html for the new comment. This saves a second get request to down load the comment.
2009-10-23
Only look for tests that are in the active modules. Update the controller ↵
Tim Almdal
golden file to reflect the current location of files.
2009-09-15
Also check for rss feeds in controller auth check
Andy Staudacher
2009-09-15
Controller auth / CSRF fixes
Andy Staudacher
2009-09-15
CSRF / auth fixes, golden data file checkpoint
Andy Staudacher
2009-09-15
Initial skeleton of Controller_Auth code audit test (non functional).
Andy Staudacher