document: fix regressions at storage and node_descriptor
[odoo/odoo.git] / bin / tools /
2010-10-12 Olivier Dony[IMP] tools.translate: log at debug level rather than...
2010-10-12 Xavier Morel[FIX] use correct default callable for a datetime to...
2010-10-12 Anup (OpenERP)[FIX] Export & Synchronize Translations Corrected
2010-10-12 Olivier Dony[FIX] reports: fixed yaml_import for new file attribute...
2010-10-12 Xavier Morel[IMP] display more informations about XML parse errors...
2010-10-11 husenfix related field create problem
2010-10-08 Olivier Dony[IMP] reports: support generic report_file field instea...
2010-10-08 Olivier Dony[IMP] translations: support generic "report" translatio...
2010-10-06 Julien Thewys[MERGE] Fixed gettext translation.
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 Olivier Dony[REM] tools.config, ir.actions.server: removed server_a...
2010-09-21 Xavier Morel[IMP] don't manually split'n load base.sql, cr.execute...
2010-09-18 Fabien Pinckaers[IMP] improve debug for --log-level=debug_sql
2010-09-17 Olivier Dony[FIX] yaml_import: proper support of different value...
2010-09-16 Olivier Dony[IMP] yaml_import: enforce ISO date format for date...
2010-09-16 Olivier Dony[IMP] yaml_import: enforce ISO date format for date...
2010-09-16 Olivier Dony[IMP] tools/convert: allow multiple root elements in...
2010-09-12 Fabien Pinckaers[IMP] Saving test reports in directories
2010-09-08 Olivier Dony[REVERT] incorrect patch to tools.translate - not yet...
2010-09-08 Anup (OpenERP)[FIX] message of _sql_constraint is being translated now
2010-09-08 Jay (OpenERP)[FIX] improvement from previous commit
2010-09-08 Christophe Simonis[FIX] correct config loading
2010-09-07 Julien Thewys[FIX] Fixed gettext translation (in particular, fixed...
2010-09-07 Numérigraphe[FIX] tools: missing import in tools pack
2010-09-07 DHS(OpenERP)[FIX] safe_eval() : Added support of len()
2010-09-06 Harry (OpenERP)[MERGE]
2010-09-06 apa-tiny[MERGE]:merged from trunk
2010-09-02 P. Christeas[IMP] tools/yaml_import: Try to explain values of faile...
2010-09-01 Fabien Pinckaersmerge
2010-09-01 Fabien Pinckaersbetter error message when crashing a yaml test
2010-09-01 Harry (OpenERP)[FIX] tools/yml_import: pass context into update data...
2010-09-01 Anup (OpenERP)[FIX] msgstr in .pot file must be '' while exporting...
2010-08-31 apa-tiny[iMP]:Added filter and round function in global dict.
2010-08-30 Harry (OpenERP)[FIX] convert: after upgrade module, got error to parse...
2010-08-30 Olivier Dony[IMP] tools/convert: small readability improvement...
2010-08-30 P. Christeasconvert: When loading menu, don't match by name
2010-08-13 Olivier Dony[REF] tools.misc: expose separate method to generate...
2010-08-12 Julien Thewys[FIX] Fixed translation string generation when parsing...
2010-08-10 Olivier Dony[REVERT/FIX] safe_eval: revert incorrect tentative...
2010-08-10 Olivier Dony[REF] config/test: renamed test-* config params to...
2010-08-10 Olivier Dony[REF] config: rationalized config parameters to make...
2010-08-10 apa-tiny[FIX]:FormatLang is not support any python aggregate...
2010-08-04 P. Christeas, Oliv... [MERGE+IMP] logging: merged xrg's branch to set selecti...
2010-08-04 Olivier Dony[FIX] tools/convert: more lenient server-side parsing...
2010-07-27 Olivier Dony[ADD] tools.misc: added method to compute client timest...
2010-07-14 Mustufa Rangwala[FIX] Missing import in convert for yaml
2010-07-13 Olivier Dony[IMP] tools/convert: cleanup: removed some unused varia...
2010-07-13 pap (OpenERP)[IMP] data serialization/loading: support timedelta...
2010-07-04 Fabien Pinckaersargs for test
2010-07-04 Fabien Pinckaers[IMP] removed price_accuracy options
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-24 P. Christeas, Oliv... [IMP] orm/translate: don't attempt to translate callabl...
2010-06-22 Olivier Dony[IMP] tools: added disclaimer on detect_ip_addr
2010-06-22 Olivier Dony[IMP] safe_eval: improved exception handling
2010-06-21 P. Christeassafe_eval: fix wrt whitespace on expressions.
2010-06-18 Anup (OpenERP)[IMP] SQL injection Refactored
2010-06-18 Anup (OpenERP)[MERGE] Merged from the main trunk server
2010-06-17 Jay (Open ERP)[FIX] Tools : Safe_eval should support make_function...
2010-06-15 Anup (OpenERP)[IMP] removed the possible SQL injection server.
2010-06-08 Julien Thewys[MERGE] Merged data loader fixes.
2010-06-07 Antony Lesuisseprocess xmlrpcs options even if ssl is disabled
2010-06-07 Antony Lesuisseignore --xmlrpcs options if ssl is unavailable instead...
2010-06-07 Vir (Open ERP)[MOD] New icons added
2010-06-07 Jay (Open ERP)[FIX] xmlrpcs depends on openssl
2010-06-04 Olivier Dony[ADD] safe_eval: final round of adjustments, seems...
2010-06-03 Vir (Open ERP)[ADD] New icon image added
2010-06-03 Stephane Wirtel[MERGE] lp:~openerp-dev/openobject-server/fix_config_ne...
2010-06-02 Vir (Open ERP)[ADD] New icon added
2010-06-01 Olivier Dony[FIX] continuing implementation of safe_eval: fixed...
2010-06-01 Vir (Open ERP)[Merge] Merge with Trunk Server
2010-06-01 Vir (Open ERP)[ADD] new icons added
2010-05-31 Stephane Wirtel[IMP] Add the xmlrpcs option group for the xmlrpc secur...
2010-05-31 Stephane Wirtel[FIX] Remove the SOAP flag in the config
2010-05-31 Stephane Wirtel[REF] Group and Rename the parameters for the protocols...
2010-05-20 Jay (Open ERP)[REF]
2010-05-20 Anup (OpenERP)[MERGE] Merged from the main trunk server branch.
2010-05-19 Fabien Pinckaersmerge
2010-05-19 Fabien Pinckaers[IMP] logs background activities
2010-05-19 OpenERP Framework... [MERGE] xml import: support "ref" attribute for referen...
2010-05-19 Rvo(Open ERP)[MERGE] xml import: support "ref" attribute for referen...
2010-05-19 Olivier Dony[IMP] renamed server option --test-no-rollback to ...
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-14 Jay (Open ERP)[FIX] Bad code reverted for domain under act_window tag
2010-05-13 Anup (OpenERP)[FIX] Evaluate domain in act_window element is now...
2010-05-13 Anup (OpenERP)[FIX]: --smtp-ssl is not a dependent on the server...
2010-05-12 Anup (OpenERP)[FIX] translate: error with workaround about \xa0 in...
2010-05-12 Jay (Open ERP)[FIX]Config option Server_actions_allow_code added...
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
next