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
/
libraries
/
MY_View.php
Age
Commit message (
Expand
)
Author
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
2011-01-03
Reimplemented Kohana 2.3's View::set_global() with array support.
Joe7
2010-07-29
Trap ORM_Validation_Exception specially and report which fields failed valida...
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2009-11-25
Make globals work if you access the the variables directly with
Bharat Mediratta
2009-11-25
Fix set_global() to be more elegant and preserve local trumping
Bharat Mediratta
2009-11-25
Switch from stdClass to arrays for global data.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-07-29
Make body_attributes() a theme callback instead of a method on the
Bharat Mediratta
2009-07-20
Dump out the error message along with the stack trace when we catch an
Bharat Mediratta
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta
2009-06-08
Rename main_element_attributes() callback to body_attributes() to be
Bharat Mediratta
2009-06-06
Preliminary BiDi support (needs *a lot* of tweaking)
Andy Staudacher
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta