| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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. | |||
| 2010-01-25 | Use ORM to create the users since now our validation can handle doing | Bharat Mediratta | |
| it the right way. Set a default email address for admins. | |||
| 2010-01-25 | Make some exceptions for guests: | Bharat Mediratta | |
| 1) They don't require email 2) Guest users aren't in the everybody group. | |||
| 2010-01-25 | Make only one attempt to restore the old identity provider in case of | Bharat Mediratta | |
| failure. Else, we can get into an infinite recursion. | |||
| 2010-01-25 | Merge branch 'bharat_dev' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2010-01-25 | Make only one attempt to restore the old identity provider in case of | Bharat Mediratta | |
| failure. Else, we can get into an infinite recursion. | |||
| 2010-01-25 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/libraries/MY_ORM.php | |||
| 2010-01-25 | Remove 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-24 | Insure that if original() is called and no original has been created, then ↵ | Tim Almdal | |
| create it before returning. Fixes ticket #989. | |||
| 2010-01-24 | Add the active notifications and rest api key to user profile page. | Tim Almdal | |
| 2010-01-24 | add CSRF protection to the user profile send method. | Tim Almdal | |
| 2010-01-24 | Remove the one last remaining reference to "no_module_admin". | Tim Almdal | |
| 2010-01-24 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-01-24 | Refactor 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-24 | Merge branch 'bharat_dev' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2010-01-24 | First pass at converting server add to model based validation. | Bharat Mediratta | |
| 2010-01-24 | Updated for model based validation. | Bharat Mediratta | |
| 2010-01-24 | Simplify tag::add(). | Bharat Mediratta | |
| 2010-01-24 | Log validation errors. | Bharat Mediratta | |
| 2010-01-23 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-01-23 | Update the Xss_Security_Test and the Controller_Auth_Test. | Tim Almdal | |
| 2010-01-23 | Change the hover text to just display 'Your profile'. | Tim Almdal | |
| 2010-01-23 | Create a user profile page that is used as a landing page when referencing a ↵ | Tim Almdal | |
| user in messages or pages. Partial fix for ticket #889 and a fix for #931. | |||
| 2010-01-23 | Switch to model based validation. | Bharat Mediratta | |
| 2010-01-23 | Fix typo: change $entryr to $entry->user | Bharat Mediratta | |
| 2010-01-23 | Fix typo: change $entryr to $entry->user | Bharat Mediratta | |
| 2010-01-23 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/tests/xss_data.txt | |||
| 2010-01-23 | Merge branch 'bharat_dev' of git@github.com:/gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2010-01-23 | Fix for bug 984, consistently interpret installed / available locales as array. | Andy Staudacher | |
| On the current hostgater setup (PHP 5.2.12), locales::available() was returning an array and isset($locales->$code) would always (silently) return false. Choosing array over stdClass since count($someStdClass) will always return 1, and not the number of object members. | |||
| 2010-01-23 | Correct the javascript so it will find the "Continue" button in other ↵ | Tim Almdal | |
| languages than english. | |||
| 2010-01-23 | Add a user_menu method to the Admin_View and then use this method to get the | Tim Almdal | |
| user menu. Since the information displayed is identical in both admin and theme views, it makes sense to combine the generation to it is done in a common location. | |||
| 2010-01-23 | Updated | Bharat Mediratta | |
| 2010-01-23 | Update tests for recent REST changes. | Bharat Mediratta | |
| 2010-01-23 | Don't use ORM_MPTT::move_to directly, it's protected. | Bharat Mediratta | |
| 2010-01-23 | Increase the size of the 'select photos' button so that it doesn't wrap and ↵ | Tim Almdal | |
| set the size of the underlying flash object. | |||
| 2010-01-22 | If the userid/password combination, render the full page instead of just ↵ | Tim Almdal | |
| printing the form. Fixes ticket #980. | |||
