• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

  1. … 5 more files in changeset.
improve strictness of tests

  1. … 8 more files in changeset.
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. … 6 more files in changeset.
Make use of extended functionality of OrderedComposite->orderby with -type argument

bumped version number to 0.64

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

fix filtering logic

add support for deleted users, handle this case centrally

  1. … 12 more files in changeset.
whitespace cleanup

  1. … 6 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Use new person api

  1. … 2 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 7834 more files in changeset.
- tighten page contracts

  1. … 43 more files in changeset.
version update:

- add class BanUser (use. e.g. ip address to disallow requests from a user)

- optional user tracking in DB

- modernize mime types

- used explicit "create" statements

- bump version number to 0.46

  1. … 10 more files in changeset.
- add editor hints

  1. … 64 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use "lassign" instead of "foreach ... break" idiom

  1. … 8 more files in changeset.
- add support for traceing slow calls (5 secs +)

- add user_count_day to statistics in counter log

- provide nicer floating point numbers on statistic pages

  1. … 3 more files in changeset.
- make test for user_id more robust

allow sort my views per minutes

- additional package parameter do_thottle on/off to activate/deactivate throttling on the fly

- additional statistcs to compute views per minute for users (e.g. to measure engagement in e-learning apps)

- bump version number

  1. … 4 more files in changeset.
list in who-is-online per default only authenticated users, provide correct activity (smooth value) and last activity.

  1. … 1 more file in changeset.
improving default values, links for last-requests

  1. … 1 more file in changeset.
fix statistics in who's online

The ordering did not match with the labels.

upgrade to version 0.38; mostly adjustments for xotcl core 0.43, some minor fixes

  1. … 6 more files in changeset.
Initial import of the beautiful xotcl-request-monitor

    • -0
    • +149
    ./whos-online.tcl
  1. … 93 more files in changeset.