• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace custom calendar widget implementation with native HTML5 fields

  1. … 1 more file in changeset.
Deprecate value_if_exists proc, replace occurrences with plain tcl idioms

    • -3
    • +3
    ./manage/ecommerce/invoice-payment.tcl
  1. … 17 more files in changeset.
Deprecate exists_and_equals and replace its occurrences

    • -3
    • +3
    ./manage/ecommerce/invoice-payment.tcl
  1. … 3 more files in changeset.
removed obsolete flag -include_bio of acs_user::get

  1. … 4 more files in changeset.
improve rowcount expressions

  1. … 39 more files in changeset.
minor changes for consistency

  1. … 1 more file 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).

    • -3
    • +3
    ./manage/ecommerce/invoice-payment.tcl
  1. … 469 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

    • -3
    • +3
    ./manage/ecommerce/invoice-payment.tcl
  1. … 219 more files in changeset.
Fix typos

  1. … 148 more files in changeset.
Fix typos

  1. … 22 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 19 more files in changeset.
Fix typos

  1. … 64 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 28 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

  1. … 24 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 8 more files in changeset.
normalize boolean expressions in ADP files

  1. … 24 more files in changeset.
Add support for section and course admins that are not pacakge admins

    • -0
    • +66
    ./manage/add-course-admin.tcl
    • -0
    • +21
    ./manage/application-approve.tcl
    • -0
    • +21
    ./manage/application-reject.tcl
    • -0
    • +7
    ./manage/application-view.adp
    • -0
    • +16
    ./manage/application-view.tcl
    • -0
    • +5
    ./manage/applications.adp
    • -0
    • +91
    ./manage/applications.tcl
    • -0
    • +6
    ./manage/course-add-edit.adp
    • -0
    • +237
    ./manage/course-add-edit.tcl
    • -0
    • +35
    ./manage/course-add-edit.xql
    • -0
    • +14
    ./manage/course-admins.adp
    • -0
    • +31
    ./manage/course-admins.tcl
    • -0
    • +5
    ./manage/course-attribute-add.adp
    • -0
    • +48
    ./manage/course-attribute-add.tcl
    • -0
    • +27
    ./manage/course-attributes-delete.tcl
  1. … 123 more files in changeset.
Use course_id to key course links

Fix bulk reject. Use acs_rel api instead of dotlrn api

Mark invoice payments to be captured.

Add popup to select which sections to display on the appliations page

    • -0
    • +29
    ./sections-list-postgresql.xql
Add new filter features

Group by is no set when no grouping so check if it exists

Do grouping in the database instead of using listbuilder.

Fix server error when viewing one section.

Scholarship fund package might be installed but not mounted under

dotlrn-ecommerce, so check for it.

Move formtemplates out of ul. The new div based template does not align

properly inside the list.

Remove html width and nowrap to make sure buttons don't extend outside

the table.