• last updated 14 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduce catches from downstream when cleaning up chat variables

Looks like these variables can have been removed before logging out.

Perform less aggressive cache flushing

Furthermore, allow ns_cache_flush in xo::clusterwide

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

  1. … 7820 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.
Fix potentially broken link

Fix rendering of embedded links

Ease debugging of policyies and streamline check_permissions with enforce_permissions

- handle fetch via revision_id over perpared statement

make parsing of sql argument names more robust

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer, tDOM)

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

- Use uniform spelling of "Tcl"

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

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

- Tcl idioms: simplify access to first character

  1. … 7 more files in changeset.
tighten regexps for message keys

  1. … 1 more file in changeset.
Improve robustness of "file delete" operations

  1. … 24 more files in changeset.
Change also the value of instance variable, as this will be used e.g. by update_item_index without fetching from db again.

Fix potential naming conflict in ::html namepace

- avoid exception when empty list is provided

- provide information, when dependent files are sourced

update xo::library nsv when loading apm-file

Reduce verbosity

  1. … 1 more file in changeset.
Whitespace change: strip trailing spaces

Add "-returns" to ad_instproc and ad_proc methods

- make instance variables kept in the object cache configurable per

class via pattern (using "non_cached_instance_var_patterns"; default

{__*})

- use xotcl2 variable resolver for better performance

- bump version of xotcl-core to 0.156

  1. … 1 more file in changeset.
Fix typo

- 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. … 1 more file in changeset.
- build prepared statements more eager - for the time being