• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Manage the presentation of the assessments

    • -0
    • +10
    /openacs-4/packages/assessment/www/show_assessments.adp
    • -0
    • +11
    /openacs-4/packages/assessment/www/show_assessments.tcl
Added a link for showing assessments

Adding files I missed.

    • -0
    • +4
    /openacs-4/packages/xcms-ui/lib/sample-index.adp
    • -0
    • +37
    /openacs-4/packages/xcms-ui/tcl/xcms-ui-procs.xql
Missing table in query (PG adds them Oracle is strict ala SQL99 standard)

Removed stray ";" ... Oracle doesn't like them

Remove set_curcfg from create.sql. Created wrapper functions for

to_tsvector and to_tsquery to call set_curcfg each time.

Fix search proc to return correct count and properly use limit and offset

so pagination of search results works.

Use 'default' tsearch2 configuration. It should be a parameter eventually.

Pass configuration name into tsvector and tsquery

Updated resource list to version 1.1 so that people can upgrade to new

version.

Fixes that finish up upgrade to OpenACS 5.0 compatibility.

Workaround namespace eval problem in AOLserver 3.

Add search FtsEngineDriver paramter to documentation.

add an ad_library call, mark functions public

quote expr things, make some things public that were not categorized

Made install work for Oracle

Made package_exec_plsql work for Oracle procedures ...

Uncomment create script so it actually works!

Adding very basic documentation, but this package is still very basic itself.

Adding tsearch2 search engine driver. Needs work, but will actually index content.

    • -0
    • +26
    /openacs-4/packages/tsearch2-driver/tsearch2-driver.info
    • -0
    • +172
    /openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl
Added this now because it seemed invisible to others for some reason even

though it existed on the 5.1 branch in my local checkout.

Add optional revision parameter to content::init. Defaults to live revision.

fix for bug 1509- fixed this on dotlrn.org a few weeks ago

Minor change to 1.03-1.04b1 upgrade script, plus bump the version

number to 1.06 so that files missing in some builds of 1.05 are added in.

Added admin script that synchronizes the logger projects. Not

necessary for most new installations, but necessary if you had a bunch

of older projects that needed to be synchronized with logger. Also, a

few administrative pages were left out of the 1.05 release.

Fixes bug in project::open_p function when there is more than one row returned.

changed ServerPeerVerify to false on AlfredW's suggestion

added notes on how to rebuild repository automatically

add spaces around shell output in the pre so long lines still display, check that the script came from a POST before executing it.

Logger now sorts the Users filter by first name, last name, instead of

by user_id

If a project is closed, now shows that project as an option when editing tasks.

There was an extra acs_users_all assignee join in the first part of

the query which caused the set of returned rows to be the cartesian

product of the bugs X keywords X users on system = very very slow

for anything more than a trivial number of users.

It still returns bugs x keywords rows which is not great but seems tolerable.