Sakai 12 new properties, permissions, and changes

Sakai 12 new properties, permissions, and changes

Release

Tool/Service

Property

Jira

12.0

Samigo Test and Quizzes

samigo.eventlog.ipaddress.enabled

https://sakaiproject.atlassian.net/browse/SAM-3016

12.0

Samigo Test and Quizzes

samigo.email.autoSubmit.errorNotification.enabled=true
samigo.email.autoSubmit.errorNotification.toAddress=notifyus@example.com

https://sakaiproject.atlassian.net/browse/SAM-2940

12.0

Resources (Content)

content.default.notification

https://sakaiproject.atlassian.net/browse/SAK-33672

12.0

Unused cache properties for calendar

calendar.external.subscriptions.institutional.cacheentries - NEW property

Existing properties but had not been implemented before 12.

calendar.external.subscriptions.institutional.cachetime=120 calendar.external.subscriptions.user.cacheentries=32 calendar.external.subscriptions.user.cachetime=120

https://sakaiproject.atlassian.net/browse/SAK-33381

12.0

Web Services

webservices.allow-request

https://sakaiproject.atlassian.net/browse/SAK-32728

12.0

Login

?

https://sakaiproject.atlassian.net/browse/SAK-32699

12.0

Signup tool

signup.default.email.selected=all

https://sakaiproject.atlassian.net/browse/SAK-32655

12.0

Site management

portal.forceOverviewToTop=false

https://sakaiproject.atlassian.net/browse/SAK-32386

12.0

MySQL/MariaDB

driverClassName@javax.sql.BaseDataSource=org.mariadb.jdbc.Driver

https://sakaiproject.atlassian.net/browse/SAK-32155

12.0

Membership

membership.enrolments.blurb

https://sakaiproject.atlassian.net/browse/SAK-32087

12.0

Portal Bullhorns (notifications)

portal.bullhorns.enabled , default false

https://sakaiproject.atlassian.net/browse/SAK-30461

12.0

CK Editor (Rich Text Editor)

autosave_delay set in ckeditor.launch.js (not in sakai.properties)

https://sakaiproject.atlassian.net/browse/SAK-31712

12.0

Duplicate Site

default of site.setup.allowDuplicateSite set to false. Duplicate site is off by default.

https://sakaiproject.atlassian.net/browse/SAK-27908

12.0

Resources (Content)

Zip download feature

Option is not available unless the next properties are configured with a value (in bytes) greater than 0.

content.zip.download.maxindividualfilesize

content.zip.download.maxtotalsize

https://sakaiproject.atlassian.net/browse/SAK-25438

12.0

Site Titles using Templates

site.tool.custom.titles

https://sakaiproject.atlassian.net/browse/KNL-1535

12.0

User Experience - Auto Favorites

portal.default.tabs

https://sakaiproject.atlassian.net/browse/SAK-32296

 

Changing default values of properties

Release

Tool/Service

Property

Jira

12.0

Site Info

site-manage.importoption.siteinfo

https://sakaiproject.atlassian.net/browse/SAK-32067

12.0

Portal

portal.showSubsitesAsFlyout

https://sakaiproject.atlassian.net/browse/SAK-32499

12.0

Content (Resources)

content.url.rightsdialog

https://sakaiproject.atlassian.net/browse/SAK-32590

12.0

Filesize Upload limit

content.upload.max=250 content.upload.celing=250

Because of recent improvements in file upload handling,

you may want to increase your file size limits on your system.

You should be using file system based storage

(by setting bodyPath@org.sakaiproject.content.api.ContentHostingService)

rather than database storage if you increase these limits. "ceiling" is used for resources.

"max" is used for attachments.

In the case when both are set, resources are limited to the smaller of the two.

If only one of the two are set, resource uploadsare limited to the value whichever is set.

Attachments are limited at either 20 or the setting of "max"