You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2017/09/05 18:37:42 UTC

[1/2] allura git commit: Provide convenience link on admin user detail page to remove all their projects

Repository: allura
Updated Branches:
  refs/heads/master 7960f6cae -> 3fcf40e92


Provide convenience link on admin user detail page to remove all their projects


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

Branch: refs/heads/master
Commit: a1e2ab5cbec6399a2f7b0464d28c1b5fdaa98fdf
Parents: 4f31675
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Aug 9 14:55:12 2017 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Aug 9 14:55:12 2017 -0400

----------------------------------------------------------------------
 Allura/allura/templates/site_admin_user_details.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/a1e2ab5c/Allura/allura/templates/site_admin_user_details.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/site_admin_user_details.html b/Allura/allura/templates/site_admin_user_details.html
index d4d41d3..0f14bca 100644
--- a/Allura/allura/templates/site_admin_user_details.html
+++ b/Allura/allura/templates/site_admin_user_details.html
@@ -139,6 +139,7 @@
             </li>
           {% endfor %}
         </ul>
+        <a href="/nf/admin/delete_projects/?projects={% for p in projects %}{{ p.url() }}%0A{% endfor %}&reason=%0A%0A%0A(projects by user {{user.username}})">Delete all these projects</a>
       </fieldset>
     </div>
   {% endblock user_projects %}


[2/2] allura git commit: Merge commit 'a1e2ab5cbec6399a2f7b0464d28c1b5fdaa98fdf'

Posted by ke...@apache.org.
Merge commit 'a1e2ab5cbec6399a2f7b0464d28c1b5fdaa98fdf'


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

Branch: refs/heads/master
Commit: 3fcf40e92aa730225c4b06db6a532380a28d0b07
Parents: 7960f6c a1e2ab5
Author: Kenton Taylor <kt...@slashdotmedia.com>
Authored: Tue Sep 5 18:37:26 2017 +0000
Committer: Kenton Taylor <kt...@slashdotmedia.com>
Committed: Tue Sep 5 18:37:26 2017 +0000

----------------------------------------------------------------------
 Allura/allura/templates/site_admin_user_details.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------