FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Oct 04, 2023
  2. May 16, 2022
  3. Mar 31, 2022
  4. Nov 09, 2021
  5. Jul 12, 2021
  6. Mar 30, 2020
  7. May 22, 2019
  8. 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
  9. Mar 21, 2019
  10. Mar 15, 2019
  11. Mar 04, 2019
  12. Jun 04, 2018
  13. Apr 26, 2018
  14. Dec 23, 2016
  15. Jun 29, 2015
  16. Jun 18, 2015
  17. May 20, 2015
  18. Mar 04, 2015
  19. Oct 16, 2014
  20. Sep 18, 2014
  21. Jul 11, 2013
  22. Nov 27, 2012
  23. Jul 18, 2012
  24. Jul 16, 2012
  25. Jul 13, 2012
  26. Jul 12, 2012
  27. Jul 11, 2012
  28. Jul 10, 2012
  29. Jul 09, 2012
  30. Jul 03, 2012
  31. Jun 23, 2012
  32. 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
  33. Jun 15, 2012
Loading