summaryrefslogtreecommitdiff
path: root/modules/image_block/helpers
AgeCommit message (Expand)Author
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-26Fix capitalization to be sentence case.Bharat Mediratta
2010-12-25Correct image block plurality, fixes 1506dmolavi
2010-12-02Ok, do a real fix for #1499 by creating version 3 of the image_blockBharat Mediratta
2010-12-02Duh, set the image_block.image_count variable in the installer! ThisBharat Mediratta
2010-11-29In 3c523bcac6e902973c5891c02842254eaecd33a4 (fix for #1499) I left outBharat Mediratta
2010-11-21Create a module setting for the number of random images to show in theBharat Mediratta
2010-06-05item::random_query() doesn't need to take a "where" clause becauseBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-07Improve likelihood that image block shows up for small photo collections by r...Andy Staudacher
2010-01-19Do a better job of guarding against missing images.Bharat Mediratta
2010-01-08Move the random image functionality into the gallery REST helper sinceBharat Mediratta
2010-01-08use item::random() to get the random item.Bharat Mediratta
2010-01-03Simplify the REST API code. Here's what I did:Bharat Mediratta
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-12-24Change the image block rest handler to expect the type (i.e. random) as a par...Tim Almdal
2009-12-23When normalizing the rest request don't assume that the additional arguments ...Tim Almdal
2009-12-22Add a restful get random image blockTim Almdal
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-18Remove the image_block_installer class as it does nothing, except erroneous s...Tim Almdal
2009-11-09Since the activate_sidebar_blocks mentod is called from the module::install, ...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Merge branch 'talmdal_dev' of git@github.com:gallery/gallery3 into talmdal_devTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-29change the block_manager api so that the theme is passed into the get method....Tim Almdal
2009-09-29Refactor sidebar_blocks into a separate function and then call block_manager:...Tim Almdal
2009-09-05Change the module installer so that you don't need to provide your ownBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-02-27Remove unneeded code.Bharat Mediratta
2009-02-27Optimize the code by ditching the count query; we don't need it.Bharat Mediratta
2009-02-26Update to image_block based on bharat's feedbackTim Almdal
2009-02-26Remove debugging statementTim Almdal
2009-02-26Implement a random image block for the side bar. Ticket #13Tim Almdal