• last updated 4 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. … 473 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. … 203 more files in changeset.
remove unneeded "expr" statement

  1. … 1 more file in changeset.
fix more typos

Use consistently ad_script_abort after ad_return_error.

  1. … 31 more files in changeset.
Fix boolean expressions in -adp files, make termination after connection closing commands explicit

  1. … 13 more files in changeset.
Fix typos

- replace deprecated tags in doc pages

- improve checking of image_ids

- reduce the dependencies on acs_object_party_privilege_map for PostgreSQL

    • -7
    • +3
    ./tcl/photo-album-procs-postgresql.xql
  1. … 4 more files in changeset.
- update documentation

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

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

    • -0
    • +51
    ./www/doc/acs-admin-guide.adp
    • -0
    • +561
    ./www/doc/design.adp
    • -0
    • +438
    ./www/doc/dev-guide.adp
    • -0
    • +33
    ./www/doc/for-everyone.adp
    • -0
    • +45
    ./www/doc/release-notes.adp
  1. … 17 more files in changeset.
- fix and standardize quoting in template properties

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

  1. … 14 more files in changeset.
- hardening page contracts

  1. … 17 more files in changeset.
- improve safety of HTML

- quote HTML attributes

- improve page-contracts

  1. … 12 more files in changeset.
Callback queries for merging were not being found because of missing 'merge' namespace in names

- modernize tcl

- brace expressions

- use numeric comparison operator for truth value comparisons

- use tcl 8.5 extended index format for "lindex"

  1. … 6 more files in changeset.
- use <property name="doc(title)">

  1. … 41 more files in changeset.
- remove deprecated call to "export_url_vars"

- moderize tcl

- replace deprecated "ad_parameter" by "parameter::get"

  1. … 6 more files in changeset.
- modernize tcl

- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_parameter" by "parameter::get"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 6 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

  1. … 9 more files in changeset.
more sane handling of duplicate naming, now appends count *before* file extension

making album exports more robust for cases where there can be recovery errors due to corrupted data

Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.