• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improving comments, variable names, and indentation

    • -8
    • +10
    ./packages/xowiki/tcl/bootstrap-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -4
    • +12
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
New includelet: references-graph

Include a graph of the (partial) link structure in a wiki,

starting either with a page or a folder. When a page is

provided, the local link structure of this page is

visualized (including incoming and outgoing links of the

page; e.g. -page "." for the current page).

Alternatively, the content of a folder can be shown.

file references-graph-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/xowiki/tcl/references-graph-procs.tcl
improve spelling

    • -2
    • +2
    ./packages/xowiki/tcl/bootstrap-procs.tcl
base includelet "unresolved-references" on new table "xowiki_unresolved_references"

    • -45
    • +24
    ./packages/xowiki/tcl/includelet-procs.tcl
improve comment

    • -6
    • +6
    ./packages/xotcl-core/tcl/cr-procs.tcl
new funcion: util::inline_svg_from_dot: refactored version from private api-procs function.

use new function in api-doc

CVS: ----------------------------------------------------------------------

    • -1
    • +70
    ./packages/acs-tcl/tcl/utilities-procs.tcl
fix broken HTML renderung (unbalanced </table>)

    • -10
    • +9
    ./packages/acs-api-browser/www/proc-view.adp
prefer curly braces for list of options

    • -2
    • +2
    ./packages/acs-tcl/tcl/01-database-procs.tcl
provide a better name for link in test case

Delete obsolete UI

    • -93
    • +0
    ./packages/acs-lang/lib/change-locale-bar.tcl
Delete obsolete test page

Add include contract

    • -1
    • +4
    ./packages/news-portlet/www/news-portlet.tcl
Add page contract, whitrespace cleanup

    • -46
    • +49
    ./packages/dotlrn/www/dotlrn-master.tcl
Add page contract, whitespace cleanup

    • -44
    • +47
    ./packages/dotlrn/www/dotlrn-master-kelp.tcl
Add page contract

    • -0
    • +4
    ./packages/dotlrn/www/dotlrn-master-custom.tcl
Add include contract

    • -0
    • +7
    ./packages/dotlrn/www/admin/need-term-note.tcl
Fix typo in adp

Add include contract

    • -24
    • +17
    ./packages/dotlrn/lib/member-email.tcl
Add include contract

Fix typo

    • -1
    • +1
    ./packages/xolp/tcl/xolp-indicator-procs.tcl
Allow dots in the proc name when building the doc HTML to accomodate e.g. for procs such as "system.methodHelp"

Whitespace cleanup

    • -15
    • +15
    ./packages/xml-rpc/tcl/system-procs.tcl
Create testing instance outside the transaction so it is visible for http requests as well and tear it down, always require empty instances

Use a common idiom to retrieve the first instance that is not cache dependent (ToDo reproduce the issue with ::xo::parameter get_package_id_from_package_key in an own test)

    • -11
    • +11
    ./packages/xotcl-core/tcl/06-package-procs.tcl
Use ns_conn location as a simpler way to retrieve the test URL (and more robust e.g. when behind a https proxy)

Let go the init_classes approach and require what is needed for each test locally (fixes path_resolve and basically all xowiki tests)

    • -18
    • +25
    ./packages/xowiki/tcl/test/xowiki-test-procs.tcl
Make test dependent on xotcl

Whitespace changes

Fix typo