• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 38 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

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

  1. … 103 more files in changeset.
file upgrade-4.1.0b-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.1.0b-4.6.sql
  1. … 1 more file in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

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

  1. … 15 more files in changeset.

Robert Locke's bug fixes that make news work with PG 7.2 as well as PG 7.1

  1. … 1 more file in changeset.
Removed interval keyword from news__status function.

Changed subtype to content item from content revision.

Added search capability to news module.

    • -0
    • +30
    ./news-sc-create.sql
  1. … 7 more files in changeset.
Changed my mind. Duh!

Breaking news-create into 2 pieces.

news was subtyping content_revision with a NULL supertype. glossary-drop

broken for Oracle (probably still broken but it's better, I added stuff

I discovered as I worked on the PG version). The html doc had a missing

tag.

  1. … 2 more files in changeset.
Changed pretty_name and pretty_plural for news content type to 'News Article(s)' to avoid conflict with ETP.

First port of news. Tested on both Oracle and Postgres. Search is still missing in Postgres.

    • -0
    • +887
    ./news-create.sql
  1. … 48 more files in changeset.