Age | Commit message (Expand) | Author |
2013-06-12 | change "size" to "dimensions" and display unit "px" | jamaa |
2013-06-12 | internationalize image size display | jamaa |
2013-06-12 | fix upgrade function | jamaa |
2013-06-12 | fix whitespace | jamaa |
2013-06-12 | add the image size (in pixels) to the info module | jamaa |
2013-01-31 | Drop the requirement to have the install() function set the module | Bharat Mediratta |
2013-01-24 | #1960 - Add unit test to look for extra spaces at end of line | shadlaws |
2013-01-22 | gallery.menalto.com -> galleryproject.org | Bharat Mediratta |
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta |
2012-06-05 | Show "Movie info" on movie page | Tony Fung |
2012-05-06 | Use html::anchor consistently. Fixes #1851. | Bharat Mediratta |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta |
2011-04-23 | Oops, fix broken codex urls. For #1698. | Bharat Mediratta |
2011-04-23 | Oops, this is the rest of the modules and themes for #1696 and #1698. | Bharat Mediratta |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta |
2011-01-07 | Minor style cleanup | Bharat Mediratta |
2011-01-06 | Updates per Bharat's pull request review. Renamed info_block_metadata event t... | Chad Kieffer |
2011-01-06 | Also missed commiting this in a1e3b1ed17177cf7e0ef. | Chad Kieffer |
2011-01-06 | Missed this commiting this in a1e3b1ed17177cf7e0ef. | Chad Kieffer |
2011-01-05 | Added info module show metadata options and set all to true. Admins may turn ... | Chad Kieffer |
2011-01-04 | Pass the whole item, not just it's ID, to the info_block_metadata event. | Chad Kieffer |
2011-01-04 | Add an info_block_metadata event to allow other modules to add to the item in... | Chad Kieffer |
2011-01-04 | Convert the metadata array to be associative. Replaced single with double-quo... | Chad Kieffer |
2011-01-04 | First info module refactor step: Load item metadata into an array. Loop throu... | Chad Kieffer |
2010-08-08 | Use the gallery helper date/time functions wherever we format date | Bharat Mediratta |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
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 | Correct version numbers for image_block and info modules, they inadvertently ... | Tim Almdal |
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-12 | Use user::display_name() in another case where it was missing. | Bharat Mediratta |
2009-09-12 | Properly internationalize the text for the By: line. This gets rid of | Bharat Mediratta |
2009-09-05 | Change the module installer so that you don't need to provide your own | Bharat Mediratta |
2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
2009-08-27 | Get rid of the extra "Folder name" row. It's noisy. Fixes ticket #593. | Bharat Mediratta |
2009-08-27 | Make the info block display 'File name', instead of 'Folder name' when showin... | Chad Kieffer |
2009-07-19 | More thorough fix for #421. Create User_Model::display_name() which | Bharat Mediratta |
2009-07-13 | Add quotes around all values that contain spaces in them, and add a | Bharat Mediratta |
2009-07-12 | Put owner's url into user link. Seems better than displaying email until we h... | Chad Kieffer |
2009-07-04 | Fix for ticket #477. Use nl2br method when rendering comment::text and | Tim Almdal |
2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal |
2009-06-30 | Display owner's full name rather than username, ticket #421. | Chad Kieffer |
2009-06-28 | Undo my last change; it's not the right fix for the problem. | Bharat Mediratta |
2009-06-28 | Pass the item into the block. | Bharat Mediratta |
2009-06-28 | Convert info module's block to use a list instead of a table. Addresses reque... | Chad Kieffer |
2009-06-23 | Refactor the install/upgrade code to be more flexible. | Bharat Mediratta |