• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20160811125605:1 does not match your current filter (clear filter).

file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0-5.9.1d1.sql
file upgrade-5.9.0d2-5.9.0d3.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d2-5.9.0d3.sql
- fix bug: don't create two revisions for every news entry

- remove redundant operations from news__new()

- use default instead of two functions in news__archive()

- fix bug: don't overwrite title with lead text in search contract

- update comments

- bump version number to 5.9.0d2

    • -0
    • +127
    ./upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 3 more files in changeset.
file upgrade-5.9.0d1-5.9.0d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d1-5.9.0d2.sql
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -69
    • +86
    ./upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -51
    • +66
    ./upgrade/upgrade-5.2.0d2-5.2.0d3.sql
    • -9
    • +19
    ./upgrade/upgrade-5.2.0d5-5.2.0d6.sql
    • -42
    • +51
    ./upgrade/upgrade-5.6.0d1-5.6.0d2.sql
  1. … 2539 more files in changeset.
- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- fix/complete define_function_args

    • -69
    • +86
    ./upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -51
    • +66
    ./upgrade/upgrade-5.2.0d2-5.2.0d3.sql
    • -9
    • +19
    ./upgrade/upgrade-5.2.0d5-5.2.0d6.sql
    • -43
    • +52
    ./upgrade/upgrade-5.6.0d1-5.6.0d2.sql
PG 9.0 compatibility. Avoiding fetching next value of sequences using a view.

    • -0
    • +135
    ./upgrade/upgrade-5.6.0d1-5.6.0d2.sql
  1. … 4 more files in changeset.
Forgot to add my upgrade scripts ...

    • -0
    • +207
    ./upgrade/upgrade-5.5.1d1-5.6.0d1.sql
  1. … 1 more file in changeset.
Changed to use richtext and a bit of other clean-up. Tested news item create,

edit, upload from file, notifications, rss, view, admin view, etc for PG. Testing

for Oracle is next and if bugs are found, there will be a commit soon.

  1. … 22 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -0
    • +76
    ./upgrade/upgrade-5.2.0d5-5.2.0d6.sql
  1. … 2473 more files in changeset.
Fix for news__clone plsql, added lead var for news__new

    • -0
    • +76
    ./upgrade/upgrade-5.2.0d5-5.2.0d6.sql
  1. … 1 more file in changeset.
file upgrade-5.2.0d5-5.2.0d6.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0d5-5.2.0d6.sql
Fix another missing comma!

Add missing comma

commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 10 more files in changeset.
Additional fixes to news__clone - incorrect call to news__new and sql fixes

fix misnamed variable

now made ambiguous by acs_objects.title

make getting url work for item_id when > 1 rev, make revision_set_active denormalize the title to acs_objects

    • -0
    • +27
    ./upgrade/upgrade-5.2.0d2-5.2.0d3.sql
  1. … 1 more file in changeset.
add the upgrade script, make news__url work for item or revision

    • -0
    • +128
    ./upgrade/upgrade-5.2.0d2-5.2.0d3.sql
  1. … 2 more files in changeset.
make search rss support work, make nice urls work, propigate title to acs_objects

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

    • -0
    • +505
    ./news-package-create.sql
    • -0
    • +7
    ./news-package-drop.sql
    • -0
    • +217
    ./news-views-create.sql
    • -0
    • +388
    ./upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 46 more files in changeset.
file news-sc-create.sql was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

file news-sc-drop.sql was added on branch oacs-5-2 on 2005-09-26 09:08:49 +0000

bind the news contracts with a tcl spec

  1. … 2 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

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

  1. … 1 more file in changeset.
drop news plpgsql with drop_package, no need to drop attributes individually, just drop the content type

various bug fixes for package_id, title addition to acs_objects

  1. … 12 more files in changeset.
Added view news_items_live_or_submitted to upgrade script.