• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

- prefer utf8 over iso8859

  1. … 66 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 27 more files in changeset.
- added argument "-passing_style" to search::content_filter

to make explicit whether data contains content or a file name.

Previously, text/* meant automatically passing-style string,

leading to missing results when plain files were added

to the content repository

- added filter for text/plain

- fixed filter for text/html

- further clean up

  1. … 1 more file in changeset.
- remove unneeded expr from condition in "for" loop

  1. … 1 more file in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
"object_type" was not defined at the point where a DELETE error was being

logged.

Implement TIP#130 Add -exta_args to search callback definition to avoid having to redefine it constantly

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