Commit Graph

6651 Commits

Author SHA1 Message Date
Uwe Steinmann
5a5cc99e68 new phrases 2018-01-31 21:20:13 +01:00
Uwe Steinmann
17478a52ef add note for 6.0.4 2018-01-31 20:05:34 +01:00
Uwe Steinmann
de689727b0 remove ';' in string 2018-01-31 20:04:42 +01:00
Uwe Steinmann
18191000ea add indexes on Log tables 2018-01-31 20:04:14 +01:00
Uwe Steinmann
39b94d4c75 add fast sql statement to getReceiptStatus() if limit=1 2018-01-31 20:03:22 +01:00
Uwe Steinmann
f3e1c56d5d add S_NEED_CORRECTION as doc status 2018-01-30 19:21:57 +01:00
Uwe Steinmann
e47ff72ec3 allow to select doc status S_NEED_CORRECTION 2018-01-30 19:21:21 +01:00
Uwe Steinmann
9d7b735ff4 use same form ind and grp revision 2018-01-30 19:20:51 +01:00
Uwe Steinmann
d84d4cfcdb allow to override with S_NEED_CORRECTION 2018-01-30 19:20:19 +01:00
Uwe Steinmann
0cc14e937d set doc status S_NEED_CORRECTION when revision status -1 is set 2018-01-30 19:19:40 +01:00
Uwe Steinmann
7f1f551334 allow to filter by status S_NEED_CORRECTION 2018-01-30 19:19:07 +01:00
Uwe Steinmann
bf2ced4c6e status -1 for revision is text status_need_correction 2018-01-30 19:18:35 +01:00
Uwe Steinmann
231af615af status may be S_NEED_CORRECTiON in setStatus() 2018-01-30 19:17:44 +01:00
Uwe Steinmann
4fa0efa07d use one form for ind and grp recipients 2018-01-30 19:16:34 +01:00
Uwe Steinmann
83e960fe03 check if file is actually accessible 2018-01-30 19:16:05 +01:00
Uwe Steinmann
7eb76b4c99 fix syntax error introduced by merging 2018-01-30 08:08:21 +01:00
Uwe Steinmann
89ad08a537 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-01-30 08:05:00 +01:00
Uwe Steinmann
1a9c7c213d use same form for ind and grp
The two forms differ in just minor things which can easily be set by
a parameter
2018-01-30 07:59:15 +01:00
Uwe Steinmann
59dd1a9155 minor corrections of form 2018-01-30 07:21:26 +01:00
Uwe Steinmann
408c60bc15 minor corrections of form 2018-01-30 07:20:23 +01:00
Uwe Steinmann
dc198e383b fix typo3 in translation key 2018-01-30 06:39:38 +01:00
Uwe Steinmann
94efc33ec5 send error msg if indexing failed
the error is taken from stderr of the converter
2018-01-30 06:32:22 +01:00
Uwe Steinmann
b147cfd6dc set timeout for error msg to 5000 2018-01-30 06:31:42 +01:00
Uwe Steinmann
a24b561703 new version 1.0.9 2018-01-30 06:29:38 +01:00
Uwe Steinmann
b03e4b23d2 new version 1.1.12 2018-01-30 06:29:22 +01:00
Uwe Steinmann
3d168e427a execWithTimeout() returns stderr, which is saved in error msg 2018-01-30 06:28:19 +01:00
Uwe Steinmann
a47300be26 execWithTimeout() also reads data from stderr
currently not evaluated but could be used to find errors when a
converter is called
2018-01-30 06:26:54 +01:00
Uwe Steinmann
0c5a1e2776 fix wrong documentation in example extension (Closes #390) 2018-01-29 11:42:10 +01:00
Uwe Steinmann
593ba16c2d status may also be 6 (needs correction) 2018-01-29 11:41:40 +01:00
Uwe Steinmann
da82cbe8da status can also be set to 6 (needs correction) 2018-01-29 11:41:00 +01:00
Uwe Steinmann
8931759f84 new status S_NEEDS_CORRECTION 2018-01-29 11:40:25 +01:00
Uwe Steinmann
093a1fa844 get text for new staus S_NEEDS_KORRECTION 2018-01-29 11:39:53 +01:00
Uwe Steinmann
a8fad905a0 add note for 6.0.3 2018-01-28 07:54:36 +01:00
Uwe Steinmann
c768a9150b add lists of draft and obsolete documents 2018-01-28 07:50:38 +01:00
Uwe Steinmann
d2a0c08633 allow to set revisors and recipients with M_READWRITE access
previously M_ALL was needed
2018-01-28 07:49:46 +01:00
Uwe Steinmann
85a3041b9b add lists of drafts and obsolete docs in getDocumentList() 2018-01-28 07:48:29 +01:00
Uwe Steinmann
4a5a4e8196 add item for 5.1.6 2018-01-26 18:52:32 +01:00
Uwe Steinmann
07dc8b0118 list linked documents in the same way as in regular document list 2018-01-26 18:51:59 +01:00
Uwe Steinmann
6dc4611f04 add x-msvideo as previewable video 2018-01-24 16:26:28 +01:00
Uwe Steinmann
11ae4f1d79 add item for 5.1.6 2018-01-24 09:25:49 +01:00
Uwe Steinmann
beb29ca34e propperly check if user exists in database (Closes #388) 2018-01-24 09:18:24 +01:00
Uwe Steinmann
483272e32b add item for 5.1.6 2018-01-24 09:08:40 +01:00
Uwe Steinmann
1ae8f58055 set converters as set in configuration (Closes #389) 2018-01-24 09:06:48 +01:00
Uwe Steinmann
cbf7f1a161 list of documents without receivers on lists released documents 2018-01-24 09:01:35 +01:00
Uwe Steinmann
4dfade96f7 check if $files are given to filterFiles() 2018-01-23 20:50:44 +01:00
Uwe Steinmann
b9622ad165 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-01-23 20:21:39 +01:00
Uwe Steinmann
24b3d44891 remove old print style 2018-01-23 19:10:37 +01:00
Uwe Steinmann
930a8b48f1 old changes file 2018-01-23 19:09:32 +01:00
Uwe Steinmann
bd7c2eeddf no longer needed 2018-01-23 19:09:01 +01:00
Uwe Steinmann
e35b732d80 add items for 6.0.4 2018-01-23 16:47:04 +01:00