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

  1. … 8 more files in changeset.
report server tag name as well to get precise version info

xo::broadcast: allow to send messages to threads seleced via pattern

improve comments

  1. … 1 more file in changeset.
backport from oacs-5-9, which might avoid problems with oacs 5-8 when used with recent versions of nsf

Improve documentation of public procs and methods.

some legacy cleanup

  1. … 1 more file 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. … 204 more files in changeset.
removed nested expr

prefer expand operator

modernize tcl

  1. … 7 more files in changeset.
add valuechecker "token" for object- and method-parameters (and as well in the parameter definition of an ::xowiki::Package initialize)

  1. … 1 more file in changeset.
Reduce numbber of "catch" operations

  1. … 8 more files in changeset.
Fix typos

  1. … 24 more files in changeset.
improve error handling in case read operation fails

Improve robustness of code: make sure, file is always closed after open operation, even when "read" fails

Modernize Code: use XOTcl2 idioms, reduce instvars

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

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

  1. … 7834 more files in changeset.
- fix bug in type checker method naturalnum. must export methid to include it in the blueprint.

- register method on nx::Slot such it can be used for object parameters and method parameters

Standardize spellings of names

  1. … 6 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

  1. … 13 more files in changeset.
- Fix more spelling errors

- Use uniform spelling of "Tcl"

  1. … 9 more files in changeset.
Fix spelling errors

  1. … 24 more files in changeset.
- Tcl idioms: simplify access to first list element

- Tcl idioms: simplify access to first character

  1. … 8 more files in changeset.
- avoid exception when empty list is provided

- new method for ::xotcl::Object mset: set a series of instance

variables via the provided attribute value list (as e.g. returned by

[array get], [ns_set array], ...

- implement the prepared statement handling within the scope of

a "db_with_handle", to make sure, the prepare and the subsequent

command are using the same handle (and therefore session).

- use for prepared statement caching the result of [ns_db session_id]

when available

- bump version to 0.155

  1. … 2 more files in changeset.
- make qn more robust, when runnin on the topLevel

Allow the use of naturalnum page parameter type with ::xowiki::Package initialize (thanks to Stefan Sobernig)

Put again naturalnum instead of integer in xowiki's permission admin page

  1. … 1 more file in changeset.
- improve documentation, remove commented-out code