• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 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.
Added warning about the discarded keywords parameter in openfts_driver__index

Added warning about the discarded keywords parameter in openfts_driver__index

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 82 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
sync info files with package data and correct provides identifiers

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

  1. … 96 more files in changeset.
fixed problem with warning for stop words not working

changed default openfts version to source to 0.31

updated docs and removed load.sql

added DESTROY method calls for openfts-driver ops

changes to make search work with openfts 0.3

  1. … 1 more file in changeset.
Added new files to .info files

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

    • -0
    • +21
    ./www/doc/index.html
  1. … 5 more files in changeset.
string length called with literal string

  1. … 1 more file in changeset.
add missing ad_library calls

  1. … 14 more files in changeset.
propigate title and context to master, remove titles from pages

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 74 more files in changeset.
support date range searches

updated .info file

latest pg and openfts-tcl

enhanced search package

  1. … 9 more files in changeset.
changed gmake-install-headers to gmake install-all-headers

Added this to the tree ...

    • -0
    • +43
    ./openfts-driver.info
    • -0
    • +2
    ./sql/postgresql/load.sql
    • -0
    • +1
    ./sql/postgresql/openfts-driver-create.sql
    • -0
    • +1
    ./sql/postgresql/openfts-driver-drop.sql
    • -0
    • +64
    ./sql/postgresql/openfts-driver-sc-create.sql
    • -0
    • +10
    ./sql/postgresql/openfts-driver-sc-drop.sql
    • -0
    • +16
    ./tcl/openfts-driver-init.tcl
    • -0
    • +171
    ./tcl/openfts-driver-procs.tcl
    • -0
    • +27
    ./www/admin/destroy.tcl
    • -0
    • +15
    ./www/admin/index.adp
    • -0
    • +43
    ./www/admin/initialize-2.tcl
    • -0
    • +9
    ./www/admin/initialize.adp
    • -0
    • +72
    ./www/admin/initialize.tcl