1. 15 Oct, 2018 1 commit
  2. 19 Sep, 2018 1 commit
  3. 14 Sep, 2018 2 commits
    • Rafael Monnerat's avatar
      ERP5Security: Allow user to login with a user created on the same transaction · 2db6b383
      Rafael Monnerat authored
      This allow during a subscription process, create a user and them create all
      documents using that user w/o rely on proxy roles (keeping good ownership
      across the documents).
      2db6b383
    • Vincent Pelletier's avatar
      PythonScript, SQLMethod: Fix expression_instance getting stale · 5d69814b
      Vincent Pelletier authored
      Before this change, expression_instance would not be set when expression is
      modified, leading to either non-applied filter expression (when no
      expression_instance existed) or use of an outdated expression.
      Use a volatile attribute to store the expression: it does not change the
      amount of work needed to load the Expression instance (pickle is the raw
      python expression as text) and it remove data duplication in exported
      documents.
      5d69814b
  4. 03 Sep, 2018 1 commit
  5. 09 Jul, 2018 2 commits
  6. 27 Jun, 2018 2 commits
  7. 09 Apr, 2018 1 commit
  8. 06 Mar, 2018 2 commits
  9. 01 Mar, 2018 2 commits
  10. 20 Feb, 2018 4 commits
  11. 19 Feb, 2018 2 commits
  12. 27 Dec, 2017 20 commits