• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Ease management of external js packages to automate admin tasks

- provide explicit information about optional package paramters

- make these accessible from site-wide admin pages

- provide information, how the configuration of the version number happend

- improve design of site-wide admin pages with action items

- further streamlined handling of external js packages

  1. … 18 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.
In essence, this change renames "version_dir" to "version_segment" as

well as "versionDir" to "versionSegment" to reflect the fact, that

this variable does not denote a directory, but a part of the path

appended to path "resourceDir".

  1. … 4 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.
Improved consistency of resource-info for the cookieconsentlibraries, added vulnarability info

In addition, this change makes the package variable "Version" more consistent with

other occurences, where version is just the version number. Here, it was the version path.

  1. … 1 more file in changeset.
Extended resource info dict with explicit version number and an API call to obtain the newest version number

The two new optional resource info fields are

- versionCheckAPI

- installedVersion

These fields are necessary to provide an admin page to check

whether the installed versions are the most recent ones.

  1. … 8 more files in changeset.
Move doc where the api-doc can find it

added same-site lax for js-handling of cookies

Fix typo

fix typo

added new regression test

    • -0
    • +64
    ./test/cookie-consent-test-procs.tcl
file cookie-consent-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/cookie-consent-test-procs.tcl
upgrade to upstream version 3.1.1

don't include for bots

bump version to 0.7

  1. … 1 more file in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 9 more files in changeset.
added editor hints and white-space cleanup

  1. … 24 more files in changeset.
Fix typo in example in comment

Fix typo in package key

Return if NOT connected...

add support for expiryDays

update upstream version number

for expiry days to work correctly, one needs probably the following fix

https://github.com/insites/cookieconsent/pull/534

  1. … 1 more file in changeset.
improve spelling

  1. … 4 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
update documentation

increase code sharing: use adp-include check-installed instead of local version

  1. … 7 more files in changeset.
base cookie consent on new resource infrastructure and remove local solutions

  1. … 3 more files in changeset.
Fix duplicated words

  1. … 3 more files in changeset.
handle already closed connections with a preliminary solution

improve grammar

  1. … 1 more file in changeset.
Fix typo

avoid errors, when connection is already closed