• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extend user_message feature so that a "severity" information can be passed alongside the message

This allows theme templates to color code messages according to their severity. Severity follows the Bootstrap nomenclature of "info", "success", "warning" and "danger".

Default severity has been set to "success" consistent with styling applied so far by OpenACS to the user messages.

    • -4
    • +14
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Bring existing doc into the object's documentation, so that tests would not fail...

    • -8
    • +9
    ./packages/acs-subsite/tcl/group-init.tcl
    • -16
    • +20
    ./packages/xowf/tcl/iprange-init.tcl
Deprecate template::list::csv_quote and replace its usages in packages that we have been supporting

    • -2
    • +6
    ./packages/acs-templating/tcl/list-procs.tcl
    • -16
    • +14
    ./packages/contacts/www/admin/full-organizations.tcl
    • -15
    • +14
    ./packages/contacts/www/admin/full-people.tcl
    • -12
    • +10
    ./packages/contacts/www/admin/full-rels.tcl
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

    • -2
    • +11
    ./packages/acs-templating/tcl/list-procs.tcl
Rely on the csv Tcllib package to generate a csv from a template::list

    • -7
    • +12
    ./packages/acs-templating/tcl/list-procs.tcl
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)

    • -7
    • +11
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
bumped upstream version of jquery-ui to 1.14.1

    • -2
    • +2
    ./packages/xowiki/tcl/resource-info-procs.tcl
finetuning object descriptions

- adding links to per-object methods

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

    • -3
    • +7
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
don't write warning about unknown methodtype when encountering classes

    • -2
    • +3
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
Improve calendar responsiveness

    • -64
    • +67
    ./packages/calendar/www/view.adp
    • -6
    • +11
    ./packages/calendar/www/resources/calendar.css
Bump version number and dependencies

Improve automatic toolkit-specific css generation so that it works also with toolkits that do not come with custom styling

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

    • -0
    • +7
    ./packages/acs-templating/tcl/style-procs.tcl
Reduce hardcoding when rendering includelets

    • -24
    • +19
    ./packages/xowiki/tcl/includelet-procs.tcl
Provide some xowiki-relevant classes for the ui toolkit as well, fix pattern to detect w3css

    • -1
    • +7
    ./packages/acs-templating/tcl/style-procs.tcl
Prefer ad_mktmpdir to ad_tmpnam

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