• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file install-full-text-search-openfts.html was initially added on branch oacs-5-1.

Add tserach2 docs

file install-full-text-search-tsearch2.html was initially added on branch oacs-5-1.

Fixing bug when uploading a csv file of users. Bug in if condition

when checking for not optional fields.

export IMS QTI XML and attached graphics

removing some breakage that should be tested before commit

adding categories support

    • -0
    • +10
    /openacs-4/packages/courses/lib/course-chunk.xql
add callback after-mount to insert the default actions for every instance of assessment

change queries to display only the actions created for certain instance of assessment

add proc used as after-mount callback

add function to insert default actions for every instance of assessment

add files to handle after-mount callback, used to insert default actions for every instance of assessment

    • -0
    • +10
    /openacs-4/packages/assessment/tcl/as-pram-procs-oracle.xql
Change the ifstatement to the select query as in postgres

Fixed my previous select as it was missing the parent_id clause

PLEASE REVERT IF YOU THINK THIS IS NOT RIGHT, but it is the only way this f***ed upgrade script works reliably on the sites I needed to upgrade (and that had the same title twice. I changed the if statement from the complex parent_id, title check to a simple select on the cr_item table, checking if the name is already there. Obviously this is very inefficient (for each file you run yet another select) but it works reliably (with the old version I got errors on two sites)

Switch to support oracle 8.1.6

Switch to support oracle version 8.1.6

Fix for Bug #2292: not display section name and items on taking an assessment

Add install actions for importing category trees in xml format.

    • -0
    • +49
    /openacs-4/packages/categories/tcl/install-procs.tcl
making workflow more consistent for cs call center

fix score

Changed "delete" call to "del", content-item tests runs without error now

with Oracle.

Insert content as BLOB in seperate query.

more changes

    • -2
    • +2
    /openacs-4/packages/courses/courses.info
    • -7
    • +20
    /openacs-4/packages/courses/lib/course-chunk.adp
    • -7
    • +30
    /openacs-4/packages/courses/tcl/course-procs.tcl
    • -3
    • +18
    /openacs-4/packages/courses/tcl/course-procs.xql
    • -0
    • +6
    /openacs-4/packages/courses/www/course-info.adp
    • -0
    • +23
    /openacs-4/packages/courses/www/course-info.tcl
    • -0
    • +23
    /openacs-4/packages/courses/www/course-info.xql
    • -0
    • +5
    /openacs-4/packages/courses/www/index.adp
    • -1
    • +3
    /openacs-4/packages/courses/www/index.tcl
    • -0
    • +12
    /openacs-4/packages/courses/www/index.xql
    • -0
    • +27
    /openacs-4/packages/courses/www/cc-admin/course-delete.adp
    • -0
    • +28
    /openacs-4/packages/courses/www/cc-admin/course-delete.tcl
  1. … 4 more files in changeset.
added noquote

fixing oversight typos from earlier today

Remove broken generic query.

Add correct Oracle specific blob compatible query.

file content-revision-procs-oracle.xql was initially added on branch oacs-5-1.

file content-revision-procs-postgresql.xql was initially added on branch oacs-5-1.

Fix test to work correctly in oracle.