• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
include calls from *-init.tcl files in call graph analysis

    • -63
    • +125
    ./acs-api-documentation-procs.tcl
Add call graph information based on static analysis to API doc. This information

is computed on a best-effor bases and not necessarily complete, since static analysis

of a dyamic language is limited; furthermore, direct calls from web pages are not included

for activation, see tcl/api-doc-init.tcl

    • -108
    • +373
    ./acs-api-documentation-procs.tcl
  1. … 1 more file in changeset.
Fix typo

make tested procs explicit

  1. … 2 more files in changeset.
- use information from acs_testing in api-browser: provide link for

test cases.

- new function: api_add_to_proc_doc for updating apidoc information

from other packages

- bump version of acs-automated testing to 5.10.0d4 and

acs-api-browser to 5.10.0d2

- toc includelet:

* new flag: "-renderer" (default "")

specify an explicit renderer. This is an alternative to the

classic "rendering by style", where there style determines the renderer.

* new flag: "-include_in_foldertree" (default true)

it is now possible to avoid inclusion of all folder-tree element

in the standard folder tree. Default set for backwards

compatibility.

  1. … 5 more files in changeset.
Use @return in the proc documentation

  1. … 2 more files in changeset.
new feature: offer swa the ability to view compiled template

  1. … 2 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
adapt to altered host name

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.
improve list operations

  1. … 5 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
Fix typos

    • -72
    • +72
    ./acs-api-documentation-procs.tcl
Fix typos

  1. … 28 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
allow doc-strings starting with leading colons; fixes issue #3337

reduce logging level for page-contract loading (otherwise we see many errors from e.g. obsolete packages where page_contract cannot be executed)

make markup more robust when the output is sent though tdom (previously, some white-space was swallowed)

fix and comment strange construct in api_read_script_documentation

Fix cut&paste error

reduce number of swallowing catch operations

    • -19
    • +19
    ./acs-api-documentation-procs.tcl
  1. … 3 more files in changeset.
reduce verbosity

merged changes from the oacs-5-9 branch and resolved conflicts

    • -145
    • +294
    ./acs-api-documentation-procs.tcl
  1. … 7833 more files in changeset.
Standardize spellings

  1. … 1 more file in changeset.
- use links more consistent: add prefix /api-doc/ to urls for "see also" (like in other cases)

- Tcl idioms: simplify access to first character

  1. … 8 more files in changeset.
- Tcl idioms: simplify access to last character

  1. … 3 more files in changeset.
- fix broken call (ns_htmlencode must be ns_quotehtml)

- bug-fix (old bug): not sure, why "proc" was removed from the @see tag. the consequence was, that "@see ad_proc" as converted into "ad_", which is incorrect (see occurence e.g. in http://openacs.org/api-doc/proc-view?proc=callback&source_p=1)

- apidoc::get_doc_url: factor out common code to reduce redundancy

- OpenACS PL/SQL API Search: add number ot arguments, modernize adp,

better separation of multiple psql functions

- fix postgres search url on api-doc/index page

- add missing csrf protection to NaviServer/AOLserver search box

- bump version number to 5.9.1d3

  1. … 12 more files in changeset.