• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators.

    • -1
    • +1
    ./catalog/bulk-mail.da_DK.ISO-8859-1.xml
    • -1
    • +4
    ./catalog/bulk-mail.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
    • -4
    • +9
    ./catalog/bulk-mail.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.fi_FI.ISO-8859-15.xml
    • -1
    • +1
    ./catalog/bulk-mail.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.nl_NL.ISO-8859-1.xml
    • -0
    • +17
    ./catalog/bulk-mail.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.pl_PL.ISO-8859-2.xml
    • -1
    • +1
    ./catalog/bulk-mail.ru_RU.windows-1251.xml
  1. … 127 more files in changeset.
I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

    • -0
    • +17
    ./catalog/bulk-mail.da_DK.ISO-8859-1.xml
    • -0
    • +14
    ./catalog/bulk-mail.de_DE.ISO-8859-1.xml
    • -8
    • +8
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
    • -0
    • +12
    ./catalog/bulk-mail.es_ES.ISO-8859-1.xml
    • -0
    • +17
    ./catalog/bulk-mail.fi_FI.ISO-8859-15.xml
    • -0
    • +10
    ./catalog/bulk-mail.it_IT.ISO-8859-1.xml
    • -0
    • +17
    ./catalog/bulk-mail.nl_NL.ISO-8859-1.xml
    • -0
    • +17
    ./catalog/bulk-mail.pl_PL.ISO-8859-2.xml
    • -0
    • +17
    ./catalog/bulk-mail.ru_RU.windows-1251.xml
  1. … 326 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. … 72 more files in changeset.
adding package version information to message catalog files

    • -1
    • +1
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
  1. … 42 more files in changeset.
Removed (currently unnecessary) "for update" clauses - with the transaction

gone, they only slow things down. If we want multiple sweepers to work we

will need to do something but the huge transaction causes problems on systems

with a lot of bulk mail activity (sloanspace, in particular)

remove the large db_transaction bulk_mail::sweep bug 93

sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
acs_function_args should have been define_function_args

define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

Date/time/number localization

  1. … 85 more files in changeset.
I18N: converting bulk-mail to using the message catalog

    • -0
    • +17
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

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

  1. … 699 more files in changeset.
propigate context list rather than vals

testing that cvs log is working again

propigate context_bar to master template

some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

  1. … 33 more files in changeset.
more improvements to the site-node api

  1. … 17 more files in changeset.
fixing postgres port

    • -16
    • +26
    ./sql/postgresql/bulk-mail-create.sql
    • -11
    • +17
    ./sql/postgresql/bulk-mail-drop.sql
  1. … 5 more files in changeset.
now quoting html in case the message is in html format

  1. … 2 more files in changeset.
some minor ui improvements

  1. … 1 more file in changeset.
fixed a few links; now require admin privilege on the package to view the pages

  1. … 2 more files in changeset.
initial version of a simple bulk mail service that supports variable interpolation

    • -0
    • +0
    ./sql/oracle/bulk-mail-package-create.sql
    • -0
    • +0
    ./sql/oracle/bulk-mail-package-drop.sql
    • -0
    • +0
    ./sql/oracle/bulk-mail-views-create.sql
    • -0
    • +0
    ./sql/postgresql/bulk-mail-views-drop.sql
  1. … 9 more files in changeset.
Initial revision

    • -0
    • +58
    ./sql/oracle/bulk-mail-create.sql
    • -0
    • +25
    ./sql/oracle/bulk-mail-drop.sql
    • -0
    • +110
    ./sql/oracle/bulk-mail-package-create.sql
    • -0
    • +8
    ./sql/oracle/bulk-mail-package-drop.sql
    • -0
    • +18
    ./sql/oracle/bulk-mail-views-create.sql
    • -0
    • +9
    ./sql/oracle/bulk-mail-views-drop.sql
    • -0
    • +56
    ./sql/postgresql/bulk-mail-create.sql
    • -0
    • +25
    ./sql/postgresql/bulk-mail-drop.sql
    • -0
    • +85
    ./sql/postgresql/bulk-mail-package-create.sql
    • -0
    • +9
    ./sql/postgresql/bulk-mail-package-drop.sql
    • -0
    • +18
    ./sql/postgresql/bulk-mail-views-create.sql
    • -0
    • +9
    ./sql/postgresql/bulk-mail-views-drop.sql
    • -0
    • +12
    ./tcl/bulk-mail-init.tcl
    • -0
    • +31
    ./tcl/bulk-mail-procs-oracle.xql
  1. … 18 more files in changeset.