Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-29 | Stop using obsolete form::close() | Bharat Mediratta | |
Update the way we include the hidden CSRF field for InPlaceEdit. | |||
2010-01-28 | Add page_type to the rotate and delete context menu items so that the | Bharat Mediratta | |
quick menu knows where to send you after the action is done. | |||
2010-01-28 | Add @todo. | Bharat Mediratta | |
2010-01-28 | Use identity::set_active_user() instead of auth::login() when we | Bharat Mediratta | |
change providers otherwise the user_installer code is going to be calling auth::login() which causes all kinds of unexpected weirdness, like it triggers the handler in gallery_event which detects graphics toolkits, and that's only supposed to run on the first admin login. | |||
2010-01-28 | In auth::login() make the user active before trying to save it, else | Bharat Mediratta | |
the validation code fails because it expects there to be an active user. | |||
2010-01-28 | Use auth::login() when we initially log in the admin user. | Bharat Mediratta | |
2010-01-28 | Updated for model based validation. We must now provide a placeholder | Bharat Mediratta | |
email address for the admin user, since one is required for all users. | |||
2010-01-28 | Localize edit form error messages. | Bharat Mediratta | |
2010-01-28 | Cast the SafeString $task->status to (string) so that it doesn't come | Bharat Mediratta | |
down to the JS as an object. | |||
2010-01-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2010-01-28 | cast $task->done to bool so that it doesn't show up as "0" to the JS, | Bharat Mediratta | |
which will interpret that as a true value, when it's not. | |||
2010-01-28 | Fix language preference block / language cookie reading. | Andy Staudacher | |
The preference block must have been broken by a jquery update, and the cookie reading by a Kohana update. | |||
2010-01-28 | Make the return button work in chrome, FF, IE, safari and opera. | Tim Almdal | |
2010-01-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2010-01-28 | Found another broken link for what should have been the user profile | Tim Almdal | |
2010-01-28 | Reviewed DIRTY_ATTR | Bharat Mediratta | |
2010-01-28 | Rename $class to $css_class for clarity. | Bharat Mediratta | |
2010-01-28 | Reviewed all DIRTY_JS entries | Bharat Mediratta | |
2010-01-28 | Secure the t("Completed") call. | Bharat Mediratta | |
2010-01-28 | Secure the t("Continue") strings in javascript. | Bharat Mediratta | |
2010-01-28 | Make the varible for the profile name more descriptive and clean the label | Tim Almdal | |
2010-01-28 | Update the xss golden file for user profile changes. | Tim Almdal | |
2010-01-28 | Don't show a link to the user profile for the guest user | Tim Almdal | |
2010-01-28 | Do 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-27 | Localize validation messages. | Bharat Mediratta | |
2010-01-27 | Localize error messages. | Bharat Mediratta | |
2010-01-27 | Fix capitalization of "internet address". | Bharat Mediratta | |
2010-01-27 | Localize all error messages. | Bharat Mediratta | |
2010-01-27 | Localize error messages for the built-in rules. | Bharat Mediratta | |
2010-01-27 | Remove unnecessary rules() in the form. | Bharat Mediratta | |
2010-01-27 | Convert back to using ORM::factory(..., $id) instead of calling where(). | Bharat Mediratta | |
2010-01-27 | Convert __toString() to use (string) cast instead. | Bharat Mediratta | |
2010-01-27 | Prevent accidentally deleting the root album. | Bharat Mediratta | |
2010-01-27 | Change "resource" to "entity" in REST responses. They're all | Bharat Mediratta | |
resources, but we differentiate resources as collections and entities. | |||
2010-01-27 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
Conflicts: modules/gallery/tests/Access_Helper_Test.php | |||
2010-01-27 | Verified and updated | Bharat Mediratta | |
2010-01-27 | Minor test-only fixes. | Bharat Mediratta | |
2010-01-27 | Switch to using test helper. Also, reload the album before running | Bharat Mediratta | |
access::deny since the mptt pointers will have changed. | |||
2010-01-26 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2010-01-26 | Add 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-26 | Fix 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-26 | Added view_permissions_propagate_down_to_photos_test(). | Bharat Mediratta | |
2010-01-26 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2010-01-26 | Added view_permissions_propagate_down_to_photos_test(). | Bharat Mediratta | |
2010-01-26 | Merge branch 'master' of git://github.com/gallery/gallery3 | Nathan Kinkade | |
2010-01-26 | Add 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-26 | Add support for adding tags in the item_tags and tag_items | Bharat Mediratta | |
relationship collections. | |||
2010-01-26 | Specialize the album cover id check to allow the root album to have no | Bharat Mediratta | |
album cover. | |||
2010-01-25 | Always keep the original around when updating existing items, because | Bharat Mediratta | |
we need it for the item_updated event. | |||
2010-01-25 | Apply html::clean() to UI visible strings, and show language names instead ↵ | Andy Staudacher | |
of locale tags to be consistent with the user edit form. |