summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-01-22If the userid/password combination, render the full page instead of just prin...Tim Almdal
2010-01-22Specify the height and overflow-y on l10n-client translation element. fixes t...Tim Almdal
2010-01-22Remove the g-right class on groups element on the manage user/groups page. fi...Tim Almdal
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-22Trap any errors that may occur when trying to install a new identity provider...Tim Almdal
2010-01-22Change the check_environment method in the module helper and the module insta...Tim Almdal
2010-01-22Remove the identity manager screens and controller as alterntive identity pro...Tim Almdal
2010-01-22Disable the continue button after clicking so it can only clicked once.Tim Almdal
2010-01-22Refactor the identity provider installation in to a common helper method (cha...Tim Almdal
2010-01-22Create symmetrical relationship collections: item_tags and tag_itemsBharat Mediratta
2010-01-22Treat identity providers just like other modules and use the admin_module toTim Almdal
2010-01-22Don't try to access ORM::$changed externally; it's protected.Bharat Mediratta
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Change "fetch translations" task to fetch them in batches.Andy Staudacher
2010-01-22Moved to Item_Rest_Helper_Test.phpBharat Mediratta
2010-01-22Reload items after saving so that we convert their members to strings.Bharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22New tests for tag_item_restBharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tag_rest.Bharat Mediratta
2010-01-22output_type --> outputBharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tags_rest.Bharat Mediratta
2010-01-22Updated tests to pass after recent refactor of gallery_rest -> item_rest.Bharat Mediratta
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-21Use Unicode instead of HTML entity (since the l10n server normalizes this way...Andy Staudacher
2010-01-21Guard against division by zero.Bharat Mediratta
2010-01-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-21Internationalize all strings in admin_modules.hmtl and corrected comments.Tim Almdal
2010-01-21We don't need CSRF in Rest_Controller::__call() because we use access tokens.Bharat Mediratta
2010-01-21Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...Bharat Mediratta
2010-01-21whitespace.Bharat Mediratta
2010-01-21Make sure that we actually don't have permissions, to avoid contamination w/ ...Bharat Mediratta
2010-01-21Exclude modules/gallery_unit_test/views/kohana/error.phpBharat Mediratta
2010-01-21Simplify the test using the test helper.Bharat Mediratta
2010-01-21Add random_group().Bharat Mediratta
2010-01-21Fix a minor bad expectation.Bharat Mediratta
2010-01-21Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead.Bharat Mediratta
2010-01-21Convert the slideshow module to use the new check environment and pre_deactiv...Tim Almdal
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-21Reload the album after adding the photo so that MPTT pointers are correct.Bharat Mediratta
2010-01-20Whitespace.Bharat Mediratta
2010-01-20Two fixes:Bharat Mediratta
2010-01-20Make move_to protected since we don't want folks calling it onBharat Mediratta
2010-01-20Remove debug code.Bharat Mediratta
2010-01-20Oops, bug in save() -- we weren't returning the saved value!Bharat Mediratta
2010-01-20improve comment.Bharat Mediratta
2010-01-20Use the exception itself to print out a nice text message.Bharat Mediratta
2010-01-20Fix maintenance tasks / language admin for bug introduced earlier by no longe...Andy Staudacher
2010-01-20Guard against missing/empty $description.Bharat Mediratta