Skip to content

Commit

Permalink
Item12515: stage II - functional with existing trunk (no save yet, th…
Browse files Browse the repository at this point in the history
…ough you should be able to get the idea). Really need some help with presentation in the UI so I can focus on the flow.

git-svn-id: http://svn.foswiki.org/trunk/ConfigurePlugin@17125 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Dec 4, 2013
1 parent e42e5bd commit 55ad2c5
Show file tree
Hide file tree
Showing 30 changed files with 1,892 additions and 6,088 deletions.
15 changes: 9 additions & 6 deletions data/System/ConfigurePlugin.txt
Expand Up @@ -69,13 +69,16 @@ key name to current value.
Runs the server-side checkers on a set of keys, optionally with
new candidate values. The keys to be checked are passed in as key-value
pairs. If you don't pass anything, all known keys will be checked.
If you pass =null= for a value, then the existing value for that key in !LocalSite.cfg
will be checked. For example,
If you pass =null= for a value, then the existing value for that key in !LocalSite.cfg will be checked. For example,
the ={Mail}{Server}= entry with a new value would be checked by passing in the JSON
={"Mail":{"Server":"newvalue"}}=. You can pass as many configuration
items as you want, or none, in which case a
check will be run on *all* configuration items. The results of the
check are reported in an array where each entry is a hash with fields =keys=, =level= (e.g. =warnings=, =errors=), and =message=.
={"Mail":{"Server":"newvalue"}}=.

You can pass as many configuration items as you want. If you allso pass the parameter =check_dependent= with a true value, then any other keys that depend
on the keys you pass will also be added to the check. If you don't pass
in any items, check will be run on *all* configuration items.

The results of the check are reported in an array where each entry is a
hash with fields =keys=, =level= (e.g. =warnings=, =errors=), and =message=.

Non-information reports may also have =sections=, which
is an array of section titles leading from the root down to the key.
Expand Down

0 comments on commit 55ad2c5

Please sign in to comment.