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
/
helpers
/
core_block.php
Age
Commit message (
Expand
)
Author
2009-01-15
Added gQuick to album_top, started implementation, but incomplete so far. Nee...
Chad Kieffer
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-12
Dashboard blocks are now data driven, and you can add new blocks to
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-05
Add "quick edit" which lets you edit a photo's details from the albums
Bharat Mediratta
2009-01-04
Rename:
Bharat Mediratta
2009-01-03
No quickedit for album-- for real this time.
Bharat Mediratta
2009-01-03
No quickedit for album thumbs (for now, anyway)
Bharat Mediratta
2009-01-03
Add a new quick-edit mode for editing photos when viewing albums.
Bharat Mediratta
2009-01-01
Move debug CSS into core/css/debug.css, and enable it for admin themes also
Bharat Mediratta
2008-12-26
Added the concept of "permanent" messages that we show to admins. Use
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-22
Add some admin theme callbacks and make them explicitly admin_xxx for consist...
Bharat Mediratta
2008-12-21
Report actual log entries in the "log entries" admin block.
Bharat Mediratta
2008-12-21
Implement the 'Project News' block with actual news from GMC.. woot!
Bharat Mediratta
2008-12-20
Implement the photo stream with the most recently uploaded photos.
Bharat Mediratta
2008-12-20
use some real stats
Bharat Mediratta
2008-12-20
Move log entries into its own block
Bharat Mediratta
2008-12-20
Move the "Photo Stream" section into its own block
Bharat Mediratta
2008-12-20
Move the "status messages" section into its own block.
Bharat Mediratta
2008-12-20
Move Platform and Project News admin sidebar blocks into the new
Bharat Mediratta
2008-12-20
Add admin sidebar blocks, and move the stats block into that pattern.
Bharat Mediratta
2008-12-20
Create a pattern for admin dashboard blocks and make the "welcome"
Bharat Mediratta
2008-12-15
Protect menus and blocks against the fact that we don't have an item
Bharat Mediratta
2008-12-12
Remove head() for now.
Bharat Mediratta
2008-12-11
Changes to the Menu.php:
Tim Almdal
2008-12-11
A a script block to the <head> of the page that creates a javascript variable...
Tim Almdal
2008-12-10
Change all access API methods to take ORMs instead of ids. This will
Bharat Mediratta
2008-12-10
Remove navigation_top() and navigation_bottom() as they're subsumed by the ne...
Bharat Mediratta
2008-12-10
Put profiler into page_bottom()
Bharat Mediratta
2008-12-08
Tighten up head()
Bharat Mediratta
2008-12-07
Merge gallery3/branches/menus back into gallery3/trunk
Tim Almdal
2008-11-27
Move the ADMIN global nav option into the core module and only show it if we'...
Bharat Mediratta
2008-11-25
Move the in-place-edit JS into the page_footer callback and out of
Bharat Mediratta
2008-11-24
Revert the site_title change
Tim Almdal
2008-11-23
Add a site-config parameter to the config.php file. Created a core_block:hea...
Tim Almdal