...
Jira Legacy | ||||
---|---|---|---|---|
|
The properties associated with the WebDAV authentication cache have changed. In Sakai 2.6.0 and earlier the following properties were used:
Code Block |
---|
maximumSize@org.sakaiproject.user.impl.AuthenticationCache
timeoutMs@org.sakaiproject.user.impl.AuthenticationCache
failureThrottleTimeoutMs@org.sakaiproject.user.impl.AuthenticationCache
|
These settings have been replaced as of Sakai 2.6.2 with:
Code Block |
---|
maxElementsInMemory@org.sakaiproject.user.api.AuthenticationManager.cache
timeToLive@org.sakaiproject.user.api.AuthenticationManager.cache
|
Jira Legacy | ||||
---|---|---|---|---|
|
...
: New preference.pages
property
This property controls page order and visibility in the Preferences tool. The property takes comma-separated list of values identifying the pages (and toolbar actions) to display. Available pages are Notifications
, Customize Tabs
, Time Zone
and Language
. Below is an example of prefences.pages
setting:
...
No Format |
---|
enable.privacy.status = true
[noformat}
|
you
...
can
...
achieve
...
a
...
similar
...
effect
...
by
...
defining
...
preferences.pages
...
as
...
follows:
...
No Format |
---|
preference.pages=prefs_tab_title, prefs_noti_title, prefs_timezone_title, prefs_lang_title, prefs_privacy_title |
No Format |
...
Jira Legacy | ||||
---|---|---|---|---|
|
The properties associated with the WebDAV authentication cache have changed. In Sakai 2.5.0 and earlier the following properties were used:
...
Code Block |
---|
maxElementsInMemory@org.sakaiproject.user.api.AuthenticationManager.cache timeToLive@org.sakaiproject.user.api.AuthenticationManager.cache |
Jira Legacy | ||||
---|---|---|---|---|
|
...
)
In Worksite Setup/Site Info the names of properties associated with the ability to add participants via email address have changed:
Old Name (Sakai 2.4 and earlier) | New Name (Sakai 2.5.0 and later) |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
Jira Legacy | ||||
---|---|---|---|---|
|
...
...
If you are upgrading from a pre-2.5.0 version of Sakai, then you need to force conversion of the OSP permissions by setting osp.upgrade25=true
in your sakai.properties
file. (See also discussion.)
Jira Legacy | ||||
---|---|---|---|---|
|
...
)
Those upgrading from a pre-2.5.0 version of Sakai need to change osp.reports.useWarehouse
to sakai.reports.useWarehouse
.