• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve testcase viewing page:

- use syntax highlighting to testcase body

- fix label for body:

* just use numbering when appropriate

* start numbering of bodies with 1

improve rowcount expressions

  1. … 74 more files in changeset.
whitespace changes

prettify reports

Prefer individual 'set' operations over 'lassign' in these particular cases

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

  1. … 17 more files in changeset.
regenerated documentation

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

  1. … 225 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 5 more files in changeset.
modernize Tcl

prefer lassiign over multiple iindex operations

modernize tcl: use lassign instead of multiple lindex operations

add title to testcase page

whitespace changes

order by testcases to make the order stable

add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 20 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 18 more files in changeset.
make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.
standardize boolean expressions in ADP files

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 248 more files in changeset.
Standardize spellings of names

  1. … 12 more files in changeset.
Fix spelling errors

  1. … 13 more files in changeset.
Remove broken links

  1. … 2 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 34 more files in changeset.
Dont lose return url when rerunning a testcase.

-provide/use return_url for back button to testcase list (preserve all settings like chosen category, etc)

-don't treat no data as failed

-prettify table

Colorize pass/fail in test log as well...

Dont mark log entries green (like "passed")