• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 52 more files in changeset.
missing query in oracle, remove dups in allowed children

    • -1
    • +28
    ./www/modules/items/children-oracle.xql
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 7 more files in changeset.
display attr info when form invalid

    • -17
    • +24
    ./www/modules/types/widget-register-1.tcl
add backs signin query, remove broken links from head.adp

file signin.xql was initially added on branch oacs-4-6.

fix variable interpolation

fix bind var so value returned from content_item.new

use template::multirow api instead of the now broken direct mucking with the mutlirow

    • -40
    • +42
    ./www/modules/clipboard/index.tcl
adds -extend attribute_value for data display