[FIX] base_calendar: when searching on events, avoid getting an error if virtual_id...
[odoo/odoo.git] / openerp / tools /
2014-01-14 Olivier Dony[FIX] tools.email_split: improve email extraction using...
2013-12-17 Xavier ALT[FIX] translation: force clearing of cached translated...
2013-12-04 Martin Trigaux[FIX] convert: better error message when failed to...
2013-12-03 Cecile Tonglet[FIX] Wrong error message when data cannot be loaded...
2013-11-25 Olivier Dony[ADD] i18n: enable Lao language (Laos) as an installati...
2013-11-13 Christophe Simonis[FIX] html_sanitize: handle the case of empty documents...
2013-09-18 Stefan Rijnhart[FIX] Keep backwards compatibility with Babel 0.9.6
2013-09-18 Stefan Rijnhart[RVT] Undo previous fix
2013-09-17 Stefan Rijnhart[FIX] Restore compatibility with Babel > 0.9.6
2013-07-02 Vo Minh Thu[MERGE] lang: added Amharic (Ethiopia) language.
2013-06-12 Christophe Simonis[FIX] correct stripping of arguments when _reexec(...
2013-03-29 Christophe Matthieu[FIX] html2plaintext: bug 1159782
2013-03-18 Ravi Gohil (OpenERP)[FIX] re-importing the translation from a file(.csv...
2013-03-08 Cedric Snauwaert[FIX]tools/mail: fix regex when sanitizing html contain...
2013-03-07 Olivier Dony[REVERT] tools.translate: undo rev 4874 refactoring...
2013-03-07 Christophe Simonis[FIX] module loading: allow addons path entries to...
2013-03-06 Xavier Morel[IMP] deduplicate trans_parse_view code, rename for...
2013-03-05 Chris Biersbach[MERGE] OPW 585261: translations: corrects extraction...
2013-02-20 Antony Lesuisse[FIX] tools image thumbnailing jpg into png
2013-02-19 Dhruti Shastri[translation] : placeholders are missed out for Transla...
2013-02-19 Dhruti Shastri[translation] : placeholders are missed out for Transla...
2013-01-15 Olivier Dony[FIX] ir.mail_server: properly handle the --smtp-ssl...
2013-01-14 Olivier Dony[MERGE] tools.translate: fix extraction of translation...
2013-01-04 Niels Huylebroeck[FIX] When extracting strings from mako reports we...
2013-01-02 Christophe Matthieu[IMP] mail_sanitize: simplification of the regular...
2013-01-02 Christophe Matthieu[IMP] mail sanitize: add special email address for...
2012-12-31 Christophe Matthieu[FIX] tools: html_sanitize
2012-12-29 Antony Lesuisse[FIX] workers memory limits better help
2012-12-27 Fabien Pinckaers[IMP] support for lxml <2.3.1
2012-12-27 Thibault Delavallée[IMP] sanitizer: improved logger message if crashed...
2012-12-27 Michael Telahun... Enable loading of Amharic (Ethiopia) language.
2012-12-26 Thibault Delavallée[DOC] Added some comments. Updated failure message...
2012-12-26 Thibault Delavallée[IMP] html_sanitize: now uses the builtin cleaner of...
2012-12-21 Christophe Matthieu[MERGE] tools mail: Return the initial variable if...
2012-12-20 Antony Lesuisse[MERGE] apps by chs
2012-12-20 dle@openerp.com[FIX]Kanban view js not loaded when db created through...
2012-12-19 Antony Lesuisse[MERGE] trunk
2012-12-19 Christophe Matthieu[IMP] tools mail: don't remove xml and doctype but...
2012-12-19 Christophe Matthieu[FIX] tools mail: return the initial variable if is...
2012-12-18 Raphael Collet[MERGE] trunk-import-openerp-thu (use strict naming...
2012-12-18 Antony Lesuisse[REV] image dont generate smaller thumbnail if avoid_if...
2012-12-17 Christophe Simonismerge upstream
2012-12-17 Cecile Tonglet[FIX] Removed too much in openerp.tools.misc: html2text
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-15 Fabien Pinckaers[IMP] logo of company: False or OpenERP logo if demo...
2012-12-15 Antony Lesuisse[MERGE] manually merge customizable web logo, by chs
2012-12-15 Fabien Pinckaers[IMP] better thumbnail generation
2012-12-14 Xavier Morel[IMP] more augmented assignments
2012-12-14 Xavier Morel[FIX] incorrect docstrings or docstring param names...
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[FIX] crazy direct calls to dunder methods
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[FIX] spaceify tabs
2012-12-14 Xavier Morel[REM] duplicate dict keys
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-11 Christophe Simonis[IMP] tools.image: size can have width or height optional
2012-12-10 Christophe Simonismerge upstream
2012-12-09 Antony Lesuisse[IMP] workers document defaults
2012-12-09 Antony Lesuissenetrpc flip default, backward compatible for a few...
2012-12-09 Antony Lesuissenetrpc flip default
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-09 Antony Lesuisse[IMP] dbname on localthread for logging
2012-12-08 Antony Lesuisse[MERGE] multiprocess signaling
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-07 Christophe Simonismerge upstream
2012-12-07 Tejas TankMerged Latest.
2012-12-05 Xavier Morel[IMP] simplify @profile implementation
2012-12-05 Christophe Simonismerge upstream
2012-12-04 Olivier Dony[FIX] translate,orm: remember local Model [_sql]_constr...
2012-12-01 Fabien Pinckaers[IMP] small fix in YAML XML import
2012-11-30 Olivier Dony[MERGE] Forward-port of 6.1 bugfixes up to rev. 4307
2012-11-30 Christophe Simonis[FIX] test_reports.py: use communicate() to avoid creat...
2012-11-30 Christophe Simonis[FIX] osutils: correct nt service check
2012-11-29 Christophe Simonis[FIX] osutils: missing import
2012-11-29 Tejas Tank[IMP] Image crop with transparent effect.
2012-11-28 Christophe Simonis[IMP] rewrite win32/setup.py to generate dynamic files
2012-11-26 Christophe Simonis[FIX] restart of server on windows when running as...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-24 Olivier Dony[FIX] translate: skip XML comments when extracting...
2012-11-23 Olivier Dony[IMP] translate: ignore 0-1 letter terms during terms...
2012-11-23 Olivier Dony[FIX] translation export: added missing translation...
2012-11-20 Christophe Matthieu[FIX] tools mail : html_email_clean
2012-11-20 Christophe Matthieu[FIX] tools mail: html_email_clean return False (standa...
2012-11-19 Christophe Matthieu[FIX] tools mail: html_email_clean return an empty...
2012-11-14 Thibault Delavallée[IMP] tools: html_email_clean: a bit more robust.
2012-11-14 Thibault Delavallée[CLEAN] html_email_clean: cleaned a bit the code.
2012-11-14 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-13 Thibault Delavallée[FIX] tools: image: trying to fix the error about conve...
2012-11-13 Thibault Delavallée[REV] tools: image: reverted changes introduced at...
2012-11-09 Thibault Delavallée[IMP] tools: mail: improved append_content_to_html...
2012-11-07 Thibault Delavallée[IMP] tools: added text2html function, basically turnin...
2012-11-07 Thibault Delavallée[CLEAN] tools: mail: removed commented code; moved...
2012-11-07 Thibault Delavallée[FIX] tools: html_email_clean: remove blockquote in...
2012-11-07 Thibault Delavallée[IMP] tools: tests: cleaner: cleaned a bit test data...
2012-11-07 Thibault Delavallée[IMP] tools: mail: improved basic html_email_clean.
2012-11-06 Thibault Delavallée[FIX] tools: mail: use beautifulsoup parser, if not...
2012-11-06 Thibault Delavallée[FIX] tools: mail: fixed some import, cleaned some...
2012-11-06 Thibault Delavallée[FIX] tools: re-added html2text import, because of...
next