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
2009-01-02
trim() the path in add_photos
Bharat Mediratta
2009-01-01
Theme Administration implementation
Felix Rabinovich
2009-01-01
Add deepest album link
Bharat Mediratta
2008-12-31
Extend permissions interface to allow resetting to the parental default.
Bharat Mediratta
2008-12-31
Rename permissions_edit to permissions_browse for consistency
Bharat Mediratta
2008-12-31
Ajaxify the permissions browsing dialog. It only does allow/deny
Bharat Mediratta
2008-12-31
Rename permission_xxx to permissions_xxx for consistency
Bharat Mediratta
2008-12-31
Turn permission dialog into a browser where you can look at permissions back ...
Bharat Mediratta
2008-12-31
Simplify the next/previous logic in the theme by passing in a null
Bharat Mediratta
2008-12-31
Add Item_Model::url() and use it where appropriate. Cleans up some
Bharat Mediratta
2008-12-31
Add sibling information on photo pages and a very simple next/previous interf...
Bharat Mediratta
2008-12-31
change single to double quotes.
Bharat Mediratta
2008-12-31
Preliminary "Edit Permissions" dialog. You can't change permissions
Bharat Mediratta
2008-12-31
Fully implement the view_full permission.
Bharat Mediratta
2008-12-30
Update user::create() scaffolding for changes in the user module: can't set t...
Andy Staudacher
2008-12-30
Add a "Graphics Settings" page that lets admins choose which graphics
Bharat Mediratta
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-29
Return the task on success so that our UI can show it at 100%
Bharat Mediratta
2008-12-29
Don't set the document type to JSON when uploading photos.
Bharat Mediratta
2008-12-28
Expand on the maintenance code to make it more robust and give the
Bharat Mediratta
2008-12-28
First round of a task framework. Tasks are job definitions stored in
Bharat Mediratta
2008-12-26
Added content type to JSON output functions
Felix Rabinovich
2008-12-26
Fix a typo.
Bharat Mediratta
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Make sure admin method exist before we call them, else we'll just recurse int...
Bharat Mediratta
2008-12-25
Reload the parent before using when adding albums/photos since it may have in...
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
Normalize our Admin controllers so that functions always print out
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-23
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-12-23
Add very simple graphics toolkits.
Bharat Mediratta
2008-12-22
Add messaging system for reporting actions back to the user. Make
Bharat Mediratta
2008-12-22
Remove module.info from infrastructure modules that are effectively
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
Bharat Mediratta
2008-12-22
Support proper rendering of locked modules, add a submit button, point it at ...
Bharat Mediratta
2008-12-22
Change the way that we track modules.
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-21
create a more generic random_phrase() function
Bharat Mediratta
2008-12-20
Update view counts for albums also
Bharat Mediratta
2008-12-20
Add view counts and show them properly.
Bharat Mediratta
2008-12-20
Collapse Admin_Dashboard_Controller down into a single theme call, since now
Bharat Mediratta
2008-12-19
Fix a bug in admin delegation.
Bharat Mediratta
2008-12-19
Create a new pattern for Site Admin controllers:
Bharat Mediratta
2008-12-19
We always have at least 1 page in an album.
Bharat Mediratta
2008-12-19
Allow server-side adding of images to other albums than the root
Bharat Mediratta
2008-12-17
Add Item_Model::viewable() which we can use to restrict any query to
Bharat Mediratta
2008-12-17
Switch from cookie sessions to database sessions. We can't use cookie
Bharat Mediratta
[next]