• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
- avoid namespace code when namespace is empty

- add preview for images

- deactivate source view for images

- fix typo

- improve handling of erroneous and malicious paths provided to the api browser

    • -3
    • +30
    ./tcl/acs-api-documentation-procs.tcl
- make procs-view more robust against invalid paths

- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- allow source view also for www/procs-file-view

- trim path for www/content-page-view and www/procs-file-view

- render not only objects with absolute names as xotcl-objects

- improve integration with xotcl code (especially for "content pages")

    • -13
    • +16
    ./tcl/acs-api-documentation-procs.tcl
- fix markup: <ul>/</ul> pair was inside a multiple, not wrapping it

- 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

    • -30
    • +30
    ./tcl/acs-api-documentation-procs.tcl
  1. … 2 more files in changeset.
-fix bug when first word is shorter than indent spacing

- make input more robust to leading/trailing spaces

- add special handling for expand operator to tcl code beautifier

- improve spelling in comments and string

- show relevant XQL code instead of all XQL code

- provide links to full XQL code

- fix handling of absolute vs. relative command names

- show SQL code (and Tcl code not defined via apidoc) in sam style

- provide tooltips for Tcl commands, NaviServer/AOLserver commands and

API calls

    • -30
    • +58
    ./tcl/acs-api-documentation-procs.tcl
- modernize Tcl

- generalize handling of util_memoize a little

    • -7
    • +10
    ./tcl/acs-api-documentation-procs.tcl
- handle namespaced variables in pretty-printer

- handle regular cases of util_memoize: insert link for cached function

- beautify tcl-pretty-print

    • -6
    • +25
    ./tcl/acs-api-documentation-procs.tcl
- allow abbreviated man poges, document case

- remove unneeded loop

- move out configuration stuff

- generalizing code

- fix potential bug, when passed-in proc name contains wild-card

character * ("info procs|commands" return multiple results, "info

args" raises an error)

- enable proc-view to work with tcl-comands and naviserver/aolserver

commands as well

- fix outdated URLs

- overhaul of prettty-printer:

* use CSS styles instead of hard-coded values

* get rid of FONT tag

* update tcl command list for tcl 8.5

* reactivate links to tcl-commands (of matching version) in pretty

printed procs

- move configuration variables for external documentation servers to

apidoc namespace (reduce redundancy of information)

- keep for aolserver user documentation link as they were before, just

naviserver users see the naviserver documentation

    • -46
    • +111
    ./tcl/acs-api-documentation-procs.tcl
- replace global statement by namespace qualifiers

- improve performance of syntax highligher significantly (for large sites with many namespaces/procs by an order of magnitude, taks e.g. 100ms instead of 5secs)

- move private functions into a namespace

- replace nested proc-defintions by namespaced procs

- use thread-persistent dict instead of per-call array for formatting information

    • -842
    • +840
    ./tcl/acs-api-documentation-procs.tcl
- make sure, safe_p is always set

- check ids in page contracts

- use util::http::get instead of ns_httpget

  1. … 2 more files in changeset.