Launchpad automatic translations update.
[odoo/odoo.git] / bin / tools / misc.py
2011-12-09 Ravi Gohil (Open... [FIX] tools : BCC argument when sending mails is not...
2011-06-21 Anup (OpenERP)[FIX] sql_db : When Postgres is restarted it's not...
2011-01-20 Olivier Dony[MERGE] backported fix for Popen and update of PKGINFO...
2011-01-19 Olivier Dony[FIX] tools.misc: win32 compatibility for the new subpr...
2011-01-12 Olivier Dony[FIX] res.lang: disallow non cross-platform datetime...
2011-01-04 Olivier Dony[FIX] all: ensure all open files are closed (partial...
2010-12-30 Olivier Dony[FIX] tools,addons: increased support for installation...
2010-12-29 Olivier Dony[FIX] osv,tools: break some circular dependencies
2010-12-22 Olivier Dony[MERGE] tools.email_send, base: improved spam wizard...
2010-12-09 Olivier Dony[IMP] tools.misc: enabled Hebrew (he_IL) language
2010-12-07 Olivier Dony[FIX] tools.misc: correct argument to subprocess.Popen...
2010-12-03 Olivier Dony[ADD] base: support alphabet-specific languages as...
2010-11-27 Olivier Dony[MERGE] font loading issues fixed + performance improve...
2010-11-27 Olivier Dony[IMP] ir_model,ir_module,tools: tweaks for improving...
2010-11-23 P. Christeasmisc: import warnings, needed for earlier patch
2010-11-23 P. Christeastools.convert, misc: use pythonic logging
2010-11-23 P. Christeastools/misc: port the exec_command_pipe() to the subproc...
2010-11-16 P. Christeastools/misc: prevent icon names from being translated
2010-11-09 Christophe Simonis[IMP] tools.cache now use a LRU to avoid memory overload
2010-11-09 Christophe Simonis[IMP] pyflakes tools/misc.py
2010-11-09 Olivier Dony[IMP] tools.misc: typo in tools.ustr error message
2010-11-04 ssi[FIX]partner:Improved wizard spam
2010-10-27 Olivier Dony[FIX] tools.misc: enforce passing email_from as utf8...
2010-10-20 Olivier Dony[FIX] translations: export wizard should also export...
2010-10-20 Olivier Dony[ADD] languages: add support for more spanish locales...
2010-10-12 Xavier Morel[FIX] use correct default callable for a datetime to...
2010-09-28 Xavier Morel[ADD] server-side web addons
2010-09-24 Olivier Dony[IMP] ir.property: fixed compatibility with python 2.5
2010-09-23 Julien Thewys[FIX] Moved definition of smtplib error logger in the...
2010-09-21 Xavier Morel[IMP] don't manually split'n load base.sql, cr.execute...
2010-08-13 Olivier Dony[REF] tools.misc: expose separate method to generate...
2010-07-27 Olivier Dony[ADD] tools.misc: added method to compute client timest...
2010-07-02 Olivier Dony[FIX] tools.ustr: corrected backwards compatibility...
2010-07-02 Olivier Dony[IMP] tools.ustr: added support for encoding hints...
2010-06-28 Olivier Dony, Chri... [IMP] tools.misc: cleanup and fallback mechanism for...
2010-06-28 Olivier Dony[FIX] tools/misc: fix broken email_send
2010-06-28 Stephane Wirtel[FIX] Use the right variable for the send email function
2010-06-28 Olivier Dony[IMP] tools/email_send: split into 2 functions: craft...
2010-06-25 Olivier Dony[FIX] tools/email: don't strip newlines in HTML at...
2010-06-25 Olivier Dony[FIX] tools/email: misc encoding patches .. not too...
2010-06-24 vra[MERGE] merge the changes from main trunk branch.
2010-06-22 Olivier Dony[IMP] tools: added disclaimer on detect_ip_addr
2010-06-15 Anup (OpenERP)[IMP] removed the possible SQL injection server.
2010-06-07 Vir (Open ERP)[MOD] New icons added
2010-06-03 Vir (Open ERP)[ADD] New icon image added
2010-06-02 Vir (Open ERP)[ADD] New icon added
2010-06-01 Vir (Open ERP)[Merge] Merge with Trunk Server
2010-06-01 Vir (Open ERP)[ADD] new icons added
2010-05-20 Anup (OpenERP)[MERGE] Merged from the main trunk server branch.
2010-05-19 Olivier Dony[FIX] ignore empty certificate strings to avoid duplica...
2010-05-31 Christophe Simonis[IMP] tools: find_in_path: use which (file found on...
2010-05-12 Jay (Open ERP)[MERGE] MErged with main server of trunk
2010-05-12 Jay (Open ERP)Merged odo's branch about bug #495948
2010-05-12 Jay (Open ERP)[FIX] correct ustr. avoid a crash if getlocale() return...
2010-05-05 nch@tinyerp.com[IMP]:gtk contact form
2010-04-17 Mantavya Gajjar[IMP]: improvement in tools.send_email
2010-04-14 Olivier Dony[FIX] corrected Persian language name to match stable
2010-03-30 Olivier Dony[ADD] utility methods to split large lists of ids for...
2010-03-30 Olivier Dony[ADD] utility methods to split large lists of ids for...
2010-03-12 STWCode improvement by stephane
2010-03-11 Rvo (Open ERP)[ADD]:suppot for __openerp__.py or __terp__.py
2010-03-02 mra (Open ERP)[IMP] Translation: remove get_iso dictionary which...
2010-02-26 mra (Open ERP)[IMP] Add more languages in get_lang method on misc...
2010-02-16 HDA (OpenERP)Merged with stable
2010-02-15 SebastienFixed Unicode character in mail
2010-01-27 Xavier Morel[fix] email_to is a sequence of email addresses, not...
2010-01-27 Xavier Morel[fix] typo in send_mail
2010-01-26 Xavier Morel[imp] don't include MIMEText call in encoding-related...
2010-01-26 Xavier Morel[imp] remove redundancies between sending mails with...
2010-01-26 Xavier Morel[imp] invert attachment condition, preset body value...
2010-01-26 Xavier Morel[imp] use more specific error type (and message) in...
2010-01-26 Xavier Morel[imp] remove pointless boolean check (there's a default...
2010-01-20 Christophe Simonis[FIX] correct threading problems in cache
2010-01-12 HDA (OpenERP)Merged
2010-01-08 Jay (Open ERP)[REM] Removed duplicated code for method __getitem__()
2010-01-06 Olivier Dony[FIX] Fixed typo in rev 1975.
2010-01-05 Olivier Dony[FIX] Made timezone detect more robust and added a...
2010-01-05 Harry (Open ERP)[IMP] tools-send_mail : improve send mail method
2009-11-25 Harry (Open ERP)[MERGE] merge with master branch
2009-11-25 mra (Open ERP)[IMP] scan languages function on misc, now it will...
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-11-24 mra (Open ERP)[ADD] add corect translation files on base/i18n
2009-11-20 xrg[merge] merge from lp:~xrg/openobject-server/optimize...
2009-11-20 mra (Open ERP)[ADD] add get_iso_code method on misc which will give...
2009-11-17 olt@tinyerp.com[IMP] added a 'detect ip address' method (used in the...
2009-11-04 Harry (Open ERP)[Merge] merge stable/5.0 branch
2009-11-02 P. ChristeasMerge remote branch 'origin/master' into optimize
2009-10-26 Jay (Open ERP)[FIX] Config : wrong calculation if cached_timeout...
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
2009-10-14 PSO(OpenERP)Changed licencing
2009-10-12 HDA (OpenERP)Added language code for Klingon translation
2009-09-25 P. ChristeasMerge remote branch 'origin/master' v5.0.6 into xrg
2009-09-25 P. ChristeasMerge remote branch 'origin/master', v5.0.6 into optimize
2009-09-03 P. ChristeasFix quoting of ids when passed to sql.
2009-09-02 ACH(OpenERP)[FIX] Send Mail : Unicode error handled
2009-08-31 Christophe chauvet... [FIX] Send mail : Non-English characters were throwing...
2009-08-28 P. ChristeasMerge origin/5.0.4 into xrg
2009-08-28 Christophe Simonis[IMP] add translation names
2009-08-23 P. ChristeasMerge commit 'origin/master' into xrg (5.0.3 official)
2009-08-14 Christophe Simonis[FIX] bug in cache system that altered some arguments...
next