odoo/addons/document_webdav
Vo Minh Thu 28f900202b [FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in
revno 4821, revision-id tfr@openerp.com-20110628141309-oag99snygj3vuqwn :
pooler.get_db_only was removed from the server but not from the addons.
It seems the commit 4821 tried to solved the situation by using get_db
instead, which is wrong and it will load the db instead of just trying
to get a cursor. This commit solves correctly the removel of get_db_only:
by using sql_db.db_connect (for which get_db_only was an alias).

bzr revid: vmt@openerp.com-20110909113916-td9o8yct0u5bitb6
2011-09-09 13:39:16 +02:00
..
doc http-well-known: merge into the document_webdav module 2010-11-23 20:53:38 +02:00
i18n Launchpad automatic translations update. 2011-09-06 04:40:18 +00:00
public_html doc webdav: install a dummy DAV handler at / , for Nautilus 2010-11-23 20:50:11 +02:00
security doc webdav: DAV properties for files (ir.attachment), used for locking 2010-12-07 15:39:55 +02:00
test doc webdav: Have a timeout on YAML tests 2010-12-07 15:39:47 +02:00
__init__.py doc webdav: initial override of nodes.py 2010-10-12 13:38:58 +03:00
__openerp__.py [IMP]: module is defined by its complexity 2011-07-06 17:59:28 +05:30
cache.py [FIX] document_webdav : Replace <TAB> with four <WHITE SPACE> 2009-12-15 20:01:05 +05:30
dav_fs.py [FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in 2011-09-09 13:39:16 +02:00
document_webdav.py [MERGE] 2010-12-20 15:02:20 +01:00
nodes.py Merge branch11 into patch18 2010-12-23 17:54:44 +02:00
redirect.py http-well-known: merge into the document_webdav module 2010-11-23 20:53:38 +02:00
test_davclient.py all: Fix execute permission and shebang at files 2011-04-08 14:23:24 +03:00
webdav.py webdav: ';' in name not handled correctly [Bug 704444] 2011-01-18 18:50:21 +02:00
webdav_demo.xml WebDAV, CalDAV: setup data for folders, calendars, properties 2010-10-12 13:41:21 +03:00
webdav_server.py Merge branch11 into patch18 2010-12-23 17:54:44 +02:00
webdav_setup.xml [FIX]: Fix some problem in caldav and Minor Improvement. 2010-11-22 16:13:16 +05:30
webdav_view.xml [IMP]: document_webdav: Minor improvement for action name suggested by xrg 2011-03-18 15:45:01 +05:30