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
Age
Commit message (
Expand
)
Author
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-20
Add unittest and caching for ORM_MTPP::descendants
Tim Almdal
2008-11-20
Add unittest and caching to ORM_MTPP::descendants_count
Tim Almdal
2008-11-20
Clean up the MediaRSS module a little bit:
Bharat Mediratta
2008-11-20
* Added HTTP status constants and helper functions to REST helper.
Jozef Selesi
2008-11-20
changed descendents_by_type to descendents and added descendent_count
Tim Almdal
2008-11-19
Update the media rss template to include the resize and the fullsize
Tim Almdal
2008-11-16
Create Forge::add_rules_from() which pulls validation rules from the model and
Bharat Mediratta
2008-11-16
Second half of renaming the tags module. Change all occurrences of
Bharat Mediratta
2008-11-16
Create MY_Forge to specify the defaul html
Tim Almdal
2008-11-15
Add Theme::module() and module::get()
Bharat Mediratta
2008-11-11
Override View_Core::render so that we trap errors stemming from bad
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-07
Use get_object_vars to simplify code
Bharat Mediratta
2008-11-07
Add children_count() to ORM_MPTT
Bharat Mediratta
2008-11-05
* Add thumbnail and resize dimensions to the item table and use them
Bharat Mediratta
2008-11-05
ORM_MPTT::parents() should not include the node itself.
Bharat Mediratta
2008-11-05
Add the photo controller, and tie it to the photo page in our theme.
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-05
Order the children()
Bharat Mediratta
2008-11-04
Lots of new stuff!
Bharat Mediratta
2008-11-04
Restructure the theme code to be more like WordPress / Habari. Now,
Bharat Mediratta