Commit Graph

11 Commits

Author SHA1 Message Date
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Hardik 770dc652af [IMP]Document (ftp,webdev) : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120713052957-iie8hdqbde1g3qz9
2012-07-13 10:59:57 +05:30
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
Olivier Dony c88c35ce80 [FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broken, pending fix)
bzr revid: odo@openerp.com-20110819144241-9eay9dnqdod7sn6y
2011-08-19 16:42:41 +02: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
Vo Minh Thu d98ffbe1b8 [FIX] document_ftp: use the login as a password in the tests.
This is done instead of querying the password and using it because when
base_crypt is installed, the password will be hashed.

bzr revid: vmt@openerp.com-20101229161322-at8c3zh3mnzchj94
2010-12-29 17:13:22 +01:00
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
ssi (Open ERP) f1294bdcd6 [IMP] knowledge modifications
bzr revid: ssi@tinyerp.com-20101005092308-2nx7eohcm12o6rux
2010-10-05 14:53:08 +05:30
Jay (OpenERP) 8234754761 [REF] Document_ftp
bzr revid: jvo@tinyerp.com-20100927170856-cm4lt3ykxdrldmzs
2010-09-27 22:38:56 +05:30
P. Christeas 0e8b07f490 Document ftp: have timeout at tests, skip if server is not available.
At trunk-xrg, the FTP daemon is only started *after* the db is loaded,
which means that it will not be available for tests on a server upgrade.
(still, tests can be performed through the base_module_record's importer)

Anyway, it is not wise to block the server startup if FTP doesn't
respond.

bzr revid: p_christ@hol.gr-20100713103016-33gu4o7yvkn7hmnd
2010-07-13 13:30:16 +03:00
P. Christeas 35c932d76a Document FTP: write Yaml tests, have special helper module.
bzr revid: p_christ@hol.gr-20100701224249-fmble80t8nlg2azq
2010-07-02 01:42:49 +03:00