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

address issue #3426: maintain a table of unresolved references

These unresolved references are local links of the form [[...]]). Since

backlink references (e.g. {{my-references}}) are mainted on on page edits

via ids, dead links could not be maintained this way.

A new table is created to maintain such dead links, and refreshes references

to dead links, when such pages are created.

    • -4
    • +7
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -9
    • +49
    ./packages/xowiki/tcl/xowiki-procs.tcl
Add documentation to includelets

    • -6
    • +25
    ./packages/xowiki/tcl/dotlrn-portal-procs.tcl
    • -1
    • +24
    ./packages/xowiki/tcl/folder-procs.tcl
    • -24
    • +378
    ./packages/xowiki/tcl/includelet-procs.tcl
Whitespace changes

add test case for links with "resolve_local=true"