• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
base caching infrastructure on acs-tcl

bump version number to 5.10.0d13

- Implemented TreePartitionedCache (to allow patter flushes on partitions)

- use xo::Cache on more occasions

- bump version numbers of xowiki to 5.10.0d12 and xotcl-core to 5.10.0d9

  1. … 5 more files in changeset.
- extend implementaton of xo::Cache to support "eval" and "set" method

- use numeric keys for xotcl_object_cache

- bump version numbers of xowiki to 5.10.0d11 and xotcl-core to 5.10.0d8

  1. … 3 more files in changeset.
make edit_form_page more configurable

introduce cache abstraction to centralize caching logic

  1. … 3 more files in changeset.
Take folder-specific content out of xotcl_object_type_cache to improve scalability on high load websites.

Bump version number of xowiki to 5.10.0d10 and on xotcl-core to 5.10.0d7

  1. … 3 more files in changeset.
fix adp expressions

  1. … 2 more files in changeset.
replace calls to depreacted proc "fs::remove_special_file_system_characters"

  1. … 3 more files in changeset.
whitespace changes

    • -279
    • +280
    ./tcl/includelet-procs.tcl
improve spelling

  1. … 12 more files in changeset.
reduce verbosity

  1. … 1 more file in changeset.
use form_name in url

make require_test_folder more configurable

add ::xowiki::test::create_form. The most time consuming part was to

figure out, that export_vars truncates variable names in case these contain a ":".

Bump version number to 5.10.0d9

improve comments

Improve comments a little

    • -150
    • +156
    ./tcl/xowiki-www-procs.tcl
minor editing updates

improve error handling and page title

use standard return mechanism, when no master is used

add prepared statements

  1. … 1 more file in changeset.
whitespace cleanup

  1. … 2 more files in changeset.
refactor testing code a little

  1. … 1 more file in changeset.
fix typo

improve documentation

add basic web testing infrastructure for form pages

do some minor refactoring

bump version number to 5.10.0d8

    • -0
    • +304
    ./tcl/test/test-procs.tcl
improve spelling

  1. … 1 more file in changeset.
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 8 more files in changeset.
Fix typos

  1. … 10 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).

    • -2
    • +2
    ./www/prototypes/categories-portlet.page
  1. … 462 more files in changeset.
Improve grammer and make spelling more consistent