summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2010-01-26Add a routing that allow add and edit form requests to be routed the same way...Tim Almdal
2010-01-26Added view_permissions_propagate_down_to_photos_test().Bharat Mediratta
2010-01-26Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-01-26Added view_permissions_propagate_down_to_photos_test().Bharat Mediratta
2010-01-26Add a maintenance task that will clear the expired files (older than 2 weeks)...Tim Almdal
2010-01-26Specialize the album cover id check to allow the root album to have noBharat Mediratta
2010-01-25Always keep the original around when updating existing items, becauseBharat Mediratta
2010-01-25Apply html::clean() to UI visible strings, and show language names instead of...Andy Staudacher
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-25Remove the return url and change the return button on the user profile page t...Tim Almdal
2010-01-24Insure that if original() is called and no original has been created, then cr...Tim Almdal
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-24add CSRF protection to the user profile send method.Tim Almdal
2010-01-24Remove the one last remaining reference to "no_module_admin".Tim Almdal
2010-01-24Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-24Refactor creating the user profile page content into the the event module. T...Tim Almdal
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-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-24Log validation errors.Bharat 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-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-22Treat identity providers just like other modules and use the admin_module toTim Almdal
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-22Return the url of the newly created item from post().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