Commit Graph

4509 Commits

Author SHA1 Message Date
Uwe Steinmann
9604a4548d add field layoutdata to tblWorkflows
will store the layout of a workflow for rendering a graph
2016-08-31 08:54:04 +02:00
Uwe Steinmann
c92a6fb413 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-31 08:46:30 +02:00
Uwe Steinmann
ebcbe9f775 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-31 08:46:16 +02:00
Uwe Steinmann
a32d00b744 add entry for 4.3.29 2016-08-31 08:45:54 +02:00
Uwe Steinmann
3c0061fdaf overhaul graph layout (use cytoscape) 2016-08-31 08:44:45 +02:00
Uwe Steinmann
ab1cf7e197 fix error in adding nodes
states were added twice in some cases
2016-08-31 08:36:53 +02:00
Uwe Steinmann
b646e4f9cf Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-30 13:36:09 +02:00
Uwe Steinmann
2a59f1e307 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-30 12:05:36 +02:00
Uwe Steinmann
ecf52f4cf2 add entry for 5.0.6 2016-08-30 12:04:40 +02:00
Uwe Steinmann
4d7323177d set quota when creating new user (Closes #285) 2016-08-30 12:03:30 +02:00
Uwe Steinmann
9502b28f08 add new entries for 4.3.29 2016-08-30 11:55:48 +02:00
Uwe Steinmann
0eeab160d7 new phrases for form validation 2016-08-30 11:53:50 +02:00
Uwe Steinmann
b2d13bd657 show workflow name as title of warn icon if action is required 2016-08-30 11:45:07 +02:00
Uwe Steinmann
5003c54deb Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-30 08:46:59 +02:00
Uwe Steinmann
e67ef718cc add jquery validation 2016-08-30 07:59:03 +02:00
Uwe Steinmann
1e691c2451 check early for guest login
even before any other authenitcation methods
2016-08-30 07:57:06 +02:00
Uwe Steinmann
62d0f249d2 remove guest user check 2016-08-30 07:56:50 +02:00
Uwe Steinmann
96a4db05bf add more field validation 2016-08-29 09:44:49 +02:00
Uwe Steinmann
c8a689cf60 remove padding 2016-08-29 09:43:53 +02:00
Uwe Steinmann
a8fd2da7ea Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-25 17:10:01 +02:00
Uwe Steinmann
05a7a897f2 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-24 11:17:17 +02:00
Uwe Steinmann
6ab08983bb new version 4.3.28 2016-08-24 10:20:53 +02:00
Uwe Steinmann
8da3f9160c add entries for 4.3.28 2016-08-24 10:19:53 +02:00
Uwe Steinmann
606b04bc55 new version 4.3.28 2016-08-24 10:19:41 +02:00
Uwe Steinmann
5215d0a230 search() searches in comment of document versions 2016-08-24 10:17:21 +02:00
Uwe Steinmann
be9ec1adfe various small corrections 2016-08-24 10:16:05 +02:00
Uwe Steinmann
6193fada8f major overhoul by rickr 2016-08-24 10:15:35 +02:00
Uwe Steinmann
58d8844353 add entry for 4.3.28 2016-08-22 18:15:37 +02:00
Uwe Steinmann
f470255423 add missing header von ContentType, set header for Cache-Control
this fixes bug #280
2016-08-22 18:13:57 +02:00
Uwe Steinmann
d4e6732eeb add entry for 5.1.1 2016-08-22 17:17:43 +02:00
Uwe Steinmann
169204173f Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-22 17:16:41 +02:00
Uwe Steinmann
4e10b2e9cf added entries for 5.0.5 2016-08-22 17:16:08 +02:00
Uwe Steinmann
9a17a5c068 fix printFolderChooser()
the last optional parameter $formname wasn't take into account
2016-08-22 17:14:20 +02:00
Uwe Steinmann
8b9d4b98d5 set parameter $plain for exitError() in case of an ajax call 2016-08-22 17:03:29 +02:00
Uwe Steinmann
58e52856b2 remove removeitem(), get $timeout from view in items() 2016-08-22 17:02:56 +02:00
Uwe Steinmann
3fbfadeebd add optional parameter $plain to exitError()
if set, the resulting html will only be a html fragment to be embedded
in a page
2016-08-22 17:01:53 +02:00
Uwe Steinmann
34ce80eb3d do not redirect if session ended and it is an ajax call 2016-08-22 17:00:52 +02:00
Uwe Steinmann
c8121afed1 make transmittal,document,version unique in tblTransmittalItem 2016-08-22 06:30:38 +02:00
Uwe Steinmann
a2bde8fd6b access check for AddToTransmittal 2016-08-22 06:29:50 +02:00
Uwe Steinmann
2d199cae8d use ajax for loading parts of page 2016-08-22 06:28:29 +02:00
Uwe Steinmann
cf6f8b952d add access check for MyDocuments, MyAccount, MyTransmittals 2016-08-22 06:26:34 +02:00
Uwe Steinmann
3e45e8cb10 add actions '[update|remove]transmittalitem' 2016-08-22 06:25:17 +02:00
Uwe Steinmann
b6907c6bc2 pass accessop to 'view', remove '[update|remove]transmittalitem'
'[update|remove]transmittalitem' is now in op/op.TransmittalMgr.php
2016-08-22 06:23:22 +02:00
Uwe Steinmann
38e75cf422 don't need accessop in show_form() 2016-08-16 07:08:31 +02:00
Uwe Steinmann
879ecea1e5 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-12 18:22:02 +02:00
Uwe Steinmann
60af07ce51 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-12 18:21:21 +02:00
Uwe Steinmann
dd5394ea9e new phrases 2016-08-12 18:19:44 +02:00
Uwe Steinmann
3112078041 replace phrase when no review is needed 2016-08-12 18:16:19 +02:00
Uwe Steinmann
74f9a0209b add more access checks 2016-08-12 18:08:30 +02:00
Uwe Steinmann
224172f785 add access check 2016-08-12 15:57:47 +02:00