• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

added note about peter's auto-intall stuff

adding support for tcl files in the I18N interface for packages, temporary message tags must be inserted manually, there is no equivalent of Jeffs magic script for adp files for tcl files, improving the I18N instructions

adding the format proc to allow variables to be interpolated into catalog messages, updating documentation for the lookup procs, simplifying the lookup proc greatly, not attempting anything smart if lookup fails for now

Adding a key short hand for the temporary message lookup tag - the underscore, syntax: <#_ text#>

updated docs and removed load.sql

add a warning about existing vars in rp_form_put

correcting mistake: site-wide default locale should be en_US not de_DE

removing tilde file

Added a catch around the call to acs-lang, so at least we won't prevent pages from being served