summaryrefslogtreecommitdiff
path: root/modules/image_block
AgeCommit message (Expand)Author
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-18Revert "Simplify the maintenance of the xss golden file by having each module...Tim Almdal
2009-11-18Simplify the maintenance of the xss golden file by having each module contibu...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-30Correct version numbers for image_block and info modules, they inadvertently ...Tim Almdal
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-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-06corrected misprintunostar
2009-06-02Fix for ticket #320Tim Almdal
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-02-271) Change the image block so it has the correct url in the anchor tag.Tim Almdal
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