Commit Graph

30 Commits

Author SHA1 Message Date
Chris Biersbach 2a8d7548f7 [FIX] Document: Does no longer generate an error when trying to send a quotation by email when pdftotext is not available. This case is handled more gracefully (a warning in the log). Also changes the default return when generating the index using antiword to be more consistent.
lp bug: https://launchpad.net/bugs/1094423 fixed

bzr revid: cbi@openerp.com-20130307085505-v9vwo788ios8244u
2013-03-07 09:55:05 +01:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
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) 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 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
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
P. Christeas 18a5ade8fd document: fix content indexer's handling of the "file" command
Content indexer spawns the *nix "file" command in an attempt to determine
the type of arbitrary files. The way we have fetched the stdout of the
child process had been flawed, leaving a zombie process for every file
scanned. It was not a matter of closing the file descriptors, rather an
issue of cleaning up the child process.

bzr revid: p_christ@hol.gr-20101209112607-psu98d0h2e7xqwu7
2010-12-09 13:26:07 +02:00
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 305b48abe3 Document, calendar: Patch code from trunk-xrg branch
several fixes that hadn't been backported or applied correctly.

bzr revid: p_christ@hol.gr-20101012112030-snnb4fjkya4ndqkm
2010-10-12 14:20:30 +03:00
P. Christeas f13ef76074 Document: Better dbg message of content indexers.
bzr revid: p_christ@hol.gr-20100812110929-hyy3oe0dmxkwxja4
2010-08-12 14:09:29 +03:00
P. Christeas 6d64f88d55 Document: fix content indexer, where no filename is supplied
bzr revid: p_christ@hol.gr-20100701175131-pbp7lsswuh8muyou
2010-07-01 20:51:31 +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
Paul J Stevens 71fa375ac0 [IMP] document :- Bug #539644 - backward compatibility for file utility
bzr revid: ysa@tinyerp.co.in-20100319112222-7k4hv6xbfjh06dnv
2010-03-19 16:52:22 +05:30
Ysa (Open ERP) 65ae507923 [IMP] document :- docuemnt parent_id retrun False instead of None, and improvement in content_index file
bzr revid: ysa@tinyerp.co.in-20100310105334-arawdstqdjeiqmtf
2010-03-10 16:23:34 +05:30
Xavier Morel cfd0ae1f90 [fix] document: remove hacky reimplementation of netsvc, replace netsvc calls with logging calls
bzr revid: xmo@tinyerp.com-20100302094349-jdzhmtn23rdfqi83
2010-03-02 10:43:49 +01:00
Xavier Morel 83f646f977 [fix] remove LOG_DEBUG2 netsvc level
bzr revid: xmo@tinyerp.com-20100302093706-if3uouid2uqk25ky
2010-03-02 10:37:06 +01:00
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
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
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
Christophe Simonis f7c7f0bb7f [FIX] document: do not try to index binary documents
bzr revid: chs@taupe-20090903125000-p2yhb7gh7emlr6ip
2009-09-03 14:50:00 +02:00
Harry (Open ERP) be7fd21899 [FIX][365069]DMS : handling unicode in file contents
bzr revid: hmo@tinyerp.com-20090422120839-qm2vyh4h1c83o6xo
2009-04-22 17:38:39 +05:30
Christophe Chauvet 8f1d6918d2 [IMP]
* Correct bug with locale, use string.ascii_letters instead of string.letters
 * Remove mixing tabs with spaces (PEP8 compliant)
 * Add UTF8 header in python file
 * Add vim comment at the end of file
 * Add license header that missing on many files

bzr revid: christophe.chauvet@syleam.fr-20090303095157-qdtic4sqftars0hv
2009-03-03 10:51:57 +01:00
Stephane Wirtel aaa22b707f [IMP] Use tempfile.mkstemp instead of os.tempname. mkstemp is more secure
bzr revid: stephane@tinyerp.com-20090114075420-yfgsx5cz8pjxcrkf
2009-01-14 08:54:20 +01:00
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Harshad Modi 4cc0e3dc98 Document Management System
bzr revid: hmo@tinyerp.com-20080926142355-5nxy223jb4rad5lh
2008-09-26 19:53:55 +05:30