• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- don't list sub-objects as methods

- output just one configuration parmeter per line

- improve layout of documented configuration parameters

- improve class, object and method browser (in collaboration

with acs-api-browser)

- improve xotcl2/nx support (e.g. obtain OpenACS doc-strings

from object, class and method definitions)

- suport for debugging methods from api-doc interface (with

an appropriate nsf version)

- rename xotcl::api to xo::api (same namespace as other OpenACS

specific xotcl stupport functions)

- state clearly that xotcl 2.0 is required

- improve xotcl2/nx support

- remove legacy code

- bump version to 0.142, update dependencies

  1. … 7 more files in changeset.
- use explicit "create" statements

  1. … 2 more files in changeset.
- don't i18n serialized objects

- relax page contract

  1. … 1 more file in changeset.
- use xo::getObjectProperty more consistently

- fix typo

- use xo::getObjectProperty more consistently

- add editor hints

  1. … 63 more files in changeset.
- fix and standardize quoting in template properties

  1. … 393 more files in changeset.
- harden page contracts

- harden page-contract (backport from HEAD)

- harden page contract

- improve safety of generated HTML

  1. … 2 more files in changeset.
- quote amp in hrefs

  1. … 1 more file in changeset.
- improve validity and safety of HTML

  1. … 1 more file in changeset.
- class browser: give more "above" context, when a class has no subclasses

- reenable object browsing in addition to class browsing

Improve XOTcl class and object browser:

- use svg instead of png by default

This leads to better graphic output,

certain stylability via CSS, and less tmp files.

- make classes in class hierarchy clickable to

allow for navigation in the class structures

- contrast class of interest (in focus) against contextual

classes in generated graphs

- make show-object configurable to allow eg. how many

levels of the class hierarchy should be displayed

before and after the class of interest

- don't display per default instance-of relationships to

make the graph simpler

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

  1. … 2540 more files in changeset.
- 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