summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-11-27Move the theme fallback checking into theme::load_themes() so thatBharat Mediratta
2009-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26Kohana::config_xxx() is now Kohana_Config::instance()->xxxBharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Update all portable where clauses to the new Kohana 2.4 format.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-11-25remove the photo::get_add_form method as its not usedTim Almdal
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal
2009-11-24Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4Bharat Mediratta
2009-11-20Fixes #898Bharat Mediratta
2009-11-19Revert "Currently Admin_Theme_Options controller assumes that all the themes ...Tim Almdal
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-18Currently Admin_Theme_Options controller assumes that all the themes will pro...Tim Almdal
2009-11-18Create a helper to load the theme information from theme.infoTim Almdal
2009-11-17Tweak load_themes() to match exactly "/admin" or the "/admin/" prefix,Bharat Mediratta
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-16Store the directory, files and translation cache in the gallery3 cache instea...Tim Almdal
2009-11-14Fix a bunch of little issues in the version 16, 17, and 18 upgraders.Bharat Mediratta
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-13Undo using the md5 hash of the module name and block_id, so duplicate blocks ...Tim Almdal
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-11-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-07Merge branch 'master' into talmdal_devTim Almdal
2009-11-07Remove debugging statementTim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-06Create a user_menu for the top of the page. Change the login, edit profile a...Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-05Clean up problem with cancelling the inplace edit left a whole bunch of css a...Tim Almdal
2009-11-03Merge branch 'master' into talmdal_devTim Almdal
2009-11-03Respect the "theme" variable if we're an admin. This requires us toBharat Mediratta
2009-11-02Merge branch 'master' into talmdal_devTim Almdal
2009-11-02remove a debugging statementTim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim Almdal
2009-11-01Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-11-01Convert the event handlers for the "identity provider changed" and "user_dele...Tim Almdal
2009-11-01Replace split() with explode() since split is deprecated in PHP 5.3Bharat Mediratta
2009-10-31Include the gallery_toolkit_path in the path when determining the location of...Tim Almdal
2009-10-31Move the identity provider menu item under the settings menu and make the Use...Tim Almdal
2009-10-31Add identity_change handlers to resolve the ownership issues of comments, sub...Tim Almdal
2009-10-31Don't specify the default identity provider in the gallery installer. Let th...Tim Almdal
2009-10-30Patch to clean up loose ends when a user is deleted.Tim Almdal
2009-10-30Include the graphics_toolkit_path from the advanced settings in the path when...Tim Almdal
2009-10-30Rename the login helper to auth. Create a login and logout helper function t...Tim Almdal
2009-10-29Add the add_user_to_group and remove_user_from_group api method calls. If th...Tim Almdal