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
/
block_manager.php
Age
Commit message (
Expand
)
Author
2013-03-02
#2031 - Add class_exists() before method_exists() if class existence is unknown.
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-15
Consolidate all the random code into a random helper that offers:
Bharat Mediratta
2010-12-15
Use mt_rand() instead of rand() since it provides better portability.
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-12-05
Fix whitespace.
Bharat Mediratta
2009-11-13
Standardize the name of the blocks.
Tim Almdal
2009-11-13
Undo using the md5 hash of the module name and block_id, so duplicate blocks ...
Tim Almdal
2009-11-12
Change the keys of the block arrays in block manager to be a md5 hash of modu...
Tim Almdal
2009-11-02
remove a debugging statement
Tim Almdal
2009-09-30
Added active_sidebar_blocks and deactive_sidebar_blocks to allow the installe...
Tim Almdal
2009-09-30
Add functionality to activate sidebar blocks when the module is activated and...
Tim Almdal
2009-09-30
Make the parameter to block_manager::get_html() optional as its not applicab...
Tim Almdal
2009-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta