From 3c252f7420114c619fbfbeac5a2f1f11a30e59c7 Mon Sep 17 00:00:00 2001 From: amercader Date: Tue, 1 May 2012 18:13:36 +0100 Subject: [PATCH] [2366] Removed Auth groups link from footer and added deprecation notice --- ckan/templates/authorization_group/authz.html | 6 ++++++ ckan/templates/authorization_group/edit.html | 6 ++++++ ckan/templates/authorization_group/index.html | 6 ++++++ ckan/templates/authorization_group/new.html | 6 ++++++ ckan/templates/authorization_group/read.html | 6 ++++++ ckan/templates/layout_base.html | 5 ----- 6 files changed, 30 insertions(+), 5 deletions(-) diff --git a/ckan/templates/authorization_group/authz.html b/ckan/templates/authorization_group/authz.html index 12643d25792..1c5378cbdee 100644 --- a/ckan/templates/authorization_group/authz.html +++ b/ckan/templates/authorization_group/authz.html @@ -6,6 +6,12 @@ Authorization: ${c.authorization_group_name}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

Update Existing Roles

diff --git a/ckan/templates/authorization_group/edit.html b/ckan/templates/authorization_group/edit.html index ade0f548c04..a404ce2318e 100644 --- a/ckan/templates/authorization_group/edit.html +++ b/ckan/templates/authorization_group/edit.html @@ -6,6 +6,12 @@ Edit: ${c.authorization_group.name if c.authorization_group else ''}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+ ${Markup(c.form)}
diff --git a/ckan/templates/authorization_group/index.html b/ckan/templates/authorization_group/index.html index a135ac9fcaf..281f3d1772b 100644 --- a/ckan/templates/authorization_group/index.html +++ b/ckan/templates/authorization_group/index.html @@ -7,6 +7,12 @@ Authorization Groups
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

There are ${c.page.item_count} authorization groups.

${c.page.pager()} diff --git a/ckan/templates/authorization_group/new.html b/ckan/templates/authorization_group/new.html index 0dbcc2a527a..1eb973b9282 100644 --- a/ckan/templates/authorization_group/new.html +++ b/ckan/templates/authorization_group/new.html @@ -6,6 +6,12 @@ New Authorization Group
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+ ${Markup(c.form)}
diff --git a/ckan/templates/authorization_group/read.html b/ckan/templates/authorization_group/read.html index 01ecec03843..3c2c7bad233 100644 --- a/ckan/templates/authorization_group/read.html +++ b/ckan/templates/authorization_group/read.html @@ -7,6 +7,12 @@ ${c.authorization_group.name}
+ +
+ Warning: Authorization groups are deprecated and no longer supported. They will be removed + completely on the next CKAN release. +
+

Members

There are ${c.page.item_count} users in this authorization group.

${c.page.pager()} diff --git a/ckan/templates/layout_base.html b/ckan/templates/layout_base.html index 8913814fab6..f2d51dd5816 100644 --- a/ckan/templates/layout_base.html +++ b/ckan/templates/layout_base.html @@ -176,11 +176,6 @@

Sections

Revisions -
  • - - Authorization Groups - -
  • Site Admin