acs-api-documentation-procs.tcl

  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 7834 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.
- handle leading / returned by the hardened apidoc::sanitize_path function

  1. … 1 more file in changeset.
- fix potential traversal attack

- improve pretty printing on content-page-view

    • -19
    • +41
    ./acs-api-documentation-procs.tcl
Pretty print comment after ad_proc rather than trying to index keywords

- improve browsing of classes defined in a tcl thread

  1. … 1 more file in changeset.
- xo::api handles all in thread executions via "do"

- use higher level api

- avoid generation of links with four leading colons

- strip namespace if provided

- fix typo

- handle "namespace eval" in pretty-print code

- generalize object handling

    • -19
    • +39
    ./acs-api-documentation-procs.tcl
- improve backwards compatibility

- improve backwards compatibility

- improve backward compatibility

  1. … 1 more file in changeset.
- replace table-based layout by div-based layout

- remove empty sections to improve layout and HTML validty

(e.g. empty blockquotes)

- improve configuratbility of api_proc_pretty_name

- prepare for improved XOTcl 2 handling and improved debug support

(e.g. private/protected/public)

- bump version number to 5.9.1d1

    • -89
    • +112
    ./acs-api-documentation-procs.tcl
  1. … 7 more files in changeset.