• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated info files for core for 5.0.2

  1. … 17 more files in changeset.
updated core version numbers

  1. … 16 more files in changeset.
Removed obsolete files, now that we are using search.adp.

Changed the file to be useable in a .tcl/.adp environment, getting rid of the manual parsing happening within the .tcl file.

Added the search.adp file to follow OpenACS standards.

file search.adp was initially added on branch oacs-5-0.

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
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