You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/11/18 17:06:15 UTC

[16/16] allura git commit: [#7999] ticket:861 Update docs

[#7999] ticket:861 Update docs


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/788503bb
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/788503bb
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/788503bb

Branch: refs/heads/ib/7999a
Commit: 788503bb4249fc767ade2a8a4d065ba545563be0
Parents: e9f4e79
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Nov 18 17:25:01 2015 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Nov 18 17:25:01 2015 +0200

----------------------------------------------------------------------
 Allura/docs/getting_started/administration.rst | 23 +++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/788503bb/Allura/docs/getting_started/administration.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/getting_started/administration.rst b/Allura/docs/getting_started/administration.rst
index bd9aef3..e5d5a10 100644
--- a/Allura/docs/getting_started/administration.rst
+++ b/Allura/docs/getting_started/administration.rst
@@ -303,19 +303,34 @@ admin interface <site-admin-interface>`.
 **Be careful, projects and all related data are actually deleted from the database!**
 
 Just copy and paste URLs of the project you want to delete into "Projects"
-field. You can also use :code:`nbhd_prefix/project_shortname` format, e.g.
+field, separated by newlines. You can also use :code:`nbhd_prefix/project_shortname`
+or just :code:`project_shortname` format, e.g.
 
 
 .. code-block:: text
 
-  http://MYSITE/p/test/wiki/
+  http://MYSITE/p/test3/wiki/
   p/test2
+  test
 
-will delete projects :code:`test` and :code:`test2`.
+will delete projects :code:`test3`, :code:`test2` and :code:`test`.
+
+**NOTE:** if you omit neighborhood prefix project will be matched only if
+project with such short name are unique across all neighborhoods, i.e. if you
+have project with short name :code:`test` in :code:`p2` neighborhood and
+project with the same short name in :code:`p` neighborhood project will not be
+deleted. In this case you should specify neighborhood explicitly to
+disambiguate it.
 
 The "Reason" field allows you to specify a reason for deletion, which will be logged to disk.
 
-"Disable all project members" checkbox disables all users belonging to groups "Admin" and "Developer" in these projects. The reason will be also recorded in the users' audit logs if this option is checked.
+"Disable all project members" checkbox disables all users belonging to groups
+"Admin" and "Developer" in these projects. The reason will be also recorded in
+the users' audit logs if this option is checked.
+
+After clicking "Delete" you will see a confirmation page. It shows which
+projects are going to be deleted and which are failed to parse, so you can go
+back and edit your input.
 
 Using Projects and Tools
 ========================