• last updated 14 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

make spelling more consistent

Extend test suite to cover :multiple and :array

don't use swallowing exception handling

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

increased robustness when application specific "info" methods are used

Fix idiom

Handle the case where acs_templating_cssClasses nsv does not exist

This array is currently only defined in upstream theme packages.

Fix library description

Test updating the nx documentation in a certain cornercase condition

Reproduces behavior found in the wild

    • -0
    • +37
    /openacs-4/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

improved documentation, removed AOLserver stuff

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

Remove AOLserver cruft

- reduced complexity of registering/invoking filters

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

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

    • -2
    • +3
    /openacs-4/packages/xooauth/xooauth.info
    • -11
    • +10
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
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]

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