• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.
Version numbers bumped to 2.5.0.

  1. … 42 more files in changeset.
Nor did the .lrn package version bumps get committed ...

  1. … 42 more files in changeset.
1. Bumped version number to 2.5.0a1

2. Bumped release date to next wednesday, my anticipated release date. At

this point, if honchos says release at our tuesday meeting, all I need to

do is check out this version and it's ready to go.

  1. … 44 more files in changeset.
Reduce the use of display_template

Untabify and indent

    • -226
    • +226
    ./lib/evaluations-chunk.tcl
Generate unique ID for lists

Indentation

HTML cleanup

    • -2
    • +1
    ./catalog/evaluation.en_US.ISO-8859-1.xml
    • -2
    • +1
    ./catalog/evaluation.es_ES.ISO-8859-1.xml
Indentation

It's easier to use lang::util::localize instead of lang::message::lookup to render the messages in the tcl

    • -5
    • +2
    ./www/admin/grades/distribution-edit.tcl
Fix message keys, use vars like %var% instead of

    • -3
    • +3
    ./catalog/evaluation.en_US.ISO-8859-1.xml
    • -4
    • +3
    ./catalog/evaluation.es_ES.ISO-8859-1.xml
Do the uppercase in the tcl to avoid wrong messages when the grade_plural_name is stored as a message-key

    • -1
    • +1
    ./www/admin/grades/distribution-edit.xql
Render the grade_plural_name in the tcl when is stored as a message-key to display it properly

    • -1
    • +7
    ./www/admin/grades/distribution-edit.tcl
Close unbalanced html tags

    • -3
    • +2
    ./www/admin/grades/distribution-edit.adp
Render the message-keys in the tcl to show them in the options of a select in the form

Fix mixed up values of archive command and extension params

    • -0
    • +10
    ./sql/oracle/upgrade/upgrade-2.5.0d1-2.5.0d2.sql
    • -0
    • +10
    ./sql/postgresql/upgrade/upgrade-2.5.0d1-2.5.0d2.sql
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

    • -72
    • +72
    ./tcl/evaluation-callback-procs.tcl
    • -2
    • +3
    ./www/admin/evaluations/grades-sheets.adp
    • -16
    • +18
    ./www/admin/evaluations/student-list.adp
    • -4
    • +1
    ./www/admin/grades/grades-type-reports.adp
    • -7
    • +5
    ./www/admin/groups/group-member-add.adp
  1. … 365 more files in changeset.
Bumped version numbers to 2.4.1

  1. … 34 more files in changeset.
Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

    • -2
    • +3
    ./www/admin/evaluations/grades-sheets.adp
    • -16
    • +18
    ./www/admin/evaluations/student-list.adp
    • -4
    • +1
    ./www/admin/grades/grades-type-reports.adp
    • -7
    • +5
    ./www/admin/groups/group-member-add.adp
    • -2
    • +3
    ./www/admin/tasks/task-add-to-communities.adp
Version number bumps

  1. … 48 more files in changeset.
Remove extra CRs at end of line

    • -72
    • +72
    ./tcl/evaluation-callback-procs.tcl
HTML Strict cleanup: removed trailing slash of input, img, link and meta tags

  1. … 36 more files in changeset.
Bumped version numbers

  1. … 46 more files in changeset.
Bumped version number of calendar (needed to be done after all the accessibility work and having added message keys) and updated its dependencies.

  1. … 2 more files in changeset.
Fix dependencies

  1. … 21 more files in changeset.
Bumped version numbers to 2.4.0b1

  1. … 44 more files in changeset.
Bumped version numbers for the upcoming .lrn release

  1. … 44 more files in changeset.
HTML Strict cleanup

    • -2
    • +2
    ./catalog/evaluation.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/evaluation.es_ES.ISO-8859-1.xml
    • -29
    • +26
    ./www/admin/evaluations/student-list.adp
    • -8
    • +8
    ./www/admin/evaluations/student-list.tcl
    • -3
    • +2
    ./www/admin/tasks/solution-add-edit.adp
    • -2
    • +2
    ./www/admin/tasks/solution-add-edit.tcl
Making switch's optional and adding object_id as a positional parameter.

This was causing problems when executing alias GetURL for contracts one_assigment_notif_type

and one_evaluation_notif_type. Thanks to Byron Linares for the patch (bhlr@galileo.edu)