Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release

Tool/Service

Property

Default

Ticket

Change

2.9.0

Configuration

config.dereference.on.load.initial

 

true

Jira Legacy
serverSakai
keyKNL-924

Returns the config processing to pre-2.8 behavior (i.e. dereferencing all the values on config file load). The definitions-- no matter which *.properties file they are in -- are fully expanded to use the originally-defined values

Example:

dummy_attribute_1=true 
dummy_attribute_2=false 

and then use those definitions in other settings in sakai.properties: 

another_property=${dummy_attribute_1}

Details

--------------------------------------

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

2.9.0Configurationconfig.dereference.on.load.allfalse
Jira Legacy
serverSakai
keyKNL-924
Same as above
2.9.0Assignments/Turnitinturnitin.repository.setting.value1
Jira Legacy
serverSakai
keySAK-21059
 Default value for "Submit papers to the following repository"
2.9.0Assignments/Turnitinturnitin.repository.setting
  
 
Jira Legacy
serverSakai
keySAK-21059

Example:

turnitin.repository.setting.count=2
   turnitin.repository.setting.1=0
   turnitin.repository.setting.2=1

2.9.0Assignments/Turnitinturnitin.report_gen_speed.setting.value 
Jira Legacy
serverSakai
keySAK-21059

   Default value for "Generate Originality Reports"
   ex.
   turnitin.report_gen_speed.setting.count=1
   turnitin.report_gen_speed.setting.1=2
2.9.0Assignment/Turnitin
turnitin.option.s_paper_check


true
Jira Legacy
serverSakai
keySAK-21059
 Option appears in GUI to check paper against Turnitin.
2.9.0Assignment/Turnitinturnitin.option.internet_check

true
Jira Legacy
serverSakai
keySAK-21059
Option appears in GUI to check paper against Internet (web search).
2.9.0Assignment/Turnitinturnitin.option.journal_checktrue
Jira Legacy
serverSakai
keySAK-21059

Option appears in GUI to check paper against Journals.

2.9.0Assignment/Turnitinturnitin.option.institution_checktrue
Jira Legacy
serverSakai
keySAK-21059
Option appears in GUI to check paper against Institutional repository.
2.9.0Assignment/Turnitinturnitin.option.s_paper_check.defaultfalse
Jira Legacy
serverSakai
keySAK-21059
The default checkmark in the Turnitin option in the GUI.
2.9.0Assignment/Turnitinturnitin.option.internet_check.defaultfalse
Jira Legacy
serverSakai
keySAK-21059
The default checkmark in the Internet (web search) option in the GUI.
2.9.0Assignment/Turnitinturnitin.option.journal_check.defaultfalse
Jira Legacy
serverSakai
keySAK-21059
The default checkmark in the Journal option in the GUI.
2.9.0Assignment/Turnitinturnitin.option.institution_check.defaultfalse
Jira Legacy
serverSakai
keySAK-21059
The default check mark in the Institutional repository option in the GUI.
2.9.0Entity Brokerentitybroker.batch.enablefalse
Jira Legacy
serverSakai
keySAK-22619
Property to disable direct batch servlet
2.9.0Portal2portal.use.profiletrue
Jira Legacy
serverSakai
keyPRFL-757
Allows disabling of the Profile2 tool in Neo-portal
2.9.0Loginlogin.log-failedtrue
Jira Legacy
serverSakai
keySAK-22430
Log failed login attempts

2.9.0My Workspacemyworkspace.showtrue
Jira Legacy
serverSakai
keySAK-22386
Globally hide "My Workspace"
2.9.0Portalportal.portlet.tidy.warningsfalse
Jira Legacy
serverSakai
keySAK-22335
 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.0Portalportal.portlet.tidyfalse This is now ignored. We cannot use the output of Tidy as the markup.
2.9.0Basic LTIbasiclti.provider.*n/a
Jira Legacy
serverSakai
keySAK-22229
blti.producer was the old prefix.
2.9.0Gradebookcourse_grade_details_export_course_grades_institution_control 
Jira Legacy
serverSakai
keySAK-22204
 
2.9.0Gradebookcourse_grade_details_export_course_grades_institution 
Jira Legacy
serverSakai
keySAK-22204
 
2.9.0Gradebook

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

 
Jira Legacy
serverSakai
keySAK-22204
 
2.9.0Emailnotify.email.from.replyablefalse
Jira Legacy
serverSakai
keyKNL-920
# 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 
2.9.0Account Validator  
Jira Legacy
serverSakai
keyRES-42
#if you don't want to use ui.service as the Production name, use:
reset-pass.productionSiteName

#sets the toke expiration date
accountValidator.maxDays

#sets the max number of resends before it expires the token
accountValidator.maxResendAttempts
2.9.0URLshortenedurl.implementation=org.sakaiproject.shortenedurl.api.RandomisedUrlService 
Jira Legacy
serverSakai
keySAK-22331
 
2.9.0URLshortenedurl.resources.enabled 
Jira Legacy
serverSakai
keySAK-22331
=true
2.9.0Password ResetsiteManage.validateNewUsersfalse
Jira Legacy
serverSakai
keySAK-22014

Recommended setting is true

# If set to false then password reset users get sent a new email, otherwise they get a link to allow
# them to reset their password. This prevents people from changing password they don't own.
#siteManage.validateNewUsers=true

2.9.0PDA Portal  
Jira Legacy
serverSakai
keySAK-22199
portal.pda.bypass.query=wicket:interface 
portal.pda.bypass.type=^application/|^image/|^audio/|^video/|^text/xml|^text/plain
2.9.0Sakai Tutorial Toolportal.use.tutorialtrue
Jira Legacy
serverSakai
keySAK-22243
Enabled by default, to turn off set sakai property to false.

 

 

#Custom export fields
673  userid=Student ID
674  usereid=Student unique ID
675  useremail= Student Email
676  username= Student Name
677  sortname= Student Name
678  coursegrades= Course Grade
679  gradeitem= Grade Item
680  siteid= Site ID
681  sitetitle= Site Title

...