• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- prevent double registration of events in nested repeat steups (many thanks to Thomas Renner for the patch)

- fix for complex interaction of nested repeat fields and ckeditor instances (many thanks to Thomas Renner for the help)

  1. … 1 more file in changeset.
Introduce nonce attribute in script tags to comply with csp

  1. … 5 more files in changeset.
- add repeat fields dynamically via js if needed.

This can improves load times for long complex nested repeat structure significantly

  1. … 1 more file in changeset.
- make admin/list more robust

- deactivate IPAD HACK since it leads to a type error

Removed redundant files: they are duplicated in attach-file.adp and attach-file.tcl

in the same folder, actually used by the OacsAttach plugin and revised for CSP already.

Removed commented markup

Remove inline js handlers to comply with CSP

Put up.gif from richtext-xinha package

Changed reference to the "up" icon so it is found.

TODO

The best would have been the one from richtext-xinha package, but is not reachable because it cannot be mounted.

Removed inline js in favor of explicit ones to comply with CSP

Removed inline js handlers in favor of explicit ones to comply with CSP

Removed inline js handlers, replaced with explicit ones

Remove handler which function was nowhere in the original javascript

Removed redundand body and html tags (they come already from master template)

Removed inline js events into explicit handlers. Test and revamp of plugin to functional state.

  1. … 1 more file in changeset.
Allow the use of naturalnum page parameter type with ::xowiki::Package initialize (thanks to Stefan Sobernig)

Put again naturalnum instead of integer in xowiki's permission admin page

  1. … 1 more file in changeset.
Fix generation of event handlers for HTML in file-storage plugin popup

  1. … 2 more files in changeset.
Replace naturalnum with integer, as the first doesn't work with ::xowiki::Package initialize

- adding missing "www-" prefix

- change onload attribute into proper onload handler

- add nonces to script elements

- replace onchange handlers in .adp files by event listeners

- replace "onclick" in .adp files by event listener

- replace onclick by event listener

- use event listeners instead of "onclick" handles

  1. … 1 more file in changeset.
chat-procs overhaul:

- don't double encode everything

- avoid deprecated js functions escape()/unescape()

xowiki/www/ajax/streaming-chat.js, xowiki/www/ajax/scripted-streaming-chat.js

- scripted-mode: fix incorrect markup

- fix parameter passing to xowiki/www/ajax/chat.tcl to avoid rejects

- fix json_encode: one quote to man in xotcl-core/tcl/chat-procs.tcl

- don't dropt "user has_entered_the_room" in "xo::Chat instproc login",

since xowiki chat has otherwise no idea, who is logged in

  1. … 4 more files in changeset.
- fix typo

  1. … 11 more files in changeset.
- use confirm handler instead of "onclick=..." in all packages in oacs-5-9

  1. … 15 more files in changeset.