summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-23Update the Xss_Security_Test and the Controller_Auth_Test.Tim Almdal
2010-01-23Change the hover text to just display 'Your profile'.Tim Almdal
2010-01-23Create a user profile page that is used as a landing page when referencing a ...Tim Almdal
2010-01-23Switch to model based validation.Bharat Mediratta
2010-01-23Fix typo: change $entryr to $entry->userBharat Mediratta
2010-01-23Fix typo: change $entryr to $entry->userBharat Mediratta
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-23Merge branch 'bharat_dev' of git@github.com:/gallery/gallery3 into bharat_devBharat Mediratta
2010-01-23Fix for bug 984, consistently interpret installed / available locales as array.Andy Staudacher
2010-01-23Correct the javascript so it will find the "Continue" button in other languag...Tim Almdal
2010-01-23Add a user_menu method to the Admin_View and then use this method to get theTim Almdal
2010-01-23UpdatedBharat Mediratta
2010-01-23Update tests for recent REST changes.Bharat Mediratta
2010-01-23Don't use ORM_MPTT::move_to directly, it's protected.Bharat Mediratta
2010-01-23Increase the size of the 'select photos' button so that it doesn't wrap and s...Tim Almdal
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