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

  1. … 9 more files in changeset.
Deprecated Package

Deprecated Package

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

    • -1
    • +1
    /openacs-4/packages/webmail/webmail.info
    • -1
    • +1
    /openacs-4/packages/wp-slim/wp-slim.info

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 20 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 21 more files in changeset.
fix typo at end of file

Accidently dropped the latest PG rather than Oracle versions of these files

here.

Fixed typo in PG upgrade script ("can''t" vs. "can't") and added symlinks

as registered content types to folders in order to ease further extension

of the semantics of file-storage.

dont default the magic args var in db_list_of_ns_sets

the version url was not updated and this broke the upgrade to 4.6.2

1. One fix to track APM changes made by Peter, in acs-subsite

2. changed attachments to use cr_extlinks

3. Fixed a couple of problems with my prior commit to file-storage that

removed fs_urls.

Changed copy to track removal of fs_simple_objects in file storage.

file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6.

file extlink-procs-oracle.xql was initially added on branch oacs-4-6.

file extlink-procs.xql was initially added on branch oacs-4-6.

file extlink-procs.tcl was initially added on branch oacs-4-6.

file extlink-procs-postgresql.xql was initially added on branch oacs-4-6.

file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6.

Removed the vile fs_simple_objects added by OF to store URLs in file

storage despite the existence of a non-versioned URL type in the content

repository. Upgrade scripts provided. I added Tcl API to the content

repository to honor our desire to export the SQL API to Tcl client code.

1. folder contents are now counted correctly (bug fix)

2. The fs_objects view is now usable in PG (it was a UNION view before and

therefore didn't scale)

3. Code in file storage is considerably simpler now and all file storage

objects are now stored in the content repository, as they should

be.

The Oracle version may need some work I'll finish testing this afternoon.

  1. … 32 more files in changeset.
Updated version number to make life in the APM more pleasant.

Page name 'Calendar' had to be changed to 'My Calendar', since the page has been renamed

Fixed bug #360: Treat 'display' mode elements the same as inform widgets, and don't bomb on categories that are blank

Removed the search query name stuff. It didn't work, because it would get resolved in the wrong namespace

Fixed bug #363: search queries messed up

file component-ae-oracle.xql was initially added on branch oacs-4-6.

file component-ae-postgresql.xql was initially added on branch oacs-4-6.

Fixed bug #358: we'd missed a couple of instances of 'bug'

Fixed bug #214 so we consistently check the 'read_private_data' flag on the main /dotlrn package

Bump the max upload default to 5,000,000. This is currently used as the default for all classes/communities in dotLRN and it is hard to get to the file-storage instance for each one to change it, so making the default a bit higher means fewer folks will have to deal with that hassle