• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fixed bug #327: Tcl code in ADP file.

Make events provide itself and require ecommerce.

Cleaned up UI

    • -2
    • +15
    ./packages/events/tcl/events-procs-oracle.xql
    • -98
    • +115
    ./packages/events/www/event-info.adp
    • -8
    • +25
    ./packages/events/www/event-info.tcl
    • -2
    • +8
    ./packages/events/www/index-oracle.xql
    • -2
    • +8
    ./packages/events/www/index-postgresql.xql
    • -1
    • +0
    ./packages/events/www/order-cancel.adp
    • -2
    • +3
    ./packages/events/www/order-cancel.tcl
    • -46
    • +47
    ./packages/events/www/order-check.adp
    • -28
    • +11
    ./packages/events/www/order-one.adp
    • -28
    • +33
    ./packages/events/www/order-one.tcl
    • -3
    • +0
    ./packages/events/www/admin/activity-add.adp
  1. … 11 more files in changeset.
Added events pacakage from Michael Steigman

    • -0
    • +57
    ./packages/events/NOTES
    • -0
    • +58
    ./packages/events/TODO
    • -0
    • +319
    ./packages/events/events.info
    • -0
    • +83
    ./packages/events/sql/oracle/events-activities-create.sql
    • -0
    • +19
    ./packages/events/sql/oracle/events-activities-drop.sql
    • -0
    • +104
    ./packages/events/sql/oracle/events-activities-package-create.sql
    • -0
    • +12
    ./packages/events/sql/oracle/events-activities-package-drop.sql
    • -0
    • +77
    ./packages/events/sql/oracle/events-attributes-create.sql
    • -0
    • +17
    ./packages/events/sql/oracle/events-attributes-drop.sql
    • -0
    • +43
    ./packages/events/sql/oracle/events-create.sql
    • -0
    • +41
    ./packages/events/sql/oracle/events-drop.sql
    • -0
    • +136
    ./packages/events/sql/oracle/events-events-create.sql
    • -0
    • +32
    ./packages/events/sql/oracle/events-events-drop.sql
    • -0
    • +221
    ./packages/events/sql/oracle/events-events-package-create.sql
  1. … 251 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 ...

  1. … 8 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 ...

  1. … 38 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 ...

  1. … 48 more files in changeset.
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the

backwards-compatible "getattr" command to fail. I dug around nsxml

and it does appear to be a gcc bug. I changed to the proper nsxml v2

syntax.

2. In the course of exploring #1 above, I realized that the calls to

dom:: Tcl XML package commands were still being executed despite

being commented out. Typical Tcl misunderstanding on someone's part.

Net effect: we were parsing all APM .info files twice, once in Tcl

and once in ns_xml! Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification

request if any unsent notifications were pending, causing the homework

package to bomb if you deleted an uploaded homework file and the prof

hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.

  1. … 15 more files in changeset.
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.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

  1. … 4 more files in changeset.
Added caching db_* API from Greenpeace Planet.

    • -0
    • +508
    ./misc/db-cache-procs.tcl
drop views and functions bug 262

indb renamed to indb_p

Removed reference to removed file storage proc

    • -5
    • +1
    ./packages/populate/tcl/populate-procs.tcl
fix current_time rather than current_timestamp bugs

  1. … 6 more files in changeset.
Had to track Jeff's changes to mime type handling in the CR (or removal of

the files storage kludge, more accurately)

- Fixed small problem when looping over all RDF logs.

    • -2
    • +2
    ./packages/irc-logger/www/admin/update.tcl
  1. … 2 more files in changeset.
- Added update all RDF logs.

    • -1
    • +1
    ./packages/irc-logger/tcl/irc-logger-procs.tcl
    • -16
    • +33
    ./packages/irc-logger/www/admin/index.adp
    • -4
    • +11
    ./packages/irc-logger/www/admin/index.tcl
    • -1
    • +1
    ./packages/irc-logger/www/admin/update.tcl
    • -28
    • +28
    ./packages/irc-logger/www/doc/index.tcl
Update 2003-02-11

    • -4
    • +55
    ./packages/irc-logger/data/default.xsl
    • -2
    • +114
    ./packages/irc-logger/tcl/irc-logger-procs.tcl
    • -0
    • +42
    ./packages/irc-logger/www/admin/index.adp
    • -2
    • +27
    ./packages/irc-logger/www/admin/index.tcl
    • -0
    • +0
    ./packages/irc-logger/www/admin/update.tcl
    • -2
    • +7
    ./packages/irc-logger/www/doc/index.adp
    • -1
    • +3
    ./packages/irc-logger/www/doc/index.tcl
- Removed all namespace references from the resulting HTML. This previously caused a problem for Opera (7).

- Added an update feature to the admin page.

- Removed an extraneous .xql file from /www/admin.

    • -2
    • +1
    ./packages/irc-logger/data/default.xsl
    • -0
    • +25
    ./packages/irc-logger/www/admin/index.adp
    • -2
    • +20
    ./packages/irc-logger/www/admin/index.tcl
    • -0
    • +38
    ./packages/irc-logger/www/admin/update.tcl
- Break the description of long hyper links in chunks of 50 characters as not to interfere with the page layout.

- Flush the ETP page whenever the log is updated so that the displayed ETP page is always current.

    • -4
    • +56
    ./packages/irc-logger/data/default.xsl
    • -2
    • +6
    ./packages/irc-logger/tcl/irc-logger-procs.tcl
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 16 more files in changeset.
merge Don file copy/fconfigure -binary fixes from head

  1. … 2 more files in changeset.