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