• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
ppthtml is now catppt, part of catdoc package on most distros

- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
The instantiate callback would fail if search was mounted during initial

install (as in a custom install.xml file). It only indexes now if the

init file has been sourced, which will be after server restart if one is

doing an initial install.

"object_type" was not defined at the point where a DELETE error was being

logged.

Merged 5.5.1 to HEAD

  1. … 180 more files in changeset.
Added a package instantiate callback so when someone mounts "search", the

search indexer is correctly started up without a server restart being required.

  1. … 1 more file in changeset.
file apm-callback-procs.tcl was initially added on branch oacs-5-5.

    • -0
    • +0
    ./apm-callback-procs.tcl
Implement TIP#130 Add -exta_args to search callback definition to avoid having to redefine it constantly

    • -0
    • +36
    ./extra-args-procs.tcl
  1. … 3 more files in changeset.
use parameter::get rather than ad_parameter

  1. … 3 more files in changeset.
correctly escape the rss_xml_frag (by Michael Totschnig) http://openacs.org/bugtracker/openacs/patch?patch_number=882

add search::driver_name proc that returns the name of current search driver

Merged from 5.4.2

  1. … 282 more files in changeset.
Move scheduled proc to intermedia driver. Fix typo.

  1. … 1 more file 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. check for oracle by checking for oracle, rather than not postgres

2. only call oracle if we're using oracle

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

Made sure the intermedia_index is not run if postgres is configured

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

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

Made sure the intermedia_index is not run if postgres is configured

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

Add better mime type matching in conversion. Add utility for

powerpoint conversion.

User callback::impl_exists