summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Theme_View.php
AgeCommit message (Expand)Author
2013-01-30Follow-on to 1e4d75c12072b49c3469f18af13bcf3439afc6b0 for #1975.Bharat Mediratta
2013-01-23Use the thumb proportion from the first item in an album if the album has chi...Bharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-11Verify that theme names are well formed. Fixes #1856.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-08-30Make the Theme_View::thumb_proportion() API call backwards compatible toBharat Mediratta
2011-08-27Merge branch 'master' into bharat_devBharat Mediratta
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
2011-04-23Fix for ticket #541Tim Almdal
2011-03-20Change the $thumb_proportions variable to be a theme callback whichBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-21Add "html_attributes" theme callback to allow modules to inject attributes intoBharat Mediratta
2011-01-10Create new APIs for allowing themers to control what CSS/JS getBharat Mediratta
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2010-12-16Swap the order of the CSS and JS for performance. Fixes #1540.Bharat Mediratta
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