• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Switched tree-based queries to a tree-using form, which will greatly enhance

scalability...

  1. … 12 more files in changeset.
updated the portlet...

update perms

typo

update

fix typo

update param

update addapplet

update params

added permissions setting up

better naming

context_id support

better portal naming

Removing unused static-pages-sws files from sql/postgresql

adding portal_ids update, needed w/ context_id stuff

adding context_id support for portal::create

Fixed extraneous end; in tcl/static-pages-procs-postgresql.xql

Fix bug in etp-swap (thanks Jun)

fix two new bugs in get_content_items

Fixed file update error in postgreql. It adds an mtime column, update your

datamodel on PG. Code checks for storage_type to run the correct queries/code

for Oracle/PG.

update for Applet_Add

consistency update

use bind variablescvs update ALWAYS

fixed up a few things

    • -1
    • +24
    /openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl
    • -0
    • +12
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -10
    • +4
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql
    • -0
    • +3
    /openacs-4/packages/dotlrn/www/one-community.tcl

Removed some misnamed files from file-storage and removed a garbage file

from static-pages.

improved views

fixed the calls to the new dotlrn applet contract

    • -1
    • +1
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
updated the whole architecture to do dotlrn_user_rel, and portal-id

    • -6
    • +14
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -2
    • +8
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql
  1. … 27 more files in changeset.

Changed to the new tree_sortkey comparison scheme. Mostly untested (yet)

will do so shortly!

1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions

2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed

a needless outer join from both versions in the process.