xowiki-utility-procs.tcl

  • last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 8 more files in changeset.
Replace upstream references to ::xowiki::get_raw_request_body and ::xowiki::read_file/::xowiki::write_file to the ::xo:: namespace

  1. … 3 more files in changeset.
Refactor file read/write xowiki utilities as xotcl-core utilities,

as webDAV will use them, remove leftover references to xowiki in dav-procs.tcl

found after freshing on a fresh instance

  1. … 2 more files in changeset.
base caching infrastructure on acs-tcl

bump version number to 5.10.0d13

  1. … 4 more files in changeset.
- 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. … 9 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. … 6 more files in changeset.
introduce cache abstraction to centralize caching logic

  1. … 5 more files in changeset.
add basic web testing infrastructure for form pages

do some minor refactoring

bump version number to 5.10.0d8

  1. … 3 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.
improve spelling and grammar

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

  1. … 204 more files in changeset.
improve code documentation

  1. … 10 more files in changeset.
prefer XOTcl2 idioms also in commented-out statements

  1. … 11 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Fix typos

  1. … 24 more files in changeset.
Replace "catch" by ad_try operations, when appropriate

  1. … 6 more files in changeset.
Revert changes not meant to be committed

Fix typo

  1. … 1 more file in changeset.
prefer XOTcl2 idioms

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

    • -125
    • +164
    ./xowiki-utility-procs.tcl
  1. … 7834 more files in changeset.
- fix merge bug

- no need for semicolon

- refresh fks of id_columns: some old installations have no proper foreign keys with cascading delete. Simply refresh all of these

- bump version number to 5.9.0d1

  1. … 2 more files in changeset.
- improve robustness of upgrade scripts: handle cases with old installations, where some update scripts were not executed

  1. … 1 more file in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

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

    • -108
    • +125
    ./xowiki-utility-procs.tcl
  1. … 2547 more files in changeset.
- use more tcl 8.5 idioms

  1. … 7 more files in changeset.
- added utility function "xowiki::utility user_is_active" to centralize logic about querying and rendering active users

- make use of ::xo::db_list* functions

  1. … 4 more files in changeset.
- fix typo