Skip to content
Snippets Groups Projects
  1. Nov 28, 2014
  2. Nov 27, 2014
  3. Nov 26, 2014
  4. Nov 25, 2014
  5. Nov 24, 2014
  6. Nov 23, 2014
    • Simon Lejeune's avatar
      [FIX] tools: find_in_path: config is not ready at import time · 467968b7
      Simon Lejeune authored
      commit f76d4525 was not actually working: extra keys from
      config files are not yet into the config options dict at
      import time. The fix is to move the logic inside the method,
      like in `find_pg_tool` just below.
      
      Also fix the use of `find_in_path` in report.py: the subprocess
      may also raise AttributeError exception, so instead of listing
      all the possible ones just re-raise the IOError shallowed by
      `find_in_path` when the result is None.
      
      Fixes #3809 #3811
      467968b7
  7. Nov 21, 2014
  8. Nov 24, 2014
  9. Nov 20, 2014
  10. Nov 19, 2014
  11. Nov 18, 2014
  12. Nov 17, 2014
  13. Nov 14, 2014
    • Denis Ledoux's avatar
      [FIX] api: avoid to return all fields *2many in onchanges · 999ed04c
      Denis Ledoux authored
      When an onchange returns a change in a 2many field line (a '1' tuple, update), avoid to return all fields of the *2many field but only the altered field.
      
      Otherwise, the web client regard all the fields of the 2many as dirty, and try to write on all fields (even if the value is the same, thus)
      
      opw-615062
      999ed04c
  14. Nov 13, 2014
  15. Nov 06, 2014
  16. Nov 05, 2014
Loading