Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | Drop the requirement to have the install() function set the module | Bharat Mediratta | |
version. It's redundant. Fixes #1985. | |||
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-09-01 | Make RENAME TABLE operations idempotent so that in case there's a | Bharat Mediratta | |
failure of some kind we can restart the upgrade and it'll continue. Fixes ticket #1325. | |||
2010-06-05 | Add an advanced setting to allow developers to allow guest access to | Bharat Mediratta | |
REST entities. | |||
2010-03-30 | Rename "user_access_tokens" table to "user_access_keys" as step 1 of a | Bharat Mediratta | |
multi step process to refer to REST access keys as "access_key" everywhere. Bump the rest module to version 2. | |||
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2009-12-08 | Rename the backing table from rest_keys to user_access_tokens | Tim Almdal | |
Implement an api to format the errors and success messages Removed the custom routing... urls are now /rest/<module_name>/<resource> | |||
2009-12-07 | The rest framework that the new gallery3 remote interface will be built on. ↵ | Tim Almdal | |
At the moment, there are no handlers to perform any functionality. |