Commit Graph

43 Commits

Author SHA1 Message Date
Antonin Bourguignon a52eeef519 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair
remove exclamation marks at the end of messages
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170841-cx9vuend1vglmsqk
2012-08-06 19:08:41 +02:00
Saurang Suthar(OpenERP) d3f30baa81 [IMP] Improved warning messages for document module
bzr revid: pso@tinyerp.com-20120725103334-rx24b2aojluvxuap
2012-07-25 16:03:34 +05:30
Hardik a710d7b11c [IMP]Document : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120712101747-h5uhion81908cczy
2012-07-12 15:47:47 +05:30
Foram Katharotiya (OpenERP) 06391b7936 [IMP] add logger instead of_loggerdoc or _log., Add .warning() instead of .debug() in account
bzr revid: fka@tinyerp.com-20120625090619-r25n9pqs89oh5180
2012-06-25 14:36:19 +05:30
Foram Katharotiya (OpenERP) 87decf703a [IMP] Add logging at the top of python files
bzr revid: fka@tinyerp.com-20120622072545-uuok6zj2jm2koxw4
2012-06-22 12:55:45 +05:30
Foram Katharotiya (OpenERP) 0c374a66bc [IMP] Add logging at the top of python files
bzr revid: fka@tinyerp.com-20120622064839-llitm8szgikxznwr
2012-06-22 12:18:39 +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
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Harry (OpenERP) ca33cf5313 [MERGE]
bzr revid: hmo@tinyerp.com-20101112094836-qy4536d3tjvw04xc
2010-11-12 15:18:36 +05:30
atp (Open ERP) 79ff8b4c24 [Fix]: Put file descriptors close() in try and finally statement for document module.
bzr revid: atp@tinyerp.co.in-20101111064707-lltotiioe28zmke1
2010-11-11 12:17:07 +05:30
P. Christeas a21dcd7e1c document: fix regressions at storage and node_descriptor
Since the introduction of __len__, the descriptors were broken for the
ftp module. Fix.

bzr revid: p_christ@hol.gr-20101103112605-tu6n6529mbdc18ve
2010-11-03 13:26:05 +02:00
P. Christeas 4959480bc1 document: fix realstore, implement move op. in it.
bzr revid: p_christ@hol.gr-20101103112604-pd10spyv6hh3demi
2010-11-03 13:26:04 +02:00
P. Christeas 0c13466702 document: fixes for lint checks
bzr revid: p_christ@hol.gr-20101103112604-nh7xqcx5e17h3wjo
2010-11-03 13:26:04 +02:00
P. Christeas 7f882e14cf document: enhance API for iter() on node_descriptors
Starting from WebDAV, the node_descriptors will need to act as stream
objects, iterable. This way, we hope to minimize copies of the huge
chunks of data each descriptor may contain (still, pywebdav will use a
single large buffer).

bzr revid: p_christ@hol.gr-20101103112534-go57aeaw946utfc5
2010-11-03 13:25:34 +02:00
P. Christeas f2f6ec0423 Document: cleanup code for lint checking
After pyflakes output, cleanup some unused imports, old code, fix
names for undefined vars.

bzr revid: p_christ@hol.gr-20100810122957-v01nqfq9omzdcs6e
2010-08-10 15:29:57 +03:00
P. Christeas 26935b22e6 Document storage: fix errors for offline/readonly media.
bzr revid: p_christ@hol.gr-20100714090246-6510pdj41hr5hlxo
2010-07-14 12:02:46 +03:00
P. Christeas 766fd336d4 Document: fix realstore with open/close, rename.
Put the path computation of realstore in a helper function, and use that
in all places where a file is opened/created/moved.

bzr revid: p_christ@hol.gr-20100713205359-jn0bo6fcw9lwdyge
2010-07-13 23:53:59 +03:00
P. Christeas 31d45716ca Document storage: fix opening/closing filestore descriptors
At open, if a file is created, a new store_fname has to be generated.
At close, the size of the file has to be updated at all write modes.

bzr revid: p_christ@hol.gr-20100713205324-q6g2tvem2qem6ftg
2010-07-13 23:53:24 +03:00
P. Christeas 19e5b1e3d0 Document: index the content, when a descriptor closes (eg. FTP)
bzr revid: p_christ@hol.gr-20100711142617-ib7nj3sg7nr5jp4a
2010-07-11 17:26:17 +03:00
P. Christeas 60727b0cb0 Document: fix db storage (the new, raw engine)
The correct way to pass the raw file data into the db is through the
psycopg2.Binary() pseydo-type.

bzr revid: p_christ@hol.gr-20100709082351-rg1vle2d4mpzh056
2010-07-09 11:23:51 +03:00
P. Christeas e2c068b7ba Document storage: support move of files (for filestore, db)
bzr revid: p_christ@hol.gr-20100709082341-x7bedn540ev34lzs
2010-07-09 11:23:41 +03:00
P. Christeas 03865bc917 Document: Less dir, storage options, cleanup views.
The 'virtual' storage is now hidden. An extra 'db64' type, hidden, is
supported in the code, for v5-compatible databases (until we migrate
the db_datas column of them). The 'at_record' directory type is gone.

A module in extra-addons will permit the compatible behaviour, for those
experts.

bzr revid: p_christ@hol.gr-20100708225042-fp3zcwmw4zp3ee04
2010-07-09 01:50:42 +03:00
P. Christeas 1927431e0b Document: remove debug calls from trunk code.
That code would only work in trunk-xrg.

bzr revid: p_christ@hol.gr-20100706232700-x56f57gqhzupfphq
2010-07-07 02:27:00 +03:00
P. Christeas 49bf479c18 Document storage: implementation of simple rename
Conflicts:

	document/document_storage.py

bzr revid: p_christ@hol.gr-20100701175133-ti0itn58w9az88w6
2010-07-01 20:51:33 +03:00
P. Christeas 7c26eb67fb Document storage: the default db encoding is base64 in bytea
The storage class has to consider that. Also, prepare a class for raw bytea
storage.

bzr revid: p_christ@hol.gr-20100701175133-xxgu3cdlff0u7086
2010-07-01 20:51:33 +03:00
P. Christeas 0153d03c82 Document storage: support more file open modes.
We may be called with 'w+', 'r+' modes, support them. However, we still
don't support the 'a+' mode.

bzr revid: p_christ@hol.gr-20100701175132-v21yzk2h335emum1
2010-07-01 20:51:32 +03:00
P. Christeas 4913a2f0db Document: fix nodefd_db.close()
Some vars were missing/inaccessible, put the queries in a try block.

bzr revid: p_christ@hol.gr-20100701175132-389l8frlqqg7hgr3
2010-07-01 20:51:32 +03:00
P. Christeas 8307ff0139 Document: workaround case when text file consists of non-unicode.
The content indexer would be trying to process the garbage of the
file and fail.

bzr revid: p_christ@hol.gr-20100701175131-b83jg498xjuosmd9
2010-07-01 20:51:31 +03:00
P. Christeas f3cb7cd415 Document storage: implement node_descriptors.
bzr revid: p_christ@hol.gr-20100629140530-btusqmlz2lyadfbx
2010-06-29 17:05:30 +03:00
P. Christeas c759d43405 Doc storage: port logging to pythonic one.
A cleanup to get rid of netsvc.Logger()

Conflicts:

	document/document_storage.py

bzr revid: p_christ@hol.gr-20100625102933-pdymhisr2c7xzemr
2010-06-25 13:29:33 +03:00
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
rpa (Open ERP) 62115d03dc [FIX]: document: Corrected relation table with group
bzr revid: rpa@tinyerp.com-20100407131854-wa3avfr60zxh52te
2010-04-07 18:48:54 +05:30
Ysa (Open ERP) 0067a88c5c [IMP] document :- support indexation of docx to TXT and PPTX to TXT.
bzr revid: ysa@tinyerp.co.in-20100319084130-uoh0twqfq12230ff
2010-03-19 14:11:30 +05:30
Ysa (Open ERP) f530cd9f35 [IMP] document :- add 'realstore' storage type
bzr revid: ysa@tinyerp.co.in-20100316085340-uggcnnlhpsterwko
2010-03-16 14:23:40 +05:30
Xavier Morel 3458b06eba [merge] ftp deactivation branch, thanks greg-apieum
bzr revid: xmo@tinyerp.com-20100224105529-4fs9rhk6x2mm28c4
2010-02-24 11:55:29 +01:00
greg-apieum 0adc588146 ADD to config 'document_path' to set ftp root path
bzr revid: greg-apieum-20100224093210-mpitlp5ckckxjvm5
2010-02-24 10:32:10 +01:00
greg-apieum f15d0a6895 [CLEAN] Set Withespaces to PEP8 format
bzr revid: greg-apieum-20100224085404-j1onx0jxchv3m51a
2010-02-24 09:54:04 +01:00
Jay (Open ERP) fdbe67292c [FIX] Added Missing import statements of translations( from tools.translate import _)
lp bug: https://launchpad.net/bugs/510217 fixed

bzr revid: jvo@tinyerp.com-20100121120123-k9hvy4nvegqf1vav
2010-01-21 17:31:23 +05:30
Harry (Open ERP) 307898c2a8 [FIX] document: fixed problem on mkdir, remove, create file, rename
bzr revid: hmo@tinyerp.com-20091208133041-ikpo3by8r8xbrthb
2009-12-08 19:00:41 +05:30
Harry (Open ERP) 8489832803 [IMP] document: remove <TAB> with four <white space>
bzr revid: hmo@tinyerp.com-20091207131111-x11rq6p0ixsgenq4
2009-12-07 18:41:11 +05:30
p_christeas d5a68a7b69 [IMP]document : get improvement of document from xrg-addons branch who made nice improvement in document
bzr revid: hmo@tinyerp.com-20091202053657-4oflezyhbolu3xvo
2009-12-02 11:06:57 +05:30