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
/
gallery
/
helpers
/
gallery_block.php
Age
Commit message (
Expand
)
Author
2013-01-22
gallery.menalto.com -> galleryproject.org
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-23
Remove displayed blocks from the admin block list. If there are no
Bharat Mediratta
2011-04-10
Gracefully degrade in the case where the .build_number file is
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-17
Display a message in the "Check for Gallery upgrades" block when
Bharat Mediratta
2011-01-16
Upgrade checking code is now here, along with a bump of the Gallery
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-11-20
Move the sys_getloadavg() call into the template since that's what we're doin...
Bharat Mediratta
2010-11-18
Use sys_getloadavg() instead of reading /proc/loadavg. Fixes #1491.
Bharat Mediratta
2010-06-06
Try to adjust for situations where /proc/loadavg is_readable() but
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-27
Fix for ticket #1037: Only show language drop-down when there's actually a ch...
Andy Staudacher
2010-02-08
Suppress errors when checking for readability of /proc/loadavg. Often this fi...
Andy Staudacher
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2009-12-24
indentation fix.
Bharat Mediratta
2009-12-24
whitespace fix
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-01
Replace split() with explode() since split is deprecated in PHP 5.3
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-13
reference to user::cookie_locale changed to locales::cookie_locale
Tim Almdal
2009-10-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-13
refactor locale related functionality out of the user module and into the gal...
Tim Almdal
2009-10-06
Change the focus of the user module from providing user/group management to p...
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-07-07
Change references to Gallery 2 and Gallery 3 to consistently refer to
Tim Almdal
2009-06-23
Order log entries by id as well so that multiple events in the same
Bharat Mediratta
2009-06-12
Don't count the root as an album in the stats block. It'll just confuse our ...
Bharat Mediratta
2009-06-12
adding string to localizer
unostar
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta