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
/
admin.php
Age
Commit message (
Expand
)
Author
2008-12-25
Make sure admin method exist before we call them, else we'll just recurse int...
Bharat Mediratta
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
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-15
Rename default_admin to admin_default.
Bharat Mediratta
2008-12-15
Refactor admin dashboard.
Bharat Mediratta
2008-12-15
mark unauthorized exception w/ a @todo
Bharat Mediratta
2008-12-14
load admin subpages AJAXy way
Felix Rabinovich
2008-12-14
convert single quotes to double quotes for consistency.
Bharat Mediratta
2008-12-14
refactored admin views and added 'List User'
Felix Rabinovich
2008-12-14
clean the links and require authorization before showing admin pages
Felix Rabinovich
2008-12-14
1. fix up the <link> and <script> elements in the dashboard <head>.
Felix Rabinovich
2008-12-14
Fixed tabs and line endings
Felix Rabinovich
2008-12-14
Created admin controller and made admin obey admin theme settings
Felix Rabinovich