• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo in query and in context, reduce divergency between oracle and postgres

    • -3
    • +15
    ./acs-subsite/www/admin/rel-types/rels-list.tcl
Reduce divergency between oracle and postgres

    • -3
    • +29
    ./acs-subsite/www/admin/site-map/site-map.tcl
Reduce divergency between oracle and postgres

    • -16
    • +0
    ./acs-admin/www/users/one-oracle.xql
    • -18
    • +0
    ./acs-admin/www/users/one-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -40
    • +0
    ./acs-admin/www/users/merge-oracle.xql
    • -39
    • +0
    ./acs-admin/www/users/merge-postgresql.xql
Whitespace cleanup

Expand width on package vew table

Define an acs_object schema and use it to redefine acs_object__name using dot notation

Goal is to further reduce code divergency between Oracle and Postgres

file upgrade-5.10.0d21-5.10.0d22.sql was initially added on branch oacs-5-10.

Add simple test suite for the 'coverage-procs' library

    • -0
    • +108
    ./acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl
Go back to using acs_object_name, as not every party will have a name returned from party::name (e.g. rel_segments)

party name api situation is probably less than optimal

    • -2
    • +2
    ./acs-subsite/www/permissions/revoke.tcl
Remove unnecessary 'aa_run_with_teardown'

    • -21
    • +17
    ./acs-tcl/tcl/test/acs-tcl-apm-procs.tcl
    • -20
    • +12
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
    • -8
    • +4
    ./acs-tcl/tcl/test/widget-test-procs.tcl
    • -12
    • +8
    ./xotcl-request-monitor/tcl/test/throttle_mod-test-procs.tcl
Move the text color setting to the particular coverage level

Bring back old default behavior of using Gravatar as a fallback, but allow to disable it, reuse existing Gravatar code

Add 'db_dml', 'db_0or1row' , 'db_abort_transaction' and 'db_multirow' to the list of covered procs of different testcases

    • -1
    • +6
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Add 'ad_tmpdir' and 'ad_url' to the list of covered procs of different testcases

    • -0
    • +2
    ./acs-tcl/tcl/test/http-client-procs.tcl
    • -1
    • +5
    ./acs-tcl/tcl/test/openacs-kernel-procs.tcl
Add 'xml_doc_get_first_node', 'randomRange', 'whos_online::user_invisible_p' and 'site_node::get_url_from_object_id' to the list of covered procs of different testcases

    • -2
    • +8
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
    • -1
    • +2
    ./acs-tcl/tcl/test/site-nodes-test-procs.tcl
    • -0
    • +1
    ./acs-tcl/tcl/test/whos-online-procs.tcl
Add 'db_string', 'db_list' and 'db_list_of_lists' to the list of covered procs of different testcases

    • -2
    • +10
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Add 'db_nextval' to the list of covered procs of different testcases

    • -1
    • +2
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
    • -1
    • +3
    ./acs-tcl/tcl/test/test-permissions-procs.tcl
Add 'db_name' to the list of covered procs of different testcases

    • -3
    • +3
    ./acs-tcl/tcl/test/datamodel-test-procs.tcl
    • -1
    • +2
    ./acs-tcl/tcl/test/object-test-case-procs.tcl
Intentation changes

    • -136
    • +136
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Add 'db_flush_cache' to the list of covered procs of the 'db__caching' testcase

    • -2
    • +5
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Add testcase for 'acs_user::ban' and 'acs_user::approve'

    • -0
    • +22
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Move styles into CSS

    • -41
    • +41
    ./acs-automated-testing/www/admin/index.adp
    • -15
    • +15
    ./acs-automated-testing/www/admin/testcase.adp
    • -64
    • +3
    ./acs-automated-testing/www/admin/testcase.tcl
Book includelet consistent view (thanks to Monika Andergassen)

Fix doc link

Show proc test coverage only on package view

Make so that newly displayed column 'title' in child-resources is not displayed by default, therefore keeping old behavior for those who don't want it explicitly

Now one can either select displayed columns by blacklist (hide) or whitelist (columns)

improve styling in book-mode and bootstrap, prefer CSS over inline styles

fix for openacs site issue #148

Add the global test proc coverage percentage to the 'automated-testing' admin/index page, and link it to the new 'proc-coverage' page