diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-11 06:20:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-11 06:20:20 -0400 |
commit | dd52e95836dfbc56bab15674391ce911b92adf24 (patch) | |
tree | a3a47e28856cfd030412ce9bc117bc3c7237b06b /doc/bugs | |
parent | 7d595594c66afed85035850a7353ddb45adecbd5 (diff) |
web commit by http://alcopop.org/me/openid/
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/lockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/lockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn b/doc/bugs/lockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn new file mode 100644 index 000000000..63c5b5e08 --- /dev/null +++ b/doc/bugs/lockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn @@ -0,0 +1,3 @@ +[[plugins/lockedit]] adds the form fields for a [[pagespec]] to preferences. This pagespec should be supplied "raw"; i.e., without quotes around it. Inexperienced users (such as [[myself|jondowland]]) may provide an invalid pagespec, such as one with quotes on it. This will be merrily accepted by the form, but will cause no locking to take place. + +Perhaps some validation should be performed on the pagespec and the form-submission return include "warning: this pagespec is invalid" or "warning: this pagespec does not match any existing pages" or similar. |