• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
regenerated documentation

  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

    • -28
    • +27
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
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.

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

improved spelling

file upgrade-5.10.1d10-5.18.1d19.sql was initially added on branch oacs-5-10.

file upgrade-5.10.1d18-5.10.1d19.sql was initially added on branch oacs-5-10.

made names of SQL functions explicit to ease calling directly from the Tcl level

fixed comments

improved spelling

improve spelling

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve spelling

improve spelling

minor changes: fixed typo, ease debugging, ...

reduce verbosity

fix setting defaults when partial information is provided

Bump highcharts to version 11.0.1

Highcharts 11 supports now light/dark color schemes, tree graphs, .... amd

audio charts to make charts audible.

Details: https://www.highcharts.com/blog/news/highcharts-version-11/

Bump Font Awesome Icons to 6.4.0

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

bump version number of CKEditor to 4.22.1

CKEditor 4 was launched in 2012 and reached its End of Life (EOL) on June 30, 2023.

A special edition, CKEditor 4 LTS ("Long Term Support"), is available under commercial terms ("Extended Support Model") for anyone looking to extend the coverage of security updates and critical bug fixes.

With CKEditor 4 LTS, security updates and critical bug fixes are guaranteed until December 2026.

Details: https://github.com/ckeditor/ckeditor4-releases

Minor changes:

1) show state in results and export

2) provide a message if the survey the users tries to access is closed

3) reposition member count on 'manage members' page

4) allow users to access their survey item after completion

This is a port of downstream changes by Markus Moser

Don't assume xotcl api in core packages

Reduce impact of PiP preview on the user experience: start PiP only when the window loses focus and interrupt PiP whenever the user interacts with the page in the foreground again

Prefer ns_base64encode where we already require modern NaviServer

Port of downstream fix: variables need to be called differently in the two forms

Fix botched revertion

Disable tests to check for executables on the system

do not show invalid input to the user

Fix archive date clause

Prevent unprivileged users to see archived news items, prefer api to retrieve the creator link, move SQL in the tcl file

    • -3
    • +24
    /openacs-4/packages/news/www/item.tcl
    • -13
    • +0
    /openacs-4/packages/news/www/item.xql
Prevent unprivileged users from listing archived news, harden page contract, small reformatting

    • -16
    • +24
    /openacs-4/packages/news/www/index.tcl