• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file message-unregister.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./admin/message-unregister.adp
file message-unregister.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./admin/message-unregister.tcl
file index.xql was initially added on branch oacs-5-10.

file package-list.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./admin/package-list.xql
file message-undelete.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./admin/message-undelete.adp
file message-undelete.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./admin/message-undelete.tcl
Get rid of warning: "template::form::check_elements: MISSING FORMWIDGET"

Whitespace changes

  1. … 1 more file in changeset.
Fix typos

  1. … 5 more files in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Prefer 'incr' to increment variables instead of 'expr'.

improve rowcount expressions

  1. … 74 more files in changeset.
Avoid missing variable error upon form validation

fix adp expressions

  1. … 2 more files in changeset.
modernize tcl

  1. … 1 more file in changeset.
improve sanity of Tcl expression

Add extension to UI images

when website is behind a proxy, proxy server migtht not be smart enough to resolve images without extension

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.
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
regenerated documentation

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

  1. … 224 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

  1. … 30 more files in changeset.
remove conditions, which are always true

remove parens

  1. … 2 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 41 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
fix for bug #808: language list always sorted by english names

Fix current date UTC query

add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 18 more files in changeset.