• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reduce divergency between oracle and postgres

    • -17
    • +0
    ./tcl/bug-tracker-procs-postgresql.xql
Replace deprecated call to content_revision__new/11 by call to content_revision__new/13

    • -1
    • +3
    ./sql/postgresql/bug-tracker-create.sql
    • -0
    • +70
    ./sql/postgresql/upgrade-1.6d5-1.6d6.sql
Use localurl instread of handmade validation

Replace ad_decode idioms

Replace ad_decode idioms, remove unneeded expression

Replace ad_decode idioms

Replace ad_decode idioms

Fix automated tests

Removed obsolete @arch-tag

  1. … 25 more files in changeset.
Whitespace changes + add editor hints

  1. … 21 more files in changeset.
Remove superflous parentheses

  1. … 24 more files in changeset.
Fix duplicate 'the'

    • -1
    • +1
    ./www/patch-submission-instructions.html
  1. … 22 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 364 more files in changeset.
bugfix: improve stability when bug_tracker::get_page_variables is called on a non-workflow package (e.g. from the api-doc browser interpreting the page-contract)

add fully qualified name for templating cache, add version dependency

bump verison to 1.6d5

  1. … 1 more file in changeset.
Whitespace changes

  1. … 5 more files in changeset.
Avoid unnecesary existence checks.

  1. … 5 more files in changeset.
Use localization and api to streamline sql

Promote whole postgres sql to generic, as it is portable

    • -99
    • +0
    ./www/admin/versions-postgresql.xql
Rework adp boolean expressions

  1. … 25 more files in changeset.
Brace and rework expressions + Whitespace changes

  1. … 4 more files in changeset.
unify spelling of names

  1. … 3 more files in changeset.
Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 6 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. … 466 more files in changeset.
Replace deprecated proc 'empty_string_p'

  1. … 3 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 17 more files in changeset.
improve spelling

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

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

  1. … 198 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

    • -143
    • +133
    ./tcl/bug-tracker-procs.tcl
  1. … 2 more files in changeset.