• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
add required ad_script_abort after ad_returnredirect

  1. … 5 more files in changeset.
add missing ',' in select statement

Use dual for oracle compliance

Add dual for oracle compliance

Reduce divergency between oracle and postgres codebase

    • -27
    • +0
    ./www/admin/process-2-postgresql.xql
    • -0
    • +17
    ./www/admin/process-2.xql
Reduce divergency between oracle and postgres codebase

    • -28
    • +0
    ./www/admin/revision-add-oracle.xql
    • -29
    • +0
    ./www/admin/revision-add-postgresql.xql
Use tcl to do date calculations instead of db, reduce postgres/oracle divergencies

Reduce divergence between oracle and postgres codebase, optimize queries