• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

    • -142
    • +139
    ./admin/evaluations/evaluate-students.tcl
  1. … 6 more files in changeset.
Fix typos

    • -2
    • +2
    ./admin/evaluations/evaluate-students.tcl
  1. … 8 more files in changeset.
prefer built-in ns_dbquotevalue over DoubleApos

  1. … 16 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix invalid meta-data

Reduce divergencies between oracle and postgres codebase

    • -19
    • +0
    ./admin/grades/grades-postgresql.xql
    • -0
    • +24
    ./admin/grades/grades.xql
    • -26
    • +0
    ./admin/grades/distribution-edit-postgresql.xql
    • -12
    • +27
    ./admin/grades/distribution-edit.xql
  1. … 3 more files in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -65
    • +73
    ./admin/evaluations/evaluate-students.adp
    • -4
    • +12
    ./admin/evaluations/evaluate-students.tcl
  1. … 7820 more files in changeset.
Remove incompatible idiom from oracle's sql (as pointed out by regression tests)

  1. … 1 more file in changeset.
- replace template::util::leadingTrim by util::trim_leading_zeros

- bump version number to 2.9.1d3

    • -4
    • +4
    ./admin/evaluations/evaluate-students.tcl
    • -3
    • +3
    ./admin/evaluations/grades-sheet-parse.tcl
  1. … 2 more files in changeset.
- tighten page contracts

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

    • -15
    • +15
    ./admin/evaluations/student-list.adp
  1. … 11 more files in changeset.
Removed inline js handlers to comply with CSP

Removed deprecated html attributes bgcolor and align

Fixed markup

    • -65
    • +73
    ./admin/evaluations/evaluate-students.adp
    • -1
    • +3
    ./admin/evaluations/evaluate-students.tcl
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
    ./admin/evaluations/grades-sheet-parse.adp
    • -2
    • +7
    ./admin/evaluations/grades-sheet-parse.tcl
- 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

- modernize HTML (prefer "semantic" attributes)

- quote HTML attributes

    • -25
    • +25
    ./admin/evaluations/student-list.adp
  1. … 9 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- add editor hints to .vuh files

  1. … 29 more files in changeset.
- bump version number to 2.9.1d2

- improve security of page_contracts

    • -2
    • +2
    ./admin/tasks/task-add-to-communities.tcl
  1. … 4 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

    • -1
    • +7
    ./admin/evaluations/evaluate-students.tcl
    • -1
    • +7
    ./admin/evaluations/evaluation-delete.tcl
    • -1
    • +7
    ./admin/evaluations/evaluations-edit.tcl
  1. … 336 more files in changeset.
- fix syntax and indentation

    • -8
    • +13
    ./admin/evaluations/student-list.tcl
  1. … 1 more file in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

    • -1
    • +1
    ./admin/evaluations/evaluation-delete.adp
    • -1
    • +1
    ./admin/grades/student-grades-report.adp
  1. … 111 more files in changeset.
- fix and standardize quoting in template properties

    • -2
    • +2
    ./admin/evaluations/evaluate-students.adp
    • -2
    • +2
    ./admin/evaluations/evaluation-delete.adp
    • -2
    • +2
    ./admin/evaluations/evaluations-edit.adp
    • -2
    • +2
    ./admin/evaluations/grades-sheet-parse.adp
  1. … 331 more files in changeset.
- standardize url construction to protect against injection attacks

    • -2
    • +2
    ./admin/evaluations/evaluations-edit.tcl
    • -19
    • +28
    ./admin/evaluations/student-list.tcl
    • -2
    • +2
    ./admin/grades/grades-type-reports.tcl
    • -2
    • +2
    ./admin/grades/student-grades-report.tcl
  1. … 10 more files in changeset.
- quote HTML attribute values

- use & in hrefs

    • -13
    • +13
    ./admin/evaluations/evaluate-students.adp
    • -5
    • +5
    ./admin/evaluations/evaluations-edit.adp
    • -1
    • +1
    ./admin/evaluations/grades-sheet-parse.adp
    • -29
    • +29
    ./admin/evaluations/student-list.adp
  1. … 1 more file in changeset.
- use type checking for boolean parameters in page_contracts to improve security

    • -2
    • +2
    ./admin/grades/distribution-edit-2.tcl
    • -2
    • +2
    ./admin/tasks/task-add-to-communities.tcl
  1. … 9 more files in changeset.