ReleaseTool/ServicePropertyJira
12.0Samigo Test and Quizzessamigo.eventlog.ipaddress.enabled
12.0Samigo Test and Quizzes

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

12.0Resources (Content)
content.default.notification
12.0Unused 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
12.0Web Serviceswebservices.allow-request
12.0Login?
12.0Signup toolsignup.default.email.selected=all
12.0Site managementportal.forceOverviewToTop=false
12.0MySQL/MariaDBdriverClassName@javax.sql.BaseDataSource=org.mariadb.jdbc.Driver
12.0Membership

membership.enrolments.blurb

12.0Portal Bullhorns (notifications)portal.bullhorns.enabled , default false
12.0CK Editor (Rich Text Editor)autosave_delay set in ckeditor.launch.js (not in sakai.properties)
12.0Duplicate Sitedefault of site.setup.allowDuplicateSite set to false. Duplicate site is off by default.
12.0Resources (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

12.0Site Titles using Templatessite.tool.custom.titles
12.0User Experience - Auto Favoritesportal.default.tabs


Changing default values of properties

ReleaseTool/ServicePropertyJira
12.0Site Infosite-manage.importoption.siteinfo
12.0Portalportal.showSubsitesAsFlyout
12.0Content (Resources)content.url.rightsdialog
12.0Filesize 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"