• last updated 24 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add a minimal overhead job queue for user tracking, when the atomic "nsv_set -reset ..." is available

- bump version number to 0.51

    • -3
    • +3
    ./xotcl-request-monitor/xotcl-request-monitor.info
    • -4
    • +23
    ./xotcl-request-monitor/tcl/throttle_mod-init.tcl
    • -17
    • +41
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
    • -2
    • +2
    ./xotcl-request-monitor/www/last100.tcl
    • -2
    • +2
    ./xotcl-request-monitor/www/stat-details.tcl
improve the graph layout by omitting recursive calls

    • -6
    • +25
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
fix version dependencies

    • -2
    • +1
    ./richtext-ckeditor4/richtext-ckeditor4.info
try to fix broken link to reasonable values

improve spelling

    • -1
    • +1
    ./assessment/www/doc/data_collection.adp
    • -4
    • +4
    ./assessment/www/doc/display_types.adp
    • -4
    • +4
    ./assessment/www/doc/display_types.html
    • -1
    • +1
    ./assessment/www/doc/requirements.html
  1. … 12 more files in changeset.
- switch to common resource downloading infrastructure

- upgrade to CKeditor 4.10.0

- bump version number to 0.18

    • -4
    • +3
    ./richtext-ckeditor4/richtext-ckeditor4.info
    • -47
    • +76
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
increase code sharing: use adp-include check-installed instead of local version

    • -2
    • +4
    ./cookie-consent/tcl/cookie-consent-procs.tcl
    • -5
    • +5
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -1
    • +3
    ./openacs-bootstrap3-theme/tcl/init-procs.tcl
- Add support for dowloading archives

- add reusable adp-includes for handling resource downloads

- bump version number to 5.10.0d18

    • -0
    • +15
    ./acs-tcl/lib/check-installed.adp
    • -0
    • +46
    ./acs-tcl/lib/check-installed.tcl
introduce a urnMap in resource_info as a generalizable solution

CVS: ----------------------------------------------------------------------

    • -2
    • +1
    ./openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl
    • -3
    • +8
    ./openacs-bootstrap3-theme/tcl/init-procs.tcl
    • -14
    • +5
    ./openacs-bootstrap3-theme/tcl/resource-init.tcl
base cookie consent on new resource infrastructure and remove local solutions

    • -91
    • +21
    ./cookie-consent/tcl/cookie-consent-procs.tcl
Fix typo, normalize indentation

    • -21
    • +22
    ./openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl
make all keys of the resource_info dict camel case

    • -11
    • +11
    ./acs-tcl/tcl/utilities-procs.tcl
    • -5
    • +4
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -7
    • +11
    ./openacs-bootstrap3-theme/tcl/init-procs.tcl
use public interface instead of private one

    • -2
    • +2
    ./acs-authentication/tcl/test/acs-authentication-procs.tcl
provide better defaults for admin pulldown in tabbed modes

improve appearance of default index page: 2-column layout was not clear

adjust protection to reality

openacs-bootstrap3-theme:

- provide a neutral appearance, different from OpenACS.org

(different color, remove OpenACS logo, ....)

- make use uf URNs for bootstrap

(allow sharing of bootstrap definitions, avoid multiple loading)

- upgrade bootstrap from 3.1.1 to 3.3.7

- add support for CDN vs. local installation of bootstrap

- added sitewide-admin procs for managing local installation (via /acs-admin)

- improve passing arguments to <widgets>

- bump version number to 5.10.0d2

    • -4
    • +5
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -38
    • +37
    ./openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl
    • -0
    • +35
    ./openacs-bootstrap3-theme/tcl/init-procs.tcl
    • -0
    • +28
    ./openacs-bootstrap3-theme/tcl/resource-init.tcl
    • -0
    • +20
    ./openacs-bootstrap3-theme/www/resources/css/color/grey.css
    • -0
    • +16
    ./openacs-bootstrap3-theme/www/sitewide-admin/download.tcl
    • -0
    • +20
    ./openacs-bootstrap3-theme/www/sitewide-admin/index.adp
    • -0
    • +48
    ./openacs-bootstrap3-theme/www/sitewide-admin/index.tcl
make spelling more consitent

    • -1
    • +1
    ./acs-templating/www/doc/no-quote-upgrade.adp
    • -1
    • +1
    ./acs-templating/www/doc/no-quote-upgrade.html
improve URN registration: handle cases where the same URN is registered multiple times (prefer local over CDN, provide warnings)

    • -3
    • +21
    ./acs-templating/tcl/head-procs.tcl
fix typo

improve source code documentation

provide a common API for downloading resources from a CDN instead of maintaining per-packet variants

::util::resources::download

::util::resources::can_install_locally

::util::resources::is_installed_locally

- bump version number to 5.10.0d16

    • -1
    • +164
    ./acs-tcl/tcl/utilities-procs.tcl
improve log message

Introduce elapsed time in http api response

Will use the one coming from ns_http when available, or fallback to a calculated one.

    • -14
    • +45
    ./acs-tcl/tcl/http-client-procs.tcl
Close tag properly (fixes files__check_info_files)

Update adp boolean expression

    • -1
    • +1
    ./forums-portlet/www/forums-portlet.adp
make shell window span the full browser width, provide some styling

    • -1
    • +13
    ./acs-developer-support/www/shell.tcl
use aa_section features of automated testing

    • -28
    • +33
    ./xowf/tcl/test/xowf-test-procs.tcl
- add new api function "aa_section" to allow structuring of larger test cases

- generalize login during tests further. When "user_info" is provided

it can be used to either login via login credentials or directly

via user_id (next step: integrate config-option for test users, this

will allow pure web tests to run against a different server)

- extend regression test to cover new features

- bump version numbers to 5.10.0d7

    • -2
    • +2
    ./acs-automated-testing/acs-automated-testing.info
    • -20
    • +115
    ./acs-automated-testing/tcl/aa-test-procs.tcl
    • -5
    • +27
    ./acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl
    • -0
    • +4
    ./acs-automated-testing/www/admin/testcase.adp
    • -1
    • +5
    ./acs-automated-testing/www/admin/testcase.tcl
use proper method in xpath query to check attribute value

specify xpath query more