• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

fixed search_observer query

the package is 99% ported to oracle. the only file that still requires a

little porting is www/search.tcl

now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't

do it since i didn't need site-wide-search quite yet.

    • -0
    • +3
    ./sql/oracle/search-create.sql
    • -0
    • +3
    ./sql/oracle/search-drop.sql
    • -0
    • +59
    ./sql/oracle/search-packages-create.sql
    • -0
    • +2
    ./sql/oracle/search-packages-drop.sql
    • -0
    • +185
    ./sql/oracle/search-sc-create.sql
    • -0
    • +26
    ./sql/oracle/search-sc-drop.sql
    • -0
    • +8
    ./sql/oracle/search-tables-create.sql
    • -0
    • +1
    ./sql/oracle/search-tables-drop.sql
    • -1
    • +1
    ./sql/postgresql/search-tables-create.sql
    • -0
    • +19
    ./tcl/search-procs-oracle.xql
    • -0
    • +16
    ./tcl/search-procs-postgresql.xql
    • -0
    • +29
    ./tcl/search-procs.xql
Updated .info files of all core packages to version 4.5

  1. … 22 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.

Hopefully fixing the blob problem with this func ...

initial revision of acs-workflow-4.3

*** empty log message ***

*** empty log message ***

    • -12
    • +0
    ./sql/postgresql/search-sc-create.sql
  1. … 7 more files in changeset.

Bootstrap installer was installing packages that don't work with the

current RDBMS (search vs. Oracle in particular)

  1. … 2 more files in changeset.