summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
AgeCommit message (Expand)Author
2013-01-23Enable the profiler and debug output if var/PROFILE exists. ThisBharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-22Removed incomplete jquery carousel codeChad Kieffer
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-16If the logged in user is an admin and it's been more than 7 days sinceBharat Mediratta
2011-01-16First step in setting up version checking.Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2010-11-09Return the admin check as part of the block structure as opposed to printingTim Almdal
2010-07-20Use Session::get_once() instead of Session::get() followed by Session::delete();Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-28Fix profiler display: It looks like it was broken by an API change in the lat...Andy Staudacher
2010-02-14Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...Andy Staudacher
2010-02-14Change JavaScript reauthentication check to check via XHR.Andy Staudacher
2010-02-07Addendum for ticket 585: Handle case C), redirect the admin to a non-admin pa...Andy Staudacher
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-11-06Create a user_menu for the top of the page. Change the login, edit profile a...Tim Almdal
2009-11-05Clean up problem with cancelling the inplace edit left a whole bunch of css a...Tim Almdal
2009-10-27Switch instances of first to g-first.Chad Kieffer
2009-10-26Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Created gallery.css file, moved simple uploader, move, and permissions CSS th...Chad Kieffer
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Finish integrating the move of the user edit/update functions into the user m...Tim Almdal
2009-10-13Change the user config setting "allow_updates" to true in the identity config...Tim Almdal
2009-10-13Continue to refactor locale and gallery3 ui from the user module to the galle...Tim Almdal
2009-09-10Remove debug code.Bharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-08-06Merge branch 'master' of git@github.com:bharat/gallery3 into bharat_branchBharat Mediratta
2009-08-06Cleanup the javascript for enabling dialog or panel links.Tim Almdal
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-30Fix a static function declaration.Bharat Mediratta
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-21The RSS link should go to the parent album when looking at photos/movies.Bharat Mediratta
2009-07-14Move the gallery version out of a module variable and into a constantBharat Mediratta
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-26Create a theme_view function script which allows modules in the head or admin...Tim Almdal
2009-06-26Move the inclusion of photo and movie specific javascript into gallery_themeTim Almdal
2009-06-261) Move the generation of script tags to gallery_theme::head and gallery_them...Tim Almdal
2009-06-16Fix a bug that was overwriting the quick-pane HTML causing the quickBharat Mediratta
2009-06-16Move all the fullsize code into the theme to make it less confusing.Bharat Mediratta
2009-06-14Create a sidebar for tag pagesBharat Mediratta
2009-06-14Refactor the way that the rss module works so that we're not allowingBharat Mediratta
2009-06-14Remove rss:item_feed, rss::tag_fead and rss_theme::head and move thatTim Almdal
2009-05-29Move credits message into a variable, which can be changed in Admin >Bharat Mediratta