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
/
modules
/
gallery
/
libraries
/
Theme_View.php
Age
Commit message (
Expand
)
Author
2013-03-11
Merge pull request #204 from jozefs/issue1838
Bharat Mediratta
2013-03-11
Fix Theme_View::siblings bug - limit and offset reversed in sibling_callback.
shadlaws
2013-03-11
Themes can choose child thumbnail when asking for proportion.
Jozef Selesi
2013-03-11
Themes can set minimum thumbnail size when calculating proportions.
Jozef Selesi
2013-03-02
#2031 - Add class_exists() before method_exists() if class existence is unknown.
shadlaws
2013-02-09
Extend siblings callbacks to take a $limit and an $offset for navigating
Bharat Mediratta
2013-01-30
Follow-on to 1e4d75c12072b49c3469f18af13bcf3439afc6b0 for #1975.
Bharat Mediratta
2013-01-23
Use the thumb proportion from the first item in an album if the album has chi...
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-11
Verify that theme names are well formed. Fixes #1856.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-08-30
Make the Theme_View::thumb_proportion() API call backwards compatible to
Bharat Mediratta
2011-08-27
Merge branch 'master' into bharat_dev
Bharat Mediratta
2011-04-26
Stop using Pagination() and instead use $theme->pager() in views.
Bharat Mediratta
2011-04-23
Fix for ticket #541
Tim Almdal
2011-03-20
Change the $thumb_proportions variable to be a theme callback which
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-21
Add "html_attributes" theme callback to allow modules to inject attributes into
Bharat Mediratta
2011-01-10
Create new APIs for allowing themers to control what CSS/JS get
Bharat Mediratta
2011-01-03
Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569
Joe7
2010-12-16
Swap the order of the CSS and JS for performance. Fixes #1540.
Bharat Mediratta
2010-08-29
Put the theme CSS at the end of the module CSS so that the theme has
Bharat Mediratta
2010-08-01
default maintenance_mode from false -> 0 for consistency with the value we s...
Bharat Mediratta
2010-08-01
Make maintenance mode a variable instead of a config. Then create
Bharat Mediratta
2010-05-14
Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-08
Remove the display of the "body_attributes" div when in debug mode. debug mo...
Tim Almdal
2009-11-28
Give the theme a chance to handle theme function callbacks as well.
Bharat Mediratta
2009-11-27
Move the theme fallback checking into theme::load_themes() so that
Bharat Mediratta
2009-11-20
Paginator: don't try to set the position for "other" page types.
Bharat Mediratta
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
2009-11-18
For album pagination, don't let the last_visible_position exceed the
Bharat Mediratta
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-15
Fix a couple of errors in the refctored paginator code:
Bharat Mediratta
2009-11-14
Oops. Fix a typo that the forced page_type to always be "tag"
Bharat Mediratta
2009-11-14
Fix pagination so that it does not require any domain specific logic
Bharat Mediratta
2009-11-14
Rename "pager" to "paginator" so that we differentiate page.html.php
Bharat Mediratta
2009-11-14
Normalize pagination so that pager.html.php can handle pagination for
Bharat Mediratta
2009-11-13
Standardize the name of the blocks.
Tim Almdal
2009-11-06
Create a user_menu for the top of the page. Change the login, edit profile a...
Tim Almdal
2009-10-27
Remove Menu::compact() in favor of putting an if-then clause in
Bharat Mediratta
2009-10-27
Change our menu building blocks to use PHP templates so that themes
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Use 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-24
Fix Admin_View to look for the the variable active_admin_theme instead of act...
Tim Almdal
[next]