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
Age
Commit message (
Expand
)
Author
2013-01-31
Drop the requirement to have the install() function set the module
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
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-12-02
Ok, do a real fix for #1499 by creating version 3 of the image_block
Bharat Mediratta
2010-12-02
Duh, set the image_block.image_count variable in the installer! This
Bharat Mediratta
2010-11-29
In 3c523bcac6e902973c5891c02842254eaecd33a4 (fix for #1499) I left out
Bharat Mediratta
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
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-24
Change the image block rest handler to expect the type (i.e. random) as a par...
Tim Almdal
2009-12-23
When normalizing the rest request don't assume that the additional arguments ...
Tim Almdal
2009-12-22
Add a restful get random image block
Tim Almdal
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-18
Remove the image_block_installer class as it does nothing, except erroneous s...
Tim Almdal
2009-11-09
Since the activate_sidebar_blocks mentod is called from the module::install, ...
Tim Almdal
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
Merge branch 'talmdal_dev' of git@github.com:gallery/gallery3 into talmdal_dev
Tim Almdal
2009-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-09-29
change the block_manager api so that the theme is passed into the get method....
Tim Almdal
2009-09-29
Refactor sidebar_blocks into a separate function and then call block_manager:...
Tim Almdal
2009-09-05
Change the module installer so that you don't need to provide your own
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-02-27
Remove unneeded code.
Bharat Mediratta
2009-02-27
Optimize the code by ditching the count query; we don't need it.
Bharat Mediratta
2009-02-26
Update to image_block based on bharat's feedback
Tim Almdal
2009-02-26
Remove debugging statement
Tim Almdal
2009-02-26
Implement a random image block for the side bar. Ticket #13
Tim Almdal