• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

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

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

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

    • -12
    • +1
    ./obsolete-packages/acs-util/acs-util.info
    • -116
    • +0
    ./obsolete-packages/bboard/ChangeLog
    • -192
    • +0
    ./obsolete-packages/bboard/bboard.info
    • -127
    • +0
    ./obsolete-packages/bboard/sql/oracle/bboard-drop.sql
  1. … 169 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
initial addition of bcms, bcds and bms-ui-wizard packages

    • -0
    • +29
    ./packages/bcds/bcds.info
    • -0
    • +26
    ./packages/bcds/sql/postgresql/bcds-create.sql
    • -0
    • +23
    ./packages/bcds/sql/postgresql/bcds-sc-create.sql
    • -0
    • +57
    ./packages/bcds/tcl/bcds-init.tcl
    • -0
    • +57
    ./packages/bcds/tcl/bcds-procs-postgresql.xql
    • -0
    • +156
    ./packages/bcds/tcl/bcds-procs.tcl
    • -0
    • +12
    ./packages/bcds/tcl/bcds-procs.xql
    • -0
    • +53
    ./packages/bcds/tcl/bcds-search-procs.tcl
    • -0
    • +17
    ./packages/bcds/www/index.vuh
    • -0
    • +30
    ./packages/bcds/www/admin/index.tcl
    • -0
    • +12
    ./packages/bcds/www/admin/template-delete.tcl
    • -0
    • +27
    ./packages/bcds/www/admin/template-list.adp
    • -0
    • +8
    ./packages/bcds/www/admin/template-list.tcl
    • -0
    • +3
    ./packages/bcds/www/admin/template-one.adp
    • -0
    • +70
    ./packages/bcds/www/admin/template-one.tcl
  1. … 163 more files in changeset.
More work on plpgsql api.

Started work on plpgsql functions.

removing the file listings from the info files since those are no longer used by OpenACS

    • -11
    • +0
    ./obsolete-packages/acs-util/acs-util.info
  1. … 26 more files in changeset.
Added missing package_id field to general comments table.

Updated data model to subtype cr_revision. Started work on plpgsql functions to support object type.

Planes for fixing up general comments

    • -0
    • +20
    ./packages/general-comments/TODO
Adding development version of general-comments. This is a rewrite of the data

model to remove dependance on acs-messaging.

    • -0
    • +29
    ./packages/general-comments/PORTING.status
  1. … 92 more files in changeset.
Oops, bumped up the ecommerce requirement one too far

When you change something, it resent the reminders, which is not what you normally want.

    • -2
    • +1
    ./packages/events/tcl/events-procs-oracle.xql
Fixed bug: Doesn't update bulk mail subject when you change the name/times

    • -0
    • +1
    ./packages/events/tcl/events-procs-oracle.xql
moving scheduling from -procs.tcl file to the -init.tcl file where it belongs

Fixed typos so at least the datamodel will load.

Bumped up version number of ecommerce, so the APM will suck in the new provides statement. Also bumped up events, and made events require the later version of ecommerce, so installing events should work.

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. … 4 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. … 33 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
    • +1
    ./obsolete-packages/acs-util/acs-util.info
    • -1
    • +1
    ./obsolete-packages/bboard/bboard.info
  1. … 32 more files in changeset.
seperated the product_update query by db, used sysdate for oracle, and now() for postgresql

    • -20
    • +1
    ./packages/events/www/admin/event-edit.xql
Changed "timestamp" to "timestamptz" so it works with pg 7.3.x

Fixed ec_product__new query, it hadn't worked because only 14 of the 16 necessary variables had been specified previously

Fixed bulk-mail: The form didn't work because it didn't carry forward the 'group' variable. And the query to get the sender email got more rows than you wanted, due to a bad join.

    • -5
    • +17
    ./packages/events/www/admin/send-mail.tcl
    • -6
    • +4
    ./packages/events/www/admin/send-mail.xql
More display changes

    • -28
    • +25
    ./packages/events/www/event-info.adp
Changed current_timestamp to sysdate for oracle xql

    • -1
    • +1
    ./packages/events/tcl/events-procs-oracle.xql
- Add IRC logs in reverse order so that the newest log is at the top of the page.

- Add 'current' link to latest IRC log at the top of the page.

- Add 'current' link to irc-logger for links from other sites to the latest log.

- Update documentation.

    • -3
    • +91
    ./packages/irc-logger/tcl/irc-logger-procs.tcl
    • -0
    • +41
    ./packages/irc-logger/tcl/irc-logger-procs.xql
    • -0
    • +22
    ./packages/irc-logger/www/current.tcl
    • -1
    • +12
    ./packages/irc-logger/www/doc/index.adp
    • -1
    • +1
    ./packages/irc-logger/www/doc/license.tcl
Only display top register link if there's an additional note.

    • -11
    • +12
    ./packages/events/www/event-info.adp