• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
    • -1
    • +1
    /openacs-4/packages/forums/www/index-oracle.xql
    • -2
    • +2
    /openacs-4/packages/forums/www/message-view.adp
    • -1
    • +2
    /openacs-4/packages/forums/www/search.tcl
  1. … 42 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 62 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 19 more files in changeset.
merge changes for context id and default of instance name to pretty name from package info

davb accidentally pulled in i18n changes to 4.6 when fixing the

search url lookup. Backed them out and applied only his change.

    • -16
    • +17
    /openacs-4/packages/news/www/index.tcl
- Added /doc directory

- Added mis documentation directory and pages

- Added OpenACS 4.x PG 7.1 -> 7.2 migration document

    • -0
    • +18
    /openacs.org-dev/www/doc/misc/index.adp
    • -0
    • +142
    /openacs.org-dev/www/doc/misc/openacs-pg-migration.txt
Use apm_package_url_from key to get the url for the search package.

    • -18
    • +17
    /openacs-4/packages/news/www/index.tcl
Use apm_package_url_from_key to find search package url.

    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
Use apm_package_url_from_key to find url of serach package instead of

news_util_get_url which was changed to accept package_id to support

multiple instances of news.

    • -4
    • +4
    /openacs.org-dev/packages/news/www/index.tcl
merge changes from 4.6

Fix links to the LDP guide closes bug 148

merge one bugfix from oacs-4-6

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