Commit graph

542 commits

Author SHA1 Message Date
Thomas Gelf
09031d38da ProcessCommand: allow to list process nodes
fixes #97
2017-01-27 15:26:11 +01:00
Thomas Gelf
e354899282 css: do not block links on "missing" tiles 2017-01-27 15:24:07 +01:00
Thomas Gelf
f073520604 README: fix upload link 2017-01-27 15:17:36 +01:00
Thomas Gelf
77e3a489d3 doc/upload: document how to upload config
refs #84
2017-01-27 15:16:33 +01:00
Thomas Gelf
ef133dead6 README: remove some simple steps for now 2017-01-27 15:03:29 +01:00
Thomas Gelf
5cbd46b6e3 Node: return myself in every path
fixes #96
2017-01-27 15:01:48 +01:00
Thomas Gelf
0c395cc005 DeleteNode: use parent, not path
fixes #94
2017-01-27 14:57:57 +01:00
Thomas Gelf
b0e38df177 BpUploadForm: stop on duplicate name
fixes #95
2017-01-27 14:56:07 +01:00
Thomas Gelf
774fc9b0d2 doc/store-config: new chapter 2017-01-27 14:25:18 +01:00
Thomas Gelf
e671213d60 doc/contributing: typo 2017-01-27 13:48:25 +01:00
Thomas Gelf
6426a162c8 doc/contributing: remove broken link 2017-01-27 13:31:17 +01:00
Thomas Gelf
99917c9193 README: try to use smaller screenshots 2017-01-27 13:17:30 +01:00
Thomas Gelf
52b3abb929 Simulation: load current simulations from session
fixes #93
2017-01-27 13:04:43 +01:00
Thomas Gelf
251798ef3a js: fix dashboard detection 2017-01-27 12:58:50 +01:00
Thomas Gelf
2b8069c4ea README: table of contents, more changes 2017-01-27 12:55:05 +01:00
Thomas Gelf
197c327507 README: finalize documentation structure
Still some chapters missing ;-)

refs #84
2017-01-27 12:50:31 +01:00
Thomas Gelf
deb33762a9 README: show documentation chapters 2017-01-27 12:44:29 +01:00
Thomas Gelf
65dab8e74a README: link previews to related documentation
refs #84
2017-01-27 12:38:01 +01:00
Thomas Gelf
81b2c4cce1 doc/dashboard: document how to work with the...
...Dashboard

refs #84
2017-01-27 12:35:05 +01:00
Thomas Gelf
cb14584dbd doc/components: add documentation for our renderers
refs #84
2017-01-27 12:33:35 +01:00
Thomas Gelf
aafa78577f doc/screenshot: fix preview names 2017-01-27 11:58:40 +01:00
Thomas Gelf
8b6ab3d2fe Renderer, js: redirect links from dashboard tiles 2017-01-27 11:53:58 +01:00
Thomas Gelf
bf0b92e1d5 README: add screenshots
fixes #87
2017-01-27 11:41:35 +01:00
Thomas Gelf
8be4adfa5d BpUploadForm: remove newline to fix phpcs issue 2017-01-27 11:40:52 +01:00
Thomas Gelf
f599029726 css: fix compact styling 2017-01-27 11:22:36 +01:00
Thomas Gelf
605820adb7 RenderedProcessActionBar: show config link only...
...on root level

fixes #78
2017-01-27 10:19:06 +01:00
Thomas Gelf
dfd9ee74c3 BpUploadForm: completely refactor upload
It's much more comfortable and consists of two steps, upload - and a validation
allowing one to manually tweak the source before storing it.

fixes #8
2017-01-27 10:04:59 +01:00
Thomas Gelf
2023cae041 LegacyConfigParser: parse metadata from string
fixes #91
2017-01-27 10:02:35 +01:00
Thomas Gelf
60d043cb18 Simulation: refactor the whole class
First step, more to come. Single node simulations should be moved to a
dedicated class of course

fixes #88
fixes #89
2017-01-26 22:09:38 +01:00
Thomas Gelf
5c84ae3051 LegacyStorageTest: use better-fitting helper 2017-01-26 21:22:14 +01:00
Thomas Gelf
86723f6688 css: clean up transitions and transforms 2017-01-26 16:04:15 +01:00
Thomas Gelf
3718968883 TreeRenderer: fix process/node distinction
fixes #86
2017-01-26 15:59:43 +01:00
Thomas Gelf
5b0d9674d4 doc: move history and contrib to dedicated...
...pages
2017-01-26 11:41:31 +01:00
Thomas Gelf
b00703c34d doc: remove obsolete file 2017-01-25 11:49:06 +01:00
Thomas Gelf
b373d21b82 doc/first-node: new section, links, images
refs #84
2017-01-25 11:24:55 +01:00
Thomas Gelf
1af663a9b7 doc/breadcrumb: describe unlock action
refs #84
2017-01-25 10:39:02 +01:00
Thomas Gelf
a0a2a59bcd ProcessController: add help title for leaving...
...full screen mode
2017-01-25 10:12:00 +01:00
Thomas Gelf
9091ea4ecd RenderedProcessActionBar: cleanup 2017-01-25 10:06:08 +01:00
Thomas Gelf
7a4c9d4f6d RenderedProcessActionBar: help for tree/tile view
fixes #79
2017-01-25 10:03:45 +01:00
Thomas Gelf
70e4f20f17 locale: improve and complete German translation 2017-01-25 09:48:21 +01:00
Thomas Gelf
6c86e579cc create-new_name.png: remove title from image 2017-01-25 09:28:05 +01:00
Thomas Gelf
919163e7d8 doc/getting-started: replace screenshots with...
...outdated title, add "Title" section, renumber images
2017-01-25 09:25:59 +01:00
Thomas Gelf
c221c0becd ProcessController: it's "Business Process"
fixes #85
2017-01-25 09:11:25 +01:00
Thomas Gelf
be3cc7c657 doc/components: add breadcrumb documentation 2017-01-25 08:59:04 +01:00
Thomas Gelf
73a3015e69 doc: add installation and getting started
refs #84
2017-01-25 01:04:06 +01:00
Thomas Gelf
4d3afdda4d Html: add a prepend() method 2017-01-25 01:03:36 +01:00
Thomas Gelf
dae799fd1e AddNodeForm: do not store a parent in case...
...there is no such

fixes #83
2017-01-23 23:45:52 +01:00
Thomas Gelf
39ddd47b20 LegacyStorage: add an info_url-related test
refs #71
2017-01-23 23:44:59 +01:00
Thomas Gelf
051f9376b7 LegacyConfig: fix info_url parsing and rendering
fixes #71
2017-01-23 23:38:43 +01:00
Thomas Gelf
4d912dffc3 TileRenderer: link unbound with name, not label 2017-01-23 10:18:58 +01:00