This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-05-23 12:59:11 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02486f2401b072fb3f5f2a50e68afaf2db9368d3
gallery3
/
core
/
libraries
History
Tim Almdal
7491e3c44a
Add a site-config parameter to the config.php file. Created a core_block:head method to insert the title into the head section. If the config value is false, the default Browse Photos::$item->title is used. A string value with a trailing '-' will append the config value to $item-title. Otherwise, the page title is set with the supplied value.
2008-11-23 16:51:06 +00:00
..
Block.php
Use get_object_vars to simplify code
2008-11-07 07:31:11 +00:00
MY_Forge.php
* Added HTTP status constants and helper functions to REST helper.
2008-11-20 01:25:29 +00:00
MY_Pagination.php
Add automatic pagination. All you have to do is add <?= $theme->pager
2008-11-07 07:33:43 +00:00
MY_View.php
Move all block callbacks from View::block_type() to
2008-11-22 21:46:34 +00:00
ORM_MPTT.php
Add unittest and caching for ORM_MTPP::descendants
2008-11-20 06:05:22 +00:00
Theme.php
Add a site-config parameter to the config.php file. Created a core_block:head method to insert the title into the head section. If the config value is false, the default Browse Photos::$item->title is used. A string value with a trailing '-' will append the config value to $item-title. Otherwise, the page title is set with the supplied value.
2008-11-23 16:51:06 +00:00