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
/
controllers
Age
Commit message (
Expand
)
Author
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-16
Convert Movies_Controller::update() over to model based validation.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Convert Photos_Controller::update() to use model based validation.
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Don't use Input directly to get album names, etc. Use the form fields.
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-13
Somemore K24 migration holdovers. need to specify the where statement with o...
Tim Almdal
2010-01-11
Remove the translation submit button from translation search form. Fixes tic...
Tim Almdal
2010-01-08
Change file proxy to url encode the path components instead of the entire pat...
Tim Almdal
2010-01-07
Use rawurlencode to remove any encoding that the browser may have added. Fix...
Tim Almdal
2010-01-04
Fix the logout link to send you back to the current url. The old
Bharat Mediratta
2010-01-04
Send an empty Pragma header and use the item-updated time in the last-modifie...
Tim Almdal
2010-01-01
Don't enable the rest module by default yet; we should make sure that
Bharat Mediratta
2010-01-01
Correct the sql so that the guest and admin passwords are actually blanked as...
Tim Almdal
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-30
Change the file proxy to use the expires helper to manage content expiration....
Tim Almdal
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-17
Convert some more database queries.
Bharat Mediratta
2009-12-17
Update all database queries such that we can run "php index.php
Bharat Mediratta
2009-12-17
Improve the exception error message.
Bharat Mediratta
2009-12-16
Convert a database call.
Bharat Mediratta
2009-12-16
Convert a database call.
Bharat Mediratta
2009-12-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-16
Show the right edit form for movies.
Bharat Mediratta
2009-12-16
Convert some database calls.
Bharat Mediratta
2009-12-13
Convert a database call.
Bharat Mediratta
2009-12-06
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-05
Use NULL instead of actual values in the vars table, so that var tweaks resul...
Bharat Mediratta
2009-12-05
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-04
Make the rendering of the Theme Options page consistent between the first req...
Tim Almdal
2009-12-02
Convert more database calls over to the new format
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-01
Beter fix for #925.
Bharat Mediratta
2009-12-01
Use the real mime type for movies when we're requesting the full movie
Bharat Mediratta
2009-12-01
Fix a typo that was breaking the home page (doh!)
Bharat Mediratta
2009-11-30
Clean up item routing a bit.
Bharat Mediratta
2009-11-29
Publish theme_edit_form and theme_edit_form_completed events so that themes c...
Bharat Mediratta
2009-11-29
Update a few more occurrences of ORM/Database -> Database_Builder
Bharat Mediratta
2009-11-26
Database::orwhere() is now Database_Builder::or_where()
Bharat Mediratta
2009-11-26
Overload Database_Builder to add merge_where() which takes predefined
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
The html helpers no longer forces .js and .css suffixes to urls it generates ...
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Convert one more instance of ORM::$loaded to ORM::loaded()
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
[next]