• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Remove unneded ad_script_abort

    • -1
    • +0
    ./acs-admin/lib/service-parameters.tcl
Fix files__page_contracts for include, replace ad_decode idioms

    • -2
    • +11
    ./acs-admin/lib/password-update.tcl
Fix files__page_contracts for this page

    • -0
    • +7
    ./acs-admin/lib/developer-services.tcl
Check also for empty lines at the end of the file in the 'files__trailing_whitespace' test case

    • -2
    • +10
    ./acs-tcl/tcl/test/file-test-procs.tcl
Fix files__page_contracts automated test for the page

    • -10
    • +13
    ./acs-admin/lib/service-parameters.tcl
Use localized message when returning 403 and no custom message is specified

Provide an ad_include_contract for the page (fixes files__page_contracts)

    • -46
    • +55
    ./acs-authentication/lib/local-search.tcl
Ehm.. revert previous commit: search would use service contract to get the search form, so we should no assume local-search to be used...

    • -2
    • +4
    ./acs-admin/www/users/complex-search.tcl
    • -0
    • +1
    ./acs-authentication/lib/local-search.adp
    • -0
    • +79
    ./acs-authentication/lib/local-search.tcl
    • -0
    • +106
    ./acs-authentication/lib/search.adp
    • -0
    • +155
    ./acs-authentication/lib/search.tcl
Removal of obsolete user search includes

Rationale:

- no mention to these pages anywhere in upstream packages

- local-search fails files__page_contracts automated test

- weird code in local-search (where is authority_id used to filter users?...)

- acs-admin/users/complex-search is a working replacement and duplicates their intended features

- as for TIP#125, in case complex-search was not reusable, probably a minor rework would do

    • -5
    • +3
    ./acs-admin/www/users/complex-search.tcl
    • -1
    • +0
    ./acs-authentication/lib/local-search.adp
    • -79
    • +0
    ./acs-authentication/lib/local-search.tcl
    • -106
    • +0
    ./acs-authentication/lib/search.adp
    • -155
    • +0
    ./acs-authentication/lib/search.tcl
added cookie management by passing request dict as "-session" to next requests

- new webtest API calls:

::acs::test::login

::acs::test::logout

- transformed tclwebtest_example to webtest_example (not using twt)

    • -11
    • +97
    ./acs-automated-testing/tcl/aa-test-procs.tcl
    • -31
    • +35
    ./acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl
Allow to specify the URL which is used for regression

testing for cases, where it is hard to determine (when e.g. running

behind a proxy server)

    • -20
    • +43
    ./acs-automated-testing/tcl/aa-test-procs.tcl
whitespace changes

    • -9
    • +9
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
Document the use of the parameter 'args' containing a list of a variable number of arguments

    • -5
    • +8
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl