Commit Graph

165 Commits

Author SHA1 Message Date
Antony Lesuisse 1e1936b59a [FIX] session missing import
bzr revid: al@openerp.com-20120815203504-nqlfj264xkk5wuh5
2012-08-15 22:35:04 +02:00
Antony Lesuisse dd6371e244 [FIX] handle correctly --no-database-list, move local connector to session
bzr revid: al@openerp.com-20120815170321-7qfx3ol1selfjig1
2012-08-15 19:03:21 +02:00
Christophe Simonis 8c43267c4a [FIX] unknow route must return 404 not 500
bzr revid: chs@openerp.com-20120814131159-0ie5h6tnxdgebpva
2012-08-14 15:11:59 +02:00
Antony Lesuisse e51d72422c [IMP] move session_context above wsgi app
bzr revid: al@openerp.com-20120813232405-qna3d48h6j8tfks1
2012-08-14 01:24:05 +02:00
Antony Lesuisse 01d89b15b7 [IMP] rename session cookie into httpsession_cookie
bzr revid: al@openerp.com-20120813231123-wodv8vkof9dvi1gh
2012-08-14 01:11:23 +02:00
Christophe Simonis 3e797902fc [FIX] /login route
bzr revid: chs@openerp.com-20120814120335-6lc0u21r0mhd9bl2
2012-08-14 14:03:35 +02:00
Christophe Simonis e543552dbd [FIX] do not mess up the headers in the DisableCacheMiddleware
bzr revid: chs@openerp.com-20120813130955-1fwkyahlceotln5o
2012-08-13 15:09:55 +02:00
Antony Lesuisse 6a78b5dbd9 [FIX] authenticate optional env
bzr revid: al@openerp.com-20120812151532-gqt8dcqo6f5t2szb
2012-08-12 17:15:32 +02:00
Christophe Simonis 9db8f8ac64 [FIX] remove "/mobile" hardcoded redirect
bzr revid: chs@openerp.com-20120808114818-l5tpvlkxm2ylx5ym
2012-08-08 13:48:18 +02:00
Christophe Simonis 1d75045294 [IMP] home controller
bzr revid: chs@openerp.com-20120808114110-b7x8b3e4pfn20ie5
2012-08-08 13:41:10 +02:00
niv-openerp 93cb71c226 [IMP] once more small improvement to cache-control
bzr revid: nicolas.vanhoren@openerp.com-20120727150955-5xx79v2lc8qsk77a
2012-07-27 17:09:55 +02:00
niv-openerp 26aaa7d9a7 [IMP] improvement to cache control
bzr revid: nicolas.vanhoren@openerp.com-20120726142057-7nf7wii9t37b6xo0
2012-07-26 16:20:57 +02:00
niv-openerp c9ff048d92 [IMP] debug mode
bzr revid: nicolas.vanhoren@openerp.com-20120720130100-olttd8ovamdtywtt
2012-07-20 15:01:00 +02:00
Antony Lesuisse be4e0b19a8 [FIX] remove print statements
bzr revid: al@openerp.com-20120718142534-lbanv7do95szh4j5
2012-07-18 16:25:34 +02:00
Antony Lesuisse e0aafd1c5e [FIX] Disable cache middleware for debug mode
bzr revid: al@openerp.com-20120718142235-x4uwzsar7ak6sxgk
2012-07-18 16:22:35 +02:00
niv-openerp 6001d4fcb4 [FIX] temporarily desactivate commits 2748 & 2747 because there are problems with werkzeug versions
bzr revid: nicolas.vanhoren@openerp.com-20120718132735-t2lg790pl9g4ccgj
2012-07-18 15:27:35 +02:00
niv-openerp 8f247dcab5 [IMP] improved static files delivery
bzr revid: nicolas.vanhoren@openerp.com-20120717145525-hfs15vizjdzdwuht
2012-07-17 16:55:25 +02:00
niv-openerp a3aad2fe1c [FIX] some problem with browser caching, now uses Cache-Control: no-cache
bzr revid: nicolas.vanhoren@openerp.com-20120717141354-3dw33sh8oohtbte0
2012-07-17 16:13:54 +02:00
niv-openerp f419cb8e02 [IMP] customized werkzeug cache handling for static files
bzr revid: nicolas.vanhoren@openerp.com-20120711102713-ka8b1hcf46mdg2wh
2012-07-11 12:27:13 +02:00
Xavier Morel 54a8f9e193 [MERGE] 6.1 changes and trunk
bzr revid: xmo@openerp.com-20120625135215-az1927llmk0vw655
2012-06-25 15:52:15 +02:00
Xavier Morel a4004f0bd5 [IMP] simplify localconnector's exception converter: use Python's facilities correctly
bzr revid: xmo@openerp.com-20120621103342-nea9yw135dl5lsta
2012-06-21 12:33:42 +02:00
Xavier Morel 7ee3c3f43d [MERGE] ensure exception information is correctly converted to string before being concatenated with the faultCode string (sic) of emulated XMLRPC faults
bzr revid: xmo@openerp.com-20120621102940-2lh6ho6v6d64h8hr
2012-06-21 12:29:40 +02:00
Xavier Morel 3456f6d4af [REM] broken inactive session cleanup
crummy code + "cleans up" (destroys) 6.1 sessions while they're being
used

bzr revid: xmo@openerp.com-20120619120656-u3bbcbwmd6cftosk
2012-06-19 14:06:56 +02:00
olt@tinyerp.com f294335d94 [FIX] if Exception 'value' attribute (e.value in this case) is not a string (some errors in the reporting system sometimes set a value that is not a string) the exception handling mecanism of the web client raises an exception an prevent the first raised exception from being displayed. The displayed exception is the one raised in the exception handling mecanism which is not helpful
bzr revid: olt@tinyerp.com-20120608134722-raytxpk6o2rux79f
2012-06-08 15:47:22 +02:00
niv-openerp 432c54e3e2 [fix] problem with some reports
bzr revid: nicolas.vanhoren@openerp.com-20120605161827-a7qgfzagy1t4kqrt
2012-06-05 18:18:27 +02:00
Christophe Simonis 9ab64b4414 [FIX] remove http sessions after 7 days of inactivity
bzr revid: chs@openerp.com-20120604153118-jcs04wy0kocr635a
2012-06-04 17:31:18 +02:00
Amit (OpenERP) b5b480a7a7 [FIX] osv_execption raised from report service gives a error
lp bug: https://launchpad.net/bugs/941124 fixed

bzr revid: amp@tinyerp.com-20120531080406-k0ue29zympib1qu9
2012-05-31 13:34:06 +05:30
Xavier Morel e7ab44929f [MERGE] from trunk
bzr revid: xmo@openerp.com-20120419081213-m3fhofkgydj6gp1m
2012-04-19 10:12:13 +02:00
Xavier Morel d70220631a [FIX] custom contexts and domains in search view fields
* Remove own_value hack, use compounds instead
* Correctly handle compounds evaluation contexts in test eval_domain_and_context js evaluator

bzr revid: xmo@openerp.com-20120404062727-r5eoaw73pjw1izk0
2012-04-04 08:27:27 +02:00
Xavier Morel 5ac6e532bd [FIX] if a connector was setup in the configuration object, don't re-set one instead
bzr revid: xmo@openerp.com-20120223123213-aftgz7h0zxkbzsju
2012-02-23 13:32:13 +01:00
Xavier Morel f926427406 [FIX] use an array for controller classes, so they are iterated in the correct order (otherwise it might not be possible to override an extended controller)
bzr revid: xmo@openerp.com-20120223122829-mtz2w120qq8rbjrx
2012-02-23 13:28:29 +01:00
Olivier Dony 30dae1d7d6 [REL] OpenERP 6.1.1
bzr revid: odo@openerp.com-20120222114322-hl61qi2nan0mnbz0
2012-02-22 12:43:22 +01:00
Xavier Morel b79f91a0f5 [FIX] completely destroy the current openerp session on logout (but leave the webclient session), so other tabs using the same session get unlogged
lp bug: https://launchpad.net/bugs/925386 fixed

bzr revid: xmo@openerp.com-20120210164309-lyslwm4t94a4jd7g
2012-02-10 17:43:09 +01:00
Xavier Morel af8864d571 [FIX] imports to handle conflicts with e.g. web.py in embedded mode
bzr revid: xmo@openerp.com-20120210103426-b20ass3mwx2ay9c4
2012-02-10 11:34:26 +01:00
Xavier Morel fcd616b158 [FIX] docstring references
bzr revid: xmo@openerp.com-20120207132110-nv6hd2ea8zk7p17s
2012-02-07 14:21:10 +01:00
Antony Lesuisse ef32ec99ea change module import logging level
bzr revid: al@openerp.com-20120202203109-7d65ibg5d9k7j6ex
2012-02-02 21:31:09 +01:00
Florent Xicluna 228c817c33 [IMP] faster implementation for Root.find_handler.
bzr revid: florent.xicluna@gmail.com-20120201143032-pshpu4uhvl61nr9z
2012-02-01 15:30:32 +01:00
Xavier Morel 28bdd074d5 [FIX] issue with OpenERP's weird arabic locale leading to datejs not knowing what locale file to load, and the client not correctly loading as a result
lp bug: https://launchpad.net/bugs/922490 fixed

bzr revid: xmo@openerp.com-20120127131746-aiyudmhd4irzex7w
2012-01-27 14:17:46 +01:00
Xavier Morel e23c373f75 [ADD] uid field in context used when requesting a view, so modifiers processing can eval uid
lp bug: https://launchpad.net/bugs/920033 fixed

bzr revid: xmo@openerp.com-20120126105152-ou54c38vmohibs0c
2012-01-26 11:51:52 +01:00
Florent Xicluna b09507fd99 [REF] removed_sessions: use a set() instead of a list(), because it's more efficient.
bzr revid: florent.xicluna@gmail.com-20120123135325-m23bgckb948rskal
2012-01-23 14:53:25 +01:00
Antony Lesuisse 2f805ff45e [MERGE] fix jsonp courtesy of florent.x
bzr revid: al@openerp.com-20120123004812-ec0548qfmkr0rbk8
2012-01-23 01:48:12 +01:00
Xavier Morel f9cbad5bf6 [FIX] correctly display crash manager in case of report error
lp bug: https://launchpad.net/bugs/917227 fixed

bzr revid: xmo@openerp.com-20120119144837-dp6r7vqx581b4mrt
2012-01-19 15:48:37 +01:00
Christophe Simonis c078d23d16 [FIX] avoid blank page when the database assigned to the session has been removed
bzr revid: chs@openerp.com-20120119143057-pbqdh15jptyc7y0a
2012-01-19 15:30:57 +01:00
Florent Xicluna 4b65b076f0 [REF] do not create useless OpenERPSession objects on each request.
bzr revid: florent.xicluna@gmail.com-20120119090648-jck7ggaigy6zaalw
2012-01-19 10:06:48 +01:00
Florent Xicluna d0eb54d4c4 [FIX] a typo between 'id' and builtin <id>.
bzr revid: florent.xicluna@gmail.com-20120118190409-ddg3bbvb7r9jzyjc
2012-01-18 20:04:09 +01:00
Vo Minh Thu 75b3fc0907 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120118101252-e81nlyzym2nkebf4
2012-01-18 11:12:52 +01:00
Christophe Simonis 031f85a37a [FIX] correct session cleaning
bzr revid: chs@openerp.com-20120117170636-7z6epwzt7rlrtaip
2012-01-17 18:06:36 +01:00
Xavier Morel e99358e2fa [IMP] Xml2JSON: remove useless class indirection and unused methods
bzr revid: xmo@openerp.com-20120117094748-g9470elsdpx78im8
2012-01-17 10:47:48 +01:00
Xavier Morel e4697c48a1 [IMP] cleanup code and missing imports
bzr revid: xmo@openerp.com-20120117093548-ict3fbm3pgw83fkb
2012-01-17 10:35:48 +01:00
Florent Xicluna 4d208734ec [FIX] missing imports and typo in __all__.
bzr revid: florent.xicluna@gmail.com-20120116183328-m9isnoipj8taeke3
2012-01-16 19:33:28 +01:00