1. 24 Mar, 2014 2 commits
    • Julien Muchembled's avatar
      erp5_knowledge_pad: drop complicated and broken logic to wait that new pads are indexed · 9e551336
      Julien Muchembled authored
      This fixes many different bugs, like random Unauthorized errors when a
      knowledge pad is deleted.
      
      When an object is created, calling immediateReindexObject is only a performance
      coding crime, which should be negligible since pads are objects that are not
      created often. Previous implementation was certainly even less scalable due to
      the many extra requests done to wait that new pads are indexed.
      
      If immediateReindexObject is too slow, a distributed cache could be used
      instead. This is not trivial and overkill for the moment.
      
      It would be better if we didn't have to rely on the catalog. IOW, data could
      have been organized differently so that in ZODB, pads are grouped in containers,
      1 per user.
      9e551336
    • Kazuhiko Shiozaki's avatar
      fix conditions to display knowledpad tools. · 364509cb
      Kazuhiko Shiozaki authored
      (cherry picked from commit 23da3f0d)
      364509cb
  2. 19 Aug, 2013 5 commits
  3. 16 Aug, 2013 10 commits
  4. 14 Aug, 2013 8 commits
  5. 13 Aug, 2013 1 commit
  6. 12 Aug, 2013 5 commits
  7. 06 Aug, 2013 1 commit
  8. 05 Aug, 2013 4 commits
  9. 04 Aug, 2013 2 commits
  10. 02 Aug, 2013 2 commits