1. 28 May, 2015 5 commits
  2. 27 May, 2015 13 commits
  3. 26 May, 2015 9 commits
  4. 25 May, 2015 3 commits
  5. 22 May, 2015 1 commit
  6. 23 May, 2015 2 commits
  7. 22 May, 2015 5 commits
  8. 21 May, 2015 2 commits
    • Ad Schellevis's avatar
      (traffic shaper) work in progress · 6735d533
      Ad Schellevis authored
      6735d533
    • Ad Schellevis's avatar
      (mvc) improve API for array type model objects · ceda9d08
      Ad Schellevis authored
      Integrate uuid generation into the core of the model system so items are uniquely identified and can be directly accessed using their uuids.
      
      For example:
      // set recurring pipe item to 1001
      $model->setNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue', "1001");
      
      // echo the contents back
      echo $model->getNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue');
      ceda9d08