• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace legacy syntax (these are one-time operations)

  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- fix/complete define_function_args

  1. … 8 more files in changeset.
add lead and associated image to news story, clean up markup some, break package, views out from create.sql

  1. … 52 more files in changeset.
bind the news contracts with a tcl spec

  1. … 5 more files in changeset.
Applied patch #614. Hope these kind of patches are immediately commited, safes some work....

  1. … 2 more files in changeset.
various bug fixes for package_id, title addition to acs_objects

  1. … 12 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.

  1. … 10 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. … 816 more files in changeset.
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

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

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

  1. … 1 more file 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.
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.
added news and faq dotlrn applets

  1. … 16 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.

  1. … 10 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. … 49 more files in changeset.