• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge from oacs-5-10

    • -26
    • +68
    ./catalog/xowiki.de_DE.ISO-8859-1.xml
    • -25
    • +77
    ./catalog/xowiki.en_US.ISO-8859-1.xml
    • -3
    • +44
    ./catalog/xowiki.es_ES.ISO-8859-1.xml
    • -3
    • +51
    ./catalog/xowiki.it_IT.ISO-8859-1.xml
    • -10
    • +14
    ./catalog/xowiki.ru_RU.utf-8.xml
    • -4
    • +1
    ./resources/templates/error-template.adp
    • -0
    • +9
    ./resources/templates/error-template.tcl
    • -10
    • +10
    ./resources/templates/oacs-view2.adp
  1. … 8085 more files in changeset.
bumped version number from development version to release version

  1. … 93 more files in changeset.
Fix typo

Copy all chat-relevant message keys into the xowiki package, so that the feature does not depend on the chat package and keys are local to the feature

Improves outcome of acs-lang lang_message_dependencies_are_fine automated test

    • -11
    • +15
    ./catalog/xowiki.es_ES.ISO-8859-1.xml
file xowiki.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./catalog/xowiki.ca_ES.ISO-8859-1.xml
file xowiki.pt_BR.ISO-8859-1.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./catalog/xowiki.pt_BR.ISO-8859-1.xml
name all URNs for jquery-ui resources with the same prefix

The library naming is in general not very consistent.

It is called "jqueryui-touch-punch" und cdnjs and

"jquery-ui-touch-punch" on synk.

use for includelets and web-callable parameters @query_param instead of @param

    • -110
    • +112
    ./tcl/includelet-procs.tcl
  1. … 1 more file in changeset.
align nameing with 'resource_info_procs'

  1. … 7 more files in changeset.
whitespace changes

  1. … 1 more file in changeset.
reduce verbosity

silence log entries

  1. … 3 more files in changeset.
add hstore to acs_attribute_types, when hstore is activated

cleanup of cmd '?'

    • -0
    • +1
    ./tcl/test/xowiki-admin-tests-procs.tcl
reduced verbosity

More resource-info updates:

- fixed wrong and inconsistent naming of dict members (many thanks to Sebastian Scheder for figuring this out)

- removed duplicated slashes in resource paths

- fixed incorrect paths when CDN is used

- simplified handling of cspMaps

- added test checking consistency of resource-info dicts

  1. … 10 more files in changeset.
added indirectly covered procs

added URN listing

  1. … 1 more file in changeset.
reduced verbosity

  1. … 1 more file in changeset.
fixed broken error pages (removed obsolete header_stuff)

    • -1
    • +0
    ./resources/templates/error-template.adp
align .adp files for site-wide admin pages

  1. … 1 more file in changeset.
Provide better coverage of used JavaScript libraries

- Added support for jquery, jquery-ui, jqueryui_touchpunch

- For all covered JavaScript libraries, the following components were added:

* parameter configuration (param_info)

* vulnerability checks

- site-wide info can manage now:

bootstrap-treeview, jquery, jquery-ui, and jqueryui-touch-punch

- fallback libraries (e.g. for bootstrap3 or yui) are not covered,

these should disappear in the future.

- bumped version number to 5.10.1b14

spell "site-wide" consistently with a dash

  1. … 33 more files in changeset.
improved spelling

  1. … 28 more files in changeset.
js-libraries: improved naming of variables

Changed name "installedVersion" to "configuredVersion", since

the former might lead to the impression, that it refers only

to the locally installed version. Instead, this refers as well

to a CDN version (when available)

  1. … 18 more files in changeset.
js-libraries: removed variable "resourceUrl"

The variable "resourceUrl" was always used in a single branch but set

for all branches before. To ease maintenance and simplify

comprehension, it was removed.

  1. … 10 more files in changeset.
tdom: "dom parse -html" implies the "simple" parser

The flag "-simple" is not needed when parsing with the flag "-html". This meanse

that

dom parse -simple -html ...

is equivalent with

dom parse -html ...

  1. … 2 more files in changeset.
Always use "--" in "dom parse" when document is interpolated

This is a safety measure to make sure that the document parsed is

never confused with an option, when the document starts with a "-". In

the best case, the error message provided by "dom parse" might be

misleading. This might be a problem for user contributed documents

(passed as variables, or return values from functions).

The double dash is supported in tdom since version 0.9.0.

  1. … 14 more files in changeset.
various small fixes for js libraries

- fixed page contract in case a non-default version is downloaded

- provide always an argument "-version" to resource_info procs

- obtain current version number always via resource_info.installedVersion

(it refers to CDN and locally installed version)

- pass always versionDir via resource_info to ::util::resources::download

- always obtain version_dir from resource_info

  1. … 25 more files in changeset.
Improved resource information for external libraries

- added vulnerability check for a particular version

- centralized URL generation for cdnjs URLS (will reduce maintenance work, when external URL changes)

- improve behavior when running without an Internet connection

  1. … 11 more files in changeset.