[MERGE] Forward-port latest saas-3 bugfixes, up to 30f43da
[odoo/odoo.git] / openerp / http.py
2014-05-27 Olivier Dony[MERGE] Forward-port latest saas-3 bugfixes, up to...
2014-05-23 Denis Ledoux[FIX] request.handle_exception: cleanup override logic...
2014-05-22 Denis Ledoux[MERGE] Forward-port of latest saas-3 bugfixes, up...
2014-05-21 Martin Trigaux[FIX] http: force rolleback for failed http request
2014-04-29 Antony Lesuisse[FIX] http Internal Server Error when switching branches
2014-04-24 Denis Ledoux[FIX] http: set back the gen_session_id controller...
2014-04-18 Christophe Simonis[FIX] http: correct detection of old (v7) routes that...
2014-04-09 Raphael Collet[MERGE] test_cursor: implement a cursor mockup that...
2014-04-09 Raphael Collet[IMP] make TestCursor more robust, and remove some...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] http tests: implement a test cursor that keeps...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-03-28 Olivier Dony[FIX] http,ir.http: refactor exception handling to...
2014-03-26 Fabien Meghazi[MERGE] upstream
2014-03-25 Fabien Meghazi[MERGE] upstream
2014-03-25 chm@openerp.com[MERGE] from trunk
2014-03-24 Christophe Simonis[FIX] http: when generating static routes, only wrap...
2014-03-24 Christophe Simonis[FIX] http: nodb_routing_map become a lazy property...
2014-03-24 Christophe Simonis[FIX] http: register the wsgi handler directly
2014-03-19 Antony Lesuisse[MERGE] trunk
2014-03-19 Fabien Meghazi[FIX] doc typo
2014-03-18 chm@openerp.com[FIX] do not rolback cursor in test mode
2014-03-18 chm@openerp.commerge upstream
2014-03-18 chm@openerp.com[WIP] rev me
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5093...
2014-03-17 Antony Lesuisse[MERGE] trunk
2014-03-17 Olivier Dony[FIX] http dispatch: make sure transaction rollback...
2014-03-17 Antony Lesuisse[FIX] tests dont log traceback on aborted request while...
2014-03-17 Antony Lesuisse[FIX] race condition for test cursors
2014-03-16 Antony Lesuisse[MERGE] trunk
2014-03-16 Antony Lesuissesql loggin cleanups
2014-03-16 Antony Lesuisse[REM] http useless controller
2014-03-12 Stephane Wirtel[MERGE] from trunk
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5088...
2014-03-11 Christophe Simonis[FIX] http: ensure to clean the request cursor before...
2014-03-03 Kersten Jeremy[FIX] Remove default tz from context, to allow website...
2014-02-28 Stephane Wirtel[MERGE] from Trunk
2014-02-28 Stephane Wirtel[IMP] Add a new Logging Handler, where we will store...
2014-02-27 Christophe Simonismerge upstream
2014-02-27 Antony Lesuisse[MERGE] trunk
2014-02-27 Stephane Wirtel[IMP] Move the netsvc.dispatch_rpc function from netsvc...
2014-02-26 Fabien Meghazi[REM] removed Request's getattr proxying to httprequest
2014-02-20 Fabien Meghazi[IMP] Refactor CROS support
2014-02-20 Fabien Meghazi[FIX] Don't crash if no host specified
2014-02-20 Fabien Meghazi[FIX] Correctly handle super() for decorated routes...
2014-02-19 Fabien Meghazi[IMP] Warn if invalid response type is returned for...
2014-02-19 Fabien Meghazi[REM] Completely removed LazyResponse
2014-02-19 Fabien Meghazi[FIX] convert endpoint responses only if it's the curre...
2014-02-19 Fabien Meghazi[FIX] Response default mimetype
2014-02-18 Fabien Meghazi[ADD] Request with lazy rendering support
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-09 Antony Lesuisse[IMP] move test cases to tests.py remove deprecated...
2014-02-09 Antony Lesuissenew test execution engine
2014-02-06 Christophe Simonis[MERGE] backport trunk revision 5053 fva@openerp.com...
2014-02-06 Christophe Simonis[IMP] http: extract save/get session actions as methods...
2014-02-06 Frédéric van der... [IMP] cors rpc: enable preflight request caching, vastl...
2014-02-03 Xavier Morel[FIX] add warning when dbfilter logs out current session
2014-01-31 Christophe Simonis[FIX] allow to use "dbname" as keyword in routes
2014-01-31 Fabien Meghazi[FIX] CORS routing should use new routing api
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-30 Fabien Meghazi[REM] outdated disable_db
2014-01-30 Christophe Simonis[REVERT] revert commit 5210 chs@openerp.com-20140130150...
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 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 Antony Lesuisse[IMP] http allow auth=none without db outside of web
2014-01-30 Fabien Meghazi[REM] Removed disabled_db=True from ir_http's auth...
2014-01-30 Fabien Meghazi[FIX] Check if session.db is legit before dispatching
2014-01-29 Fabien Meghazi[FIX] jsonrequests exposes same context object as it...
2014-01-28 Fabien Meghazi[ADD] http#ensure_db()
2014-01-28 Fabien Meghazi[FIX] proper fix
2014-01-28 Fabien Meghazi[FIX] Temporary hackish fix in order to restore login...
2014-01-23 Xavier Morel[FIX] sprurious error in log during javascript unit...
2014-01-22 Fabien Meghazi[FIX] local_redirect() should forward code to redirect_...
2014-01-22 Fabien Meghazi[MERGE] upstream
2014-01-21 Fabien Meghazi[FIX] routing_map crossdb bug introduced in Rev: 5151...
2014-01-21 Fabien Meghazi[FIX] redirect_with_hash firefox bug
2014-01-21 Fabien Meghazi[MOV] move redirection headers from webclient to server
2014-01-20 Fabien Meghazi[CHG] Allow @http.route() to use additional parameters...
2014-01-16 Christophe Simonis[FIX] works better without SyntaxError
2014-01-16 Christophe Simonis[FIX] http: store sessions in data-dir
2014-01-16 Fabien Meghazi[FIX] LazyResponse exceptions not properly managed...
2014-01-16 Thibault Delavallée[MERGE] Sync with trunk, solved conflicts.
2014-01-15 Christophe Simonis[FIX] http: correct jsonp 2pass
2013-12-17 Fabien Meghazi[FIX] file uploads broken by MultiDict
2013-12-16 Fabien Meghazi[IMP] Use werkzeug's ImmutableMultiDict as parameter...
2013-12-12 Xavier Morel[FIX] merge from trunk and fix handling of view inheritance
2013-12-11 Thibault Delavallée[FIX] http: correctly handle the rollback when an excep...
2013-12-04 Fabien Meghazi[ADD] status_code to LazyResponse constructor
2013-12-03 Antony Lesuisse[FIX] http response handling inside request context
2013-12-03 Antony Lesuisse[IMP] http improvement
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-28 Fabien Meghazi[REM] httprequests exception serialization moved to...
2013-11-25 Christophe Simonis[MERGE] manual forward port of changes made in http...
2013-11-25 Fabien Meghazi[FIX] dispatch AccessErrors
next