• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

  1. … 1 more file in changeset.
- modernize 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

- 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

  1. … 1 more file in changeset.
- 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.
- point to naviserver doc

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

- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 101 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- better checking on version_id

- change 'util_memoize "..."' into 'util_memoize [list ...]' as pointe out by Frank for security reason and correctness

  1. … 5 more files in changeset.
- validate version_ids in page-contract

- don't rise "internal server errors" (500) for invalid urls

  1. … 1 more file in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

- mark deprected functions as such in browser

- flatten nested "lindex" structures

  1. … 1 more file in changeset.
- don't abbreviate "info" subcommands

- no need for "\" in continuation lines of expression

  1. … 1 more file in changeset.
- cleanup, support nsf-procs

  1. … 1 more file in changeset.
- don't barf on outdated link

- improve rebustness against stale links for uninstaled packages

- improve robustness against outdated links

- fix double-quoting

- fix leak of file handle (opened file was never closed)

- don't prodice 500 status when passed filename does not exists

- fix display of SQL files in package_view

- avoid error messages in log file after internal_redirect

- show lib files in api browser (this fixes bug #2422)

- make content-page-view more robust in case packages are e.g. deinstalled, or invalid ids are passed in

- make proc-view more robust in case packages are e.g. deinstalled, or invalid ids are passed in

- content-page-view: fix cases, where non-existing file is passed in

- use property "doc(title)" instead of "title"

  1. … 28 more files in changeset.