Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
# The flyout subsites menu is off by default. Grouping the subsites into a flyout menu can be very # useful if you have a wide and shallow site hierarchy. To turn it on, set the following property to true. # portal.showSubsitesAsFlyout=false
# Limits the maximum number of session on a per user basis # If a user exceeds this number of sessions then the oldest ones will be expired # when a new one is established until the total is at the max again # Default: 0 (unlimited number of sessions per user) #session.max.per.user=100
2.9.2
Lessons/Security
lessonbuilder.filterhtml (NOTE: this has not yet been updated in default.sakai.properties.)
# Should instructor content be filtered for dangerous html? false is filtering off. true is filtering on. # If antisamy is enabled, filtering will be done with level low # If antisamy is enabled, explicit filtering levels can also be used: default, none, low, high # May be overridden for one instance of Lessons using an instance property of filterhtml # Default=true; # THIS IS CHANGE FROM RELEASES *BEFORE* tag Sakai 2.9.2, which default to false # lessonbuilder.filterhtml=false
# Force the use of the legacy html content processor (used in versions before and including 2.9), # if this is not overridden then the antisamy html cleaner will be used # Default: false (use AntiSamy) #content.cleaner.use.legacy.html=true
# Force the user of a lower security profile for content processing and scanning, # if this is not overridden then high security settings are used. # The standard high and low files are located in "kernel/sakai-kernel-impl/src/main/resources/antisamy/" # Override the standard files by placing your own files in: # ${sakai.home}/antisamy/high-security-policy.xml # ${sakai.home}/antisamy/low-security-policy.xml # NOTE: only works if AntiSamy is enabled (see content.cleaner.use.legacy.html) # Default: false (use high security - no unsafe embeds or objects) #content.cleaner.default.low.security=true
Controls access to the Admin page within search. This should only be activated on the actual search server node and all other nodes should have this turned off to restrict access.
Allows an instructor or any user with assignments management permissions to submit the assignment on behalf of a student who has no submission yet (via the View Assignment list by student)
# Control the dereferencing of configuration values on initial load # (values are always dereferenced but this affects whether they are done on config load or not) # Dereferencing values means that all values like "${property.name}" are replaced # with the value from the config item of that name (unmatched ones are left as is) # Default: true (dereference all values loaded from the config properties files) #config.dereference.on.load.initial=false # Default: false (do not dereference all values including those loaded from other sources - e.g. database) #config.dereference.on.load.all=true
Still false by default - when true - it runs Tidy in noisy mode. It does *not* take the output of Tidy - just checks the portlet output and then uses it unchanged.
2.9.0
Portal
portal.portlet.tidy
false
This is now ignored. We cannot use the output of Tidy as the markup.
userid=Student ID usereid=Student unique ID useremail= Student Email username= Student Name sortname= Student Name coursegrades= Course Grade gradeitem= Grade Item siteid= Site ID sitetitle= Site Title
# Email notifications reply from preference # Set this to true to send notifications from the triggering user email addresses for announcements # instead of from a general server email address (no-reply@...) # OLD (deprecated) config value: emailFromReplyable@org.sakaiproject.event.api.NotificationService # Default: false (use the no-reply@... instead) #notify.email.from.replyable = true