• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 720 more files in changeset.
commiting search work from sloan

    • -0
    • +12
    ./admin/delete-object-type-from-index.tcl
    • -0
    • +20
    ./admin/index-missing-objects.tcl
    • -0
    • +7
    ./admin/list-object.adp
    • -0
    • +16
    ./admin/list-object.tcl
    • -0
    • +11
    ./admin/list-objects.adp
    • -0
    • +17
    ./admin/list-objects.tcl
    • -0
    • +12
    ./admin/reindex-calitem.tcl
    • -0
    • +12
    ./admin/reindex-faq.tcl
  1. … 27 more files in changeset.
Implement search as callback. Service contract optional..

search for things owned by the subsite itself as well, provide object_id in datasource

Remove ETP specific code from search package. Also trimming "index"

from all ETP urls could quite possibly trim something uninteded. The

correct course of action would be to handle this in the ETP URL

service contract using file commands to get just the filename if it

exactly matches index.

subsite scoped search

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

  1. … 2 more files in changeset.
GET should be get

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

  1. … 3 more files in changeset.
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. … 2271 more files in changeset.
Back out inefficient permission checking.

Internationalization of the Search Package

  1. … 1 more file in changeset.
Limit Search results only to results a user actually has read permission

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

  1. … 5 more files in changeset.
ad_script_abort if ftsdriver missing

merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 289 more files in changeset.
Removed obsolete files, now that we are using search.adp.

Changed the file to be useable in a .tcl/.adp environment, getting rid of the manual parsing happening within the .tcl file.

Added the search.adp file to follow OpenACS standards.

file search.adp was initially added on branch oacs-5-0.

Noquote.

Simple noquote fix for the context bar in search results.

cleanup to use sitewide master, use SearchIndexerInterval in -init.tcl

  1. … 1 more file in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

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

  1. … 5 more files in changeset.
add ReturnHeaders before ns_write Fixes bug 1555 patch 272

the package is 99% ported to oracle. the only file that still requires a

little porting is www/search.tcl

now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't

do it since i didn't need site-wide-search quite yet.

  1. … 16 more files in changeset.
*** empty log message ***

added q&as

some guidelines of how to make an object type searchable

    • -0
    • +138
    ./doc/guidelines.html