- Mar 30, 2020
-
- May 22, 2019
-
-
Dean Rasheed authored
updates. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@104
-
- Apr 05, 2019
-
-
Dean Rasheed authored
container, holding the specific version of ApiGen known to produce decent results. This is necessary because that version of ApiGen requires PHP 5 (it doesn't work with PHP 7), and newer versions of ApiGen are currently completely broken, and don't support half the options necessary to produce decent output. The docker container is based on alpine (just about the smallest linux distro available), with the required PHP 5 packages, and ApiGen copied in. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@101
-
- Mar 15, 2019
-
-
Dean Rasheed authored
client to use the latest TLS version available on both the client and the server. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@98
-
- Mar 04, 2019
-
-
Dean Rasheed authored
method to return all people (in batches, sorted by CRSid). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@95
-
- Jun 04, 2018
-
-
Dean Rasheed authored
QuoVadis root certificate for the python and PHP clients. Java ships this by default, starting with Java 8u91. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@90
-
- Apr 26, 2018
-
-
Dean Rasheed authored
Fixed a typo in the docs for the IbisInstitution DTO class. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@88
-
- 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
-
- 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
-
- 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
-
- Jun 11, 2015
-
-
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
-
- 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 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
-
- 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 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
-
- Jun 01, 2012
-
-
Dean Rasheed authored
-- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@5
-
- May 31, 2012
-
-
Dean Rasheed authored
to include the HTTP method and path to invoke the method. Updated the build script so that the JAR and TAR files are only updated if any file that they contain has actually been modified (not just touched). -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@4
-
- May 30, 2012
-
-
Dean Rasheed authored
includes a binary JAR, a source tar bzip bundle and a javadoc tar bzip bundle. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@3
-