• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bump version number to 6.* to reflect tcl9 compatibility

moved xo::getObjectProperty to ::apidoc::get_object_property

    • -2
    • +2
    ./packages/acs-api-browser/lib/search.adp
    • -5
    • +2
    ./packages/acs-api-browser/lib/search.tcl
    • -166
    • +22
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -11
    • +11
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
    • -5
    • +5
    ./packages/xotcl-core/tcl/doc-procs.tcl
    • -23
    • +23
    ./packages/xotcl-core/www/show-object.tcl
make spelling more consistent

    • -2
    • +2
    ./packages/site-wide-search/tcl/sws-procs.tcl
    • -1
    • +1
    ./packages/messages/www/xinha-master.tcl
    • -1
    • +1
    ./packages/tasks/tcl/tasks-install-procs.tcl
    • -4
    • +4
    ./packages/ajaxhelper/www/doc/head-procs.tcl
    • -5
    • +5
    ./packages/ajaxhelper/www/doc/site-master.tcl
    • -2
    • +2
    ./packages/acs-subsite/www/register/index.tcl
Extend test suite to cover :multiple and :array

    • -0
    • +93
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
don't use swallowing exception handling

    • -14
    • +16
    ./packages/acs-templating/tcl/style-procs.tcl
prefer adp:button for modal dialogs

bump version of upstream available version

change icon, since the old one is not clear when bootstrap3 is used

    • -1
    • +1
    ./packages/acs-admin/www/posture-overview.adp
increased robustness when application specific "info" methods are used

    • -24
    • +26
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
Fix idiom

    • -1
    • +1
    ./packages/acs-templating/tcl/style-procs.tcl
Handle the case where acs_templating_cssClasses nsv does not exist

This array is currently only defined in upstream theme packages.

    • -4
    • +10
    ./packages/acs-templating/tcl/style-procs.tcl
Fix library description

Test updating the nx documentation in a certain cornercase condition

Reproduces behavior found in the wild

    • -0
    • +37
    ./packages/xotcl-core/tcl/test/03-doc-procs.tcl
Make ds_collect_connection_info public: it is used in the request processor in acs-tcl

Apply logics to delete the editor also when the field is the last

    • -16
    • +23
    ./packages/xowiki/www/resources/repeat.js
improved documentation, removed AOLserver stuff

    • -140
    • +81
    ./packages/acs-tcl/tcl/acs-cache-procs.tcl
bump version number of upstream package

    • -2
    • +2
    ./packages/highcharts/tcl/resource-procs.tcl
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