Commit Graph

5960 Commits

Author SHA1 Message Date
Uwe Steinmann
469d9c5759 new version 1.0.11 2019-11-26 07:33:08 +01:00
Uwe Steinmann
4775fdcd6c save field 'created' instead of time() in addDocument() 2019-11-26 07:32:39 +01:00
Uwe Steinmann
28676c8065 show empty pic if no access 2019-11-25 11:52:14 +01:00
Uwe Steinmann
5e9a4515b3 use new method printClickDocumentJs() 2019-11-25 09:51:39 +01:00
Uwe Steinmann
24f030f1c7 add method printClickDocumentJs()
adds js for catching the event when clicking on a document row and
onepage mode is on
2019-11-25 09:50:52 +01:00
Uwe Steinmann
bf6490f904 fix output of group name 2019-11-25 09:38:41 +01:00
Uwe Steinmann
750d02e1e8 add note for 5.1.14 2019-11-21 10:52:11 +01:00
Uwe Steinmann
33b0691b0b allow mimetype to specify documents which can be edited online 2019-11-21 10:51:17 +01:00
Uwe Steinmann
5a877f959c edit warning because content is replaced 2019-11-21 10:50:59 +01:00
Uwe Steinmann
154c3c2118 set 'onepage' in factory 2019-11-20 19:22:23 +01:00
Uwe Steinmann
833ff8f7da do not allow adding events and showing tasks 2019-11-20 17:50:26 +01:00
Uwe Steinmann
84550836c8 started new version 5.1.14 2019-11-20 17:17:51 +01:00
Uwe Steinmann
21e1efc147 set 'onepage' in view 2019-11-20 13:17:04 +01:00
Uwe Steinmann
4e0cf697cb set 'onepage' in view 2019-11-20 13:14:34 +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
bb775fd657 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2019-11-19 10:29:35 +01:00
Uwe Steinmann
37ab966865 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2019-11-19 10:29:14 +01:00
Uwe Steinmann
5ab528af72 many more translation and new keys 2019-11-19 10:28:51 +01:00
Uwe Steinmann
4aef495c03 fix wrong counting of documents 2019-11-19 10:04:49 +01:00
Uwe Steinmann
3a62afd084 count processes in latest version 2019-11-19 09:34:41 +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
05f7807b05 use update on div.ajax for updating tasks in menu 2019-11-12 15:28:19 +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
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
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
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
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