- Mar 04, 2015
-
-
Dean Rasheed authored
* Fixes boolean and date-time parameter passing bug in PHP. * Updated unit tests. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@60
-
- Oct 16, 2014
-
-
Dean Rasheed authored
* No longer includes intermediate certificates in the client code (this was unnecessary, and they will change at some point when the server certificates are upgraded to SHA-2). * Updated unit tests. * Updated README files documenting supported language versions. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@56
-
- Sep 18, 2014
-
-
Dean Rasheed authored
bugs in the PHP error handling code. Report and patch by Chris Wilkinson. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@52
-
- Jul 11, 2013
-
-
Dean Rasheed authored
the new v1.2 API methods to fetch the cancelled members of groups and institutions. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@50
-
- Nov 27, 2012
-
-
Dean Rasheed authored
Python 3. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@48
-
- Jul 18, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@46
-
- Jul 16, 2012
-
-
Dean Rasheed authored
highlighted. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@45
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@44
-
- Jul 13, 2012
-
-
Dean Rasheed authored
group. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@43
-
Dean Rasheed authored
RESTful, using the attrid as a path parameter, uniquely identifying the resource to be updated. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@42
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@41
-
- Jul 12, 2012
-
-
Dean Rasheed authored
identifiers as well as CRSids in the input list. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@40
-
- Jul 11, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@39
-
- Jul 10, 2012
-
-
Dean Rasheed authored
(possibly multi-valued) attributes from a person. This is equivalent to getPerson() with the "fetch" parameter set to only fetch attributes, except that it returns a list of IbisAttribute objects, rather than an IbisPerson, and its usage is more obvious. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@38
-
- Jul 09, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@36
-
- Jul 03, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@33
-
Dean Rasheed authored
parameter. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@32
-
- Jun 23, 2012
-
-
Dean Rasheed authored
exported -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@31
-
- Jun 19, 2012
-
-
Dean Rasheed authored
accept an IbisAttribute as a parameter, rather than its individual fields. On the client side, this requires that the IbisAttribute has a method (encodedString()) to encode the attribute as a string (which the matching valueOf(String) static method can decode on the server). Not only is this a neater looking API, it also allows these methods to work with binary data as well as textual data, without the need for multi-part forms. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@30
-
- Jun 15, 2012
-
-
Dean Rasheed authored
institutions. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@29
-
Dean Rasheed authored
Python style guide PEP 8. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@28
-
- Jun 14, 2012
-
-
Dean Rasheed authored
of trivial bugs. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@27
-
Dean Rasheed authored
group or institution. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@26
-
Dean Rasheed authored
methods return cancelled entities. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@25
-
Dean Rasheed authored
DTO class, and tidied up the comments relating the MIS status on the person search methods. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@24
-
- Jun 13, 2012
-
-
Dean Rasheed authored
return the appropriate field from the IbisResult object, rather than the IbisResult itself (or throw a new IbisException containing the IbisError). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@23
-
Dean Rasheed authored
construct comma-separated lists for certain API methods. Allow the Python client to accept lists, tuples or comma-separated strings. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@22
-
- Jun 12, 2012
-
-
Dean Rasheed authored
their own separate "methods" package. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@21
-
- Jun 11, 2012
-
-
Dean Rasheed authored
groups that a person belongs to or manages. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@20
-
- Jun 10, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@19
-
- Jun 08, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@18
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@17
-
- Jun 07, 2012
-
-
Dean Rasheed authored
in the HTTP method description. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@16
-
Dean Rasheed authored
CRUD pattern for person attributes. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@15
-
Dean Rasheed authored
delete person attributes. Updated generate-client-methods.py: it now needs to handle multiple methods under the same second-level resource node in the WADL. This happens when 2 methods share the same path and path parameters (as the update and delete methods do). Improved the datatype handling in generate-client-methods.py, so that int/Integer, long/Long, etc are supported. Also when these are used as path parameters, they need to be converted to strings. Added "owningGroupid" to the IbisAttribute DTO (for person attributes only), since this is useful to clients when deciding which attributes to update. Changed IbisError.code to an XML element rather than an attribute, since it could be arbitrary text. Changed IbisInstitution.instid and IbisGroup.groupid to XML attributes rather than elements, to be more consistent with other ID-like attributes. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@14
-
- Jun 06, 2012
-
-
Dean Rasheed authored
is thread safe. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@11
-
- Jun 01, 2012
-
-
Dean Rasheed authored
service API so that it is compatible with Spring Beans (separate setter methods for username and password). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@10
-
Dean Rasheed authored
classes in the web service API Java client code, so that they don't pollute the public javadocs. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@9
-
Dean Rasheed authored
listInsts() and listGroups() specifying how many people/institutions/groups they can return, accounting for URL encoding of the comma separators. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@8
-
Dean Rasheed authored
service API methods that return people, institutions and groups. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@7
-