Commit Graph

7331 Commits

Author SHA1 Message Date
Uwe Steinmann
f6d9b1892e add some more documentation 2021-09-28 11:12:45 +02:00
Uwe Steinmann
2b14bb5748 move stopwords.txt away 2021-09-28 10:31:30 +02:00
Uwe Steinmann
84f3e3ef96 add changes for 5.1.24 2021-09-27 16:08:32 +02:00
Uwe Steinmann
5f5d2549ef turn off example extension 2021-09-27 16:03:36 +02:00
Uwe Steinmann
cf30ad5ddd initialize path if not explicitly set in settings.xml 2021-09-27 15:56:50 +02:00
Uwe Steinmann
590fc0c957 turn off example extension 2021-09-27 15:56:33 +02:00
Uwe Steinmann
ff0a08c6a3 remove inc.DBAccess.php and add tests to package 2021-09-27 15:55:52 +02:00
Uwe Steinmann
5fb134f066 remove old logo 2021-09-27 11:23:53 +02:00
Uwe Steinmann
4b25badcf6 remove old styles which hasn't be used for years 2021-09-27 11:22:37 +02:00
Uwe Steinmann
b10241f3f1 replace attribute required by required="required" 2021-09-27 10:26:10 +02:00
Uwe Steinmann
e982737630 run some urls through htmlentities 2021-09-27 10:25:39 +02:00
Uwe Steinmann
145d4021a9 class tags (img, meta, link) with '/>' 2021-09-27 10:23:46 +02:00
Uwe Steinmann
cf4f49e57a more changes in 5.1.24 2021-09-27 10:18:33 +02:00
Uwe Steinmann
6d4f00a137 fix echo test 2021-09-27 10:18:16 +02:00
Uwe Steinmann
28ddd4b5b2 check if passed user is a valid user in setOwner() 2021-09-27 10:13:46 +02:00
Uwe Steinmann
378377780e trim name and check if not empty in setName() 2021-09-27 10:13:00 +02:00
Uwe Steinmann
e36f6ee15c trim email, commen, language, theme before saving in database 2021-09-27 10:12:08 +02:00
Uwe Steinmann
3101d6d952 trim name in setName() 2021-09-27 10:09:42 +02:00
Uwe Steinmann
7a5123aa6c trim name in setName() 2021-09-27 10:09:18 +02:00
Uwe Steinmann
88e0dcc58d check if passed id > 0 in getWorkflow(), getWorkflowAction(), getWorkflowState() 2021-09-27 10:08:20 +02:00
Uwe Steinmann
79bcdb6086 getting category or attributedef. returns null not false if none was found 2021-09-27 10:07:19 +02:00
Uwe Steinmann
84ffa71d24 use upper case for all sql keywords in sql statements 2021-09-27 10:06:07 +02:00
Uwe Steinmann
a002a23c9b do not dump table sqlite_sequence 2021-09-24 10:23:50 +02:00
Uwe Steinmann
8c3c49e3b5 add method useViews() to turn on/off the use of views 2021-09-24 10:23:11 +02:00
Uwe Steinmann
9d926fb55c better documentation of getAccessMode() 2021-09-24 10:22:28 +02:00
Uwe Steinmann
959c75ff79 check parameter $mode of addAccess() 2021-09-24 10:21:32 +02:00
Uwe Steinmann
ce124bb862 fix indenting 2021-09-24 10:21:10 +02:00
Uwe Steinmann
8e302bc770 hasDocuments() doesn't use internal cache anymore 2021-09-24 10:20:19 +02:00
Uwe Steinmann
3cf58fbc86 add some documentation for isDescendant() and isSubFolder() 2021-09-24 10:19:31 +02:00
Uwe Steinmann
3d7357fca9 clear _notifyList in clearCache() 2021-09-24 10:17:04 +02:00
Uwe Steinmann
0f5b189838 pass document itself to callback onPostRemoveDocument 2021-09-24 10:16:25 +02:00
Uwe Steinmann
233e464692 addDocumentFiles() clears internal list, make removeDocumentFile() more robust 2021-09-24 10:15:06 +02:00
Uwe Steinmann
08887fcbd9 just added some spaces in parameter list 2021-09-24 10:14:19 +02:00
Uwe Steinmann
efa85c70a0 fix documentation of getDocumentFiles() 2021-09-24 10:12:51 +02:00
Uwe Steinmann
7a606ca1fb much better checking of passed parameters in addDocumentLink() 2021-09-24 10:12:05 +02:00
Uwe Steinmann
77de9bfaae better documentation of getReverseDocumentLinks() and getDocumentLinks() 2021-09-24 10:11:13 +02:00
Uwe Steinmann
2f9148e5b9 method which return content will return null if no content was found
false is only returned if an error occured
2021-09-24 10:09:13 +02:00
Uwe Steinmann
01e243e966 fix indenting of comment for method getContentByVersion() 2021-09-24 10:07:18 +02:00
Uwe Steinmann
2c7b7344dd check paramert $mode of addAccess() has valid value 2021-09-24 10:06:41 +02:00
Uwe Steinmann
85f838b354 remove old unused code 2021-09-24 10:05:59 +02:00
Uwe Steinmann
ada7c1d692 add method clearCache() 2021-09-24 10:05:00 +02:00
Uwe Steinmann
fbe13a87f1 lot of changes in 5.1.24 2021-09-22 10:00:21 +02:00
Uwe Steinmann
e95b5a971e edit comment and sequence of folders can be turned off 2021-09-22 09:59:33 +02:00
Uwe Steinmann
3e1dcc3c75 add new configuration noFolderFormFields 2021-09-22 09:53:53 +02:00
Uwe Steinmann
da8765fe33 add method getFoldersMinMax() 2021-09-22 09:48:12 +02:00
Uwe Steinmann
5a587e5c85 add more documentation for isSubFolder() 2021-09-22 09:47:40 +02:00
Uwe Steinmann
674002c02f init class variables for internal cache, add method to clear cache 2021-09-22 09:46:20 +02:00
Uwe Steinmann
16e48bbb16 search() will not find docs without expiration date if filtered by expiration date 2021-09-22 09:45:06 +02:00
Uwe Steinmann
37a30e6082 start and end date of expiration are within the range in search() 2021-09-22 09:43:51 +02:00
Uwe Steinmann
e23b9f09ad check expiration date in search() 2021-09-22 09:43:12 +02:00