• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed deprecated call to db_quote

use ns_dbquotevalue instead

make sure, the notification url has a slash before the package path

Replace occurrences of exists_and_not_null with plain tcl idioms

  1. … 1 more file in changeset.
Whitespace cleanup

  1. … 2 more files in changeset.
Reduce divergency between oracle and postgres

Replace ad_decode idioms

Fix automated tests

Removed obsolete @arch-tag

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

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

  1. … 28 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. … 2 more files in changeset.
Whitespace changes

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

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

  1. … 4 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. … 473 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 17 more files in changeset.
improve spelling

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

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

  1. … 3 more files in changeset.
modernize tcl

  1. … 1 more file in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 17 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Reduce divergencies between oracle and postgres codebase, replace queries with proper api, exploit on delete cascade

Correct non-portable usage of limit idiom

Reduce divergencies between oracle and postgres codebase

    • -178
    • +20
    ./bug-tracker-procs-oracle.xql
    • -158
    • +9
    ./bug-tracker-procs-postgresql.xql
Fix typos

  1. … 6 more files in changeset.
- reflow long lines