• last updated 2 hours 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

Fix typo in example in comment

Fix typo in package key

Port leftover after-instantiate callback to the "new standard" so that it can comply with OpenACS naming convention

Add doc for public procs

Reduce divergency between oracle and postgres codebase

Whitespace cleanup

Qualify 'callback' proc in the global namespace, lest it might conflict with 'subsite::callback'

Use portable sql idioms

    • -1
    • +1
    /openacs-4/packages/search/tcl/search-procs.xql
Whitespace cleanup

    • -60
    • +60
    /openacs-4/packages/acs-tcl/tcl/apm-procs.xql
Reduce divergency between oracle and postgres codebase

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

Whitespace cleanup

Reduce divergency between oracle and postgres codebase

Use fully-qualified api names

Indentation changes

Deprecate obsolete api

No need to explicitly delete reading info, as both oracle and postgres define the reference constraint as on delete cascade

Use fully-qualified api names

Use fully-qualified api names, assume message is there (something went very wrong otherwise)

Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

Whitespace cleanup

Deprecate obsolete api

Implement operation in a way that oracle is supported

Whitespace cleanup

Reduce divergency between oracle and postgres codebase

Remove leftover test code