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
2009-01-13
Change admin/themes to show both styles of themes side by side. This
Bharat Mediratta
2009-01-11
Let admins override the theme with a query param
Bharat Mediratta
2009-01-10
Use the theme's avatar as the default if Gravatar doesn't have one.
Bharat Mediratta
2009-01-07
Properly implement 'root' as a legal factory type
Bharat Mediratta
2009-01-04
Extend Theme_View to look in modules for photo and album menus. Move
Bharat Mediratta
2009-01-04
Started to wire up album and photo view menus. Need photo's parent album link...
Chad Kieffer
2009-01-01
Move debug CSS into core/css/debug.css, and enable it for admin themes also
Bharat Mediratta
2008-12-30
Add site_status() to the regular Theme_View
Bharat Mediratta
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