• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
modernize tcl

remove unneeded "expr" statements

replace depreacted proc site_nodes_sync

Fix typos

    • -1
    • +1
    ./catalog/bug-tracker.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.pt_BR.ISO-8859-1.xml
  1. … 54 more files in changeset.
Fix typos

  1. … 17 more files in changeset.
Fix typos

    • -1
    • +1
    ./www/bug-submission-instructions.html
  1. … 75 more files in changeset.
Reduce divergencies between oracle and postgres codebase, replace queries with proper api, exploit on delete cascade

Reduce divergencies between oracle and postgres codebase

Reduce divergencies between oracle and postgres codebase

    • -18
    • +0
    ./www/admin/component-ae-oracle.xql
    • -18
    • +0
    ./www/admin/component-ae-postgresql.xql
    • -18
    • +0
    ./www/admin/project-edit-oracle.xql
    • -18
    • +0
    ./www/admin/project-edit-postgresql.xql
    • -18
    • +0
    ./www/admin/version-ae-postgresql.xql
    • -18
    • +0
    ./www/admin/version-release-oracle.xql
    • -18
    • +0
    ./www/admin/version-release-postgresql.xql
Correct non-portable usage of limit idiom

Reduce divergencies between oracle and postgres codebase

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

  1. … 2 more files in changeset.
Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 27 more files in changeset.
Fix broken link

  1. … 1 more file in changeset.
Fix typos

  1. … 4 more files in changeset.
- use attribute "placeholder" rather than onfocus handler

- add templated file

    • -0
    • +222
    ./www/doc/bug-tracker-spec.adp
- modernize SQL

    • -182
    • +225
    ./sql/postgresql/bug-tracker-create.sql
    • -16
    • +16
    ./sql/postgresql/bug-tracker-search-triggers-create.sql
- reflow long lines

- quote subst-ed values

- reduce the dependencies on acs_object_party_privilege_map for PostgreSQL

- strengthen page contract and minor cleanup

- restrict format to "table" since "list" has non-trivial message key substitutions problems

- allow post requests only from logged-in users