• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert client specific code checked in.

Add support to update acs_objects.package_id and acs_objects.title on index for search. PBS specific enhancement to support clipboard and other 5.2 functionality.

more error checking

subsite scoped search

  1. … 4 more files in changeset.
typo two log messages

make the search indexer much more robust to errors in the datasource or indexing routines -- catch + emit traceback for errors

5.1.5

  1. … 19 more files in changeset.
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

  1. … 57 more files in changeset.
more cleanup, change search sweeper to pull id's and release handle few fixes to syndication stuff

use -datasource not -array

remove some unused keys

GET should be get

fix search links, make validate as xhtml, remove crappy markup, fix some message keys. fix bug with flag for syndication

move message catalog over from 5.1 branch

    • -1
    • +37
    ./catalog/search.en_US.ISO-8859-1.xml
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2270 more files in changeset.
updates for 5.1.4, including package info files

  1. … 18 more files in changeset.
Back out inefficient permission checking.

Internationalization of the Search Package

    • -1
    • +37
    ./catalog/search.en_US.ISO-8859-1.xml
Limit Search results only to results a user actually has read permission

doc updates and versioning for openacs 5.1.3

  1. … 113 more files in changeset.
upped version numbers to 5.1.2 and updated documentation

  1. … 102 more files in changeset.
fix a couple typos for syndication

add a syndication table which holds xml fragments which can be assembled to create rss feeds

    • -0
    • +15
    ./sql/oracle/syndication-create.sql
    • -0
    • +3
    ./sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql
    • -0
    • +18
    ./sql/postgresql/syndication-create.sql
    • -0
    • +3
    ./sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql
adjustments for OpenACS 5.1.1 release, including release numbers and help text.

  1. … 208 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Put functions into a search:: namespace and make most private.

Add a search::queue and search::dequeue command

define_function_args/package_exec_plsql to avoid db specific xql files.

unset datasource when finished with it.

bump to 5.2.0d2 + postgresql upgrade script.

    • -0
    • +5
    ./sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
incremented version number so that catalog gets loaded

added search includelet; internationalized it. depends on acs-kernel.common_search, which is on the translation server and should be in 5.1.1

    • -0
    • +4
    ./catalog/search.en_US.ISO-8859-1.xml
updated package versions to 5.1.0 and set release date

  1. … 17 more files in changeset.
put functions in a namespace, make them private, fix small bug with handling 'seen' objid in search::indexer, get rid of useless db_transaction call, check that a driver exists before doing anything in the sched proc