• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix for bug 1799.

Applied patch for bug 1745.

remove unused errcnt variable bug 1855/patch 492

sloan changes, left in notice debug statements

adds sloan theme, memoize flush bug, layout cleanup

    • -0
    • +49
    /openacs-4/packages/new-portal/sql/oracle/add-sloan-theme.sql
    • -105
    • +181
    /openacs-4/packages/new-portal/tcl/portal-procs.tcl
    • -0
    • +27
    /openacs-4/packages/new-portal/www/show-here.adp
    • -0
    • +44
    /openacs-4/packages/new-portal/www/show-here.tcl
    • -0
    • +59
    /openacs-4/packages/new-portal/www/themes/sloan-theme.adp
contract display, better error handling in acs_sc_proc, document API some

new contract display page

file contract-display.adp was initially added on branch oacs-4-6.

file contract-display.tcl was initially added on branch oacs-4-6.

document API somewhat, add contract browser

change CSS classes z_light, oddrow to odd, and z_dark, evenrow to even

    • -16
    • +16
    /openacs-4/packages/survey/www/admin/one.adp
sloan changes -- adds graphical back fwd, add item

acs-person does not yet support oracle

rss-services does not support oracle

Made Payment Gateway a singleton package.

Made eCommerce a singleton package.

file 00-database-procs-postgresql-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql
file plpgsql-utility-procs-postgres.xql was initially added on branch oacs-4-6.

Added missing queries.

    • -97
    • +105
    /openacs-4/packages/acs-subsite/tcl/package-procs.xql
    • -216
    • +177
    /openacs-4/packages/acs-tcl/tcl/apm-procs.xql
Removed the LockDir option as it was killing checkouts of specific tagged

versions.

    • -1
    • +1
    /openacs-4/packages/CVSROOT.dotlrn/config
patches some of the problems ad_text_to_html has with url's that

contain email addresses and plain text email with mailto: already

prepended. also inserts \\n so the html is readable in source. removes

residual sTaRt/eNd magic just in case.

It does not handle URLs with userinfo like http://user:passwd@foo.com/zim

bug 1842/patch 491

Fixed a bug that broke multiple uses of to_sql etc in a form declaration.

file not-allowed.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/forums/www/not-allowed.adp
file not-allowed.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/forums/www/not-allowed.tcl
Added a not-allowed page, which forums seems to be redirecting to, anyway, but which wasn't there. And changed do_abort so that it doesn't throw an error, but rather an ad_script_abort, and so that it offers the user a login page if he isn't logged in, instead of simply throwing the not-allowed page.

    • -0
    • +2
    /openacs-4/packages/forums/forums.info
    • -0
    • +10
    /openacs-4/packages/forums/www/not-allowed.tcl
Renamed upgrade scripts to include the full version number

Fixed the EmailDomain, so it doesn't default to openacs.org. Instead, I've changed address_domain so that if there's no domain specified here, we do a regexp on [ad_url] to find out what the domain likely is.

cross reference the multirow procs

fix some links and add a link to bboard

append port for default SystemURL when not on 80 bug 1832/patch 489 Tilmann Singer