• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums

    • -1
    • +1
    /openacs-4/packages/bulk-mail/www/one.adp
    • -1
    • +1
    /openacs-4/packages/bulk-mail/www/one.xql
file upgrade-0.3-0.4.sql was initially added on branch oacs-4-6.

add user id and IP address to update_last_modified()

file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6.

file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

Another (sigh) typo in my Oracle query to return true if an item is

an extlink.

Removed the unused add-sloan-theme.sql files (they're added in defaults.sql)

and switched Oracle's default.sql to use a message key for the Sloan name

(as was already done by someone for Postgres.)

Now that theming has been magically fixed by someone, we need to set the

proper theme for dotLRN portals at install time.

    • -0
    • +1
    /openacs-4/packages/dotlrn/install.xml
Forgot to add the new apm-callback-procs.tcl file ...

    • -0
    • +143
    /openacs-4/packages/dotlrn-homework/tcl/apm-callback-procs.tcl
Slightly better api documentation for ad_conn, fixes bug #587 by Jade Rubick

noquote fixes

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/index.adp
    • -1
    • +1
    /openacs-4/packages/dotlrn/www/one-community.adp
noquote fixes for portals

quotehtml pretty_name since it is displayed noquote in the html frag

make forums noquote friendly and remove special case in acs-templating

    • -1
    • +1
    /openacs-4/packages/forums/www/index.adp
    • -1
    • +1
    /openacs-4/packages/forums/www/message-chunk.adp
    • -2
    • +2
    /openacs-4/packages/forums/www/message-email.tcl
    • -3
    • +2
    /openacs-4/packages/forums/www/message-post.tcl
    • -5
    • +1
    /openacs-4/packages/forums/www/message-view.tcl
    • -3
    • +2
    /openacs-4/packages/forums/www/search.tcl
    • -2
    • +2
    /openacs-4/packages/forums/www/user-history.tcl
get the ansi formatted dates in the queries

add a br clear=both so that the footer does not step on left side boxes

Let Bart modify CVSROOT files

Started work on oracle data model upgrade. PL/SQL exists, but is unported.

last_modified became wrong during merge. Reverted to previous state.

Added new Tcl API to define a portal datasource from a Tcl spec. Also moved

Simon's datasource utils into the new datasource namespace. And added a new

one of my own.

    • -0
    • +13
    /openacs-4/packages/new-portal/tcl/datasource-procs.xql
Add noquote switch to select lists generated in tcl file. Fixes Bug#582.

Replaced referece to notification_chunk with widget.

Removed unnecessary SQL files (all done with Tcl callbacks using the newish

service contract, notifications, and portal API)

Fixed a few bugs ...

seperate queries for oracle and postgres for cr_import_content.set_file_content

seperate queries for oracle and postgres for cr_import_content.set_file_content

correction in proc doc for apm_upgrade_logic. Flushing the package_installed_p cache after uninstall of package. Previously committed on 4.6 branch

correction in proc doc for apm_upgrade_logic. Flushing the package_installed_p cache after uninstall of package

provides 4.6.1, remove files from .info file

adding provides for Photo Album in info file so that portlet and applet packages can depend on it. Setting context_id of root folders to be the package id so that objects in a package inherit permissions from the package instance. This is a pattern all packages should follow