1. 07 Sep, 2015 5 commits
  2. 04 Sep, 2015 7 commits
  3. 03 Sep, 2015 5 commits
  4. 02 Sep, 2015 3 commits
  5. 01 Sep, 2015 2 commits
  6. 27 Aug, 2015 4 commits
  7. 24 Aug, 2015 7 commits
  8. 19 Aug, 2015 1 commit
  9. 18 Aug, 2015 4 commits
  10. 17 Aug, 2015 2 commits
    • Vincent Pelletier's avatar
      MultiRelationField: Assorted code cleanups. · 56f2ee23
      Vincent Pelletier authored
      Drop dead code.
      Update a few archaisms.
      Simplify code.
      Improve coding style, reduce indentation.
      Escape rendering.
      56f2ee23
    • Vincent Pelletier's avatar
      ERP5Site: Improve getDefaultModule*. · 0d9c6e7c
      Vincent Pelletier authored
      Add support for visibility checking.
      Use portal_type accessors, not properties.
      Also, original implementation of getDefaultModuleId would get the object,
      then its id. getDefaultModuleValue using it, it was getting the object,
      then its id, then the object again...
      Also, follow naming convention: getters returning documents are named
      getXxxValue, not getXxx.
      0d9c6e7c