• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve page-contracs

- normalize string expressions

- use "in" operator instead of "lsearch"

  1. … 3 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 334 more files in changeset.
HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 21 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

  1. … 5 more files in changeset.
Added recording of a tcl webtest test written by enrique at quest

    • -0
    • +203
    ./record-test.tcl
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 365 more files in changeset.
less braindamage for markup, aggregate result count in sql, filter fails only on quiet

banding on table, right align numbers, don't width 100pct the per package one since it's too wide that way

added help links and link to admin page when in multi-server mode

adding the IsInstallReportServer parameter. Moving the scripts that lived at www/admin/install to live directly under www

  1. … 5 more files in changeset.
adding XMLReportDir parameter. Adding description to the server page and cleaning up the page a little.

  1. … 2 more files in changeset.
adding new parameter XMLReportDir

  1. … 1 more file in changeset.
adding server login link

bug fix: server page would error if there was no test report xml file

added comment

adding xml report from test results and saving the file in the file system. Using the xml file on the install pages

  1. … 1 more file in changeset.
added help text; exclusion categories

  1. … 3 more files in changeset.
Adding listing of procs tested. Making quiet mode show only counts of test results. Indenting tcl file

Added new capabilities to aa_register_case including bugs, error_levels and new categories.

  1. … 1 more file in changeset.
adding the proc coverage page

Fixed a minor nonsense.

adding several files for reporting results of install.sh

    • -0
    • +15
    ./install/report.adp
    • -0
    • +18
    ./install/report.tcl
    • -0
    • +59
    ./install/server.adp
    • -0
    • +11
    ./install/server.tcl
  1. … 1 more file in changeset.
Cleaned up display

  1. … 1 more file in changeset.
Got rid of local master, cleaned up context bar

making sure test cases (aa_register_case) can be put in -procs.tcl files. Giving failed tests more highlighting with red background and bold text

  1. … 2 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 51 more files in changeset.
adding a link for re-sourcing a test init file on the testcase page so you don't have to restart the server when the test code has changed. We have been putting test case definitions in test_procs files and I think they should be moved to test_init files instead. The convention should be that procs files only contain ad_proc statements and only init files execute code.

    • -0
    • +16
    ./init-file-resource.tcl
  1. … 1 more file in changeset.
changing Oracle version from 8.1.7 to 8.1.6 as the query dispatcher will ignore queries with version number above 8.1.6

  1. … 1 more file in changeset.