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
/
core
/
libraries
/
Theme.php
Age
Commit message (
Expand
)
Author
2008-11-25
Change url() to use url::file() since it's more concise.
Bharat Mediratta
2008-11-25
Remove module() since it's now unused. We can add it back if we decide that ...
Bharat Mediratta
2008-11-25
Move the in-place-edit JS into the page_footer callback and out of
Bharat Mediratta
2008-11-25
Add gClearFix to the annotated theme elements, which makes the box surround i...
Bharat Mediratta
2008-11-25
Add theme debugging. Activate it in the [info] tab in the
Bharat Mediratta
2008-11-24
Don't bother trying to check if the class file exists, just use method_exists...
Tim Almdal
2008-11-23
Add a site-config parameter to the config.php file. Created a core_block:hea...
Tim Almdal
2008-11-23
Remove extra quotes around variable that already contained a string value
Tim Almdal
2008-11-22
Create thumbnail insertion points (top/bottom/info) and move
Bharat Mediratta
2008-11-22
Pass extra args on to the block function.
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
2008-11-21
Convert the carousel module to provide its block through the new api
Tim Almdal
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
A look at away to allow modules to define html head contents (links and js) a...
Tim Almdal
2008-11-16
Second half of renaming the tags module. Change all occurrences of
Bharat Mediratta
2008-11-15
Add Theme::module() and module::get()
Bharat Mediratta
2008-11-08
Add support for in-place editing of data fields.
Bharat Mediratta
2008-11-07
Add automatic pagination. All you have to do is add <?= $theme->pager
Bharat Mediratta
2008-11-05
Move Google Maps block off into its own gmaps module.
Bharat Mediratta
2008-11-05
Item Info block is now off into the info module. Yay!
Bharat Mediratta
2008-11-05
Tags are now off in their own module, hooray!
Bharat Mediratta
2008-11-05
The carousel block is now off into its own module. The
Bharat Mediratta
2008-11-04
Restructure the theme code to be more like WordPress / Habari. Now,
Bharat Mediratta