• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding ims-ent package files, initial commit

    • -0
    • +29
    /openacs-4/packages/ims-ent/ims-ent.info
    • -0
    • +59
    /openacs-4/packages/ims-ent/tcl/apm-callbacks-procs.tcl
    • -0
    • +93
    /openacs-4/packages/ims-ent/tcl/batch-procs.tcl
    • -0
    • +678
    /openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.tcl
    • -0
    • +93
    /openacs-4/packages/ims-ent/tcl/ims-ent-dotlrn-procs.xql
    • -0
    • +366
    /openacs-4/packages/ims-ent/tcl/ims-ent-parser-procs.tcl
    • -0
    • +115
    /openacs-4/packages/ims-ent/tcl/ims-ent-parser-procs.xql
    • -0
    • +5
    /openacs-4/packages/ims-ent/www/index.adp
    • -0
    • +19
    /openacs-4/packages/ims-ent/www/index.tcl
    • -0
    • +28
    /openacs-4/packages/ims-ent/www/admin/authority-oracle.xql
    • -0
    • +11
    /openacs-4/packages/ims-ent/www/admin/authority-parameters.adp
    • -0
    • +86
    /openacs-4/packages/ims-ent/www/admin/authority-parameters.tcl
    • -0
    • +30
    /openacs-4/packages/ims-ent/www/admin/authority-postgresql.xql
  1. … 12 more files in changeset.
Added in tutorial from rubick.com to content repository documents, so

other developers can change it or improve it.

bump MaximumFileSize to 20mb, add text: Should not be set larger than the systemwide AOLServer parameter maxinput. Resolves bug 374

PG tweaks removing a couple of unnecessary things

improved the logic in the change locales includelet

Added maxinput parameter. Set it to 5MB, which allows OpenACS parameter to kick in more effectively. See http://openacs.org/forums/message-view?message_id=161698

Bumped the version number so existing installs can benefit from a fix

Jeff made weeks ago that breaks acs-mail-lite from working.

Applied patch #529 (hope that's alright): Patch to correct problems

regarding sendmail procedure in acs-mail-lite-procs.tcl. This should

fix bug #1888.

do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used

Clarifies use of local customization parameter, as per bug #1890.

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 ...