Commit Graph

7436 Commits

Author SHA1 Message Date
Uwe Steinmann
b3e7b9a2dd Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2019-11-08 08:03:30 +01:00
Uwe Steinmann
7362bf192b add method check_access()
just like in SeedDMS_View_Common
2019-11-08 08:03:02 +01:00
Uwe Steinmann
1c08d83704 need M_ALL to set revisor 2019-11-07 21:59:02 +01:00
Uwe Steinmann
ff0d550144 show target and source document/folder when moving on object 2019-11-07 19:56:43 +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
ec8f7a1efe Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2019-10-28 12:08:30 +01:00
Uwe Steinmann
345b70f719 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2019-10-28 12:08:01 +01:00
Uwe Steinmann
28b2c02499 add keys settings_onePageMode and settings_onePageMode_desc 2019-10-28 12:07:37 +01:00
Uwe Steinmann
3c26142744 onePageMode can be turned on/off 2019-10-28 12:06:41 +01:00
Uwe Steinmann
7932349bf6 set indent_size to 2 2019-10-28 10:11:06 +01:00
Uwe Steinmann
120fd46bfd adding conf for editorconfig 2019-10-28 10:10:08 +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
a09a023d42 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2019-10-28 09:16:06 +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
65212329a7 fix invaled xml 2019-10-28 08:23:27 +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
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
ffcc53408f fix typo in enableRevisionOnVoteReject (must be 'One') 2019-10-18 07:24:58 +02:00
Uwe Steinmann
40ddfd3ea6 allow to set status S_NEEDS_CORRECTION 2019-10-18 07:24:33 +02:00
Uwe Steinmann
7e3f490b57 fix getting view parameter 'onevotereject' 2019-10-18 07:23:20 +02:00
Uwe Steinmann
95aede5c2b fix SeedDMS_Core_DocumentContent::verifyЅtatus()
the method can now handle revisions with status==-1. Status will not
change if status is already S_NEEDS_CORRECTION
2019-10-18 07:19:51 +02:00
Uwe Steinmann
065bf4eb26 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2019-10-17 07:41:17 +02:00
Uwe Steinmann
c06ec0de2e more documentation in SeedDMS_Core_DocumentContent::verifyStatus() 2019-10-17 07:40:01 +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
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