Dashboard

Bring existing doc into the object's documentation, so that tests would not fail...

    • -16
    • +20
    /openacs-4/packages/xowf/tcl/iprange-init.tcl
Deprecate template::list::csv_quote and replace its usages in packages that we have been supporting

Introduce a new "label_headers" flag for template::list::write_csv that allows to revert to behavior before https://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Adaveb%3A20080908165252, e.g. use the column names as headers rather than the labels

For some use cases is in fact more useful to have machine-readable headers, e.g. when processing the csv via software

Rely on the csv Tcllib package to generate a csv from a template::list

reduce startup speed by running update_nx_docs in the background

don't add slot container or slot objects to proc_doc (at least for now)

bumped upstream version of jquery-ui to 1.14.1

finetuning object descriptions

- adding links to per-object methods

- make sure that leading colons are used for object names in procdoc index

don't write warning about unknown methodtype when encountering classes

Improve calendar responsiveness

    • -64
    • +67
    /openacs-4/packages/calendar/www/view.adp
Bump version number and dependencies

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
Improve automatic toolkit-specific css generation so that it works also with toolkits that do not come with custom styling

    • -20
    • +30
    /openacs-4/packages/xowiki/tcl/resource-init.tcl
Provide a way to retrieve known css toolkits without hardcoding

Reduce hardcoding when rendering includelets

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
Provide some xowiki-relevant classes for the ui toolkit as well, fix pattern to detect w3css

Prefer ad_mktmpdir to ad_tmpnam

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