• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 475 more files in changeset.
remove duplicated words

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

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

  1. … 204 more files in changeset.
remove conditions, which are always true

remove parens

  1. … 1 more file in changeset.
simplify code and make it more consistent

  1. … 4 more files in changeset.
Fix typos

  1. … 16 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos related to dotlrn naming

  1. … 2 more files in changeset.
fix typos

  1. … 24 more files in changeset.
Fix typos

  1. … 66 more files in changeset.
strength page contract

Remove obsolete .xql files

  1. … 8 more files in changeset.
use consistently ad_script_abort after ad_return_forbidden

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

    • -3
    • +3
    ./admin/community-members-add-to-community.tcl
  1. … 30 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 19 more files in changeset.
Reduce divergencies between oracle and postgres codebase

  1. … 6 more files in changeset.
Reduce divergencies between oracle and postgres codebase

    • -29
    • +0
    ./admin/users-search-postgresql.xql
    • -0
    • +22
    ./admin/users-search.xql
Fix typo

Reduce divergencies between oracle and postgres codebase

    • -16
    • +0
    ./admin/class-instance-new-oracle.xql
    • -16
    • +0
    ./admin/class-instance-new-postgresql.xql
Reduce divergencies between oracle and postgres codebase

    • -200
    • +0
    ./manage-memberships-postgresql.xql
    • -0
    • +198
    ./manage-memberships.xql
  1. … 6 more files in changeset.
Bug fix: avoid confusion between text argument and option, when text starts with "-"

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

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

  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Fix spelling errors

    • -2
    • +2
    ./admin/community-members-add-to-community.tcl
  1. … 39 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

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

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

  1. … 29 more files in changeset.
Validate page_num to avoid potential attacks and to provide proper error messages