[IMP] remove pointless semicolons, use @expectedFailure instead of commenting broken...
[odoo/odoo.git] / openerp /
2014-02-18 Xavier Morel[IMP] phantomjs runner
2014-02-18 Xavier Morel[IMP] slightly improve error message at the end of...
2014-02-18 Xavier Morel[FIX] run_unit_tests lying about its return value:...
2014-02-18 Xavier Morel[ADD] hooks to enable/disable tests running during...
2014-02-17 Xavier Morel[IMP] unwrap tests suites during module loading, prepar...
2014-02-17 openerp-sle[MERGE] trunk
2014-02-17 openerp-sle[FIX] Added the 'oldname' attribute on the renamed...
2014-02-17 Xavier Morel[FIX] only run test modules called test_*, similar...
2014-02-17 openerp-sle[MERGE] trunk
2014-02-17 Antony Lesuisse[FIX] ir.http testing generate a router including the...
2014-02-17 Antony Lesuisse[FIX] tests HttpCase phantomjs conditional injection...
2014-02-16 Antony Lesuisse[FIX] tests move test_ui to web as it requires web...
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-16 Antony Lesuisse[FIX] tests HTTPCase if phantomjs is not installed
2014-02-16 openerp-sle[MERGE] trunk
2014-02-14 Xavier Morel[FIX] missed case where sys.modules values can be None
2014-02-14 Xavier Morel[IMP] use TestSuite.addTests instead of manually iterat...
2014-02-14 Xavier Morel[IMP] remove pointless extra newline in log message...
2014-02-14 Xavier Morel[IMP] replace explicit iteration by listcomp
2014-02-14 Xavier Morel[REM] unused variable
2014-02-14 Xavier Morel[IMP] fix flow analysis warning, simplify loader code
2014-02-14 Xavier Morel[REM] redundant logger initialization
2014-02-14 Launchpad Translat... Launchpad automatic translations update.
2014-02-12 openerp-sle[FIX] Increased allowed virtual memory per worker
2014-02-12 openerp-sle[IMP] Renamed paper_format to rml_paperformat and moved...
2014-02-11 Raphael Collet[MERGE] from saas-3
2014-02-11 Raphael Collet[FIX] ir_ui_view: in context dict, put model name inste...
2014-02-11 Martin Trigaux[FIX] module: fix imports broken at revision 5055
2014-02-11 Christophe Simonis[FIX] trunk is 8.0 alpha, not saas-3
2014-02-10 Christophe Matthieu[IMP] test phantomtest: inject files with testing if...
2014-02-10 Fabien Meghazi[MERGE] saas-3
2014-02-10 Antony Lesuisse[IMP] phantomjs testing add an easy phantom_js helper
2014-02-09 Antony Lesuisse[IMP] test_ui shorter code
2014-02-09 Antony Lesuisse[IMP] rename into test_ui like addons
2014-02-09 Antony Lesuisse[IMP] phantomtest helper
2014-02-09 Antony Lesuisse[IMP] move test cases to tests.py remove deprecated...
2014-02-09 Antony Lesuisse[FIX] re-enable test func and qweb
2014-02-09 Antony Lesuisse[FIX] restore testing after patching runbot
2014-02-09 Antony Lesuissefix try to fix runbot oe command
2014-02-09 Antony Lesuisseadd python --test-file support
2014-02-09 Antony Lesuissenew test execution engine
2014-02-09 Antony Lesuissemove tests
2014-02-06 Fabien Meghazi[IMP] Move some qweb rendering context vars from websit...
2014-02-06 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5060...
2014-02-06 Christophe Simonis[MERGE] backport trunk revision 5053 fva@openerp.com...
2014-02-06 Christophe Simonis[FIX] ir.ui.view: avoid infinite loop when applying...
2014-02-06 Antony Lesuisse[IMP] sale_eval break continue raise control flow opcodes
2014-02-06 Christophe Simonis[IMP] http: extract save/get session actions as methods...
2014-02-06 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5007...
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-02-06 Frédéric van der... [IMP] cors rpc: enable preflight request caching, vastl...
2014-02-06 Christophe Simonis[FIX] _(): avoid useless warning where translating...
2014-02-06 Martin Trigaux[IMP] ir_fields: no need to sanitize the _str_to_html...
2014-02-06 Martin Trigaux[MERGE] [FIX] ir_fields: allow convertion from string...
2014-02-06 Launchpad Translat... Launchpad automatic translations update.
2014-02-05 Thibault Delavallée[FIX] ir_actions: typo in comments
2014-02-05 Thibault Delavallée[IMP] ir_actions: server action: evaluation context...
2014-02-04 Launchpad Translat... Launchpad automatic translations update.
2014-02-03 jke-openerp[FIX] Fix bug of positionning on res_partner form
2014-02-03 Martin Trigaux[IMP] better assert message and cleaning
2014-02-03 Martin Trigaux[ADD] test read_group on a column of _inherits model...
2014-02-03 Martin Trigaux[FIX] orm: read_group aggregates values on all columns...
2014-02-03 Mohammed Shekha... [FIX]Fixed the issue of html field import fails, becaus...
2014-02-03 Xavier Morel[FIX] add warning when dbfilter logs out current session
2014-02-03 Launchpad Translat... Launchpad automatic translations update.
2014-01-31 Christophe Simonis[FIX] allow to use "dbname" as keyword in routes
2014-01-31 Olivier Dony[REL] version: 7.~saas-3
2014-01-31 Fabien Meghazi[REV] Bring back QWebException, rename QWebException...
2014-01-31 Fabien Meghazi[FIX] CORS routing should use new routing api
2014-01-31 Antony Lesuisse[REV] never change exceptions types
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-31 Fabien Pinckaers[FIX] removing test that commits and small fix
2014-01-30 Fabien Meghazi[IMP] QWeb exceptions shall not shadow original exceptions
2014-01-30 Fabien Meghazi[REM] outdated disable_db
2014-01-30 Fabien Meghazi[FIX] ir_ui_view#read_template() bring back old behavio...
2014-01-30 Olivier Dony[FIX] res.partner: properly (re)compute display_name...
2014-01-30 Christophe Simonis[FIX] allow "none" route to be accessible when logged in
2014-01-30 Christophe Simonis[REVERT] revert commit 5210 chs@openerp.com-20140130150...
2014-01-30 Olivier Dony[IMP] res.partner: more selective child_of _search...
2014-01-30 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-30 Gery Debongnie[IMP] improves the formatting of the dates returned...
2014-01-30 Olivier Dony[FIX] ir.ui.view: fix tests after refactoring of ir...
2014-01-30 Olivier Dony[FIX] ir.ui.view: better error message upon missing...
2014-01-30 Olivier Dony[IMP] orm: log underlying exception at DEBUG level...
2014-01-30 Olivier Dony[FIX] browse_record.__str__: avoid crashing when ID...
2014-01-30 Olivier Dony[FIX] modules.loading: clear caches after test rollback...
2014-01-30 Fabien Meghazi[ADD] Support cors for pos demo
2014-01-30 Christophe Simonis[FIX] http: allow auth="none" routes to works without...
2014-01-30 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-30 Christophe Simonis[FIX] correct retro-compatibility with 7.0 route()
2014-01-30 Fabien Meghazi[FIX] request.func not available on favicon.ico requests
2014-01-30 Fabien Meghazi[MERGE] trunk's CORS support (merge with changes)
2014-01-30 Fabien Meghazi[IMP] better handling of methods for CORS
2014-01-30 Fabien Meghazi[ADD] Cross-Origin Resource Sharing support as http...
2014-01-30 Olivier Dony[FIX] ir.ui.view: one2many to ir.model.data needs domai...
2014-01-30 Antony Lesuisse[IMP] http allow auth=none without db outside of web
2014-01-30 Olivier Dony[FIX] ir.ui.view: restore extended validation of view...
2014-01-30 Olivier Dony[IMP] orm: when a _constraint check raises, catch it...
2014-01-30 Olivier Dony[IMP] public_user: make parent partner inactive too
2014-01-30 Olivier Dony[IMP] res.partner: unused imports
next