summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-01-27Prevent accidentally deleting the root album.Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-27Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-27Verified and updatedBharat Mediratta
2010-01-27Minor test-only fixes.Bharat Mediratta
2010-01-27Switch to using test helper. Also, reload the album before runningBharat Mediratta
2010-01-26Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
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-26Add support for adding tags in the item_tags and tag_itemsBharat Mediratta
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-25Use ORM to create the users since now our validation can handle doingBharat Mediratta
2010-01-25Make some exceptions for guests:Bharat Mediratta
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta
2010-01-25Merge branch 'bharat_dev' of git@github.com:gallery/gallery3 into bharat_devBharat 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-24Merge branch 'bharat_dev' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-24First pass at converting server add to model based validation.Bharat Mediratta
2010-01-24Updated for model based validation.Bharat Mediratta
2010-01-24Simplify tag::add().Bharat Mediratta
2010-01-24Log validation errors.Bharat Mediratta
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