• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added view news_items_live_or_submitted to upgrade script.

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +588
    ./oracle/upgrade/upgrade-5.0d1-5.0d2.sql
  1. … 23 more files in changeset.
fixing bug 240 - internationalization of news publish status. Making the PLSQL function news_status return only a short name status instead of human readable text. Instead generating human readable text from new Tcl proc news_pretty_status. Bumping version number to 5.0d1. Providing an automated test covering both functions.

    • -0
    • +673
    ./oracle/upgrade/upgrade-4.6-5.0d1.sql
    • -0
    • +145
    ./postgresql/upgrade/upgrade-4.6-5.0d1.sql
  1. … 7 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
Merge in fix for postgresql 7.3 from HEAD.

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 815 more files in changeset.
Moved drop of depending function to the end, changed acs_objects__drop_type to content_type__drop_type.

Fixes Bug #678: Error in news__status, pg date math problem, patch by Gabriel Burca

making news items have their package instance as context_id. This is a convention that all packages should follow for permissions to work as expected

merge of 4.6.3b1 to HEAD

  1. … 40 more files in changeset.
Views were returning dates rather than timestamps and screwing things up.

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

    • -0
    • +581
    ./oracle/upgrade/upgrade-4.1.0b-4.6.sql
  1. … 102 more files in changeset.
file upgrade-4.1.0b-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-4.1.0b-4.6.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-4.1.0b-4.6.sql
- 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

    • -0
    • +581
    ./oracle/upgrade/upgrade-4.1.0b-4.6.sql
  1. … 29 more files in changeset.
added news and faq dotlrn applets

  1. … 15 more files in changeset.
pl/sql proc to clone news items from one package to another

  1. … 1 more file 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
    ./postgresql/news-sc-create.sql
    • -0
    • +13
    ./postgresql/news-sc-drop.sql
  1. … 6 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.

Fixed a few minor bugs and updated some info files...

  1. … 6 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
    ./postgresql/news-create.sql
    • -0
    • +179
    ./postgresql/news-drop.sql
  1. … 48 more files in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2476 more files in changeset.
Initial revision

    • -0
    • +915
    ./oracle/news-create.sql
    • -0
    • +183
    ./oracle/news-drop.sql
    • -0
    • +29
    ./oracle/news-sws-drop.sql
    • -0
    • +217
    ./oracle/news-sws.sql
  1. … 2476 more files in changeset.