forked from sakaiproject/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-42496 JSF STATE_SAVING_METHOD logic added to ToolListener (sakaip…
- Loading branch information
Showing
5 changed files
with
28 additions
and
40 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
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 |
---|---|---|
|
@@ -284,25 +284,18 @@ realm.allowed..auth=annc.all.groups,annc.read,asn.read,asn.receive.notifications | |
[email protected]=sakai.gradebook.tool | ||
|
||
# These tools need to use server saving method as they are on older JSF versions. If upgraded to JSf 1.2+ please remove from this list | ||
|
||
# Chat Tool | ||
jsf.state_saving_method.sakai.chat=server | ||
jsf.state_saving_method.sakai.synoptic.chat=server | ||
jsf.state_saving_method.sakai.chat.deleteMessage=server | ||
jsf.state_saving_method.sakai-chat-tool=server | ||
# Podcasts Tool | ||
jsf.state_saving_method.sakai.podcasts=server | ||
jsf.state_saving_method.sakai-podcasts=server | ||
# User Preferences | ||
jsf.state_saving_method.sakai.preferences=server | ||
jsf.state_saving_method.sakai.privacy=server | ||
jsf.state_saving_method.sakai-user-tool-prefs=server | ||
# Help Tool | ||
jsf.state_saving_method.sakai.help=server | ||
jsf.state_saving_method.sakai-help=server | ||
# Forums | ||
jsf.state_saving_method.sakai.forums=server | ||
jsf.state_saving_method.sakai.messageforums.helper=server | ||
jsf.state_saving_method.sakai.messages=server | ||
jsf.state_saving_method.sakai.synoptic.messagecenter=server | ||
jsf.state_saving_method.messageforums=server | ||
# Scheduler | ||
jsf.state_saving_method.sakai.scheduler=server | ||
jsf.state_saving_method.sakai-scheduler=server | ||
|
||
# browser default features | ||
browser.feature.allow.count=5 | ||
|