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
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
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-25
Remove the REST_Controller and assorted baggage. Completes ticket #917
Tim Almdal
2009-11-25
Refactor the album, movie and photo handling to remove the REST_Controller. ...
Tim Almdal
2009-11-24
Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4
Bharat Mediratta
2009-11-24
Make get_add_form private and use it non-statically.
Bharat Mediratta
2009-11-20
Don't call theme::get_info() on themes that don't have a theme.info. Fixes #...
Bharat Mediratta
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
2009-11-19
Add the ability to add tags for files that are uploaded using the simple loader.
Tim Almdal
2009-11-19
Revert "Currently Admin_Theme_Options controller assumes that all the themes ...
Tim Almdal
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
Tim Almdal
2009-11-19
Revert "Use call_user_func instead of call_user_func_array as we don't need t...
Tim Almdal
2009-11-19
Use call_user_func instead of call_user_func_array as we don't need to pass t...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
2009-11-18
Currently Admin_Theme_Options controller assumes that all the themes will pro...
Tim Almdal
2009-11-18
Create a helper to load the theme information from theme.info
Tim Almdal
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-15
Tweak upgrader html and css so that we set opacity properly for rows
Bharat Mediratta
2009-11-14
Normalize pagination so that pager.html.php can handle pagination for
Bharat Mediratta
2009-11-13
Standardize the name of the blocks.
Tim Almdal
2009-11-13
Undo using the md5 hash of the module name and block_id, so duplicate blocks ...
Tim Almdal
2009-11-12
Re-generate the install.sql so that the keys of the block lists are an md5 ha...
Tim Almdal
2009-11-11
Improve error handling.
Tim Almdal
2009-11-10
Pass two of uploadify... remove the default.css file, removed the folder opti...
Tim Almdal
2009-11-09
First cut at replacing swfupload with uploadify. Probably need to review the...
Tim Almdal
2009-11-08
Fix an accidental old use of $photo in the extension renaming code.
Bharat Mediratta
2009-11-04
Modified the so that a where clause can be passed into item::get_position. W...
Tim Almdal
2009-10-31
Change the order of processing to allow various modules to respond to the ide...
Tim Almdal
2009-10-30
Rename the login helper to auth. Create a login and logout helper function t...
Tim Almdal
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-27
Refix #812, by removing the decoding in file_proxy instead of not encoding in...
Tim Almdal
[next]