summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-28Reviewed DIRTY_ATTRBharat Mediratta
2010-01-28Rename $class to $css_class for clarity.Bharat Mediratta
2010-01-28Reviewed all DIRTY_JS entriesBharat Mediratta
2010-01-28Secure the t("Completed") call.Bharat Mediratta
2010-01-28Secure the t("Continue") strings in javascript.Bharat Mediratta
2010-01-28Make the varible for the profile name more descriptive and clean the labelTim Almdal
2010-01-28Update the xss golden file for user profile changes.Tim Almdal
2010-01-28Don't show a link to the user profile for the guest userTim Almdal
2010-01-28Do all the html::clean|purify calls in the views and not the controller. ↵Tim Almdal
Also clean the subject line and email message body of the contact user email.
2010-01-27Localize validation messages.Bharat Mediratta
2010-01-27Localize error messages.Bharat Mediratta
2010-01-27Fix capitalization of "internet address".Bharat Mediratta
2010-01-27Localize all error messages.Bharat Mediratta
2010-01-27Localize error messages for the built-in rules.Bharat Mediratta
2010-01-27Remove unnecessary rules() in the form.Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-27Prevent accidentally deleting the root album.Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
resources, but we differentiate resources as collections and entities.
2010-01-27Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
Conflicts: modules/gallery/tests/Access_Helper_Test.php
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
access::deny since the mptt pointers will have changed.
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 ↵Tim Almdal
way as non admin forms. i.e. a uri of /form/add/admin/<controller>/parms gets routed as admin/<controller/form_add/<parms>
2010-01-26Fix for ticket 833: Fixes broken playback of videos that had non-ascii ↵Andy Staudacher
characters in their path. (This is a copy of the modified flowplayer.js from the vendor branch.)
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 ↵Tim Almdal
weeks) from var/logs and var/tmp. Fixes ticket #982
2010-01-26Add support for adding tags in the item_tags and tag_itemsBharat Mediratta
relationship collections.
2010-01-26Specialize the album cover id check to allow the root album to have noBharat Mediratta
album cover.
2010-01-25Always keep the original around when updating existing items, becauseBharat Mediratta
we need it for the item_updated event.
2010-01-25Apply html::clean() to UI visible strings, and show language names instead ↵Andy Staudacher
of locale tags to be consistent with the user edit form.
2010-01-25Use ORM to create the users since now our validation can handle doingBharat Mediratta
it the right way. Set a default email address for admins.
2010-01-25Make some exceptions for guests:Bharat Mediratta
1) They don't require email 2) Guest users aren't in the everybody group.
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta
failure. Else, we can get into an infinite recursion.
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
failure. Else, we can get into an infinite recursion.
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
Conflicts: modules/gallery/libraries/MY_ORM.php
2010-01-25Remove the return url and change the return button on the user profile page ↵Tim Almdal
to use javascript to return to the previous page.
2010-01-24Insure that if original() is called and no original has been created, then ↵Tim Almdal
create it before returning. Fixes ticket #989.
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. ↵Tim Almdal
The show_user_profile is used to provide content to the user profile page. Add the list of the users comments to the profile page.
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