• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
i18n update

Fix content type calls to eliminate illegal chars in type name

add oracle scripts from callback procs

Daveb fixed broken 5.1 code and tests

fix name of parameter creation_user

adding missing messages

add as_action package

fixing dependencies

removing message

removing permission check

change version number to 7.3

more information about one course

new asm-admin dir

level is a reserved word in Oracle. Changing to treelevel.

Adding missing view_p column

fixing assessment oracle for content-repository

Fixed datamodel to work with new acs_object fields (package_id, title).

Made add_elements and process consistent about special handling of acs_object fields.

Give Rob Denison commit on openacs-4

Reintroduced util_memoize and added the subsite_id as a parameter to it, so the memoize will work correctly. Kudos to Jeff for pointing this out

You cannot memoize this query, as the assignees are different for each package_id

Add dynamic-types as a module.

resurrect file

asm-action-new-oracle.xql

resurrect file

resurrect erased file that MUST be here

changin links of cc-admin to dt-admin

adding dotlrn-catalog pkg & karma to miguelm for it

Intial import of dotlrn-catalog

  1. … 49 more files in changeset.
Initial revision

    • -0
    • +34
    /openacs-4/packages/dotlrn-catalog/dotlrn-catalog.info
    • -0
    • +5
    /openacs-4/packages/dotlrn-catalog/lib/community-chunk.adp
    • -0
    • +10
    /openacs-4/packages/dotlrn-catalog/lib/community-chunk.tcl
    • -0
    • +11
    /openacs-4/packages/dotlrn-catalog/lib/community-chunk.xql
    • -0
    • +91
    /openacs-4/packages/dotlrn-catalog/lib/course-chunk.adp
    • -0
    • +25
    /openacs-4/packages/dotlrn-catalog/lib/course-chunk.tcl
    • -0
    • +16
    /openacs-4/packages/dotlrn-catalog/lib/course-chunk.xql
    • -0
    • +10
    /openacs-4/packages/dotlrn-catalog/lib/dotlrn-chunk.tcl
    • -0
    • +12
    /openacs-4/packages/dotlrn-catalog/lib/dotlrn-chunk.xql
    • -0
    • +11
    /openacs-4/packages/dotlrn-catalog/lib/tree-chunk.adp
    • -0
    • +42
    /openacs-4/packages/dotlrn-catalog/lib/tree-chunk.tcl
    • -0
    • +26
    /openacs-4/packages/dotlrn-catalog/lib/tree-chunk.xql
  1. … 49 more files in changeset.
Oracle was complaining about joining with a CONNECT BY. I've refactored the mask into an EXISTS clause. Should this be handled with a 'read_site_map' permission instead of the masking table?