summaryrefslogtreecommitdiff
path: root/modules/info/views
AgeCommit message (Expand)Author
2011-01-06Updates per Bharat's pull request review. Renamed info_block_metadata event t...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-08-08Use the gallery helper date/time functions wherever we format dateBharat Mediratta
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-27Get rid of the extra "Folder name" row. It's noisy. Fixes ticket #593.Bharat Mediratta
2009-08-27Make the info block display 'File name', instead of 'Folder name' when showin...Chad Kieffer
2009-07-19More thorough fix for #421. Create User_Model::display_name() whichBharat Mediratta
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-06-28Undo my last change; it's not the right fix for the problem.Bharat Mediratta
2009-06-28Convert info module's block to use a list instead of a table. Addresses reque...Chad Kieffer
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta
2009-06-06Remove album view icon link, added album link to info module. This and breadc...Chad Kieffer
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-07Grab photo capture date and captions from EXIF/IPTC data.Bharat Mediratta
2009-03-09Don't show the description field if there's no descriptionBharat Mediratta
2009-02-09Remove the "more" link until something's implemented that needs it.Chad Kieffer
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-11-08Allow in-place editing in the info block.Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-05Item Info block is now off into the info module. Yay!Bharat Mediratta