• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- harden page-contract (backport from HEAD)

- make code more robust against versions of nsf/nx

  1. … 1 more file in changeset.
- adjust to newest xotcl 2/nsf from git

  1. … 1 more file in changeset.
- render www-files with syntax highligher (adding links)

- improve rendering of package-view calls (left column was to small)

- improve validity of HTML markup

- don't treat "@" as API command in syntax highlighter

- remove "api" prefix from functions in the "::apidoc::*" namespace

- mark externally called functions as public

  1. … 8 more files in changeset.
- fix two more references to private calls

- add new prefix (actually, apidoc function would be nice if being public)

Recognize @param and @see

Include parameter documentation and "see references", if available.

- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 27 more files in changeset.
- change tabs into spaces

  1. … 20 more files in changeset.
- make cache viewer more robust against funny characters

- use "ni" operator instead of lsearch

Typo on error message.

- generalize results for cases, where objects live just in different threads

  1. … 1 more file in changeset.
- use "in" operator instead of lsearch

  1. … 1 more file in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.
- improve robustness against invalid input

- new function ::xo::getObjectProperty to abstract from xotcl and nx

- make use of new function at several places

  1. … 2 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 334 more files in changeset.