• last updated 58 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added a link for showing assessments

- adding option to get redirected to the group admin pages after uploading an assignments in groups

- adding option to download all the answers of a given assignment in a zip file

- adding option to add the assignments in more communities from the same page

- fixing bugs

- adding procs in tcl/sql to handle the first 3 cases

  1. … 31 more files in changeset.
file for download the answers of the students

Pretty printing

Added a link for showing assessments

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