• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove ciabot, its causing an error and I don't have time to fool with it

A variety of things ...

1. maturity level of acs-mail-lite/notifications set to 2 until final release

2. intermedia bumped to 5.4.0b1 (missed this earlier) and maturity to 3

3. tsearch2-driver maturity set to 3

Fixed public procs without documentation blocks which caused automated tests

to fail. I even tried to write meaningful documentation in some cases.

Fixed constraint names that also caused automated test failures FOR PG ONLY.

Someone who used Oracle can fix the Oracle ones if they want.

set default language (if no language is specified) for spell to en_US

provide IDs for forms

provide IDs for forms

set default language (if no language is specified) for spell to en_US

Remove historical debugging log statement! (finally)

Remove "least" declaration, which is now included in PG

Bumped version numbers...

    • -5
    • +5
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 6 more files in changeset.
Check generated SQL names to prevent later errors, when the names are used.

remove bogus = signs

Fixed another test that failed due to user caching

Added missing catalog key used in title (it does not exist in any other

locale, either, for you non-english readers looking at the cvs log)

improve windows compatibility

- provide a tcl verison of which

- remove wierd code from spellcheck-init, trying to find aspell or ispell programs

Missed two files to rollback previously

Part of the malte rollback

Rolled back abortive attempt to substitute dbms_log stuff for java

Fixed a broken oracle query

acs_user::flush_cache didn't flush the get_by_username memoized call, causing

problems if you deleted a user then tried to recreate the same user, because

the auth validate data (for a user) code uses this proc.

Removed the old test case #3 (and renumbered the remaining ones). The test

checked that updating the cache without sync'ing the children didn't change

the results returned by the get procedure. However the lazy caching code by

Malte changed the semantics of get to automatically load the cache with

children if you try to get the node_id of a node with kids. This is a good

thing, actually, since the update cache w/o sync'ing kids exists to make the

cache update quick. But it did break the test checking explicitly for the old

semantics.

It would be nice, however, if people, after writing new code and noticing that

tests break, would actually sit down and determine if the test or code is wrong

and take appropriate action.

Because I just spent two full hours tracking this down and verifying that the

new semantics invalidate the old test code in a reasonable way, and I'm not the

author of the new code.

Added doc bodies where missing.

Added an explicit blank body to two callbacks added by Malte, so automated

tests will pass. This is about the third release in which I've had to do

this. Simply adding "-" after the empty doc comment block is sufficient,

ad_proc treats that as an empty body.

BSD "which" doesn't return -1 if no path for the given binary exists, therefore

"catch" didn't, therefore (sigh) "bin" was always set to aspell whether or not

it exists. Same result as the error I fixed long ago with this init file (see

comments) but for a different reason!

Remove RTE files

  1. … 26 more files in changeset.
Remove support for RTE.

Running these test twice would lead to errors, due to test users not being

deleted. The tear-down stuff knows how to rollback the database, but caching

is a bit beyond its automated capability at the moment.

support for tag microformat

    • -2
    • +11
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
fix double subsititution of ampersand ... strange.