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

Added listing of application specific methods to object viewer in api-doc/proc-view

This improves documentation of the caches via api-doc

reduced verbosity

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

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

    • -12
    • +12
    /openacs-4/packages/xowf/lib/inclass-exam.wf
    • -15
    • +15
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
    • -4
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +1
    /openacs-4/packages/xowiki/lib/view.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -246
    • +11
    /openacs-4/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

removed misleading warnin

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