• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:daveb:20030126031034:1 does not match your current filter (clear filter).

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.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.

fix old style sort key in query

fix old style sortkey query

Changed index.vuh files to use rp_internal_redirect rather than

rp_serve_abstract_file, which didn't work if OpenACS was running in

performance mode.

  1. … 6 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 690 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 701 more files in changeset.
propigate context up to master, make etp-master use sitewide master

  1. … 4 more files in changeset.
handle tree_sortkey correctly for excluding trash

Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

  1. … 8 more files in changeset.
Took out Oracle support for ETP as it doesn't work.

One quick fix to etp oracle

fix problem in sql drop script

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

    • -2
    • +2
    ./sql/postgresql/edit-this-page-create.sql
add UI for choosing date attribute type, and example of its use in the news application

Fixed a bone-headed error on my part ...

I misspelled a query name. I also removed a bogus ns_log Error that someone

had added at some point in time.

Fix bug in etp-swap (thanks Jun)