summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_block.php
AgeCommit message (Expand)Author
2013-06-12change "size" to "dimensions" and display unit "px"jamaa
2013-06-12internationalize image size displayjamaa
2013-06-12add the image size (in pixels) to the info modulejamaa
2013-01-24#1960 - Add unit test to look for extra spaces at end of lineshadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-06-05Show "Movie info" on movie pageTony Fung
2012-05-06Use html::anchor consistently. Fixes #1851.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-07Minor style cleanupBharat Mediratta
2011-01-06Updates per Bharat's pull request review. Renamed info_block_metadata event t...Chad Kieffer
2011-01-06Also missed commiting this in a1e3b1ed17177cf7e0ef.Chad Kieffer
2011-01-04Pass the whole item, not just it's ID, to the info_block_metadata event.Chad Kieffer
2011-01-04Add an info_block_metadata event to allow other modules to add to the item in...Chad Kieffer
2011-01-04Convert the metadata array to be associative. Replaced single with double-quo...Chad Kieffer
2011-01-04First info module refactor step: Load item metadata into an array. Loop throu...Chad Kieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
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-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-01-18Rename theme callback helpers from xxx_block to xxx_theme to make roomBharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Implement deleting dashboard blocks.Bharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2008-12-20Add view counts and show them properly.Bharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-11-26Add a new "tag" page type.Bharat Mediratta
2008-11-25Oops, fix a typo causing us to treat an array like a string.Bharat Mediratta
2008-11-25Fix a bug in thumbnail_info where we were printing out the data instead of re...Bharat Mediratta
2008-11-22Create thumbnail insertion points (top/bottom/info) and moveBharat Mediratta
2008-11-22Move all block callbacks from View::block_type() toBharat Mediratta
2008-11-22Convert gmaps, info, and tag modules to the new block moduleTim Almdal