• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improving comments, variable names, and indentation

  1. … 2 more files in changeset.
improve spelling

  1. … 1 more file in changeset.
Enclose "Dropzone" word in a span so it can be addressed by CSS styling

Add a new Action widget property "confirm_message": when this is set on a BulkAction, will generate the javascript to ask for confirmation using specified message

  1. … 2 more files in changeset.
Clarify what happens when we have bulk actions

Access CSP nonce token via the api, as this will work also outside a connection context

(one might argue that js outside a connection is not that useful, but who am I to judge...)

Whitespace cleanup

Localize bulk-actions label in the child-resources include (many thanks to Monika Andergassen)

Port from downstream

  1. … 6 more files in changeset.
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

  1. … 15 more files in changeset.
modernize code: use resolver variables rather than method calls

  1. … 14 more files in changeset.
improve handling in error cases

Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 6 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
prefer XOTcl2 idioms

  1. … 7 more files in changeset.
- add URNs for jquery, bootstrap, get-http-object, xowiki.css and yui2

- fix return-string from popular-tags and improve stylability in includelet

- remove obsolete "header_stuff" from templates

- replace global parameters BootstrapCSS and BootstrapJS in favor of URNs

- bump version number to 5.10.0d6

  1. … 24 more files in changeset.
Prefer XOTcl2 idioms

  1. … 3 more files in changeset.
XOTcl 2.0 improvements

- reduce usage of "instvar"

- make use of variable resolver instead

  1. … 8 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Update construct to reload a page, as previous one was not working properly at least on Chrome and Explorer

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 13 more files in changeset.
Set container of navbar to CSS class "container-fluid" instead of "container" to make sure, the right aligned members are displayed on fluid pages

Use now available higher level proc to create the event handler

- add comment how a drop with multiple files is handled

- remove more onclick inline scripts

BootstrapTableRenderer: patch to prevent workflow action buttons from appearing outside of the form

- add font-src directive for bootstrap

- change onclick handler into event listener

remove javascript urls and onclick handlers from xowiki menubar (yui and bootstrap)

- add nonce attribute to javascript created via tdom

- add HTML IDs to menu items

- add ability to add listener (list with 2 elements: type (such as

"click") and script (body of a function to be executed).

  1. … 3 more files in changeset.
- use maxcdn rather than netdna cdn

  1. … 1 more file in changeset.