summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Theme_View.php
AgeCommit message (Expand)Author
2010-08-29Put the theme CSS at the end of the module CSS so that the theme hasBharat Mediratta
2010-08-01default maintenance_mode from false -> 0 for consistency with the value we s...Bharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-05-14Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-08Remove the display of the "body_attributes" div when in debug mode. debug mo...Tim Almdal
2009-11-28Give the theme a chance to handle theme function callbacks as well.Bharat Mediratta
2009-11-27Move the theme fallback checking into theme::load_themes() so thatBharat Mediratta
2009-11-20Paginator: don't try to set the position for "other" page types.Bharat Mediratta
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-18For album pagination, don't let the last_visible_position exceed theBharat Mediratta
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-15Fix a couple of errors in the refctored paginator code:Bharat Mediratta
2009-11-14Oops. Fix a typo that the forced page_type to always be "tag"Bharat Mediratta
2009-11-14Fix pagination so that it does not require any domain specific logicBharat Mediratta
2009-11-14Rename "pager" to "paginator" so that we differentiate page.html.phpBharat Mediratta
2009-11-14Normalize pagination so that pager.html.php can handle pagination forBharat Mediratta
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-06Create a user_menu for the top of the page. Change the login, edit profile a...Tim Almdal
2009-10-27Remove Menu::compact() in favor of putting an if-then clause inBharat Mediratta
2009-10-27Change our menu building blocks to use PHP templates so that themesBharat Mediratta
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-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-29* Remove the @todo in module event and always try to call gallery_event::$fun...Tim Almdal
2009-09-24Fix Admin_View to look for the the variable active_admin_theme instead of act...Tim Almdal
2009-09-24Hopefully the last 2 errant occurrences of default as it relates to theme namesTim Almdal
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-09Fix up context menus a bit.Bharat Mediratta
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-28Make sure the thumb_menu has the gThumbMenu CSS class.Bharat Mediratta
2009-07-28Move site_menu and admin_menu into gallery helper so that site_menuBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-11Get the thumbnail menu working.Bharat Mediratta
2009-07-10Compact all menus. This fixes the problem that the new [Options]Bharat Mediratta
2009-06-29Fix some bugs in the combined JS/CSS code (most of which I introducedBharat Mediratta
2009-06-29Refactor combine_xxx() functions together into combine_files() and useBharat Mediratta
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-28Rename the combined javascript controller from javascript/combined to combine...Tim Almdal
2009-06-28Tweak the cache implementationBharat Mediratta
2009-06-28Change the combined javascript to use the new caching functionality and respe...Tim Almdal
2009-06-27Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-27Create a new thumb_menu() and convert Digibug over to use it.Bharat Mediratta