• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revive xo::list_to_values as it is used by the forthcoming caldav package

Fix test on system having 0.0.0.0 as IPv4 address in the config file

provide documentation of public procs and methods, make some procs private

    • -1
    • +5
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
Improve documentation of public procs and methods.

some legacy cleanup

document public methods

whitespace changes

prettify reports

Make sure namespaced variable ::acs::db_pools is created before accessing it

This is needed when upgrading from openacs versions that didn't use this variable before

it seems, we can reactivate per-request caching for sitenodes, otherwise we see up to 37 locks per requests on get_node_id on openacs.org (regression test works fine)

bump version number to 5.10.0d5, otherwise the new package keys (such as acs-subsite.404_title) are not known an lead to errors

reduce verbosity

    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Don't be so quick on deprecating a common interface

fix broken commit

Add TIMESTAMP to the list of feasible time database types in tests

Remove duplicated sql

Remove leftover acs_attribute without a database table counterpart (fixes regression test)

    • -2
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
Fix attribute::delete proc so it leverages stored procedure capability of dropping the database table as well (was broken before)

This is needed for a non-xotcl portable way of dropping acs_attributes

Fix acs_attribute datatype to match table type (fixes automated tests)

fix site-node test in regression test

don't use per-request caching, since we migh shoot in our own foot

interrupt cache_transaction to achieve desired semantics

allow in a few cases empty node_ids for method "get_url" as it is used by current OpenACS

add debugging aids

Unwrap indentation

fix bug #3352

Avoid missing variable error upon form validation

fix regression test for confusing setup with wildcard IPv4 address and host name "localhost", but localhost is resolved on the host as IPv6 address

Add user_tab_columns.BPCHAR to the list of possible boolean physical datatypes

Fix typo

Make acs_attribute boolean when the table type is boolean

Change declared acs_attribute datatype to boolean for boolean columns

Fix typo

Change database type for boolean from "bool" to "boolean" in acs_datatypes