• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix version in package URL

Support both Bootstrap 3 "Panels" and Bootstrap 5 "Cards"

Many thanks to Monika Andergassen

    • -4
    • +4
    ./proctoring-support/lib/proctoring-display.adp
Fix query names excaped during the namespace reform in 2019

Fix wrong format in page contract

Replace deprecated api with an inlined, localized snippet

minor change in comment

Fix date

Fix version in package URL

    • -1
    • +1
    ./profile-provider/profile-provider.info
    • -1
    • +1
    ./assessment-portlet/assessment-portlet.info
    • -1
    • +1
    ./calendar-portlet/calendar-portlet.info
    • -1
    • +1
    ./dotlrn-assessment/dotlrn-assessment.info
    • -1
    • +1
    ./dotlrn-bootstrap3-theme/dotlrn-bootstrap3-theme.info
    • -1
    • +1
    ./dotlrn-calendar/dotlrn-calendar.info
    • -1
    • +1
    ./dotlrn-evaluation/dotlrn-evaluation.info
  1. … 13 more files in changeset.
Fix version in package URL

    • -1
    • +1
    ./acs-service-contract/acs-service-contract.info
    • -1
    • +1
    ./acs-translations/acs-translations.info
    • -1
    • +1
    ./acs-developer-support/acs-developer-support.info
    • -1
    • +1
    ./general-comments/general-comments.info
    • -1
    • +1
    ./intermedia-driver/intermedia-driver.info
    • -1
    • +1
    ./openacs-default-theme/openacs-default-theme.info
    • -1
    • +1
    ./tsearch2-driver/tsearch2-driver.info
Fix version in package URL

do not abbreviate tcl command names (file root -> file rootname)

do not abbreviate tcl names

remove old-style idiom

make "create" explicit

skip "-url" in "export_vars -url" since it is the default

    • -3
    • +3
    ./acs-tcl/tcl/request-processor-procs.tcl
    • -5
    • +5
    ./acs-tcl/tcl/test/http-client-procs.tcl
    • -1
    • +1
    ./proctoring-support/lib/proctoring-display.tcl
    • -2
    • +2
    ./proctoring-support/tcl/test/proctoring-test-procs.tcl
    • -3
    • +3
    ./acs-admin/www/users/complex-search.tcl
    • -2
    • +2
    ./acs-developer-support/www/request-info.tcl
    • -2
    • +2
    ./acs-templating/tcl/dimensional-procs.tcl
Release notes for 5.10.1

file release-notes-5-10.1.xml was initially added on branch oacs-5-10.

Ad link to 5.10.1 release notes

fix cut&paste error

Cleanup debug statements, re-instate safe tmpfile check

Fixes acs-templating automated tests

adp:toggle_button: add "href" (default "#") for use when ... tag="a" ...

fix dirty-editor-buffer bug

bumped version numbers

    • -3
    • +3
    ./richtext-ckeditor4/richtext-ckeditor4.info
    • -2
    • +2
    ./richtext-tinymce/richtext-tinymce.info
bumped version numbers to 5.10.1b1

bumped version numbers to 5.10.1b1

    • -5
    • +5
    ./acs-api-browser/acs-api-browser.info
    • -8
    • +8
    ./acs-authentication/acs-authentication.info
    • -8
    • +8
    ./acs-automated-testing/acs-automated-testing.info
    • -4
    • +4
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -7
    • +7
    ./acs-content-repository/acs-content-repository.info
    • -6
    • +6
    ./acs-developer-support/acs-developer-support.info
  1. … 71 more files in changeset.
regenerated documetation

    • -4
    • +2
    ./acs-subsite/www/doc/group-admin-pages-acceptance-test.adp
    • -3
    • +3
    ./acs-subsite/www/doc/group-admin-pages-requirements.adp
    • -6
    • +4
    ./acs-templating/www/doc/developer-guide.adp
    • -8
    • +16
    ./acs-templating/www/doc/install.adp
    • -14
    • +25
    ./acs-templating/www/doc/migration.adp
    • -10
    • +20
    ./acs-templating/www/doc/no-quote-upgrade.adp
    • -16
    • +14
    ./acs-templating/www/doc/requirements.adp
    • -1
    • +1
    ./acs-templating/www/doc/TclDocs/doc__util.adp
    • -2
    • +2
    ./acs-templating/www/doc/TclDocs/publish.adp
    • -3
    • +0
    ./acs-templating/www/doc/TclDocs/tcl-procs.adp
    • -1
    • +0
    ./acs-templating/www/doc/api/element.adp
  1. … 27 more files in changeset.
regenerated documentation

    • -6
    • +8
    ./acs-core-docs/www/acs-package-dev.adp
    • -8
    • +11
    ./acs-core-docs/www/acs-plat-dev.adp
    • -6
    • +9
    ./acs-core-docs/www/analog-install.adp
    • -10
    • +18
    ./acs-core-docs/www/analog-setup.adp
    • -37
    • +65
    ./acs-core-docs/www/aolserver.adp
    • -39
    • +62
    ./acs-core-docs/www/aolserver4.adp
    • -3
    • +3
    ./acs-core-docs/www/apm-requirements.adp
    • -5
    • +9
    ./acs-core-docs/www/automated-backup.adp
    • -29
    • +32
    ./acs-core-docs/www/automated-testing-best-practices.adp
    • -0
    • +0
    ./acs-core-docs/www/automated-testing-best-practices.html
  1. … 281 more files in changeset.
Prefer usage of xowiki::bootstrap::card over per-case markup

- Use xowiki::bootstrap::card instead of manual markup per usage case

to increase configuratbility

- Many thanks to Monika Andergasse for the suggestion.

- Bumped xowiki to 5.10.1d42

- Bumped xowf to 5.10.1d54

Added attributes "tag" and "type" to "adp:toggle_button" to increase applicability

- Bootstrap3 is picky and allows just "<a>" tags for the navigation

buttons, whereas Bootstrap4 and 5 would also allow <button> with

appropriate classes for nav-items and nav-links.

So, use <... tag="a"... > for use of nav buttons with potential

Dropdowns with Bootstrap 3.

- Potential attributes for this tag are:

- "tag" (default "button")

- "toggle"

- "target"

- "type" (default "button")

The attribute "type" is just valid when "tag" is "button".

- Many thanks to Monika Andergassen for the suggestion.

    • -22
    • +30
    ./acs-templating/tcl/tag-init.tcl
Be stricter with user output:

- enable again the check for monochrome pictures

- enable for the screen as well that one should not send the same identycal picture twice