Commit Graph

6240 Commits

Author SHA1 Message Date
Uwe Steinmann
8b6d070a98 set proper name of last preview file 2020-02-12 17:21:02 +01:00
Uwe Steinmann
a5bf963bc5 add check for mismatch of fileType and mimeType
works only for some common mimetypes
2020-02-11 07:47:33 +01:00
Uwe Steinmann
30ca5c71cd new method SeedDMS_Document_Content::repair, restore old getPath() behaviour
getPath() didn't return a single '.' in the fileType
2020-02-11 07:45:30 +01:00
Uwe Steinmann
d92c3afd56 remove closing php tag 2020-02-07 08:57:02 +01:00
Uwe Steinmann
cab1d128ca new item for 5.1.14 2020-02-07 07:33:39 +01:00
Uwe Steinmann
21ca19df3b fix update of sqlite3
the old code had various left overs
2020-02-06 18:40:03 +01:00
Uwe Steinmann
8f041cb072 add cmpVersion() function, make _number and _banner const 2020-02-06 12:02:02 +01:00
Uwe Steinmann
2b685a835e include new Iterator class 2020-02-06 11:34:42 +01:00
Uwe Steinmann
23b994ac23 add new Iterator class
not used yet
2020-02-06 11:34:08 +01:00
Uwe Steinmann
c5a78839df add getToken() for generating a random string 2020-02-06 11:32:27 +01:00
Uwe Steinmann
e129cd0d11 modernize script 2020-02-03 18:28:45 +01:00
Uwe Steinmann
c08cd6a183 fix typo 2020-01-28 09:36:48 +01:00
Uwe Steinmann
4a0387a075 fix typo 2020-01-28 09:36:36 +01:00
Uwe Steinmann
2e2ca3cc6a add code for testing wildcard routes 2020-01-28 08:15:23 +01:00
Uwe Steinmann
b07b94b59a allow config fields of type 'textarea' 2020-01-27 15:37:59 +01:00
Uwe Steinmann
903875b6f7 remove xml import/export 2020-01-23 07:53:23 +01:00
Uwe Steinmann
8f56a8c8c0 fix loading more entries in folder list if one page mode is on 2020-01-22 15:54:29 +01:00
Uwe Steinmann
b994b5afcd set seeddms_folder in js propperly 2020-01-22 15:54:10 +01:00
Uwe Steinmann
8615f75ac5 use translation 2020-01-22 14:27:56 +01:00
Uwe Steinmann
4e19b003e5 fix typo in variable name 2020-01-22 14:26:43 +01:00
Uwe Steinmann
069b0b2459 fix text when loading changelog 2020-01-21 18:26:18 +01:00
Uwe Steinmann
e830477bf0 new method getPreviewFile(), start version 1.13.0 2020-01-21 08:11:03 +01:00
Uwe Steinmann
74300082fc fix bug #462, pass showtree to ViewDocument 2020-01-20 11:53:38 +01:00
Uwe Steinmann
fbb2ba3180 fix list of expired documents 2020-01-20 10:38:58 +01:00
Uwe Steinmann
13fcdf43ca show list of expired documents
newer shew any documents
2020-01-20 10:36:31 +01:00
Uwe Steinmann
6e2dd6c159 check for presetexpdate and sequence in $_POST 2020-01-16 17:48:23 +01:00
Uwe Steinmann
f0ab6af744 asking for version number can be turned of completely 2020-01-16 13:08:48 +01:00
Uwe Steinmann
905adbe6ba do not ask for approver/reviewer if workflow is turned of completely 2020-01-16 13:08:22 +01:00
Uwe Steinmann
f1599906d0 check if $_POST["reqversion"] is empty 2020-01-16 13:07:43 +01:00
Uwe Steinmann
827049ee9a nofication field can be turned of when uploading a new document 2020-01-16 12:45:59 +01:00
Uwe Steinmann
0dbeebee80 add config for apache 2.4 and 2.2 2020-01-16 10:57:07 +01:00
Uwe Steinmann
daf08343e3 set disable flag of extension
otherwise it will not be saved
2020-01-14 08:32:05 +01:00
Uwe Steinmann
b59f906f27 fis saving of disable flag of extensions 2020-01-14 08:31:43 +01:00
Uwe Steinmann
392a7e4a51 make getFileName() public 2020-01-13 17:31:59 +01:00
Uwe Steinmann
61ce13d681 add entry for 5.1.14 2020-01-13 09:32:48 +01:00
Uwe Steinmann
bb38dc7b22 properly handle duplicate names when moving a document/folder 2020-01-13 09:32:22 +01:00
Uwe Steinmann
699152d95b use getDMS() instead of accessing _dms 2020-01-10 14:48:14 +01:00
Uwe Steinmann
9b6949a00a check if document content exists in hits of fulltext search 2020-01-07 21:21:17 +01:00
Uwe Steinmann
974ff603e1 check if hooks return a user object because true also indicates a failed login 2020-01-07 21:20:16 +01:00
Uwe Steinmann
8ae2874367 do not use global var EXT_CONF anymore 2020-01-03 10:21:58 +01:00
Uwe Steinmann
189e6da70e better checking for correct version
had to be modified because extensions are new disabled in the
settings.xml
2020-01-01 09:24:22 +01:00
Uwe Steinmann
b7deb84279 check if file to be indexed exists 2019-12-31 15:42:15 +01:00
Uwe Steinmann
8409b7e518 add entry for 5.1.14 2019-12-20 17:35:48 +01:00
Uwe Steinmann
b3ffdd3b7d extension are disabled in the settings
the configuration of the extension will no longer work for disabling an
extension
2019-12-20 17:20:15 +01:00
Uwe Steinmann
cb9ce2a42f add methods for enabling/disabling an extension 2019-12-20 17:18:08 +01:00
Uwe Steinmann
d5a937fbc8 minor modification of folder tree 2019-12-20 14:17:48 +01:00
Uwe Steinmann
3f14dcf4db get settings from view 2019-12-20 14:17:00 +01:00
Uwe Steinmann
16ca3dc96a init $tasks to empty array 2019-12-20 10:54:42 +01:00
Uwe Steinmann
849351e58b add js for updateDropFolder only if drop folder list is enabled 2019-12-20 10:53:09 +01:00
Uwe Steinmann
1f8c5fe7c3 workflows can be turned off completely 2019-12-19 16:08:10 +01:00