Uwe Steinmann
ee88f44693
fix php warning
...
$iRev is probably not needed anymore, but kept for now
2019-10-28 09:14:07 +01:00
Uwe Steinmann
38f2759c5f
extension config vars are only save to settings.xml if a value is set
...
previously even empty values has been saved, they just needed to be
defined in the extension configuration. This may break extensions which
do not check if a config var is set.
2019-10-23 09:08:53 +02:00
Uwe Steinmann
75f3afdc84
new hooks processConfig and showConfig
...
hook 'showConfig' is anly called for extension variables if the type is
set to 'hook'. 'processConfig' is called after the extension
configuration is read
2019-10-23 09:06:19 +02:00
Uwe Steinmann
40dee4b9d2
hook addDocumentContentAttribute and addDocumentAttribute may return a string
2019-10-23 09:05:04 +02:00
Uwe Steinmann
296e55e481
add update of italian translation to 5.1.13
2019-10-22 06:57:08 +02:00
Uwe Steinmann
6634008623
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2019-10-22 06:46:17 +02:00
Uwe Steinmann
dbed0e207e
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2019-10-22 06:46:04 +02:00
Uwe Steinmann
badf336542
translation updates, major rework of italian
2019-10-22 06:45:23 +02:00
Uwe Steinmann
e9b896ecf1
fix errors related to new onepage mode
2019-10-21 09:32:07 +02:00
Uwe Steinmann
8c73f36151
show[Document|Folder]Attribute may return a string
2019-10-19 09:17:49 +02:00
Uwe Steinmann
da5fed3591
fix syntax error
2019-10-19 08:27:38 +02:00
Uwe Steinmann
0208d54409
fix parameter for addDocumentAttributes, editDocumentAttributes may return a string
2019-10-19 08:19:51 +02:00
Uwe Steinmann
070af52849
add new hook addFolderAttributes, editFolderAttribute may return a string
2019-10-19 08:19:09 +02:00
Uwe Steinmann
dfa2d03cf9
new and modified hooks
...
add hook addDocumentContentAttributes, addDocumentContentAttributes and
editDocumentContentAttribute can also return a string
2019-10-19 08:18:06 +02:00
Uwe Steinmann
b8447b7d39
add more hooks (still incomplete)
2019-10-19 08:16:43 +02:00
Uwe Steinmann
0205e8a08e
create AccessOperation object
2019-10-18 12:55:03 +02:00
Uwe Steinmann
a53cd4b0cd
add method successMsg()
2019-10-18 12:21:40 +02:00
Uwe Steinmann
1144ee4500
add entry for 5.1.13
2019-10-18 11:07:52 +02:00
Uwe Steinmann
937f8a5678
add hooks preContent, postContent
2019-10-18 11:06:42 +02:00
Uwe Steinmann
c06ec0de2e
more documentation in SeedDMS_Core_DocumentContent::verifyStatus()
2019-10-17 07:40:01 +02:00
Uwe Steinmann
d1a8546f1f
fix comment
2019-10-17 07:18:51 +02:00
Uwe Steinmann
f2e7063a56
better documentation of SeedDMS_Core_DocumentContent::verifyStatus
2019-10-17 07:09:08 +02:00
Uwe Steinmann
6ae87d4fe0
changing folder/document will require a click on the second child of a row
2019-10-16 17:59:43 +02:00
Uwe Steinmann
4ac3dc0052
stop event propagation after clicking on addtoclipboard button
2019-10-16 17:58:52 +02:00
Uwe Steinmann
a6ef05b22b
stop event propagation when clicking the delete doc/folder button in the list view
2019-10-16 17:57:56 +02:00
Uwe Steinmann
297d5d1391
clicking on document table row will load document page, update browser history
2019-10-16 09:50:54 +02:00
Uwe Steinmann
ad3678e60c
remove unneeded echo
2019-10-11 16:30:53 +02:00
Uwe Steinmann
0faef9cd18
call new hook additionalTypes()
2019-10-11 16:30:31 +02:00
Uwe Steinmann
459883748e
remove left overs from last installation, check if renaming succeeded
2019-10-11 16:29:53 +02:00
Uwe Steinmann
ec9ad49791
changes in 5.1.13
2019-10-01 14:07:39 +02:00
Uwe Steinmann
1a23c659fe
add hook pageNavigationBar, pass date format to getDateChooser()
2019-10-01 14:06:46 +02:00
Uwe Steinmann
31697278d1
check for hook attached to parent class in hasHook()
2019-10-01 14:06:00 +02:00
Uwe Steinmann
ae4a65e8bc
discard fileType if just '.'
2019-10-01 14:05:29 +02:00
Uwe Steinmann
721aaed1c1
init variable $workflow to prevent php warning
2019-09-16 08:32:50 +02:00
Uwe Steinmann
dfe50ca85b
add changes for 5.1.13
2019-09-11 17:45:08 +02:00
Uwe Steinmann
49f29d007b
new onepage mode can be turned off
2019-09-11 17:44:40 +02:00
Uwe Steinmann
39217037b8
fix tree behaviour, do not load all sub nodes
2019-09-11 17:43:50 +02:00
Uwe Steinmann
679fb1a349
callback can be passed to sendFileToServer()
2019-09-11 17:42:14 +02:00
Uwe Steinmann
7a76470c07
take out var_dump
2019-09-11 17:41:45 +02:00
Uwe Steinmann
d1691190f2
pass parameter 'onepage' to view
...
used to enable/disable new behaviour with ajax request to update page
2019-09-11 17:40:38 +02:00
Uwe Steinmann
875dea5708
do not set mandatory reviewer if workflow is traditional_no_review
2019-09-10 17:43:32 +02:00
Uwe Steinmann
e24e031b17
do not output header of section for reviewers if there is no reviewer
2019-09-10 17:42:58 +02:00
Uwe Steinmann
919757bbf3
add new parameter partialtree to method printNewTreeNavigationJs()
2019-09-06 15:19:47 +02:00
Uwe Steinmann
d12b41a958
use new method SeedDMS_Core_Document::isType()
2019-09-06 14:54:11 +02:00
Uwe Steinmann
4215eda966
remember current folder id on page, update drop folder list regulary
2019-09-05 12:53:45 +02:00
Uwe Steinmann
177e3c571a
fix php error when removing versions of a document
2019-09-05 08:34:11 +02:00
Uwe Steinmann
4145b67dd6
fix for determine fileType
...
didn't work if the file didn't have a file extension but the path
contains a dot.
2019-08-27 21:47:05 +02:00
Uwe Steinmann
140926be96
log creation of preview files
2019-08-27 21:46:40 +02:00
Uwe Steinmann
4a22ed2ce7
pass on orderby to ajax calls
2019-08-27 21:46:19 +02:00
Uwe Steinmann
bd99b078ca
split page into seperate views, click in tree just updates the views
...
a page reload isn't needed anymore
2019-08-27 14:35:22 +02:00