• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update query files to support notification::get_url

get_url proc now returns the url of a forum or message given the object_id.

remove forums specific sql

- Update Installer to require PG 7.2, since we are requiring it for 4.6

- Added check for 7.3 saying it's not supported at the moment.

- Removed check needed for 7.1, since it's not necessary for 7.2

removing HTML support for spam (message_type parameter) as it is not yet supported by bulk-mail and will not be in 1-0 release of dotLRN

    • -17
    • +1
    /openacs-4/packages/dotlrn/www/spam-2.adp
    • -14
    • +3
    /openacs-4/packages/dotlrn/www/spam-2.tcl
    • -10
    • +2
    /openacs-4/packages/dotlrn/www/spam.tcl
Fixed news_util_get_url to accept package_id instead of package_key to support

multiple instances of news.

    • -4
    • +3
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -1
    • +9
    /openacs-4/packages/news/tcl/news-procs.xql
Fixed news_util_get_url to accept package_id instead of package name to support

multiple instances of news.

    • -4
    • +3
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -1
    • +8
    /openacs-4/packages/news/tcl/news-procs.xql
Gave Dave Bauer commit privs on openacs-4

Fix news_util_get_url_stub to use package_id instead of package_key to support

multiple news instances.

Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

    • -14
    • +62
    /openacs-4/packages/workflow/tcl/action-procs.xql
    • -0
    • +15
    /openacs-4/packages/workflow/tcl/case-procs-postgresql.xql
    • -0
    • +474
    /openacs-4/packages/workflow/tcl/case-procs.tcl
    • -0
    • +161
    /openacs-4/packages/workflow/tcl/case-procs.xql
    • -0
    • +199
    /openacs-4/packages/workflow/tcl/install-procs.tcl
    • -18
    • +36
    /openacs-4/packages/workflow/tcl/role-procs.tcl
  1. … 5 more files in changeset.
merge changes from 4.6

Corrects db_transaction doc. Closes bug 104/patch 22 Vinod Kurup

Use posting_date_ansi + adds error check for non doubleclick submit error. closes bug 103/patch 21 Vinod Kurup

merge link fixes from oacs-4-6 to head

Fix links to old openacs.org site. closes bug 114/patch 31 Ola Hansson

changing bootstrapping code to use new apm_load_tests_p proc that is also used after package installation in APM

changing message after package installation to reflect that server restart is no longer necessary. Caching if package is enabled after installation as is done in bootstrap.tcl

adding proc apm_load_tests_p. changing a couple of procs to proper use of boolean argument

added patch status filter

Adds patch status filtering on patch-list page (from openacs.org)

updated documentation to include new switch, case and default tags. Note was also added to 'if' tag for documenting elseif.

Bad oracle fetch_paths query merged from oacs-4-6

Bad oracle fetch_paths query closes bug 122/patch 40 C. R. Oldham

merge patch 14 from oacs-4-6

Bad varname in template::util::multirow_to_list closes 91/patch 14 Ola Hansson

merge fix for bug 143 to head

ns_puts used instead of puts. closes 143/patch 45 Kevin Crosbie

merge fix for bug 134 from oacs-4-6

Add a doctype to the default-master bug 134/patch 44 Vinod Kurup

one.xql query user_infox should have been user_info which broke oracle bug 135/patch 43 Brad Duell