• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

Force a complete flush also when setting a global parameter, other than when deleting

This operation seems superfluous upstream, but downstream code has some specific flushing behavior that would otherwise be applied only at deletion. The change is supposed to be merged in a way that will enable such specific flushing downstream

Keep returning the item id from next for code around expecting such behavior

    • -3
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
bump version number to 5.10.0d39 to refelect dependency on new svg-graph renderer on acs-tcl

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
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)