• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make spelling more consistent

    • -1
    • +1
    ./attendance/www/admin/certificates.tcl
    • -2
    • +2
    ./b-responsive-theme/www/blank-master.tcl
    • -1
    • +1
    ./cms/www/modules/permissions/index.tcl
    • -2
    • +2
    ./contacts/tcl/contact-search-procs.tcl
    • -4
    • +4
    ./dotlrn-ecommerce/tcl/implementation-procs.tcl
    • -1
    • +1
    ./dotlrn-ecommerce/www/admin/course-add-edit.tcl
    • -1
    • +1
    ./dotlrn-ecommerce/www/manage/course-add-edit.tcl
    • -2
    • +2
    ./site-wide-search/www/search-redirect.tcl
Extend test suite to cover :multiple and :array

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

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

bump version of upstream available version

    • -2
    • +2
    ./richtext-tinymce/richtext-tinymce.info
    • -3
    • +3
    ./richtext-tinymce/tcl/richtext-procs.tcl
change icon, since the old one is not clear when bootstrap3 is used

increased robustness when application specific "info" methods are used

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

Handle the case where acs_templating_cssClasses nsv does not exist

This array is currently only defined in upstream theme packages.

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

    • -1
    • +3
    ./xotcl-core/tcl/test/03-doc-procs.tcl
Test updating the nx documentation in a certain cornercase condition

Reproduces behavior found in the wild

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

    • -1
    • +1
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
Apply logics to delete the editor also when the field is the last

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

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

whitespace changes

increased robustness: use directdispatch to avoid interaction with user specific "info" methods

added theme specific registry for cass class name mapping

    • -2
    • +20
    ./acs-templating/tcl/style-procs.tcl
    • -3
    • +3
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -0
    • +13
    ./openacs-bootstrap3-theme/tcl/resource-init.tcl
    • -3
    • +3
    ./openacs-bootstrap5-theme/openacs-bootstrap5-theme.info
    • -0
    • +14
    ./openacs-bootstrap5-theme/tcl/resource-init.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
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -2
    • +2
    ./acs-bootstrap-installer/bootstrap.tcl
    • -5
    • +5
    ./acs-developer-support/acs-developer-support.info
    • -2
    • +2
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
    • -3
    • +103
    ./acs-tcl/tcl/deprecated-procs.tcl
    • -3
    • +3
    ./acs-tcl/tcl/request-processor-init.tcl
    • -137
    • +8
    ./acs-tcl/tcl/request-processor-procs.tcl
Re-fix deprecated api after merge

    • -3
    • +3
    ./caldav/tcl/caldav-interface-procs.tcl
Move unmap_pool in a namespace

Fixes acs-tcl naming__proc_naming automated test

    • -4
    • +6
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Consider documentation the presence of an author

    • -1
    • +2
    ./acs-tcl/tcl/test/doc-check-procs.tcl
fixed braces

    • -1
    • +1
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
Use adp:button in various .tcl files

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

necessary anymore.

    • -2
    • +2
    ./xooauth/tcl/lti-includelet-procs.tcl
    • -10
    • +10
    ./xowiki/tcl/bootstrap-procs.tcl
    • -5
    • +4
    ./xowiki/tcl/personal-notification-procs.tcl
map in adp:button fro bootstrap5 only selectively data attribute names

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
    ./acs-tcl/tcl/text-html-procs.tcl
fixedm typo in comment

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
    ./acs-templating/tcl/tag-init.tcl
    • -3
    • +3
    ./xotcl-request-monitor/xotcl-request-monitor.info
    • -3
    • +1
    ./xotcl-request-monitor/www/long-calls.adp
Added listing of application specific methods to object viewer in api-doc/proc-view

This improves documentation of the caches via api-doc

    • -2
    • +2
    ./acs-api-browser/acs-api-browser.info
    • -5
    • +27
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
reduced verbosity

    • -2
    • +2
    ./xotcl-request-monitor/www/long-calls.tcl