• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix invalid meta-data

Reduce divergencies between oracle and postgres codebase

    • -26
    • +0
    ./grades/distribution-edit-oracle.xql
    • -26
    • +0
    ./grades/distribution-edit-postgresql.xql
  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -5
    • +11
    ./evaluations/evaluate-students-2.tcl
    • -65
    • +73
    ./evaluations/evaluate-students.adp
    • -4
    • +12
    ./evaluations/evaluate-students.tcl
    • -1
    • +7
    ./evaluations/grades-sheet-explanation.tcl
    • -25
    • +30
    ./evaluations/grades-sheet-parse.adp
    • -4
    • +15
    ./evaluations/grades-sheet-parse.tcl
  1. … 7820 more files in changeset.
- replace template::util::leadingTrim by util::trim_leading_zeros

- bump version number to 2.9.1d3

  1. … 2 more files in changeset.
- tighten page contracts

  1. … 10 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 13 more files in changeset.
Removed inline js handlers to comply with CSP

Removed deprecated html attributes bgcolor and align

Fixed markup

    • -65
    • +73
    ./evaluations/evaluate-students.adp
Removed inline js handlers to comply with CSP

Removed deprecated html attributes bgcolor and align

Removed exec mv and used file rename instead

Fixed markup

    • -25
    • +30
    ./evaluations/grades-sheet-parse.adp
- add nonces to script tags

- add body handlers

  1. … 7 more files in changeset.
- replace onChange handlers in forms of evaluation package by event listeners

  1. … 2 more files in changeset.
- modernize HTML (prefer "semantic" attributes)

- quote HTML attributes

  1. … 12 more files in changeset.
- updated version numbers, regenerated documentation

    • -3
    • +3
    ./evaluations/download-archive/index.vuh
  1. … 298 more files in changeset.
- add editor hints to .vuh files

    • -1
    • +7
    ./evaluations/download-archive/index.vuh
  1. … 30 more files in changeset.
- bump version number to 2.9.1d2

- improve security of page_contracts

  1. … 7 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

    • -1
    • +7
    ./evaluations/grades-sheet-explanation.tcl
  1. … 336 more files in changeset.
- fix syntax and indentation

  1. … 1 more file in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 117 more files in changeset.
- fix and standardize quoting in template properties

    • -2
    • +2
    ./evaluations/grades-sheet-explanation.adp
  1. … 331 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 10 more files in changeset.
- quote HTML attribute values

- use & in hrefs

    • -13
    • +13
    ./evaluations/evaluate-students.adp
  1. … 8 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 9 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

    • -3
    • +3
    ./evaluations/download-archive/index.vuh
  1. … 520 more files in changeset.
- replace deprecated ad_require_permission by permission::require_permission in index.vuh files

- replace deprecated ns_tmpnam by ad_tmpname in index.vuh files

    • -3
    • +3
    ./evaluations/download-archive/index.vuh
  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -13
    • +13
    ./evaluations/evaluate-students-2.tcl
    • -15
    • +15
    ./evaluations/evaluate-students.tcl
    • -10
    • +10
    ./evaluations/evaluations-edit.tcl
    • -2
    • +2
    ./evaluations/grades-sheet-explanation.tcl
    • -15
    • +15
    ./evaluations/grades-sheet-parse.tcl
  1. … 2533 more files in changeset.
- fix ambiguous markup in adp pages due to missing quoting

  1. … 3 more files in changeset.
- improve page contracts (use right type for IDs)

    • -2
    • +2
    ./evaluations/grades-sheet-explanation.tcl
  1. … 29 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

    • -11
    • +11
    ./evaluations/evaluate-students-2.tcl
    • -14
    • +14
    ./evaluations/evaluate-students.tcl
    • -13
    • +13
    ./evaluations/grades-sheet-parse.tcl
  1. … 20 more files in changeset.
It's easier to use lang::util::localize instead of lang::message::lookup to render the messages in the tcl

  1. … 1 more file in changeset.
Do the uppercase in the tcl to avoid wrong messages when the grade_plural_name is stored as a message-key

  1. … 1 more file in changeset.
Render the grade_plural_name in the tcl when is stored as a message-key to display it properly

  1. … 1 more file in changeset.