1. 03 Oct, 2011 4 commits
  2. 27 Sep, 2011 6 commits
    • Romain Courteaud's avatar
      Use portal_catalog in order to have security during selection. · d8649c08
      Romain Courteaud authored
      By using portal_catalog it is assured that only available to current
      user objects will be returned.
      
      Also raise NotImplementedError in case of not covered scenario instead of
      silently ignoring it.
      d8649c08
    • Łukasz Nowak's avatar
      Advertise 0.16 development. · 332dda67
      Łukasz Nowak authored
      332dda67
    • Łukasz Nowak's avatar
      Prepare 0.15 release. · 6d538d95
      Łukasz Nowak authored
      6d538d95
    • Łukasz Nowak's avatar
      Fill changelog. · 40741715
      Łukasz Nowak authored
      40741715
    • Łukasz Nowak's avatar
      Implement asynchronous request call. · c47d0343
      Łukasz Nowak authored
      OpenOrder.request and ComputerPartition.request are not raising
      ResourceNotReady anymore.
      
      Instead if there is need to access value which needs server connection and
      ComputerPartition class detects that request have to be done, it is begin
      invoked, which *can* result with late ResourceNotReady.
      
      Some tests were moved from ERP5 Vifib test suite to slapos.core package, to do
      checks on library level, instead of client level.
      
      ERP5 Vifib test suite was updated in order to follow non raising Request. Also
      simplification was done, as there is no need to repeat logic of library testing.
      
      Squashed commit of the following:
      
      commit 4abc0e3d6bc22955ef062c9066ec2139fa74ff1b
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Tue Sep 27 11:14:01 2011 +0200
      
          Rename in order to follow reality.
      
          This steps are checking for HTTP responses directly, and not library exception.
      
      commit 9222aab2fe026ff7e5ae63d0a0ce7c0a95e72b43
      Author: Łukasz Nowak <luke@nexedi.com>
      Date:   Tue Sep 27 ...
      c47d0343
    • Łukasz Nowak's avatar
      Follow new BT5 addition. · 4734ebf9
      Łukasz Nowak authored
      4734ebf9
  3. 23 Sep, 2011 4 commits
  4. 22 Sep, 2011 7 commits
  5. 21 Sep, 2011 16 commits
  6. 20 Sep, 2011 3 commits