[MERGE] cleaned some imports, removed some code for older python versions.
[odoo/odoo.git] / openerp / tools / misc.py
2012-01-18 Vo Minh Thu[IMP] tools: removed deprecated debug() function.
2012-01-18 Vo Minh Thu[IMP] tools: removed __builtin__.{all,any} (they were...
2012-01-18 Vo Minh Thu[IMP] tools: removed some functools functions (they...
2011-12-16 Olivier Dony[REF] float_utils: moved in its own python module
2011-11-15 Olivier Dony[IMP] tools.float_*: more tests with negative values...
2011-11-14 Olivier Dony[IMP] tools.float_*: added tests and docstrings
2011-11-14 Olivier Dony[IMP] res.currency,base: factor out float rounding...
2011-09-22 niv-openerp[imp] switched the dates to UTC. I'm so happy.
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-08-19 Olivier Dony[IMP] tools.misc: update msg tracking id pattern: ...
2011-07-15 Olivier Dony[MERGE] sync with trunk
2011-07-15 Olivier Dony[IMP] ir.mail_server: another round of cleanup
2011-07-12 tfr@openerp.com[RM] remove get hostname
2011-07-12 tfr@openerp.com[IMP] get hostname using get_param + add default value...
2011-07-12 tfr@openerp.com[IMP] get_hostname tools function based on ir.config_pa...
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] tools: get_and_sort_by_field function fixed and...
2011-07-07 Quentin (OpenERP)[IMP] tools: added a function to get and sort by field
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-23 P. Christeasorm, tools, addons: Doc strings improvements
2011-06-17 Olivier Dony[ADD] tools.misc: UnquoteEvalContext, for funky domain...
2011-06-08 Antony Lesuisse[IMP] tools.cache cleanup, 15% speedup
2011-06-08 Antony Lesuisse[IMP] new tools.cache cleaner, 10% speedup and more...
2011-05-11 Vo Minh Thu[REF] module code goes into openerp.modules.module.
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-11 Vo Minh Thu[REF] module info (descriptor) dictionary default value...
2011-05-11 Vo Minh Thu[REF] modules.__init__:
2011-05-09 Naresh (OpenERP)[IMP]:moved from misc to config file and allowed the...
2011-05-06 Naresh (OpenERP)[IMP]:add logger warning to notify the user for incorre...
2011-05-05 Naresh (OpenERP)[FIX]:AttributeError
2011-04-22 Vo Minh Thu[ADD]: dummy cache class replacement.
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-04-04 Harry (OpenERP)[REVIEW+MERGE] merged work
2011-03-31 Rifakat Haradwala... [IMP] : changes in arguments
2011-03-31 Rifakat Haradwala... [IMP] misc.py: send_email() corrected arguments
2011-03-31 Harry (OpenERP)[REVIEW] review and refactor code
2011-03-30 Rifakat Haradwala... [IMP]: ir_mail_server.py: removed _email_send() and...
2011-03-30 Rifakat Haradwala... [IMP]: refactored send_email() of ir.mail_server
2011-03-29 Rifakat Haradwala... [IMP] ir_mail_server.py: corrected argument of send_met...
2011-03-28 Rifakat Haradwala... [IMP] ir_mail_server.py: improvement in send_email...
2011-03-28 Olivier Dony[IMP] tools: add "unquote" class for magic bare variabl...
2011-03-25 Rifakat Haradwala... [IMP] ir_mail_server.py: implemented onchange for tls...
2011-03-25 Rifakat Haradwala... [IMP] misc.py: improvment in email_send method and...
2011-03-23 Rifakat Haradwala... [IMP] : improvement in send_email
2011-02-23 Yogesh (OpenERP)[IMP] add reference argument in email_send method for...
2011-02-15 Harry (OpenERP)[REVIEW+IMP] email_service: add argument for message_id...
2011-02-15 Harry (OpenERP)[REVIEW] emails_service: remove smtp_email_from argumen...
2011-02-14 Harry (OpenERP)[MERGE] merged ysa-email-server branch
2011-02-08 Vo Minh Thu[IMP] forgot to add loglevels.py and reexport 3 functio...
2011-02-07 Vo Minh Thu[IMP] openerp python module.