Update for the upcoming release 2.0.3

SVN:trunk[3267]
This commit is contained in:
Romain Quetiez
2014-07-11 14:23:11 +00:00
parent f773433a93
commit 302811986e

View File

@@ -243,6 +243,7 @@ JSON/REST API (new version: 1.2)
#891 Better error reporting when either the parameter auth_user or auth_pwd are missing.
#877 More flexibility on case log updates (in particular, it is now possible to write the entire case log), remains compatible with the previous API
#869 API was not outputing case log attributes (not in a structured way)
New verb: core/check_credentials to implement single sign-on solutions
Properly handle external and basic authentication methods for REST web services.
Proper output of boolean values in JSON.
Bug fix: the JSON value for an enum should be the raw value, not its translated label.