• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed misspelling in description of package.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fix from Sloan: if cms is installed but not mounted, a blank sweep interval will be used meaning no sweeps will occur, but this is not always correct. Add a default for this case

Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

    • -1
    • +1
    ./www/modules/items/rename-postgresql.xql
    • -1
    • +1
    ./www/modules/sitemap/rename-oracle.xql
  1. … 20 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

    • -1
    • +1
    ./www/modules/items/rename-postgresql.xql
    • -1
    • +1
    ./www/modules/sitemap/rename-oracle.xql
  1. … 23 more files in changeset.
Should be @widget@ not @notification_chunk@ bug 1321 patch 408 Michael Steigman

    • -1
    • +1
    ./www/modules/types/widget-register-2.adp
    • -1
    • +1
    ./www/modules/types/widget-register-3.adp
Fixes bad default content method query bug 1323 patch 410 Michael Steigman

    • -5
    • +3
    ./tcl/content-method-procs-postgresql.xql
noquote fixes bug 1320 patch 411 Michael Steigman

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -2
    • +2
    ./www/modules/types/widget-register-2.adp
    • -2
    • +2
    ./www/modules/types/widget-register-3.adp
  1. … 595 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
fix a few malformed tcl files.

  1. … 2 more files in changeset.
noquote fix

    • -2
    • +2
    ./www/modules/types/widget-register-2.adp
    • -2
    • +2
    ./www/modules/types/widget-register-3.adp
  1. … 2 more files in changeset.
use auth::create_user bug 1025, also fixes a host of other porting bugs and eliminates a couple queries

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 70 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -1
    • +1
    ./www/modules/categories/delete-oracle.xql
    • -1
    • +1
    ./www/modules/sitemap/delete-oracle.xql
    • -1
    • +1
    ./www/modules/templates/delete-oracle.xql
    • -1
    • +1
    ./www/modules/types/content_symlink/delete.tcl
  1. … 261 more files in changeset.
file item-procs.tcl was added on branch oacs-5-2 on 2006-08-31 19:59:05 +0000

file item-procs.xql was added on branch oacs-5-2 on 2006-08-31 19:59:05 +0000

Removed item-procs* files, as functionality moved over into

acs-content-repository/tcl/item-procs*

Applied patch #242

    • -0
    • +1
    ./www/modules/types/widget-register.tcl
Applied patch #279 for bug #819

    • -2
    • +2
    ./www/modules/sitemap/index-postgresql.xql
noquote changes (Dirk Gomez)

    • -1
    • +1
    ./www/modules/items/attributes-edit.adp
    • -1
    • +1
    ./www/modules/items/relate-items-2.adp
    • -1
    • +1
    ./www/modules/items/revision-add-1.adp
  1. … 83 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -7
    • +7
    ./sql/postgresql/cms-content-methods.sql
    • -19
    • +19
    ./sql/postgresql/cms-permissions.sql
    • -3
    • +3
    ./sql/postgresql/cms-publishing-wf.sql
    • -25
    • +25
    ./sql/postgresql/cms-workflow.sql
    • -0
    • +146
    ./sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql
    • -1042
    • +1212
    ./tcl/form-procs.tcl
  1. … 62 more files in changeset.
Fixed bug: template::form::get_reference assumes that a local var named 'id' exists.

bugfix on section handling in templating broke form generation

extensions to support editing multiple cr items simultaneously

    • -1042
    • +1207
    ./tcl/form-procs.tcl

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
fix reorder dml stmt, take function name out of query name

sort attributes by acs_attribute.sort_order

    • -1
    • +1
    ./www/modules/items/attributes-oracle.xql
    • -2
    • +1
    ./www/modules/items/attributes-postgresql.xql
fix the max_n check in publish status

    • -2
    • +2
    ./www/modules/items/publish-status.tcl