• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

Avoid trailing whitespace on info file creation

reduce public footprint

    • -2
    • +2
    ./acs-content-repository/tcl/content-procs.tcl
replace low-level cr_fs_path by higher level interface content::revision::get_cr_file_path

    • -2
    • +2
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
    • -1
    • +1
    ./acs-mail-lite/tcl/acs-mail-lite-procs.xql
    • -8
    • +9
    ./file-storage/tcl/file-storage-procs.tcl
    • -1
    • +1
    ./file-storage/tcl/file-storage-search-procs-postgresql.xql
    • -4
    • +8
    ./file-storage/tcl/file-storage-search-procs.tcl
    • -3
    • +3
    ./oacs-dav/tcl/test/oacs-dav-procs.tcl
    • -8
    • +2
    ./oacs-dav/tcl/test/oacs-dav-procs.xql
improve navigation when multiple packages are selected

    • -3
    • +10
    ./acs-automated-testing/www/admin/index.tcl
fixed bug: exception in test case auth_use_email_for_login_p caused test to terminate

By adding an "ad_try", we can see that the intention to create

a user with no username failed. Probably this was working at some time,

not sure, if it still should.

This is could be a general problem with "aa_run_with_teardown" to

terminate too early in such cases.

    • -10
    • +18
    ./acs-authentication/tcl/test/acs-authentication-procs.tcl
fix typo

    • -2
    • +2
    ./acs-automated-testing/tcl/coverage-procs.tcl
adjust luminosity calculation to the 2020 standard for UHDTV and HDR

    • -2
    • +5
    ./acs-automated-testing/tcl/coverage-procs.tcl
remove spurious parens

improve spelling

calculate total points based on points and not on minutes

Handle potential race condition in search observer queue maintenance

In some cases, when e.g. objects are quicky deleted after updates, the

object might be already be deleted when being tried to trigger a

DELETE operation in the search queue. as a consequence, one can sometimes

observer errors like the one below. The new code double-checks now,

if the object for the DELETE operation still exists.

ERROR: insert or update on table "search_observer_queue" violates foreign key constraint "search_observer_queue_object_id_fk"

: DETAIL: Key (object_id)=(497509146) is not present in table "acs_objects".

: CONTEXT: SQL statement "insert into search_observer_queue (

    • -1
    • +16
    ./search/sql/oracle/search-packages-create.sql
file upgrade-5.10.0d3-5.10.0d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./search/sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
whitespace changes: break overlong lines

whitespace changes

white space changes: break overlong lines

compute for and background colors from percentage to guarantee good contrast

    • -6
    • +10
    ./acs-automated-testing/tcl/coverage-procs.tcl
Add 'acs_subsite_attribute_datatypes' test case, covering 'attribute::translate_datatype' and 'attribute::datatype_validator_exists_p' procs

    • -1
    • +50
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
Remove unnecessary aliases

    • -12
    • +12
    ./acs-subsite/tcl/attribute-procs.tcl
Add 'attribute::value_add' and 'attribute::value_delete' to the 'acs_subsite_attributes' test case

    • -1
    • +27
    ./acs-subsite/tcl/test/acs-subsite-procs.tcl
improve comments

    • -4
    • +9
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
improve spelling

reduce the number of locks (nsv-accesses) for OACS_FULLQUERIES by a factor of 3 when NaviServer is used.

OACS_FULLQUERIES is one of the 3 most intensively locked nsv arrays for

busy implementation

    • -20
    • +52
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
improve test coverage

    • -3
    • +41
    ./acs-bootstrap-installer/tcl/test/00-proc-procs.tcl
reduce visibility of internal functions

    • -4
    • +4
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
fix entry in listing of covered procs

    • -1
    • +1
    ./xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl
reduce verbosity

move function db_current_rdbms to acs-bootstrap installer to improve code locality

    • -2
    • +6
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
Cleanup of low-level DB-interace: use dict instead of list with fixed positions

VS: ----------------------------------------------------------------------

    • -2
    • +2
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -28
    • +48
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
reduce usage of ad_arg_parser by using c-level implementation; fixes as well broken cases of bind-var handling

    • -46
    • +23
    ./acs-tcl/tcl/01-database-procs.tcl