• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix typos

bugfix for azure content with multibyte characters

This change fixes two bugs:

a) base64decode was used instead of base64urldecode

b) the binary flag is harmful, since this leads to double-encoding

Many thanks to Sebastian Scheder for the fix.

improved support for Bootstrap5 for composite items

Many thanks to Monika Andergassen for the changes

In case the user used an external_registry for login, we have to allow the redirect to a complete url

move "-destroy_on_cleanup" towards the end of the parameter list

This change improves protection about ambiguous user input

    • -2
    • +3
    /openacs-4/packages/xowf/tcl/atjob-procs.tcl
    • -7
    • +10
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
    • -5
    • +7
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
    • -5
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
use CSSclass "form-range" for Bootstrap5

    • -1
    • +4
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
added support for icanuse "ns_crypto::scrypt"

it looks as if this was lost over time

add one more sample

fix typo

Improve fix: if any other click handler would take longer than the timeout (e.g. an alert) don't wait again

Make sure disabling the button always happens before re-enabling the button and that both happen after all other click handlers have completed

Checkboxes must be retrieved earlier

Reduce hardcoded styling

Allow localization of "External Identity Providers"

Fix for sitebug #150 (security relevant)

The login widget at the navbar contained in its query variable

the password of a user in plain text (e.g. when the user has

mistyped the password, but as well on other error conditions).

Now, the password is filterer in the return_url in such cases.

Many thanks to Khy H for reporting this bug.

For details, see

https://openacs.org//bugtracker/openacs.org/bug?bug_number=150

fixed typos

fixed typo

Harden page contract

Whitespace changes

Cleanup obsolete variable

Use adp:icon feature to generate a style-aware icon on every theme

Don't customize the notification widget in the Boostrap 5 theme: modern adp:icon functionality makes this obsolete

Don't customize the notification widget in the Boostrap 3 theme: modern adp:icon functionality makes this obsolete

more fixups fr bootstrap5

    • -1
    • +7
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
update bootstrap version number to 5.3.1

Reimplement the news admin index page to use the template system and behave consistently with the rest of the graphics

One reason to have custom markup here was the bulk-actions pointing to the same URL differentiated only via URL parameters. This limitation has been overcome in the previous commit.

    • -62
    • +1
    /openacs-4/packages/news/www/admin/index.adp
    • -21
    • +103
    /openacs-4/packages/news/www/admin/index.tcl
template::list bulk-actions feature:

allow to have URL parameters specified in the bulk-action URL, so that the same URL can be used to serve multiple bulk actions differentiated via different flags. The URL parameters override completely every attribute with the same name specified on the form.

Be Bootstrap 5 friendly

bootstrap5 bulkactions: move "ul" element to one level higher

Many thanks to Monika Andergassen for the change

bootstrap5 dropt down menu item: add "disabled" class to the anchor element as well

Many thanks to Monika Andergassen for the suggestion