Calendar Summary
The properties I would like to be present are:
# Calendar view (week or month) # Default: month calendarSummary.viewMode = week # Calendar day background color (as hexadecimal value). # Default: background-color in tool CSS (.calDayWithActivity) for all priorities calendarSummary.highPriorityColor = #FF0000 calendarSummary.mediumPriorityColor = #00FF00 calendarSummary.lowPriorityColor = #0000FF # Define priorities for calendar events # Default: all events as low priority # Note: no need to specify all events, neither all priorities (high, medium, low) calendarSummary.highPriorityEvents.count=2 calendarSummary.highPriorityEvents.1 = Deadline calendarSummary.highPriorityEvents.2 = Exam calendarSummary.mediumPriorityEvents.count=1 calendarSummary.mediumPriorityEvents.1 = Web Assignment # All calendar events not specified in high and medium priority lists are treated as low priority. So, there is no need to specify low priority events # calendarSummary.lowPriorityEvents.count=1 # calendarSummary.lowPriorityEvents.1 = Activity
http://bugs.sakaiproject.org/confluence/display/CALSUM/Calendar+Summary
MailTool
# MAILTOOL # Maximum number of allowed attachments per message. If below setting is not set, the default is 10000. If set to zero, attachment capability will be disabled. # mailtool.max.num.attachment= # Temp directory for handling attachment files. Default is /tmp # mailtool.upload.directory=/tmp/ # Reveal additional config options on "Options" screen for renaming roles. Default is false. # mailtool.show.renaming.role=false # Roles which should be group-aware in the interface, comma-separated. mailtool.group.aware.role=Student,access
Search
search.experimental=true sharedSegments@org.sakaiproject.search.api.SearchService.SegmentStore=/Users/ieb/Caret/sakai22/tomcat/sakai/segments/ With a suitable path for the sharedSegments setting.
Samigo
There are some new properties. These are added for SAK-7094 and SAK-8642
samigo.answerUploadRepositoryPath=/sakaitmp/ samigo.sizeThreshold=512 samigo.sizeMax=20480 samigo.saveMediaToDb=true # Following properties are for samigo email service only. Because regular Sakai email service doesn't support real attachments, we have to implement our own email module to support our (stanford's) needs. # Samigo email service reads different properties from regular Sakai email service. They will not override the regular Sakai SMTP settings, and vice versa. # SMTP server samigo.smtp.server= # SMTP port number samigo.smtp.port= # Should bypass username/password Authentication. Default is false. If it is set to true, you don't need to provide username/password below. #samigo.email.bypassAuth=false # Email user name. This might not be needed if you can configure your setting to bypass the user name #samigo.email.username=user # Email user password. This might not be needed if you can configure your setting to bypass the password #samigo.email.password=password # Temp directory for handling attachment files. samigo.email.prefixedPath=C:/sakaitmp/ # This is for Samlite (word-2-QTI converter). Value can be true or false # If you don't specify it, it is turned off (false) by default samigo.samliteEnabled=
Site Setup & MyWorksite info
# if this is false, all course site can only be created manually, no CM lookup site-manage.courseManagementSystemImplemented=true # url to look up a user id in your institute #site-manage.campusUserDirectory=https://stanfordwho.stanford.edu/lookup # the default should match the category used for subject/department in the default CM impl data site-manage.cms.subject.category=DEPT site-manage.cms.subject.label=Department
Section Info
added a new configuration to sakai.properties for Section Info.
Here are the options (uncomment one, or just leave them all commented out for the AUTOMATIC_DEFAULT behavior).
Source:
https://source.sakaiproject.org/svn/sections/trunk/sections-api/src/java/org/sakaiproject/section/api/SectionManager.java
Javadoc:
http://nightly2.sakaiproject.org/javadoc/org/sakaiproject/section/api/SectionManager.ExternalIntegrationConfig.html
I've added these to the sakai.properties file in reference. Let me know if there's anything else you need regarding this addition.
# Configure SectionManager #config@org.sakaiproject.section.api.SectionManager=MANUAL_DEFAULT #config@org.sakaiproject.section.api.SectionManager=MANUAL_MANDATORY #config@org.sakaiproject.section.api.SectionManager=AUTOMATIC_DEFAULT #config@org.sakaiproject.section.api.SectionManager=AUTOMATIC_MANDATORY