• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added new content type to upgrade script.

Fix /i s/b \i

Fixed cr_items table alias

Added missing '

Added corrected version of etp__get_title to upgrade script

fixed infinite loop in etp__get_title for content_symlinks

    • -1
    • +1
    ./sql/postgresql/edit-this-page-create.sql
Added new version of etp__get_description

Fixed etp__get_description which would go into an infinite loop on

content_symlink types.

    • -1
    • +1
    ./sql/postgresql/edit-this-page-create.sql
Added link to search doc.

Added search documentation

file searching.html was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/doc/searching.html
Adding documentation,

Added call to source service contract creation script

Add code to install etp_page_revision binding.

Added upgrade script to info file

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

    • -0
    • +0
    ./tcl/etp-sc-procs-postgresql.xql
file etp-sc-procs.xql was initially added on branch oacs-4-6.

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

file upgrade-1.1d-1.2b.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.1d-1.2b.sql
file edit-this-page-sc-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/edit-this-page-sc-create.sql
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.

    • -8
    • +10
    ./sql/oracle/edit-this-page-create.sql
    • -8
    • +24
    ./sql/postgresql/edit-this-page-create.sql
Quote HTML content in textarea.

Quote HTML content in <textarea> tag.

merge bartt PG 7.3 fixes from HEAD

    • -9
    • +15
    ./sql/postgresql/edit-this-page-create.sql
  1. … 54 more files in changeset.
clean up junk

add documentation

    • -0
    • +101
    ./www/doc/applications.html
    • -0
    • +118
    ./www/doc/contenttypes.html
    • -0
    • +68
    ./www/doc/index.html
    • -0
    • +62
    ./www/doc/install.html
    • -0
    • +114
    ./www/doc/templates.html
Patches to make OpenACS PG 7.3 compatible.

    • -9
    • +15
    ./sql/postgresql/edit-this-page-create.sql
  1. … 54 more files in changeset.
merge from oacs-4-6

    • -4
    • +10
    ./sql/postgresql/edit-this-page-create.sql
  1. … 101 more files in changeset.
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
    ./sql/postgresql/edit-this-page-create.sql
check for existance of page with name and return error if it doesn't exist.