• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve test results visibility

Fix util_http_json_encoding automated test:

- fix typo

- make sure file is spooled when sampling GET request by setting max body size to 0

Whitespace cleanup

Whitespace cleanup

Reintroduce :num_count variable in postgres query, as for oracle counterpart (for postgres, 15 was hardcoded)

Notes:

- :num_count comes from a parameter, defaulting to 100, instead of 15

- postgres 9.5 introduced table sampling, similar to what oracle does (but with different syntax)

- this postgres query would be portable, except for random()... maybe the random value could come from tcl...

Reduce divergency between oracle and postgres codebase

    • -24
    • +0
    ./site-node-object-map-procs-oracle.xql
    • -18
    • +0
    ./site-node-object-map-procs-postgresql.xql
fix for issue #3434

improve spelling

improve handling of invalid characters

white space changes, improve line breaks

Extend automated test to include also '::xowiki::Package initialize -ad_doc' idiom as a possible way to define a page contract

This has the limitation that the idiom is searched as-is... but works for upstream code

address issue #3433: add option "noquote" for the "inform" widget type

The flag is currently ignored for all other widget types

  1. … 2 more files in changeset.
Deprecate with_finally and with_catch, superseded by e.g. try idioms in tcl 8.6

They would also not comply with OpenACS naming convention

  1. … 4 more files in changeset.
Fix typo

Rename string_truncate and string_truncate_middle to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

As string_truncate_middle was defined in xotcl-request-monitor, bring it to acs-tcl instead

    • -28
    • +28
    ./test/html-conversion-procs.tcl
  1. … 10 more files in changeset.
Whitespace cleanup

Rename ReturnHeaders proc to comply with OpenACS naming convention, create deprecated wrapper, replace occurrences

  1. … 9 more files in changeset.
Rename proc remove_nulls_from_ns_set to comply with OpenACS naming convention, create deprecated wrapper

remove openacs-kernel-procs.tcl due to its misleading name and integrate its procs to the other utility procs

whitespace cleanup

avoid output of duplicate lines when an empty input line is encountered (many thanks to Franz Penz for the fix)

Replace parse_incoming_email with ad_parse_incoming_email, replace occurrences

  1. … 1 more file in changeset.
Deprecated get_referrer and NsSettoTclString, replace them with versions that respect OpenACS naming convention

  1. … 5 more files in changeset.
Whitespace cleanup

    • -11
    • +11
    ./object-type-procs-postgresql.xql
    • -20
    • +20
    ./community-core-procs-oracle.xql
    • -10
    • +10
    ./community-core-procs-postgresql.xql
Reinstate a fixed, but deprecated version of us_state_widget

Deprecate a bunch of old and weird api used nowhere

Delete this proc: does not comply with naming convention, uses the wrong table (even when the dependency package is installed), cannot be themed... you name it

Deprecate merge_form_with_query proc

Move root_of_host to acs:: namespace, replace occurrences, create deprecated wrapper

  1. … 1 more file in changeset.
Deprecate value_if_exists proc, replace occurrences with plain tcl idioms

  1. … 4 more files in changeset.