• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Whitespace changes + add editor hints

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

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

Promote whole postgres sql to generic, as it is portable

unify spelling of names

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

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

  1. … 224 more files in changeset.
replace depreacted proc site_nodes_sync

Reduce divergencies between oracle and postgres codebase

Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 35 more files in changeset.
- quote subst-ed values

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

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

  1. … 6 more files in changeset.
- improve safety of page contracts

  1. … 7 more files in changeset.
- remove deprecated calls to cr::keyword::get_keyword_id,

cr::keyword::new, and cr::keyword::set_heading

  1. … 1 more file in changeset.
- improve page-contracts

  1. … 34 more files in changeset.
- brace expressions

- flatten nested "lindex" structures

- use tcl 8.5 extended index format for "lrange"

- normalize string expressions

  1. … 20 more files in changeset.
- use property "doc(title)" instead of "title"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "template::util::quote_html" by "ad_quotehtml"

  1. … 21 more files in changeset.
Fix page title

Optionally display only the bugs the user is participating in.

    • -0
    • +3
    ./access-policy-edit.adp
    • -0
    • +16
    ./access-policy-edit.tcl
  1. … 11 more files in changeset.
Fix workflow-edit link

Allow changing of bug tracker workflow. Should be choosable during project

initalization. The default configuration crap in bug tracker is just that

(hard wired! no integration with workflow!) but not sure if there's time

in this short-term improvement project to fix that.

  1. … 3 more files in changeset.
Preliminary work to allow multiple workflows in bug tracker.

  1. … 4 more files in changeset.
Add distribution adp to oacs-5-2 branch

Merge changes from 5.1 to 5.2. Update version.

  1. … 9 more files in changeset.
distribution context bar