Skip to content
Snippets Groups Projects
  1. Sep 28, 2015
  2. Sep 27, 2015
  3. Sep 25, 2015
  4. Sep 24, 2015
  5. Sep 23, 2015
  6. Sep 22, 2015
  7. Sep 21, 2015
  8. Sep 20, 2015
  9. Sep 19, 2015
  10. Sep 18, 2015
  11. Sep 17, 2015
    • Martin Trigaux's avatar
      [FIX] tools: avoid duplicates when synchronising translation · cafe326b
      Martin Trigaux authored
      The "Synchronise translation" wizard almost doubles the number of translated
      terms in database.
      This is due to the loss of the module reference at the synchronisation
      (`module_name` is empty as updating all modules)
      Only overwrite the module when it is set (default None)
      Fixes #6149
      
      Second part of the patches avoid inserting translations without any module for
      locale xml ids.
      cafe326b
    • dufresnedavid's avatar
      [IMP] Prevent unclosed cursor during tests · cc9113f8
      dufresnedavid authored
      If an error happens in an overload of setUp, the already-open cursor
      is likely not to get properly released before the next test,
      deadlocking the db, because tearDown only runs if setUp has
      succesfully completed.
      
      Cleanups were added specifically to run every time, after tearDown has
      (potentially) been executed.
      
      closes #8327
      
      Note: cleanups run in LIFO order (as they should).
      cc9113f8
    • Martin Trigaux's avatar
      [IMP] base: better help message on report fields · 93c43324
      Martin Trigaux authored
      NULL is too technical
      Courtesy of Lionel Sausin
      93c43324
Loading