1. 24 Jan, 2011 4 commits
  2. 21 Jan, 2011 7 commits
  3. 20 Jan, 2011 2 commits
  4. 19 Jan, 2011 5 commits
  5. 18 Jan, 2011 3 commits
  6. 17 Jan, 2011 1 commit
  7. 11 Jan, 2011 9 commits
  8. 10 Jan, 2011 8 commits
  9. 06 Jan, 2011 1 commit
    • Vincent Pelletier's avatar
      After undoing an object, its current serial goes back in time. · 10c96d61
      Vincent Pelletier authored
      This is important for chaining "undo" for a given object in a single
      transaction, to allow checking for conflicts.
      Also, this means that get_baseTID return value cannot be used to update
      cache when undoing, so only update cache when storing a new revision.
      Actually, cache was never updated when undoing anyway, as current snapshot
      TID was unlikely to exist as a serial for any object, so it would not be
      found in cache and update would be a no-op.
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2597 71dcc9de-d417-0410-9af5-da40c76e7ee4
      10c96d61