• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changing logical comparisons to monetary equivalent using ec_is_same to fix some false positive checks for value differences

adding proc for monetary comparisons, where logical comparisons of binary values are too petty

support for categories

    • -0
    • +1
    /openacs-4/packages/courses/courses.info
    • -0
    • +11
    /openacs-4/packages/courses/lib/tree-chunk.adp
    • -0
    • +42
    /openacs-4/packages/courses/lib/tree-chunk.tcl
    • -0
    • +26
    /openacs-4/packages/courses/lib/tree-chunk.xql
    • -1
    • +14
    /openacs-4/packages/courses/tcl/course-procs.tcl
    • -4
    • +1
    /openacs-4/packages/courses/www/index.adp
    • -1
    • +6
    /openacs-4/packages/courses/www/index.tcl
    • -4
    • +3
    /openacs-4/packages/courses/www/index.xql
  1. … 4 more files in changeset.
i18N for dotlrn-assessment

i18N for assessment-portlet

Adding some messages to the i18N catalogs

Adding catalog for Spanish (es_GT)

Move openfts to make room for tsearch2.

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.