• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN%3Agustafn%3A20190717083409 does not exist.

added link to cluster info to acs-admin main page when cluster is enabled

    • -0
    • +1
    ./acs-admin/lib/site-wide-services.adp
    • -1
    • +1
    ./acs-admin/lib/site-wide-services.tcl
improved spelling

clean dirty editor buffer

    • -1
    • +1
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
improved spelling

    • -2
    • +3
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
    • -1
    • +1
    ./acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl
    • -3
    • +3
    ./xotcl-core/tcl/http-client-procs.tcl
Made startup more robust

- handle not-yet-defined callback procs gracefully

    • -3
    • +14
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl
updated version number of jquery (introduced not long ago)

    • -1
    • +1
    ./dotlrn-bootstrap3-theme/tcl/apm-callback-procs.tcl
Improved readability of configuration parameter "parameterSecret"

- Switched to camelCase for better readabilty and uniformity

- NaviServer configuration parameters are case insensitive, so no danger for backward compatibility

    • -4
    • +4
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
Made .xql file more consistent by using dot notation

OpenACS for PostgreSQL uses since the release of 5.10.0 the dot

notation for the SQL function acs_permission.permission_p() to ease

portability with Oracle.

In general, one has to be careful that during an upgrade from an older

OpenACS version (e.g. 5.9.*) directly to 5.10.1 to upgrade process

does not depend on the dot notation, otherwise the upgrade will fail.

One should be safe for most UI functions in this respect.

Expand permission test suite to include definition of custom privileges in a couple of setups

    • -11
    • +221
    ./acs-tcl/tcl/test/test-permissions-procs.tcl
Provide an automated test of "advanced" permission features: permission inheritance via group, or via the permission context

    • -1
    • +203
    ./acs-tcl/tcl/test/test-permissions-procs.tcl
Use a simpler approach to achieve the intended result, which does not rely on events

Keep comments on the server side

JS upstream updates

- Updated highcharts to 11.4.0 (when highcharts package is not installed)

- Updated jquery-3.6.3 to jquery-3.7.1.

- Bumped version number to 5.10.1b10

    • -10965
    • +0
    ./xowiki/www/resources/jquery/jquery-3.6.4.js
    • -0
    • +10716
    ./xowiki/www/resources/jquery/jquery-3.7.1.js
Ensure chat javascript is executed only when the chat itself is actually a part of the DOM

This may not be the case at the time of rendering, e.g. because the chat is rendered inside of a <template> tag and appended to the document at a later moment.

JS upstream updates

- Updated upstream library to 11.4.0

- Bumped version to 0.5

JS upstream updates

- Updated jquery-3.6.3 to jquery-3.7.1.

- Bumped version to 5.10.1b2

    • -2
    • +2
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -1
    • +1
    ./openacs-bootstrap3-theme/tcl/resource-init.tcl
JS upstream updates

- Updated boostrap5 to 5.3.3

- Updated jquery-3.6.3 to jquery-3.7.1.

- Bumped version to 5.10.1b4

    • -2
    • +2
    ./openacs-bootstrap5-theme/openacs-bootstrap5-theme.info
    • -1
    • +1
    ./openacs-bootstrap5-theme/tcl/resource-init.tcl
    • -1
    • +1
    ./openacs-bootstrap5-theme/tcl/resource-procs.tcl
file jquery-3.7.1.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./openacs-bootstrap5-theme/www/resources/js/jquery-3.7.1.js
    • -0
    • +0
    ./openacs-bootstrap3-theme/www/resources/js/jquery-3.7.1.js
    • -0
    • +0
    ./xowiki/www/resources/jquery/jquery-3.7.1.js
file jquery-3.7.1.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./openacs-bootstrap5-theme/www/resources/js/jquery-3.7.1.min.js
    • -0
    • +0
    ./openacs-bootstrap3-theme/www/resources/js/jquery-3.7.1.min.js
    • -0
    • +0
    ./xowiki/www/resources/jquery/jquery-3.7.1.min.js
Untangle if logics

    • -23
    • +30
    ./acs-tcl/tcl/text-html-procs.tcl
Reject URLs displaying multiple protocols

Test further improvement of injection attempt by penetration tests

    • -0
    • +10
    ./acs-tcl/tcl/test/text-html-procs.tcl
Harden page contract

Strenghten validation against smarter attempts to disguise the javascript: protocol

    • -10
    • +17
    ./acs-tcl/tcl/text-html-procs.tcl
Replicate a smarter attempt by a penetration tool to disguise the javascript: protocol

    • -11
    • +24
    ./acs-tcl/tcl/test/text-html-procs.tcl
Add new extension mjs, for Javascript modules, to the Javascript mime type

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
file upgrade-5.10.1b3-5.10.1b4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.10.1b3-5.10.1b4.sql
file upgrade-0.6.2d6-0.6.2d7.sql was initially added on branch oacs-5-10.

added missing function args

reduce verbosity