FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Nov 09, 2021
  3. Jul 12, 2021
  4. Mar 30, 2020
  5. May 22, 2019
  6. Apr 05, 2019
    • Dean Rasheed's avatar
      Updated the PHP documentation build environment to use a docker · f06eded6
      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
      f06eded6
  7. Mar 21, 2019
  8. Mar 15, 2019
  9. Mar 04, 2019
  10. Jun 04, 2018
  11. Apr 26, 2018
  12. Dec 23, 2016
  13. Jun 29, 2015
  14. Jun 18, 2015
  15. May 20, 2015
  16. Mar 04, 2015
  17. Oct 16, 2014
  18. Sep 18, 2014
  19. Jul 11, 2013
  20. Nov 27, 2012
  21. Jul 18, 2012
  22. Jul 16, 2012
  23. Jul 13, 2012
  24. Jul 12, 2012
  25. Jul 11, 2012
  26. Jul 10, 2012
  27. Jul 09, 2012
  28. Jul 03, 2012
  29. Jun 23, 2012
  30. Jun 19, 2012
    • Dean Rasheed's avatar
      Refactored the update methods in the web service API so that they · 07c2e157
      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
      07c2e157
  31. Jun 15, 2012
  32. Jun 14, 2012
Loading