forked from UbuntuEvangelist/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-32243 Hide profile2 wall by default (sakaiproject#3978)
- Loading branch information
1 parent
82df5e5
commit ffec1e1
Showing
7 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,9 @@ | |
* Logic interface for the Profile2 wall. | ||
* | ||
* @author [email protected] | ||
* @deprecated The wall functionality will be removed from Sakai for the 13 release. | ||
*/ | ||
@Deprecated | ||
public interface ProfileWallLogic { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,9 @@ | |
* Implementation of ProfileWallLogic API for Profile2 wall. | ||
* | ||
* @author [email protected] | ||
* @deprecated The wall functionality will be removed from Sakai for the 13 release. | ||
*/ | ||
@Deprecated | ||
public class ProfileWallLogicImpl implements ProfileWallLogic { | ||
|
||
private static final Logger log = LoggerFactory.getLogger(ProfileWallLogic.class); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters