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
/
image_block
/
helpers
/
image_block_block.php
Age
Commit message (
Expand
)
Author
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-26
Fix capitalization to be sentence case.
Bharat Mediratta
2010-12-25
Correct image block plurality, fixes 1506
dmolavi
2010-11-21
Create a module setting for the number of random images to show in the
Bharat Mediratta
2010-06-05
item::random_query() doesn't need to take a "where" clause because
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-07
Improve likelihood that image block shows up for small photo collections by r...
Andy Staudacher
2010-01-19
Do a better job of guarding against missing images.
Bharat Mediratta
2010-01-08
Move the random image functionality into the gallery REST helper since
Bharat Mediratta
2010-01-08
use item::random() to get the random item.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
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