• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed obsolete @arch-tag

  1. … 23 more files in changeset.
Whitespace changes

Add documentation to public procs (fixes automated tests), simplify idioms, exploit current api

Fix News automated tests:

- rename tests using underscore instead of '-' or links in UI would not work

- remove duplicated SQL

- fix awkward hardcoded dates that were supposed to be in the future for test to work

    • -1
    • +1
    ./tcl/test/news-db-test-init-oracle.xql
    • -1
    • +1
    ./tcl/test/news-db-test-init-postgresql.xql
    • -44
    • +24
    ./tcl/test/news-db-test-init.tcl
improve spelling

Fix duplicate 'the'

  1. … 21 more files in changeset.
Update italian translation

    • -10
    • +31
    ./catalog/news.it_IT.ISO-8859-1.xml
  1. … 1 more file in changeset.
don't drop constraints, but fix it.

Port downstream fix from Thomas Renner

Create 'ad_include_contract' for latest news include

Rework adp boolean expressions

  1. … 25 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

  1. … 27 more files in changeset.
Fix capitalization

  1. … 3 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.
regenerated documentation

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

  1. … 204 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 12 more files in changeset.
stop using deprecated procs site_map_unmount_application and site_node_id

Fix typos

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.6-5.0d1.sql
    • -2
    • +2
    ./sql/postgresql/news-package-create.sql
  1. … 4 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.6-5.0d1.sql
    • -2
    • +2
    ./sql/postgresql/news-package-create.sql
  1. … 28 more files in changeset.
use canonical Tcl subcommand names

  1. … 7 more files in changeset.
Fix typos

  1. … 16 more files in changeset.
Fix typos

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

  1. … 84 more files in changeset.
strengthen page contracts

fix typos

  1. … 6 more files in changeset.
- Fix comments

- remove unneeded backslashes and quotes

- Improve line breaking

remove not referenced xql queries

    • -13
    • +0
    ./tcl/news-callback-procs-oracle.xql
    • -13
    • +0
    ./tcl/news-callback-procs-postgresql.xql
Use consistently ad_script_abort after ad_return_error.

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

  1. … 29 more files in changeset.