Commit graph

510 commits

Author SHA1 Message Date
Thomas Gelf
d3dc969ec3 module.less: normalize styles for web 2.0.0 2015-10-01 22:39:08 +02:00
Thomas Gelf
cdbbabd9ea LegacyStorage: fix exception message 2015-10-01 22:38:43 +02:00
Thomas Gelf
b63ebad3d6 configuration.php: use late translation 2015-10-01 22:38:19 +02:00
Thomas Gelf
a309f40b53 process/toplevel: add missing use statement 2015-09-11 15:24:46 +02:00
Thomas Gelf
667a84d6a8 RenderStateBadges: add and use new helper method 2015-09-11 15:23:06 +02:00
Thomas Gelf
289658e112 Menu: move from Reporting to Overview 2015-09-11 15:22:45 +02:00
Thomas Gelf
60ff12b42e process/show: render unbound nodes only for full tree 2015-09-11 15:12:49 +02:00
Dirk Goetz
73fe7cd2da Fix info_url by setting return properly
fixes #9518
2015-09-11 14:05:08 +02:00
Thomas Gelf
4ca360268c process/toplevel: fix links and dropdown parameters
fixes #8856
2015-09-11 09:39:47 +02:00
Thomas Gelf
9491e95c02 BusinessProcess: split host/service row iteration
fixes #9410
2015-09-11 09:31:58 +02:00
Michael Friedrich
f1fbc3b380 Update redmine & download url 2015-06-24 16:09:10 +02:00
Thomas Gelf
6dd7b30173 BusinessProcess: fix variable for unbound node 2015-03-24 10:44:57 +01:00
Thomas Gelf
f5e3bc4c01 BusinessProcess: fix "bp nodes can be stored twice" 2015-03-16 13:37:08 +01:00
Thomas Gelf
792cf35a38 BpConfigForm: clear applied changes, just...
...to be on the safe side
2015-03-16 13:36:37 +01:00
Thomas Gelf
0fe35e3212 BpConfigForm: really store to disk now 2015-03-16 13:19:05 +01:00
Thomas Gelf
c36fd5024e BpNode: handle "display" numeric 2015-03-16 13:18:19 +01:00
Thomas Gelf
e6161837a2 BpConfigForm: name should be readonly on edit 2015-03-16 13:17:52 +01:00
Thomas Gelf
94a22c23c3 BusinessProcess: handle root node detection 2015-03-16 13:17:03 +01:00
Thomas Gelf
4876a5d200 HostNode: Hoststatus VS Hoststate - legacy 2015-03-16 13:15:36 +01:00
Thomas Gelf
a656243c64 BusinessProcess: allow to clear applied changes 2015-03-16 13:14:59 +01:00
Thomas Gelf
fc29d7edf9 BpNode: no link for unbound root node 2015-03-16 13:12:20 +01:00
Thomas Gelf
c4004d9320 HostNode: use action/link separation 2015-03-16 13:11:39 +01:00
Thomas Gelf
37150c1f2e BpConfigForm: remove legacy code 2015-03-16 13:10:55 +01:00
Thomas Gelf
c9a0cda577 ProcessController: store to disk, not to session 2015-03-16 13:09:35 +01:00
Thomas Gelf
d2bff125e5 locale/de_DE: recompiled 2015-03-16 09:14:14 +01:00
Thomas Gelf
e057e61567 editor: sorry, monster commit :) 2015-03-16 09:08:00 +01:00
Thomas Gelf
65dba837d9 module.less: fix nasty layout issues 2015-03-04 16:59:23 +01:00
Thomas Gelf
91ff5fe3bf module.less: consolidate styles 2015-03-04 16:55:16 +01:00
Thomas Gelf
03f6b38a41 module.less: reduce compact size
This way four processes fit in a dashlet row
2015-03-04 14:04:03 +01:00
Thomas Gelf
b089509f03 process/show: provide a download link
refs #8578
2015-03-03 17:38:40 +01:00
Thomas Gelf
e6f04c0e2a process/show: support compact layout in tree mode
refs #8577
2015-03-03 17:29:29 +01:00
Thomas Gelf
88e7a1ad18 Node: fix info url link rendering and events
fixes #8574
2015-03-03 13:55:33 +01:00
Thomas Gelf
33434590f0 businessprocess.po~: remove temp file 2015-03-03 13:30:11 +01:00
Thomas Gelf
d243271462 BusinessProcess: avoid duplicates when stored 2015-03-03 12:51:03 +01:00
Thomas Gelf
a7f5c6c61c SimulationForm: remove obsolete code 2015-03-03 11:54:11 +01:00
Thomas Gelf
bdac469099 LegacyStorage: split logic into more methods
We want to optimize the process and be able to read from raw strings
too.
2015-03-03 11:44:19 +01:00
Thomas Gelf
7d31250816 BpNode: unique operator validation 2015-03-03 11:06:54 +01:00
Thomas Gelf
19ab1a28cc BpNode: show full process missing if childs are so 2015-03-03 11:00:15 +01:00
Thomas Gelf
6cfba947d6 process/show: render errors - if any 2015-03-03 10:50:19 +01:00
Thomas Gelf
33dde6e7d8 css/module.less: add global error styling 2015-03-03 10:49:43 +01:00
Thomas Gelf
3e6f041a0b Node: add newlines to HTML, not too much 2015-03-03 10:40:05 +01:00
Thomas Gelf
39b08235a5 process/show: do not render hidden config 2015-03-03 10:39:44 +01:00
Thomas Gelf
01c5063839 LegacyStorage: write config to disk
Temporarily added URL parameter to test writing configs
2015-03-02 18:23:19 +01:00
Thomas Gelf
ced3baa11b Controller: do not load states for every action 2015-03-02 18:22:42 +01:00
Thomas Gelf
a63ac99ac5 BusinessProcess: config should end with a newline 2015-03-02 18:21:50 +01:00
Thomas Gelf
6cad8bb9cb BpNode: fix "display" when rendering config 2015-03-02 18:21:08 +01:00
Thomas Gelf
4d6be813e9 ProcessController: remove obsolete sourceAction
Might be re-introduced later on
2015-03-02 18:20:16 +01:00
Thomas Gelf
dfa2de946f LegacyStorage: implement import syntax
Using @ prefix for now, works fine. Please note that this might still
be subject to change unless our first stable release.
2015-02-13 01:57:12 +01:00
Thomas Gelf
8f0b492b1b Node: node type class detection
Not so nice, but works for now
2015-02-13 01:56:19 +01:00
Thomas Gelf
99e03ef44f BusinessProcess: tell about state type 2015-02-13 01:55:46 +01:00