• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
noquote changes (Dirk Gomez)

  1. … 108 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -2
    • +2
    ./sql/postgresql/simple-survey-create.sql
  1. … 28 more files in changeset.

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.
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 ...

    • -2
    • +2
    ./sql/postgresql/simple-survey-create.sql
  1. … 14 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

    • -10
    • +1
    ./sql/postgresql/simple-survey-create.sql
  1. … 7 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. … 56 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
merge from oacs-4-6

    • -0
    • +1
    ./www/admin/view-text-responses-oracle.xql
    • -0
    • +1
    ./www/admin/view-text-responses-postgresql.xql
  1. … 27 more files in changeset.
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

    • -0
    • +1
    ./www/admin/view-text-responses-oracle.xql
    • -0
    • +1
    ./www/admin/view-text-responses-postgresql.xql
  1. … 28 more files in changeset.
fix inccorect ad_script_aborts

  1. … 1 more file in changeset.
fix the object attributes (table, column name)

    • -2
    • +2
    ./sql/postgresql/simple-survey-create.sql
  1. … 2 more files in changeset.
more abstract URLs

  1. … 45 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

    • -2
    • +2
    ./www/admin/question-modify-text-2.tcl
  1. … 54 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 678 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
propigate context, cleanup context list some (needs more work though)

  1. … 26 more files in changeset.
add package_id to survsimp_surveys and __new function

    • -4
    • +9
    ./sql/postgresql/simple-survey-create.sql
Trailing comma after the last column in a create table doesn't work ...

    • -2
    • +2
    ./sql/postgresql/simple-survey-create.sql
double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304

  1. … 38 more files in changeset.
undo bad commit

    • -101
    • +4
    ./sql/oracle/simple-survey-package-create.sql
    • -14
    • +0
    ./www/admin/question-copy-oracle.xql
  1. … 1 more file in changeset.
use 'scoped_p' instead of 'style' to determine which view to present

    • -4
    • +101
    ./sql/oracle/simple-survey-package-create.sql
    • -0
    • +14
    ./www/admin/question-copy-oracle.xql
    • -0
    • +14
    ./www/admin/question-copy.tcl
  1. … 1 more file in changeset.
splitting out package creation in preparation for adding functionality

    • -251
    • +2
    ./sql/oracle/simple-survey-create.sql
    • -0
    • +232
    ./sql/oracle/simple-survey-package-create.sql
    • -0
    • +3
    ./sql/oracle/simple-survey-package-drop.sql
cleaned up to prepare for adding functionality

cleaned up to prepare for adding functionality

using navigation procs

fixed missing end clause

fixed up templating

    • -0
    • +29
    ./www/admin/question-add-2.adp
    • -0
    • +25
    ./www/admin/survey-create-confirm.adp
    • -0
    • +30
    ./www/admin/survey-create.adp
fixed up scoping of admin

added display types

    • -0
    • +4
    ./www/one_paragraph.adp
fixing up survey

    • -7
    • +9
    ./sql/postgresql/simple-survey-create.sql
    • -0
    • +1
    ./www/admin/survey-create-2-oracle.xql
    • -0
    • +1
    ./www/admin/survey-create-2-postgresql.xql
    • -0
    • +22
    ./www/admin/survey-display-type-edit.tcl