• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

  1. … 18 more files in changeset.
Applied fix from Carsten Clasohm - now upgrade works on pg7.3 as well (tried it on 7.2 too). Fixes #631

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. … 275 more files in changeset.
Applied patch #276 (sort-of) for bug #276: search_content_filter rejects bboard content

Applied patch #185: run search_indexer in its own thread

Don't try to index when there's no driver

Noquote.

Simple noquote fix for the context bar in search results.

merge of 4.6.3b1 to HEAD

    • -1
    • +1
    ./sql/postgresql/search-packages-drop.sql
    • -1
    • +1
    ./sql/postgresql/search-tables-create.sql
  1. … 24 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

    • -1
    • +1
    ./sql/postgresql/search-packages-drop.sql
    • -1
    • +1
    ./sql/postgresql/search-tables-create.sql
  1. … 37 more files in changeset.
corrected content_get.get_lob_data to search_content_get.get_lob_dat bug 183/patch 60 Mark Aufflick

merge bartt PG 7.3 fixes from HEAD

  1. … 53 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 53 more files in changeset.
merge from oacs-4-6

  1. … 26 more files in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 more files in changeset.
changes to make search work with openfts 0.3

  1. … 4 more files in changeset.
fix query bug 1760/patch 456 Tilmann Singer

Added new files to .info files

  1. … 38 more files in changeset.
cleanup to use sitewide master, use SearchIndexerInterval in -init.tcl

ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 17 more files in changeset.
add index pages for packages with docs

    • -0
    • +21
    ./www/doc/index.html
  1. … 5 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
renamed jon's upgrade file 4.5->4.5.1

    • -0
    • +35
    ./sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql
updated version to 4.5

  1. … 15 more files in changeset.
initial revision

    • -0
    • +35
    ./sql/postgresql/upgrade/upgrade-4.2-4.5.1.sql
fixed rdbms specification

Changed the -oracle.xql file to claim that it's designed for Oracle, not PostgreSQL. I'm guessing that Yon meant to target 8.1.6 like most of the rest of OpenACS, but I may be wrong.

The search_observer_queue query gets an event_date column, so this is the name that we need to pass to the dequeue function as well (it was 'date'). This doesn't fix the bigger problem that the search_observer_dequeue query doesn't get picked up by the query processor, however

add ReturnHeaders before ns_write Fixes bug 1555 patch 272