Skip to content
Snippets Groups Projects
  1. Apr 29, 2014
  2. Apr 28, 2014
  3. Apr 25, 2014
  4. Apr 24, 2014
    • Demian Katz's avatar
      Removed unreachable code. · 06a79dcd
      Demian Katz authored
      06a79dcd
    • Demian Katz's avatar
      Style fix. · 8313f3d4
      Demian Katz authored
      8313f3d4
    • Demian Katz's avatar
      Fixed various notices. · 977abd94
      Demian Katz authored
      977abd94
    • Demian Katz's avatar
      Fixed bug -- wrong variable name. · d73fb833
      Demian Katz authored
      d73fb833
    • jbannon's avatar
      #VUFIND-972 · 4680fdcb
      jbannon authored
      Changing method signature from
      ------------------------------------------------------
      public function getHolding($id, $patron = false)
      ------------------------------------------------------
      
      to
      ------------------------------------------------------
      public function getHolding($id, array $patron = null)
      ------------------------------------------------------
      
      This change allows the code to match the documentation, and makes the signature type restrictive which reduces confusion. Since a bool is not an array we have to change $patron = false to $patron = null, which is allowed.
      
      Impacts beyond the simple signature change are small changes to Aleph.php, Demo.php and Holds.php
      4680fdcb
  5. Apr 23, 2014
  6. Apr 22, 2014
  7. Apr 17, 2014
  8. Apr 16, 2014
  9. Apr 15, 2014