Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | Correct XSS Security Test golden file for recent changes. Update the ↵ | Tim Almdal | |
controller_auth data file for the rename of admin_comments to admin_manage_comments. | |||
2010-06-04 | Allow the use of the type query parameter to filter the results of a ↵ | Tim Almdal | |
rest/gallery/items?urls=... request. This allows the client to pass the entire list of member urls and have the rest server filter the results based on the specified types. (cherry picked from commit 3fe10b15cf9359b66452c24965df575203e8af8e) | |||
2010-06-04 | Remove the item id from the rest/gallery/items url as that was inconsistent. ↵ | Tim Almdal | |
Add the query parameter ancestors_for=<url> to provide a restful way to retrieve the ancestors of an item. (cherry picked from commit e9c8a8ae532e785ab95e6b43864c93b485785d6c) Conflicts: modules/gallery/helpers/items_rest.php | |||
2010-05-10 | Pick a new album cover when the photo that's the current cover is | Bharat Mediratta | |
deleted. Fixes ticket #1083. | |||
2010-04-22 | Update test to reflect slug change in 78db1bb339042f3aadb5a61bfe26ddd20c4b8951 | Bharat Mediratta | |
2010-04-17 | Update tests to reflect recent changes to the REST API. | Bharat Mediratta | |
2010-04-10 | Fix a bug introduced when we patched the "disallowed global data" | Bharat Mediratta | |
security check. Not sure why the patch worked for some and not for others, but this should resolve it either way. Fixes ticket #1123. | |||
2010-04-04 | Fix a bug where if the file name is composed of entirely illegal | Bharat Mediratta | |
characters, we'll get an empty slug. Partial fix for #1086. | |||
2010-03-30 | Checkpoint | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-02-27 | Fix for ticket #1036 - Don't echo any sensitive information such as ↵ | Andy Staudacher | |
passwords, hashes or personally identifiable information. | |||
2010-02-23 | Reset the active user to admin in all test cases where we change the | Bharat Mediratta | |
user to something else. | |||
2010-02-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2010-02-23 | Fix Cache tests for recent Cache/Database.php driver fix. | Andy Staudacher | |
Cache::delete($arg) allows for scalars and arrays, but Cache drivers' delete($arg) function always expects an array. | |||
2010-02-23 | Verified | Bharat Mediratta | |
2010-02-15 | Update of reviewed XSS audit data. | Andy Staudacher | |
2010-02-09 | Rename item name and slug if necessary to avoid a conflict when we | Bharat Mediratta | |
move photos. Fixes ticket #957. | |||
2010-02-09 | Add unit tests for item::move() in preparation for renaming when there | Bharat Mediratta | |
are conflicts (see ticket #957) | |||
2010-02-07 | Add prefix support for the target of RENAME TABLE. | Bharat Mediratta | |
2010-02-06 | Fix for ticket 1004: Replace all uses of split with explode (none actually ↵ | Andy Staudacher | |
required regular expressions). Thanks to Brian Hartsock for providing a patch! | |||
2010-02-02 | use html::purify to cleans the additional content on the admin maintence page. | Tim Almdal | |
2010-02-02 | Update the xss golden file to reflect the changes to the admin screen. | Tim Almdal | |
2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
2010-01-30 | Use Item_Model::as_restful_array() to simplify tests. | Bharat Mediratta | |
2010-01-30 | Add Item_Model::as_restful_array() for convenience. | Bharat Mediratta | |
2010-01-30 | Verified | Bharat Mediratta | |
2010-01-28 | Reviewed DIRTY_ATTR | Bharat Mediratta | |
2010-01-28 | Reviewed all DIRTY_JS entries | 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-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 | Verified and updated | 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 | Added view_permissions_propagate_down_to_photos_test(). | 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 | Update the Xss_Security_Test and the Controller_Auth_Test. | Tim Almdal | |
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-22 | Moved to Item_Rest_Helper_Test.php | Bharat Mediratta | |
2010-01-22 | Updated tests to pass after recent refactor of gallery_rest -> item_rest. | Bharat Mediratta | |
2010-01-21 | We don't need CSRF in Rest_Controller::__call() because we use access tokens. | Bharat Mediratta | |
2010-01-21 | Make sure that we actually don't have permissions, to avoid contamination w/ ↵ | Bharat Mediratta | |
other tests. | |||
2010-01-21 | Exclude modules/gallery_unit_test/views/kohana/error.php | Bharat Mediratta | |
2010-01-21 | Fix a minor bad expectation. | Bharat Mediratta | |
2010-01-21 | Can't call ORM_MPTT::move_to() externally, so call Item_Model::save() instead. | Bharat Mediratta | |
2010-01-21 | Reload the album after adding the photo so that MPTT pointers are correct. | Bharat Mediratta | |
2010-01-20 | Remove debug code. | Bharat Mediratta | |
2010-01-20 | Stop using MY_ORM::original(). | Bharat Mediratta | |