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

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
    /openacs-4/packages/xowiki/tcl/references-graph-procs.tcl
improve spelling

base includelet "unresolved-references" on new table "xowiki_unresolved_references"

improve comment

new funcion: util::inline_svg_from_dot: refactored version from private api-procs function.

use new function in api-doc

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

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
fix broken HTML renderung (unbalanced </table>)

prefer curly braces for list of options

provide a better name for link in test case

Delete obsolete UI

Delete obsolete test page

Add include contract

Add page contract, whitrespace cleanup

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

Add page contract

Add include contract

Fix typo in adp

Add include contract

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

Fix typo

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
    /openacs-4/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)

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)

Make test dependent on xotcl

Whitespace changes

Fix typo