• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make ETP play nice(r) with the content-repository so that it properly supports the OpenFTS search.

This change fixes 2 problems:

1) Revisions were not scoped to content-items. As a result only site wide admins could search ETP content.

2) Deleting ETP content did not remove the live version and thus the content was never removed from the OpenFTS index.

    • -4
    • +10
    ./postgresql/edit-this-page-create.sql
  1. … 1 more file in changeset.
fix problem in sql drop script

    • -1
    • +6
    ./postgresql/edit-this-page-create.sql
    • -12
    • +14
    ./postgresql/edit-this-page-drop.sql
fix minor bug with name of auto-page-number sequence

    • -2
    • +2
    ./postgresql/edit-this-page-create.sql

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.

    • -86
    • +82
    ./oracle/edit-this-page-create.sql
  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
    ./oracle/edit-this-page-create.sql
    • -0
    • +52
    ./oracle/edit-this-page-drop.sql
    • -21
    • +8
    ./postgresql/edit-this-page-create.sql
    • -4
    • +28
    ./postgresql/edit-this-page-drop.sql
  1. … 5 more files in changeset.
Remove nasty code for dropping constraints on content-repostitory audit table. The workaround is no longer necessary.

    • -17
    • +0
    ./postgresql/edit-this-page-create.sql
deleted need to alter cr_folders

    • -8
    • +0
    ./postgresql/edit-this-page-create.sql
don't remember, probably nothing

    • -0
    • +4
    ./postgresql/edit-this-page-create.sql
initial script

    • -0
    • +40
    ./postgresql/edit-this-page-drop.sql
renamed to follow APM standards

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

    • -0
    • +526
    ./oracle/edit-this-page.sql
    • -0
    • +467
    ./postgresql/edit-this-page-create.sql
updated to conform with package name standards. This means all etp_* need to be etp__*

  1. … 1 more file in changeset.
initial Oracle version

    • -0
    • +526
    ./oracle/etp-create.sql
Fix bug in etp_get_folder that broke package mounting from the site-map.

Contributing ETP to openacs.org CVS server

    • -0
    • +455
    ./postgresql/etp-create.sql
  1. … 77 more files in changeset.