aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-10-28 10:31:18 +0000
committerfrancis <francis>2008-10-28 10:31:18 +0000
commitcf051ff94433628c0e5f389afed513b4ac7cf962 (patch)
tree07012bde61c0b07fdefc3346411e1562c7d7fa6b
parent732979d5707a35ebe336ac6be722f9d6ba89b102 (diff)
More notes.
-rw-r--r--app/views/admin_censor_rule/_form.rhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/admin_censor_rule/_form.rhtml b/app/views/admin_censor_rule/_form.rhtml
index 0d02c0b89..98518d657 100644
--- a/app/views/admin_censor_rule/_form.rhtml
+++ b/app/views/admin_censor_rule/_form.rhtml
@@ -12,3 +12,16 @@
<p>Rule is for request '<%=request_link(info_request)%>'
<%= hidden_field 'censor_rule', 'info_request_id', { :value => info_request.id } %>
</p>
+
+<p><strong>Warning and notes:</strong> This does replace text in binary files, but only
+in a naive way. It doesn't even do UCS-2 (unicode sometimes used in Word). It
+should work for cases that aren't links and are in Word documents, but probably
+won't work for much else. Please <strong>carefully check</strong> all
+attachments have changed in the way you expect.
+</p>
+
+<p>You may need to manually rebuild the search index afterwards. If you need to
+redact things across a large number of requests, ask for code changes, should
+be easy enough to add this per user or per authority.
+</p>
+