Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-06-19 | Updated for comment REST relationships. | Bharat Mediratta | |
2010-04-17 | Update tests to reflect recent changes to the REST API. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-02-23 | Reset the active user to admin in all test cases where we change the | Bharat Mediratta | |
user to something else. | |||
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-27 | Change "resource" to "entity" in REST responses. They're all | Bharat Mediratta | |
resources, but we differentiate resources as collections and entities. | |||
2010-01-23 | Update tests for recent REST changes. | Bharat Mediratta | |
2010-01-22 | Updated tests to pass after recent refactor of gallery_rest -> item_rest. | Bharat Mediratta | |