Commit Graph

13 Commits

Author SHA1 Message Date
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
P. Christeas 9e44cd5bfe all: Fix execute permission and shebang at files
Non-standalone python scripts shall not have a shebang. Others will need
to be executable.
(cherry picked from commit 6ec513d17cafcdd235b4805363d3cd6daa494f2f)

bzr revid: p_christ@hol.gr-20110408112324-nc781po7efhjye21
2011-04-08 14:23:24 +03:00
Sbh (OpenERP) 1f5d01d1ea [MERGE] Merge xrg branch for lp:700682
bzr revid: sbh@tinyerp.com-20110113114504-y7gqxiyd1g0um9xr
2011-01-13 17:15:04 +05:30
P. Christeas d807742f50 doc ftp,webdav: fallback to passwd=login when using base_crypt
At the test scripts for these modules, we need to know the password for
the user that's making the tests. If we detect that passwords are hashed
by base_crypt, don't use them and attempt to assume that login=passwd.

bzr revid: p_christ@hol.gr-20101228165814-sfbyxy9ngryyfaea
2010-12-28 18:58:14 +02:00
P. Christeas de6720663b doc webdav: Have a timeout on YAML tests
During a database upgrade from cmdline, the HTTP server will be inactive,
so it would cause a deadlock at the WebDAV tests. Having the HTTP port
answer requests before the db is ready would be a bad idea, so we'd better
just timeout and skip the tests.

bzr revid: p_christ@hol.gr-20101207133947-bbni3x48wo3yffa2
2010-12-07 15:39:47 +02:00
sbh (Open ERP) 3389c99ee6 [Fix] caldav,document,document_ftp,document_webdav: fix buildbot warnings
bzr revid: sbh@tinyerp.com-20101112114946-u19wkxzh1vj33sol
2010-11-12 17:19:46 +05:30
P. Christeas 1c5c26a8af doc webdav: move to the node_descriptor API
We need to support chunked transfers, as well as Ranges, so we should no
longer use the node.get_data() but node.open_data('r').

bzr revid: p_christ@hol.gr-20101103112535-34sr4dhd3neunfv1
2010-11-03 13:25:35 +02:00
P. Christeas deffd9703d doc webdav: support for GET and PUT at yaml tests
bzr revid: p_christ@hol.gr-20101103112534-9xyjp4xup0pjoxwm
2010-11-03 13:25:34 +02:00
P. Christeas 872f6be340 doc webdav: more tests in lib, yaml
bzr revid: p_christ@hol.gr-20101103112534-7vdnxjxr9wb3736t
2010-11-03 13:25:34 +02:00
P. Christeas 23103d89cf doc webdav: use credentials at tests
bzr revid: p_christ@hol.gr-20101103112534-ig2s9ijq0qlrw4ug
2010-11-03 13:25:34 +02:00
P. Christeas 97a1f09deb doc webdav: form the testing class, implement options test.
bzr revid: p_christ@hol.gr-20101103112534-868gjh5eqseb7voo
2010-11-03 13:25:34 +02:00
P. Christeas 4cc8404d36 doc webdav: copy code from http-client.py, for testing
bzr revid: p_christ@hol.gr-20101103112534-albm51p5cfidisop
2010-11-03 13:25:34 +02:00