index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
info
/
views
Age
Commit message (
Expand
)
Author
2011-01-06
Updates per Bharat's pull request review. Renamed info_block_metadata event t...
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
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
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-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-28
Undo my last change; it's not the right fix for the problem.
Bharat Mediratta
2009-06-28
Convert info module's block to use a list instead of a table. Addresses reque...
Chad Kieffer
2009-06-12
Create gallery::date_time(), gallery::date() and gallery::time()
Bharat Mediratta
2009-06-06
Remove album view icon link, added album link to info module. This and breadc...
Chad Kieffer
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-07
Grab photo capture date and captions from EXIF/IPTC data.
Bharat Mediratta
2009-03-09
Don't show the description field if there's no description
Bharat Mediratta
2009-02-09
Remove the "more" link until something's implemented that needs it.
Chad Kieffer
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-11-08
Allow in-place editing in the info block.
Bharat Mediratta
2008-11-08
Create permanent owner_id column in the item table, and use a soft
Bharat Mediratta
2008-11-08
Adding user (owner) to items; info module
Felix Rabinovich
2008-11-05
Item Info block is now off into the info module. Yay!
Bharat Mediratta