Skip to content

Commit

Permalink
SAK-46072 RSF Deprecation: Remove deprecated RSF group helpers and cl…
Browse files Browse the repository at this point in the history
…eanup properties
  • Loading branch information
Miguel Pellicer authored and adrianfish committed Feb 18, 2020
1 parent fcb0360 commit 928d76b
Show file tree
Hide file tree
Showing 79 changed files with 5 additions and 11,171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3294,11 +3294,6 @@
# DEFAULT: true
# user_audit_log_display=true

# SAK-34034 Filter by group in the Site Info Groups Management screen
# DEFAULT: false (disabled)
# Set to true to show the filter in the Site Info Groups Management screen
# siteinfo.group.filter.enabled=true

### Sites admin permissions tool
## You may want to adjust these values up if you have a massive number of sites
## or a lot of load on your server. These values are probably OK for maybe 10k sites.
Expand Down Expand Up @@ -3597,16 +3592,6 @@
# wsetup.disable.joinable.count=1
# wsetup.disable.joinable.1=course

# Show the group toolbar unless configured to not support group. If the manage group helper is available,
# not stealthed and not hidden, show the link. This it the helper name.
# DEFAULT: "sakai-site-manage-group-section-role-helper"
# the older version of group helper which is not section/role aware is named:"sakai-site-manage-group-helper"
# wsetup.group.helper.name=

# DEPRECATED - set {wsetup.group.helper.name}
# DEFAULT: {wsetup.group.helper.name}
# wsetup.groupHelper=

# Auto-add synoptic tools to Home (SAK-16747) for default and course sites
# wsetup.home.toolids.count=5
# wsetup.home.toolids.1=sakai.iframe.site
Expand Down
9 changes: 0 additions & 9 deletions site-manage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<module>site-manage-impl/pack</module>
<module>site-manage-tool/tool</module>
<module>site-manage-util/util</module>
<module>site-manage-group-helper/tool</module>
<module>site-manage-participant-helper</module>
<module>site-manage-link-helper</module>
</modules>
Expand All @@ -42,9 +41,6 @@
<module>site-manage-impl/impl</module>
<module>site-manage-tool/tool</module>
<module>site-manage-util/util</module>
<module>site-manage-group-helper/tool</module>
<module>site-manage-group-section-role-helper/tool</module>
<module>site-manage-group-section-role-helper/pack</module>
<module>site-manage-participant-helper</module>
<module>site-manage-link-helper</module>
<module>site-group-manager</module>
Expand All @@ -71,11 +67,6 @@
<artifactId>sakai-site-manage-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sakai-site-manage-group-section-role-helper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sakai-site-manage-util</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ public class SiteManageConstants {
public static final String SAK_PROP_IMPORT_NOTIFICATION = "site.setup.import.notification";
public static final String SITE_INFO_TOOL_ID = "sakai.iframe.site";
public static final String RESOURCES_TOOL_ID = "sakai.resources";
// SAK-34034 enable/disable the group filter
public static final String PROP_SITEINFO_GROUP_FILTER_ENABLED = "siteinfo.group.filter.enabled";

private SiteManageConstants() {
throw new RuntimeException(this.getClass().getCanonicalName() + " is not to be instantiated");
Expand Down
79 changes: 0 additions & 79 deletions site-manage/site-manage-group-helper/tool/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 928d76b

Please sign in to comment.