• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make packages in principle installable under PG 13+

  1. … 19 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
improve capitalization

  1. … 5 more files in changeset.
fix boolean adp expression

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

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

  1. … 201 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
reduce usage of deprecated procs

  1. … 8 more files in changeset.
Fix typos

  1. … 34 more files in changeset.
use canonical Tcl subcommand names

Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 2 more files in changeset.
Remove broken links

Fix broken links

- replace deprecated tags in documentation page

- reduce the dependencies on acs_object_party_privilege_map for PostgreSQL

    • -0
    • +13
    ./tcl/lars-blogger-procs-oracle.xql
    • -0
    • +11
    ./tcl/lars-blogger-procs-postgresql.xql
  1. … 2 more files in changeset.
- modernize tcl

- prefer ns_quotehtml over ad_quotehtml

  1. … 3 more files in changeset.
- update documentation

  1. … 22 more files in changeset.
- let package doc files start with H1

  1. … 9 more files in changeset.
- update/add .adp files for documentation

    • -0
    • +113
    ./www/doc/index.adp
  1. … 22 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

  1. … 167 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 8 more files in changeset.
- make sure to quote hrefs

  1. … 4 more files in changeset.
- improve page-contracts

- replace 3 further depreacted "ad_parameter" by parameter::get

overhaul of package:

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- brace expressions

- replace depreacted "ad_parameter" by parameter::get

- use "in" or "ni" expression instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

  1. … 6 more files in changeset.
- use "lassign" instead of "util_unlist"

- use <property name="doc(title)">

  1. … 41 more files in changeset.