• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use parameter::get rather than ad_parameter

  1. … 3 more files in changeset.
add search::driver_name proc that returns the name of current search driver

Merged from 5.4.2

  1. … 283 more files in changeset.
Roll back my previous commit that put the last dequeue call into a default block of the switch. Objects that have insert/update and delete operations in the same run would never be dequeued otherwise.

Changed log notice to debug

Don't dequeue twice. Added a default switch in search indexer for operation that does not match update/insert nor delete

Added converter for open docs. Removed path for command passed to exec. Removed unused proc choice_bar

  1. … 1 more file in changeset.
1. check for oracle by checking for oracle, rather than not postgres

2. only call oracle if we're using oracle

  1. … 1 more file in changeset.
Removing unused-deprecated ad_choice_bar (only used in contrib/obsolete-packages/library) and search::choice_bar (not used) procs

  1. … 1 more file in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
call search::action callback such that syndication works

Why .LRN again, and more importantly, why doesn't it work on 2.3

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Uncomment search::action callback committed in error.

Remove or comment out dotlrn specific code snuck into search. This

will be a callback of some sort eventually.

  1. … 1 more file in changeset.
Add content filtering for binary types. Pass object_id to content_get

so we can grab the path to filesystem stored items

User callback::impl_exists

fixing broken search: unknown function callback::exists removed, missing query added.

  1. … 1 more file in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Someone modified this file and committed it without even bothering to see

if it would compile without errror ...

Add callback check so indexer works.

commiting search work from sloan

  1. … 41 more files in changeset.
Add search callback definitions.

Implement indexing and searching as callbacks. Service contracts still optionally available.

Add callback proc definitions

Add support for search callbacks for datasource.

object_type unavailable on delete

add a search::action callback and make the syndication called from the callback rather than inline.

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