- Dec 23, 2016
-
-
Dean Rasheed authored
in the python and PHP XML parsers, fixing a problem parsing the membersOfInst field of groups. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@83
-
Dean Rasheed authored
The membersOfInst field in the group DTO class needs a special case when it is being parsed, since its XML element tag name differs from the usual name that institution XML elements have. Added a new unit test to test this, and fixed an existing test to reflect a change in the Lookup test data, so that all the tests pass again. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@82
-
- Dec 22, 2016
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@81
-
- Jun 29, 2015
-
-
Dean Rasheed authored
documentation, and includes a few improvements to the Java and Python documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@79
-
Dean Rasheed authored
This involved some tweaks to the code comment blocks, using a combination of Javadoc tags and markdown/reST markup. Also needed to fix the generated results in a few places (did also try phpDocumentor, but the results were nowhere near as good and would have required a lot more fixing up). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@78
-
Dean Rasheed authored
method names. Also added support for PHP docs (to come). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@77
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@76
-
- Jun 23, 2015
-
-
Dean Rasheed authored
documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@75
-
- Jun 18, 2015
-
-
Dean Rasheed authored
* Adds python 2 and 3 documentation. * Updated javadocs, now built using Java 7. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@73
-
Dean Rasheed authored
the input files have changed and reports "Nothing to do". Always delete the old tar file immediately before running the tar task. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@72
-
Dean Rasheed authored
updates to the build script to keep the build output stable when the sources haven't changed. Make all the files in the Javadoc tarball have a common prefix directory, so that unpacking it creates just one directory. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@71
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@70
-
- Jun 17, 2015
-
-
Dean Rasheed authored
to allow Python documentation to be generated using Sphinx. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@69
-
Dean Rasheed authored
documentation. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@68
-
- Jun 11, 2015
-
-
Dean Rasheed authored
Previously the order was unspecified and the server would usually list them in the order they were defined in the source code, but would occasionally switch to a different random order. Their order is now fully deterministic (path, name). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@67
-
Dean Rasheed authored
this can be made to produce better looking javadocs. Keep using Java 6 to compile the client JAR file, to maintain backwards compatibility. Annoyingly, when using Java 7 the order of attributes in the WADL file changes, which leads to a large number of diffs, even though the API hasn't actually changed. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@66
-
- May 20, 2015
-
-
Dean Rasheed authored
QuoVadis root certificate in the Python and PHP clients. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@64
-
Dean Rasheed authored
code. The certificates on the Lookup server are about to be updated, and the new certificates will be signed by this new root. This update will be needed by many systems using Python and PHP, since the default is for them not to include any root certificates. Java clients won't be affected, since Java uses the system's default root certificates. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@63
-
- 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
-
Dean Rasheed authored
server. By default PHP converts true to the string '1', but we need it to be the string 'true'. Also the PHP ternary operator is completely broken, so the old code would not have worked correctly for DateTime parameters. Replace the nested ternary operators with a sequence of 'if's. Boolean parameter problem reported by Chris Wilkinson. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@59
-
Dean Rasheed authored
(use UIS instead in several tests). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@58
-
Dean Rasheed authored
instead of using stream_context_create(). This has the advantage of being able to force the use of the TLSv1 protocol, but doesn't seem to have a decent error handling mechanism, so isn't yet a workable alternative. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@57
-
- 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
-
- Oct 15, 2014
-
-
Dean Rasheed authored
are provided by the server, and so should never be needed by a client, and they will change when the server certificates are upgraded to SHA-2. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@55
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@54
-
- 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
-