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
/
libraries
/
Theme_View.php
Age
Commit message (
Expand
)
Author
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-22
Add messaging system for reporting actions back to the user. Make
Bharat Mediratta
2008-12-22
Add some admin theme callbacks and make them explicitly admin_xxx for consist...
Bharat Mediratta
2008-12-18
Refactor site admin menu into a theme function and build the menus in
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-15
Refactor admin dashboard.
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-10
Remove navigation_top() and navigation_bottom() as they're subsumed by the ne...
Bharat Mediratta
2008-12-08
Refactor Menu code to create allow you to create menus using a
Bharat Mediratta
2008-12-07
Merge gallery3/branches/menus back into gallery3/trunk
Tim Almdal
2008-11-28
Rename module::get_list() to module::installed()
Bharat Mediratta
2008-11-28
Add credits theme callback, point the powered-by link at GMC
Bharat Mediratta
2008-11-28
Add tag() function
Bharat Mediratta
2008-11-27
1) Create a Theme_View class that combines the functionality of the Theme cla...
Tim Almdal