• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer unset to array unset when the whole array should be deleted, rework array idioms into tcl idioms when an array is not needed

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

merge with missing files

    • -0
    • +0
    ./tcl/rss-generation-service-procs.tcl
    • -0
    • +160
    ./tcl/test/rss-generation-service-procs.tcl
  1. … 1458 more files in changeset.
merge from oacs-5-10

    • -0
    • +2
    ./sql/postgresql/rss-generation-create.sql
    • -2
    • +2
    ./tcl/rss-generation-service-procs-oracle.xql
    • -1
    • +1
    ./tcl/rss-generation-service-procs-postgresql.xql
    • -72
    • +89
    ./tcl/rss-generation-service-procs.tcl
  1. … 8085 more files in changeset.
file rss-utilities-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/rss-utilities-procs.tcl
file rss-generation-service-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/rss-generation-service-procs.tcl
file upgrade-0.5d1-0.5d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.5d1-0.5d2.sql
Removed obsolete @arch-tag

  1. … 29 more files in changeset.
Removed obsolete @arch-tag

  1. … 25 more files in changeset.
Removed obsolete @arch-tag

  1. … 58 more files in changeset.
simplyfy expressions, remove useless file

  1. … 3 more files in changeset.
Fix acs_attribute type to match that of the database table (fixes test)

    • -1
    • +1
    ./sql/oracle/rss-generation-create.sql
    • -0
    • +9
    ./sql/oracle/upgrade/upgrade-0.4-0.5d0.sql
    • -2
    • +2
    ./sql/postgresql/rss-generation-create.sql
    • -0
    • +9
    ./sql/postgresql/upgrade/upgrade-0.4-0.5d0.sql
Whitespace changes

Avoid unnecesary existence checks

Reduce divergency between oracle and postgres codebase

    • -22
    • +0
    ./www/subscrs-include-postgresql.xql
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Fix typos

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

  1. … 33 more files in changeset.
Reduce oracle/postgres divergence

    • -22
    • +0
    ./tcl/rss-generation-service-procs-oracle.xql
    • -23
    • +0
    ./tcl/rss-generation-service-procs-postgresql.xql
    • -2
    • +21
    ./tcl/rss-generation-service-procs.xql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +9
    ./catalog/rss-support.de_DE.ISO-8859-1.xml
    • -0
    • +9
    ./catalog/rss-support.it_IT.ISO-8859-1.xml
    • -5
    • +9
    ./tcl/rss-generation-service-procs.tcl
  1. … 7820 more files in changeset.
file rss-support.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9.

    • -0
    • +0
    ./catalog/rss-support.it_IT.ISO-8859-1.xml
file bboard.adp was initially added on branch oacs-5-9.

file design.adp was initially added on branch oacs-5-9.

  1. … 4 more files in changeset.
file index.adp was initially added on branch oacs-5-9.

  1. … 7 more files in changeset.
file rss-support.ru_RU.utf-8.xml was initially added on branch oacs-5-9.

    • -0
    • +0
    ./catalog/rss-support.ru_RU.utf-8.xml
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

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

- use &amp instead of & in hrefs

  1. … 8 more files in changeset.