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

- use "ns_ictl trace delete" instead of "ns_ictl ondelete"

- improve comment

- don't overwrite "xotcl::Object instproc serialize", since this is already defined by nsf (at least in versions 2.0 or newer)

- change value of ns_log_redirector_manager only, when it is defined

- iunclude information about ns_sets in the debug output

- adding an xo::stats command for occasionaly needed statistics on potential memory leaks

- make sure to release all unused handles before finalize

- reduce verbosity, when debug is turned on for a single cmd by omitting the result

- make object browser more robust

  1. … 1 more file in changeset.
- add missing www-prefix to denote function called via url interface

- when browsing classes, show on which classes/objects this class is used as a mixin

  1. … 1 more file in changeset.
- improve robustness of object browser when applied on internal classes of XOTcl

  1. … 1 more file in changeset.