• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added check that content type is a subclass of content_revision, so you don't accidentally subclass something else, like I did

file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

Upgrade to 4.6.2: Notifications extensions - dynamic notifications recipients.

  1. … 6 more files in changeset.
Upgrade to 4.6.2: Form builder extensions, richtext widget, etc.

  1. … 5 more files in changeset.
Upgrade to 4.6.2: Added Tcl API for definining contracts and implementations

file keyword-procs-oracle.xql was initially added on branch oacs-4-6.

file keyword-procs.xql was initially added on branch oacs-4-6.

file keyword-procs.tcl was initially added on branch oacs-4-6.

file keyword-procs-postgresql.xql was initially added on branch oacs-4-6.

file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6.

Upgrade to 4.6.2: A few bug fixes, Tcl API for keywords.

Upgrade to 4.6.2: The infamous APM changes, workflow, bug-tracker, etc.

  1. … 21 more files in changeset.
Upgrade to 4.6.2

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 16 more files in changeset.
file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

Upgrade to 4.6.2: APM changes and change in installation procedure

Fixed typos

Standardized Drop script

added integer primary key.

Removed unnecessary trigger drop/recreate (PG bug fixed in 7.2)

Another PG 7.3 date arithmetic change ...

add download link

More PG 7.3 changes ...

1. The externals group was pretty-named "Externals" rather than "External".

2. Date arithmetic issue for PG 7.3, switched to PG interval type

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 ...

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. … 25 more files in changeset.
A handful of various fixes, mostly for PG 7.3. Unfortunately I copied

over the fixed directory tree from my test instance here by mistake so

everything looks changed.

    • -2
    • +0
    /openacs-4/packages/dotlrn/dotlrn.info
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.
Made changes so we can install under PG 7.3.

Worked on fixing cms-news-demo in order to give Greenpeace (and others) an

example CR/CMS app to play with. It's not finished but partway there. On

the way found a couple of CR bugs and fixed them.

Partial conversion from timestamp to timestamptz for PG 7.3 (need to keep

time zone timestamps so dumps from PG 7.2 installs will still work)

  1. … 4 more files in changeset.