• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 1 more file in changeset.
Fix bug#1601

  1. … 1 more file in changeset.
Fixed bug 1651 (more complete comments in HEAD)

  1. … 1 more file in changeset.
1. Added an upgrade directory for Oracle. Have we never had upgrade scripts

for Oracle? Is it being maintained?

2. Added Barry Book's fix for 1651, which had earlier been fixed in PG.

3. Bumped version from 1.6 to 1.7 so the upgrade script can run.

    • -0
    • +365
    ./upgrade/upgrade-1.6-1.7.sql
  1. … 1 more file in changeset.
Fix create_new_revision. Fix creation on etp_page_revision content_type.

Fixes but#1529 and bug#1529.

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Fix bug#1308. Change default mime type to text/enhanced.

  1. … 4 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix bug#1168 originally added to HEAD

  1. … 1 more file in changeset.

package_id should have been create_new_revision.package_id

Fixing function variable references in get_attribute_value.

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.
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.
Added etp_page_revision content_type for oracle

merge of 4.6.3b1 to HEAD

  1. … 35 more files in changeset.
Moved edit-this-page's acs-subsite parameters to acs-subsite, and removed them from here. Bumped up the version number and require acs-subsite 4.6.3. See bug #479

  1. … 2 more files in changeset.
adding missing files from merge

  1. … 20 more files in changeset.
Update to 1.2b. This adds search service contracts for all etp managed

types through a system that automatically registers the service

contract implementation for each type. It also fixes the content type so

that it is set correctly. New cotnent types should subtype etp_page_revision.

  1. … 13 more files in changeset.
fix problem in sql drop script

  1. … 2 more files in changeset.

1. changed db_qd_log to use the passed-in level rather than gluing things

to "Debug" for convenience. I then changed all the "Notice" calls to

"Debug". Then my one "Error" call I added worked! :) If a query file

has a syntax error in it now, an error is logged to the server log but

bootstrapping continues.

2. Lots and lots or etp oracle fixes and some PG version clean-ups

3. Some file-storage files were unconventionally named.

  1. … 17 more files in changeset.

1. Modified the init code so edit-this-page doesn't die if there's a type

name clash with an existing content type ("News Item"). It now skips

the registration of that application after an error and continues on.

2. Hacked and whacked at the Oracle version, still a lot of work to do.

  1. … 4 more files in changeset.

1. The PG port of apm__register_parameter had a tiny error which caused it

to not set the new parameter to its default value in any of the effected

package instances.

2. Glossary - added admin as a parent of glossary_admin so admins can admin.

3. edit-this-page PG: removed code that was written because of #1 above

4. edit-this-page Oracle: finished the datamodel port, added drop script

    • -176
    • +129
    ./edit-this-page-create.sql
    • -0
    • +52
    ./edit-this-page-drop.sql
  1. … 7 more files in changeset.
renamed to follow APM standards

    • -0
    • +526
    ./edit-this-page-create.sql
renamed to follow APM standards

    • -0
    • +526
    ./edit-this-page.sql
  1. … 2 more files in changeset.
initial Oracle version