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
/
helpers
/
info_block.php
Age
Commit message (
Expand
)
Author
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
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-01-18
Rename theme callback helpers from xxx_block to xxx_theme to make room
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-12
Implement deleting dashboard blocks.
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2008-12-20
Add view counts and show them properly.
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-25
Oops, fix a typo causing us to treat an array like a string.
Bharat Mediratta
2008-11-25
Fix a bug in thumbnail_info where we were printing out the data instead of re...
Bharat Mediratta
2008-11-22
Create thumbnail insertion points (top/bottom/info) and move
Bharat Mediratta
2008-11-22
Move all block callbacks from View::block_type() to
Bharat Mediratta
2008-11-22
Convert gmaps, info, and tag modules to the new block module
Tim Almdal