• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace changes

    • -3
    • +3
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
increased robustness: use directdispatch to avoid interaction with user specific "info" methods

    • -4
    • +4
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
added theme specific registry for cass class name mapping

    • -2
    • +20
    ./packages/acs-templating/tcl/style-procs.tcl
Remove AOLserver cruft

- reduced complexity of registering/invoking filters

- move more deprecated procs in acs-tcl to acs-tcl/tcl/deprecated-procs.tcl

    • -2
    • +2
    ./packages/acs-tcl/tcl/admin-procs.tcl
    • -3
    • +103
    ./packages/acs-tcl/tcl/deprecated-procs.tcl
Re-fix deprecated api after merge

Move unmap_pool in a namespace

Fixes acs-tcl naming__proc_naming automated test

Consider documentation the presence of an author

fixed braces

Use adp:button in various .tcl files

ADP markup becomes cleaner, since some extra calls to template::CSS are not

necessary anymore.

    • -11
    • +10
    ./packages/xowf/tcl/test-item-procs.tcl
    • -10
    • +10
    ./packages/xowiki/tcl/bootstrap-procs.tcl
map in adp:button fro bootstrap5 only selectively data attribute names

    • -5
    • +8
    ./packages/acs-templating/tcl/tag-init.tcl

New API function: ad_docbook_xml_to_html

This function converts DocBook XML as used in the OpenACS

documentation to HTML. This is not a full implementation of all

possible DocBook markup, but just a subset sufficient for rendering a

substantial subset of the OpenACS documentation.

The function can be used via

set html [ad_html_text_convert -from application/docbook+xml -to text/html $text]

or

set txt [ad_html_text_convert -from application/docbook+xml -to text/plain $text]

    • -2
    • +159
    ./packages/acs-tcl/tcl/text-html-procs.tcl
fixedm typo in comment

    • -1
    • +1
    ./packages/acs-tcl/tcl/cluster-procs.tcl
This change intruduces <adp:button>, which avoids adp:* markup inside

HTML attribute values, which we had before. One can now use

<adp:button type="submit" class="btn btn-outline-secondary">Filter</adp:button>

instead of

<button type="submit" class="btn <adp:class name='btn-outline-secondary'>">Filter</button>

One should probably provide in the future more adp:* tags for

providing a clean mapping of CSS class attributes.

<adp:class> was deactivated for the time being

    • -10
    • +46
    ./packages/acs-templating/tcl/tag-init.tcl
Added listing of application specific methods to object viewer in api-doc/proc-view

This improves documentation of the caches via api-doc

    • -6
    • +10
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
reduced verbosity

factor out some w3css styling and make it available via template::CSS

    • -37
    • +50
    ./packages/acs-templating/tcl/style-procs.tcl
    • -1
    • +13
    ./packages/acs-templating/tcl/tag-init.tcl
Move functionality of xowiki::CSS to tempate::CSS

template CSS provides an abstraction for CSS class names and other

styling elements depending on user preferences or on the current theme

Backwards compatibility for xowiki::CSS was provided via a stub function

    • -4
    • +262
    ./packages/acs-templating/tcl/style-procs.tcl
    • -12
    • +12
    ./packages/xowf/lib/inclass-exam.wf
    • -15
    • +15
    ./packages/xowf/tcl/test-item-procs.tcl
    • -17
    • +17
    ./packages/xowiki/tcl/bootstrap-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/folder-procs.tcl
    • -8
    • +8
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -8
    • +8
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -246
    • +11
    ./packages/xowiki/tcl/package-procs.tcl
  1. … 8 more files in changeset.
rework register_icanuse "domDoc asTclValue" since w cannot use apm_version_names_compare during startup

    • -1
    • +9
    ./packages/acs-tcl/tcl/00-icanuse-procs.tcl
removed misleading warnin

This happend, when a proc was defined inside a thread, and the name of the script could not be determined.

Extend test suite

make use of new NaviServer command: ns_joinurl

the implementation provides a fallback when used with older versions of

NaviServer

    • -0
    • +64
    ./packages/acs-tcl/tcl/00-icanuse-procs.tcl
    • -26
    • +5
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Compensate for the 24px offset of the wikicmds bar, so that this won't potentially end up rendered in the middle of a page header

    • -0
    • +1
    ./packages/xowiki/www/resources/xowiki.css
Make long calls page work with w3.css

Formatting changes, fix unclosed tag

fix comment of per_request_cache

    • -3
    • +4
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl
added inline documentation for API browser

    • -0
    • +7
    ./packages/boomerang/tcl/boomerang-procs.tcl
    • -1
    • +28
    ./packages/xotcl-core/tcl/ical-procs.tcl
added value constraint

generalized handling of nx classes and objects not defined by OpenACS

    • -19
    • +26
    ./packages/acs-tcl/tcl/test/doc-check-procs.tcl
    • -2
    • +14
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
added inline documentation for API browser

    • -2
    • +13
    ./packages/acs-tcl/tcl/cluster-procs.tcl
improved spelling

    • -3
    • +7
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl