Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Repair Jira Macros

If you are running Sakai 10.6 this upgrade is of critical importance. Several of the fixes in 10.7 were regressions from 10.6, especially against Assignment and Samigo Test and Quizzes. Also, if your institution is using Oracle, the standard upgrade scripts need to be run, and in addition a few extra lines. 

...

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAK-27809



Known Issues

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAM-2661

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keyLSNBLDR-642

New Properties

PropertyDefault valueDescriptionJira
site-manage.pageorder.allowreorder

true# SAK-27809 Disabling of page order feature on page order helper
Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAK-27809
mail.sendfromsakaitrue

+# Replacing From addresses in email
+# Major mail providers are starting to use DMARC, to demand that all mail From addresses from their domain
+# must be signed. Since we can't sign messages for another mail service, this means that email passed through
+# the archiver or generated by Mailtool / Messages will fail the test, and be rejected.
+# By default we now replace From addresses with postmaster@site, and move the original From address to
+# Reply-To. These properties control that behavior.
+#
+# Should we replace the From address? true|false
+# Can also be an email address. If not specified the new from address is postmaster@site.
+# Example: mailagent@sakai.myinstitution.edu
+# false if you don't want any replacement
+# DEFAULT: true
+#mail.sendfromsakai=false
+
+# Should we have exceptions for the replacement? Any from address matching this Java regular expression
+# will be retained unmodified. You might want to include addresses within your own institution, since
+# they shouldn't cause any trouble unless your own institution is using DMAEC.
+# Note that mail addresses using your Sakai instance's server name will always be exceptions
+# DEFAULT: missing, no exceptions
+#mail.sendfromsakai.exceptions=.*[@.]institution\\.edu
+
+# When replacing the From address, what text should we use. {} will be
+# replaced with the original From address, e.g. John Smith (jsmith@site.edu)
+# DEFAULT: {}
+#mail.sendfromsakai.fromtext=On behalf of {}

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keyKNL-1400
mail.sendfromsakai.exceptionsmissing, no exceptionssee above.see above.
mail.sendfromsakai.fromtext{}see above.see above.

wsetup.track.membership.change

false

# SAK-14210 - Enable tracking of membership changing, a lot more events
# DEFAULT: false
# wsetup.track.membership.change=true

# SAK-23555 - Enabling tracking of roster changing, a lot more events
# DEFAULT: false
# wsetup.track.roster.change=true

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAK-14210

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAK-23555

wsetup.track.roster.changefalsesee above.see above.
msgcntr.forums.ranks.enabletrue

# SAK-29934 Enable/disable the Forums rank feature
# DEFAULT: true
# msgcntr.forums.ranks.enable=false

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId97e0cfea-fe72-310f-a179-8363adfc350a
keySAK-29934

...