• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduce ON DELETE CASCADE on faq main datamodel tables, so generic acs_object db api can be used to e.g. delete a faq (fixes downstream errors when deleting FAQ package)

  1. … 4 more files in changeset.
Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ignores Oracle, as its behavior with respect to case is not clear to me.

  1. … 2 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Added missing comma

Alter caveman style booleans (type character(1)) to real SQL boolean types.

  1. … 5 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 23 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Added triggers to index faq contents for search (thanks to Jorge Couchet)

  1. … 4 more files in changeset.
split package from datamodel create, add fts contract, update for tip 42,43 fix name_method on pg

  1. … 8 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 35 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 39 more files in changeset.
merge from oacs-4-6

  1. … 103 more files in changeset.
adds disabled_p to table faqs (used by dotlrn)

  1. … 1 more file in changeset.
added news and faq dotlrn applets

  1. … 16 more files in changeset.
pg port of faq

  1. … 1 more file in changeset.