Commit Graph

28 Commits

Author SHA1 Message Date
Uwe Steinmann
2c0fb6f476 run names through htmlspecialchars() 2020-03-26 07:54:27 +01:00
Uwe Steinmann
8aa750c035 use layout like categories, attributes 2018-12-03 07:40:58 +01:00
Uwe Steinmann
bf72386b19 show icon for users and groups, show login and fullname for users 2018-11-16 11:38:06 +01:00
Uwe Steinmann
00bbda39bb pass form field by array to formField() 2018-06-07 07:46:19 +02:00
Uwe Steinmann
d87981a204 more preparations for update to bootstrap 4
use functions instead of plain html in views
2018-04-26 08:50:44 +02:00
Uwe Steinmann
2810de59a0 replace table by div-control-group in forms 2017-01-04 07:03:05 +01:00
Uwe Steinmann
6448935150 add check for cycles in workflow 2016-11-18 09:05:21 +01:00
Uwe Steinmann
495affcc88 use bootstrap tags for selection of workflow 2016-11-02 17:59:58 +01:00
Uwe Steinmann
c97a300fd4 reenable empty form for new workflow 2016-09-26 17:47:48 +02:00
Uwe Steinmann
4de8a204f7 show workflow form only if workflow is selected 2016-09-05 06:38:44 +02:00
Uwe Steinmann
588137ddd2 check for missing release/reject of document, nicer layout 2016-09-02 08:36:12 +02:00
Uwe Steinmann
424b1e1508 add symbols in front of states and actions in transittion list 2016-09-01 21:01:02 +02:00
Uwe Steinmann
92da72b153 add redrawing of graph, minor css improvements 2016-08-31 10:33:06 +02:00
Uwe Steinmann
3c0061fdaf overhaul graph layout (use cytoscape) 2016-08-31 08:44:45 +02:00
Uwe Steinmann
85bc796629 fix wrong variable name in javascript 2016-03-22 14:47:13 +01:00
Uwe Steinmann
ca6f0303b2 put javascript into its own file and turn on content security policy 2016-03-18 15:33:18 +01:00
Uwe Steinmann
66ec6fb7ce add missing contentEnd() at end of page 2016-03-15 08:30:53 +01:00
Uwe Steinmann
b7f20daa26 use translation for hardcoded strings 2013-09-20 20:56:46 +02:00
Uwe Steinmann
91a4c65b6c add translation text in select boxes (fixes bug #87)
if select box is managed by chosen and no match could be found
2013-09-09 07:16:18 +02:00
Uwe Steinmann
0754b9ba1d use noty instead of alert() 2013-05-23 16:07:00 +02:00
Uwe Steinmann
9885e26f96 put save icon on all save buttons 2013-04-19 15:22:25 +02:00
Uwe Steinmann
9008a7cfa9 use translated text instead of hardcoded text 2013-02-14 17:47:15 +01:00
Uwe Steinmann
73c6ff9427 major name change from letodms to seeddms 2013-02-14 12:10:53 +01:00
steinm
5838094f18 - do not show error message for missing initial state if no transition
has been added
2013-02-07 17:03:05 +00:00
steinm
214f58d507 - show warning if workflow has transitions without users or groups
- show warning if init state of workflow isn't a state of a transition
2013-02-06 14:00:57 +00:00
steinm
275ecc04a2 - check if each transition has a user or group, issue warning if not
- put states of a transition into one column
2013-02-05 09:23:17 +00:00
steinm
153c26f0d8 - fixed javascript form check
- better handling of case when no workflow is available
2013-01-24 16:53:35 +00:00
steinm
35d236871d added views for new workflow functions 2013-01-24 10:35:33 +00:00