• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This change intruduces <adp:button>, which avoids adp:* markup inside

HTML attribute values, which we had before. One can now use

<adp:button type="submit" class="btn btn-outline-secondary">Filter</adp:button>

instead of

<button type="submit" class="btn <adp:class name='btn-outline-secondary'>">Filter</button>

One should probably provide in the future more adp:* tags for

providing a clean mapping of CSS class attributes.

<adp:class> was deactivated for the time being

  1. … 3 more files in changeset.
reduced verbosity

factor out some w3css styling and make it available via template::CSS

  1. … 2 more files in changeset.
Make long calls page work with w3.css

Formatting changes, fix unclosed tag

Prefer unset to array unset when the whole array should be deleted

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 7 more files in changeset.
merge with missing files

  1. … 1451 more files in changeset.
merge from oacs-5-10

  1. … 8085 more files in changeset.
Cleanup of external binaries: always use "util::which" to resolve binaries

  1. … 5 more files in changeset.
Tolerate instances that do not ship with xowiki, as this is not a dependency

protect query-parameters against exceptions with empty values

The page_conract filter require a "notnull", otherwise it lets

values like ...?v=&... through, although {v:boolean} was used.

These empty values will cause exceptions, when it is later

assumed that "v" has a proper boolean value.

improved spelling

  1. … 7 more files in changeset.
added ability to order by time values

improve strictness of tests

  1. … 6 more files in changeset.
add the daydifference to listing of long calls, when this was more than one day ago

Added support for ordering long-calls by start time or by end time

include request start in long-call listing

  1. … 1 more file in changeset.
minor updates

most significant changes:

- longer lines kept for long-calls

- adapted size of buffer for long-call analysis

  1. … 1 more file in changeset.
Remember pool settings for the number-of-lines filter

Added pool filtering and improved layout for Bootstrap 5

- added filter option for pools on "long-calls" page

- added support for Bootstrap 5

- added adp:icon for parameter

- Bumped version to 0.65

  1. … 2 more files in changeset.
use the highcharts package if available

  1. … 1 more file in changeset.
prevent double-sorting

some more fine-tuning

Make use of extended functionality of OrderedComposite->orderby with -type argument

bumped version number to 0.64

  1. … 1 more file in changeset.
switch from xo::db::sql to acs::dc interface

  1. … 12 more files in changeset.
protect against a potential division by zero

trim potentially partial lines

minor cleanup for returnurls

  1. … 1 more file in changeset.
strengthen page contract, add breadcrums

restrict permissions of ip-info page