• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Allow HTML in the default value for parameters, as this could contain markup, e.g. , if the value is some kind of snippet.

Further collect callback logics into procs and test them

    • -4
    • +44
    ./packages/search/tcl/search-procs.tcl
    • -1
    • +18
    ./packages/search/tcl/test/search-procs.tcl
    • -21
    • +13
    ./packages/search/www/search.tcl
Further cleanup of the indexer logics

- unindexing an object in an own proc

- clarified idioms

- cleanup redundant operations

    • -56
    • +60
    ./packages/search/tcl/search-procs.tcl
    • -0
    • +5
    ./packages/search/tcl/test/search-procs.tcl
Claim coverage, bump version number

    • -2
    • +2
    ./packages/search/tcl/test/search-procs.tcl
Factor some of the logic in the indexer into own procs for the purpose of:

- being able to tell programmatically if an object can be indexed

- being able to index an object programmatically using a simpler api

- better test operations

    • -87
    • +126
    ./packages/search/tcl/search-procs.tcl
    • -0
    • +42
    ./packages/search/tcl/test/search-procs.tcl
Rework file-to-text conversion with the goal of:

- also for LibreOffice documents, strip the XML from extracted content

- handle errors all at once outside the switch, as the behavior would always be the same

- avoid creating a tempfile

    • -142
    • +125
    ./packages/search/tcl/search-convert-procs.tcl
Fix more confusion

    • -2
    • +2
    ./packages/xowiki/tcl/resource-info-procs.tcl
Fix rather confusing name of javascript library file

    • -3
    • +3
    ./packages/xowiki/tcl/resource-info-procs.tcl
Ensure the namespace exists for template::form::export

Fixed runtime error, when "ns_cache" is viewed over the API browser

The problem was the method "flush", which is implemented via

alias to ::ns_cache__flush. In this case, "ns_cache info lookup syntax flush"

fails, because "info parameter" fails on the alias in command:

"::nsf::cmd::info parameter -context ::ns_cache ::ns_cache::flush"

    • -3
    • +13
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
prefer more efficient approach to iterate over all key/values of an ns_set

use case-insensitive access to configuration values

    • -2
    • +5
    ./packages/oacs-dav/tcl/tDAV-procs.tcl
prefer more efficient "ns_set array" over single item ns_set access

    • -23
    • +16
    ./packages/acs-templating/tcl/tag-procs.tcl
use consistently case-insensitive access to attributes of tags

    • -2
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
    • -1
    • +1
    ./packages/acs-templating/tcl/tab-procs.tcl
    • -11
    • +9
    ./packages/acs-templating/tcl/tag-init.tcl
moved deprecated proc to deprecated-procs.tcl

    • -31
    • +1
    ./packages/acs-templating/tcl/form-procs.tcl
documentation update: advertise more efficient and recent idiom

    • -3
    • +3
    ./packages/acs-core-docs/www/xml/kernel/db-api.xml
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