Uwe Steinmann
0d4c970029
replace check for guest by generic acl check
2019-11-25 09:35:59 +01:00
Uwe Steinmann
79aa6c079c
replace check for guest by generic acl check
2019-11-25 09:35:05 +01:00
Uwe Steinmann
684f27ef87
fix output of group name
2019-11-25 09:34:12 +01:00
Uwe Steinmann
83e42948ee
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-21 10:55:22 +01:00
Uwe Steinmann
5a877f959c
edit warning because content is replaced
2019-11-21 10:50:59 +01:00
Uwe Steinmann
04f9edbb39
make download button primary
2019-11-20 19:39:47 +01:00
Uwe Steinmann
51943050c2
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-20 19:23:48 +01:00
Uwe Steinmann
833ff8f7da
do not allow adding events and showing tasks
2019-11-20 17:50:26 +01:00
Uwe Steinmann
55727bd1a2
do not use $this->check_access() anymore
2019-11-20 13:47:57 +01:00
Uwe Steinmann
ed32e8e2b2
call $accessobject->check_view_access() instead of $this->check_access()
2019-11-20 13:13:51 +01:00
Uwe Steinmann
d96b3b84a2
add scheduler to menu
2019-11-19 21:03:19 +01:00
Uwe Steinmann
e873ba999b
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-19 18:45:43 +01:00
Uwe Steinmann
b2715684a3
use formField() instead of plain html
2019-11-19 18:21:34 +01:00
Uwe Steinmann
b095c48ddd
formField() treats a value == "0" as not empty
2019-11-19 18:20:53 +01:00
Uwe Steinmann
4a06e54f89
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-19 10:05:18 +01:00
Uwe Steinmann
4aef495c03
fix wrong counting of documents
2019-11-19 10:04:49 +01:00
Uwe Steinmann
e20d4e492f
output processes in old versions
2019-11-19 10:03:55 +01:00
Uwe Steinmann
1d521fd97e
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-19 09:35:33 +01:00
Uwe Steinmann
3a62afd084
count processes in latest version
2019-11-19 09:34:41 +01:00
Uwe Steinmann
6f06faabc0
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-19 07:28:13 +01:00
Uwe Steinmann
2b00423225
get latest version for later checking
...
could be used to filter out older documents
2019-11-19 07:25:53 +01:00
Uwe Steinmann
28e2549866
menuTasks returns complete menuItem
2019-11-12 15:22:00 +01:00
Uwe Steinmann
4f28cd19d1
show preview for all images supported by browser
2019-11-11 15:39:47 +01:00
Uwe Steinmann
b3e7b9a2dd
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-11-08 08:03:30 +01:00
Uwe Steinmann
b9bbb8739f
add action data (currently not used)
2019-11-07 19:55:55 +01:00
Uwe Steinmann
9820d9b7f3
set data-name for folder/document table rows
2019-11-07 19:54:42 +01:00
Uwe Steinmann
572d776e55
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-10-28 12:08:43 +01:00
Uwe Steinmann
3c26142744
onePageMode can be turned on/off
2019-10-28 12:06:41 +01:00
Uwe Steinmann
bd56ca76c3
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-10-28 09:27:14 +01:00
Uwe Steinmann
b705fdab44
fix up to parent button on ViewFolder page
2019-10-28 09:26:35 +01:00
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
511152be68
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-10-28 08:15:20 +01: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
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
a53cd4b0cd
add method successMsg()
2019-10-18 12:21:40 +02:00
Uwe Steinmann
937f8a5678
add hooks preContent, postContent
2019-10-18 11:06:42 +02:00
Uwe Steinmann
ffcc53408f
fix typo in enableRevisionOnVoteReject (must be 'One')
2019-10-18 07:24:58 +02:00
Uwe Steinmann
a870602324
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2019-10-17 07:22:16 +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
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
1a23c659fe
add hook pageNavigationBar, pass date format to getDateChooser()
2019-10-01 14:06:46 +02:00
Uwe Steinmann
49f29d007b
new onepage mode can be turned off
2019-09-11 17:44:40 +02:00