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

fix some typos in widget-register sequence

    • -1
    • +1
    ./www/modules/types/widget-register-1.xql
    • -1
    • +1
    ./www/modules/types/widget-register-3.xql
fix a host of problems with the widget-register stuff, some still exist

    • -18
    • +5
    ./www/modules/types/widget-register-1.tcl
    • -2
    • +35
    ./www/modules/types/widget-register-1.xql
    • -1
    • +1
    ./www/modules/types/widget-register.tcl
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql
1. Fixed a couple of typos in file storage

2. New fast permissions stuff (PG only thus far)

2. While poking around CMS code looking for things that needed recreating

due to the permissions upgrade, changed over to "create or replace function"

    • -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
  1. … 13 more files in changeset.
merge barts removal of duped cm_form_widget__set_attribute_param_value declare

merge Barts fix for duplicate content_module__new from head

merge bartt PG 7.3 fixes from HEAD

    • -1
    • +1
    ./www/modules/items/status-edit-postgresql.xql
  1. … 51 more files in changeset.
Removed duplicate function declaration.

Removed dublicate declaration of content_module__new (varchar,varchar,integer,integer,integer)