• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.3.1d1-2.3.1d2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-2.3.1d1-2.3.1d2.sql
  1. … 1 more file in changeset.
Fix bug where database does not magically return portal pages in sorted

order, causing user confusion when the pages end up out of order.

No upgrade for existing pages since I don't want to stomp all over

portals that may have been customized.

    • -0
    • +610
    ./upgrade/upgrade-2.3.1d1-2.3.1d2.sql
  1. … 4 more files in changeset.
Merged changes to HEAD ...

    • -0
    • +97
    ./upgrade/upgrade-2.3.0d2-2.3.0d3.sql
    • -0
    • +324
    ./upgrade/upgrade-2.3.0d3-2.3.0d4.sql
  1. … 1552 more files in changeset.
Typo in oracle upgrade script

Initial install of accesskeys now works for PG

    • -0
    • +192
    ./upgrade/upgrade-2.3.0d3-2.3.0d4.sql
  1. … 8 more files in changeset.
Access keys are single characters but ummm ... the message keys that define

them aren't. Oops!

  1. … 3 more files in changeset.
file upgrade-2.3.0d3-2.3.0d4.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-2.3.0d3-2.3.0d4.sql
  1. … 1 more file in changeset.
Added access keys to portal pages (oracle not tested yet)

    • -0
    • +132
    ./upgrade/upgrade-2.3.0d3-2.3.0d4.sql
  1. … 7 more files in changeset.
Added a column to portal_datasources so datasources can specify a directory

from which .css files should be linked to from the HTML <head> chunk of

the web page. Then I added the code to emit said link. And tested it for

Oracle and PG, fresh installs and upgrades both.

    • -0
    • +97
    ./upgrade/upgrade-2.3.0d2-2.3.0d3.sql
  1. … 7 more files in changeset.
file upgrade-2.3.0d2-2.3.0d3.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-2.3.0d2-2.3.0d3.sql
  1. … 1 more file in changeset.
Someone decided that defining a non-existent package and table when declaring

the "portal_element_theme" object type was a brilliant thing to do, seeing

as it breaks package_instantiate_object and all.

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

    • -0
    • +143
    ./upgrade/upgrade-2.1.2d1-2.1.2d2.sql
  1. … 2475 more files in changeset.
Removed KELP portal theme

  1. … 1 more file in changeset.
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

    • -0
    • +143
    ./upgrade/upgrade-2.1.2d1-2.1.2d2.sql
  1. … 88 more files in changeset.
file upgrade-2.1.2d1-2.1.2d2.sql was added on branch oacs-5-2 on 2005-09-26 08:57:37 +0000

Fixing a numbering error, moving upgrade-2.1.1-2.1.2d1.sql to upgrade-2.1.2d1-2.1.2d2.sql

    • -143
    • +0
    ./upgrade/upgrade-2.1.1-2.1.2d1.sql
    • -0
    • +143
    ./upgrade/upgrade-2.1.2d1-2.1.2d2.sql
file upgrade-2.1.2d1-2.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-2.1.2d1-2.1.2d2.sql
Adding a hidden_p flag to the portal_pages table, to provide a way to exclude certain portal pages from the main navigation. Visibility will typically be toggled from the Customize Layout page in dotlrn.

    • -0
    • +143
    ./upgrade/upgrade-2.1.1-2.1.2d1.sql
  1. … 3 more files in changeset.
file upgrade-2.1.1-2.1.2d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-2.1.1-2.1.2d1.sql
Added kelp-theme

  1. … 1 more file 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

    • -0
    • +570
    ./upgrade/upgrade-2.1.0a-2.1.0a2.sql
  1. … 2275 more files in changeset.
deleting an empty portal page

    • -0
    • +570
    ./upgrade/upgrade-2.1.0a-2.1.0a2.sql
  1. … 1 more file in changeset.
file upgrade-2.1.0a-2.1.0a2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-2.1.0a-2.1.0a2.sql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 686 more files in changeset.
bug 406- deleting a page

  1. … 3 more files in changeset.
file upgrade-2.0.3-2.1.0a1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-2.0.3-2.1.0a1.sql
  1. … 1 more file in changeset.
Added this file to upgrade to changes made for Oracle 9i support

    • -0
    • +593
    ./upgrade/upgrade-0.1a-0.2d1.sql
  1. … 4 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. … 88 more files in changeset.
Removed the unused add-sloan-theme.sql files (they're added in defaults.sql)

and switched Oracle's default.sql to use a message key for the Sloan name

(as was already done by someone for Postgres.)

  1. … 1 more file in changeset.
merging dotlrn-1-0-1 tag down onto head. Thanks to Jarkko Laine and Mohan Pakkurti for all the help. See comments at http://openacs.org/storage/download/index?version_id=104101

  1. … 121 more files in changeset.