Commit graph

98 commits

Author SHA1 Message Date
Thomas Gelf
3f9d0d781d process/show: reduce to a minimun, remove...
...bprenderer.phtml
2016-11-28 22:18:43 +01:00
Thomas Gelf
cd13afd560 node/add: simplify view script 2016-11-28 22:16:33 +01:00
Thomas Gelf
d3eff54603 Controller: take over view tasks, move to parent 2016-11-28 22:15:20 +01:00
Thomas Gelf
11322d2309 ProcessController: add prepareProcessActions 2016-11-28 17:28:58 +01:00
Thomas Gelf
28f6026322 AddNewTile: render an icon 2016-11-28 16:03:12 +01:00
Thomas Gelf
d716b97c25 ProcessController: split logic, render breadcrumb 2016-11-28 16:02:21 +01:00
Thomas Gelf
3108d08ba3 IndexController: default to tile renderer 2016-11-28 16:00:55 +01:00
Thomas Gelf
bbcc6eaecf UploadForm: first import, still testing 2016-11-28 02:13:41 +01:00
Thomas Gelf
c4b0aa1578 SimulationForm: restructure, base on node props 2016-11-28 02:11:21 +01:00
Thomas Gelf
f09a246392 process/show: failsafe process rendering 2016-11-28 00:50:20 +01:00
Thomas Gelf
281b3286bd ProcessController: switch config based on a field 2016-11-28 00:49:21 +01:00
Thomas Gelf
1c7792321a process/show: use actionBar, not single links 2016-11-28 00:48:35 +01:00
Thomas Gelf
d930e97b9c ProcessController: remodel links, add bprenderer...
...to introduce the TileRenderer
2016-11-28 00:46:53 +01:00
Thomas Gelf
d1f6235393 RenderStateBadges: deprecate the legacy helper 2016-11-28 00:15:14 +01:00
Thomas Gelf
2fc48f2124 js: Handle collapsed state of multiple trees
fixes #8569
2016-11-24 09:39:44 +01:00
Thomas Gelf
a19bbfed63 ProcessCommand: document new flags and options
fixes #10866
2016-11-23 21:10:48 +01:00
Thomas Gelf
656a5ada0e ProcessCommand: add a 'list' action
fixes #13293
2016-11-23 15:29:14 +01:00
Thomas Gelf
1e351a7724 ProcessCommand: replace and deprecate CheckCommand
fixes #13295
2016-11-23 15:20:46 +01:00
Dirk Goetz
cc93a1d04a Change pipe to broken pipe for or in detail output
refs #10868
2016-11-23 15:17:25 +01:00
Thomas Gelf
afcf42e871 phpcs: some more 2016-11-23 15:17:25 +01:00
Thomas Gelf
2b98629f3e Modification: move modification handling to...
...a dedicated namespace
2016-11-23 15:17:25 +01:00
Thomas Gelf
9acdba0dc4 various: fix some phpcs PSR2 complaints 2016-11-23 15:17:25 +01:00
Thomas Gelf
30cdc70783 edit/simulationlink: remove obsolete view scripts 2016-11-23 15:17:25 +01:00
Thomas Gelf
fd3c577cb4 NodeController: benefit from simpler forms 2016-11-23 15:17:25 +01:00
Thomas Gelf
450cfc0403 DeleteConfigForm: this is no longer needed 2016-11-23 15:17:25 +01:00
Thomas Gelf
1c54d8be2c CreateConfigForm: remove obsolete file 2016-11-23 15:17:25 +01:00
Thomas Gelf
4add34aca6 ProcessController: simplify form-related code 2016-11-23 15:17:25 +01:00
Thomas Gelf
4f2ae8a532 BpConfigForm: refactor based on QuickForm 2016-11-23 15:17:25 +01:00
Thomas Gelf
7fcef19c6e permissions: provide a few 2016-11-23 15:17:25 +01:00
Thomas Gelf
5484cfc887 process/toplevel: remove legacy action 2016-11-23 15:17:25 +01:00
Thomas Gelf
ba5e0964bb controllers: use namespaces 2016-11-23 15:17:25 +01:00
Thomas Gelf
c8e29575bd ProcessController: rename method 2016-11-23 15:17:25 +01:00
Thomas Gelf
6fac82b3f9 ProcessForm: create top level procs per default
This is less confusing for beginners
2016-11-23 15:17:25 +01:00
Thomas Gelf
5ce4346cbd Revert "Implement overlay as a link target"
This reverts commit ef949e3adb.
2016-11-23 15:17:25 +01:00
Thomas Gelf
e52037b84f cli/check: add --details and --colors 2015-11-19 14:50:03 +01:00
Thomas Gelf
6c701a63fc SimulationForm: remove obsolete code 2015-11-17 13:01:16 +01:00
Thomas Gelf
05882d5d09 CheckCommand: delete legacy code 2015-11-17 12:51:05 +01:00
Thomas Gelf
349b996233 BpConfigForm: directly use url object 2015-11-17 12:49:11 +01:00
Thomas Gelf
f9b9d9645a cli/check: return unknown on process failures 2015-11-16 08:38:21 +01:00
Thomas Gelf
b429d81d36 SimulationForm: make use of new form base lib
Makes things easier. Less hacks, more features
2015-10-07 17:10:49 +02:00
Thomas Gelf
0ab28c3993 node/empty: "closeme"-hack for overlay 2015-10-07 17:10:05 +02:00
Thomas Gelf
f27387e723 node/simulate: remove controls for overlay 2015-10-07 17:09:36 +02:00
Thomas Gelf
e2a0259fd1 process/show: remove a couple of main targets 2015-10-07 16:51:37 +02:00
Thomas Gelf
ef949e3adb Implement overlay as a link target 2015-10-07 16:48:59 +02:00
Thomas Gelf
4c9ed65a09 RenderStateBadges: strip state name logic 2015-10-06 22:33:59 +02:00
Thomas Gelf
50b4625290 process/show: trigger immediate refresh on page load 2015-10-06 09:16:39 +02:00
Thomas Gelf
95008cd251 node/simulate: add tabs 2015-10-06 09:14:04 +02:00
Thomas Gelf
4a790976af Introduce the NOT operator (!)
refs #10315
2015-10-05 16:50:33 +02:00
Thomas Gelf
944fb7741a BpConfigForm: fix redirect url, web2 api changed 2015-10-01 23:08:57 +02:00
Thomas Gelf
a309f40b53 process/toplevel: add missing use statement 2015-09-11 15:24:46 +02:00