Uwe Steinmann
68b307cf34
add missing notes for 5.1.23
2021-04-21 08:52:37 +02:00
Uwe Steinmann
5efc5802b7
start version 5.1.23
2021-04-13 08:39:07 +02:00
Uwe Steinmann
4d8da1a7bb
smarter caching in SeedDMS_Core_Document::getDocumentFiles()
2021-03-17 08:07:45 +01:00
Uwe Steinmann
29cf87d85d
fix SeedDMS_Core_Document::remove when version had its own attachments
2021-03-16 19:13:37 +01:00
Uwe Steinmann
b103d9f30d
SeedDMS_Core_DMS::search() support searching for date of last document status change
2021-03-15 16:07:57 +01:00
Uwe Steinmann
34c81e7220
add note for 5.1.22
2021-03-06 15:27:17 +01:00
Uwe Steinmann
03ef93df2c
add parameter $incdisabled to SeedDMS_Core_Folder::getNotifyList()
2021-02-05 13:25:46 +01:00
Uwe Steinmann
4e5139616c
add new parameter to SeedDMS_Core_DMS->getDocumentList() for skipping expired documents
2021-02-04 12:25:22 +01:00
Uwe Steinmann
8aa7662f31
add SeedDMS_Core_User->isType() and SeedDMS_Core_Group->isType()
2021-01-29 10:33:09 +01:00
Uwe Steinmann
52a8f2d268
update release date
2021-01-27 16:27:53 +01:00
Uwe Steinmann
323e3c49ae
start new version 5.1.22
2021-01-04 21:45:55 +01:00
Uwe Steinmann
144d35849b
check if attr def exists when setting attribute value
2020-12-28 08:14:05 +01:00
Uwe Steinmann
ead4ad45e7
fix clearing home folder of user
2020-12-18 10:05:04 +01:00
Uwe Steinmann
68ae8c17a5
check if folder/document is below rootDir can be turned on (default off)
2020-12-16 16:47:49 +01:00
Uwe Steinmann
55e0204054
new parameter 'new' of SeedDMS_Core_AttributeDefinition::validate()
2020-12-14 18:16:35 +01:00
Uwe Steinmann
ec5a17f4f3
pass attribute value to callback 'onAttributeValidate'
2020-12-14 14:32:40 +01:00
Uwe Steinmann
d867e5d0b8
SeedDMS_Folder_DMS::getAccessList() and getDefaultAccess() do not return fals anymore if the parent does not exists. They just stop inheritance.
2020-10-03 10:18:04 +02:00
Uwe Steinmann
dc33ad774a
update release date, fix typo
2020-09-29 13:45:50 +02:00
Uwe Steinmann
ad9afab6e0
set dms of user instances
2020-09-23 11:39:00 +02:00
Uwe Steinmann
999f4f76c9
removing a document version will not remove attachments of the document anymore
2020-09-17 09:26:08 +02:00
Uwe Steinmann
a75fe94d95
add notes for 5.1.20
2020-09-03 20:10:41 +02:00
Uwe Steinmann
fef827a7db
start new version 5.1.20
2020-09-03 14:17:23 +02:00
Uwe Steinmann
9117f8f64a
add new attribute types 'document', 'folder', 'user', 'group'
2020-08-28 11:45:37 +02:00
Uwe Steinmann
b083ebb40e
add new method SeedDMS_Core_Document::isLatestContent()
2020-08-21 13:19:22 +02:00
Uwe Steinmann
990621ae99
invalidate list of versions after removing a version
2020-08-21 12:34:35 +02:00
Uwe Steinmann
d705ff4618
notes for 5.1.19
2020-08-05 18:42:22 +02:00
Uwe Steinmann
a605ba6c67
start new version 5.1.19
2020-07-28 11:54:57 +02:00
Uwe Steinmann
ac1ea2d58e
add note for 5.1.18
2020-06-23 09:59:57 +02:00
Uwe Steinmann
ba91151cea
add note for 5.1.18
2020-06-19 11:38:52 +02:00
Uwe Steinmann
3cf091099b
fix many remaining todos (moѕtly wrong var names)
2020-06-05 18:06:27 +02:00
Uwe Steinmann
e1a6497b05
start new version 5.1.18
2020-05-28 12:49:53 +02:00
Uwe Steinmann
f737b20830
add new parameter and documentation for getDocumentsExpired()
2020-05-27 12:00:58 +02:00
Uwe Steinmann
973f7eea65
update release date
2020-05-22 16:30:23 +02:00
Uwe Steinmann
8548765ef8
add note for 5.1.17
2020-05-22 16:27:58 +02:00
Uwe Steinmann
35afca7996
rename callback onUpdateStatusDocumentContent to onSetStatus
2020-05-15 08:20:37 +02:00
Uwe Steinmann
7343108914
add new callback onChangeStatusDocumentContent
2020-05-14 19:05:01 +02:00
Uwe Steinmann
d1b3b00815
add notes for 5.1.16
2020-04-14 18:02:19 +02:00
Uwe Steinmann
a2cb94cbe8
new notes for 5.1.16
2020-03-25 08:10:13 +01:00
Uwe Steinmann
92b291d4d2
start new version 5.1.16
2020-03-04 18:16:40 +01:00
Uwe Steinmann
e543f100d5
update release date and notes
2020-03-02 09:43:39 +01:00
Uwe Steinmann
6bf6a4b582
start new version 5.1.15
2020-02-17 12:57:48 +01:00
Uwe Steinmann
4b402a131f
update release date
2020-02-17 10:21:01 +01:00
Uwe Steinmann
23b994ac23
add new Iterator class
...
not used yet
2020-02-06 11:34:08 +01:00
Uwe Steinmann
61f1ddbd08
minimize number of sql statements
...
add new method getInstanceByData(), get folders and documents from
first sql statement which fetches the subfolders and documents of
a folder instead of fetching each single document and folder.
2019-12-13 09:03:44 +01:00
Uwe Steinmann
ae4a65e8bc
discard fileType if just '.'
2019-10-01 14:05:29 +02:00
Uwe Steinmann
f378aeb013
add new file class.Decorator.php
2019-08-08 15:49:08 +02:00
Uwe Steinmann
851ca7013b
start new version 5.1.13
2019-08-08 09:00:12 +02:00
Uwe Steinmann
c9d9bf6c7b
new function and controller for emptying a folder
2019-07-02 08:47:12 +02:00
Uwe Steinmann
e9d5381aa6
more notes for 5.1.12, update release date
2019-07-01 10:47:42 +02:00
Uwe Steinmann
e8c9fd5e4e
add changes for 5.1.12
2019-06-26 20:41:19 +02:00