Skip to content
Snippets Groups Projects
  1. Apr 15, 2014
  2. Apr 14, 2014
  3. Apr 11, 2014
    • Olivier Dony's avatar
      [FIX] mail.thread: avoid overwriting thread_id/model with foreign values when... · 9861b5ca
      Olivier Dony authored
      [FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply-to hostname does not match + fix tests
      
      This improve previous commit by making sure we
      never consider the thread_id/model values in the
      In-Reply-To/References header if the host name
      did not match.
      Also fixes the tests that were using the
      6.1 compatibility mode to post in a mail group
      thread instead of specifying the right
      message-id.
      
      bzr revid: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg
      9861b5ca
    • Denis Ledoux's avatar
      [FIX] 500 error on connection when using PyWebDAV 0.9.4 · 452c77c0
      Denis Ledoux authored
      (and maybe others)
      
      Courtesy of Holger Brunn (Therp)
      
      bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3
      452c77c0
    • Olivier Dony's avatar
      [FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system · 4ed8413d
      Olivier Dony authored
      When emails transit from an OpenERP system to another
      there is a chance of wrongly considering the foreign
      model,id pair as local, possibly attaching a reply
      to a wrong parent message.
      This naive heuristic ignore the foreign identifiers
      unless the hostname of the message-id mentioned in
      the In-Reply-To header matches the local one.
      This may fail after a change of local hostname but
      is still better than the alternative.
      In OpenERP v8 we should stop including the model,res_id
      in outgoing Message-Id headers and only rely on the
      stored, opaque, unique Message-Ids, preventing
      any future mismatch.
      
      bzr revid: odo@openerp.com-20140411101349-h3jmkdzvbr7lut26
      4ed8413d
    • Launchpad's avatar
      Launchpad automatic translations update. · 63e9150c
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20140411055930-7coykr7rveqsucp3
      63e9150c
  4. Apr 10, 2014
  5. Apr 09, 2014
  6. Apr 08, 2014
  7. Apr 07, 2014
  8. Apr 04, 2014
Loading