• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement test for apm_parameter_section_slider

Test also that no email is send when not needed

Adapt acs_admin::check_expired_certificates to return whether some expired certificates exist, then use this to test the proc

Conversion to URN of highcharts javascript in xowiki (Thanks to Monika Andergassen)

    • -0
    • +2
    /openacs-4/packages/xowiki/tcl/resource-init.tcl
Whitespace cleanup

Redefine acs_group__member_p so that direct membership is checked in a way that is uniform with that of cascading membership: without any permission check (fixes acs_subsite_check_composite_group automated test)

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

Avoid potential quoting issues by enclosing body in a list statement (many thanks to Nathan Coulter)

Do not rely on error trapping for file retrieval, introduce a test for this proc

Fix copy paste

Simple test to make sure available md5 decoding implementations work the same

file naviserver-api-procs.tcl was initially added on branch oacs-5-10.

Fix quoting, modify aa_export_vars so that now takes one argument, which is a list (many thanks to Nathan Coulter)

Reduce divergency between oracle and postgres

Reduce divergencies between oracle and postgres

    • -2
    • +5
    /openacs-4/packages/chat/www/user-ban.tcl
Reduce divergency between oracle and postgres

Use portable idiom

Reduce divergency between oracle and postgres

Reduce divergency between oracle and postgres

    • -3
    • +21
    /openacs-4/packages/acs-tcl/tcl/object-procs.tcl
Remove dead xqls

Fix typo in query and in context, reduce divergency between oracle and postgres

Reduce divergency between oracle and postgres

Reduce divergency between oracle and postgres

Reduce divergency between oracle and postgres codebase

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

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