• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
send_date needs to be timestamptz

file upgrade-0.2-0.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.2-0.3.sql
file upgrade-0.1a-0.2.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-0.1a-0.2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.1a-0.2.sql
modified query column to be of type clob for oracle and type text for

postgresql.

    • -0
    • +7
    ./sql/oracle/upgrade/upgrade-0.1a-0.2.sql
noquote changes (Dirk Gomez)

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

  1. … 74 more files in changeset.
removing the file listings from the info files since those are no longer used by OpenACS

  1. … 28 more files in changeset.
Updated version number to make life in the APM more pleasant.

committing the latest translations from the dotLRN translation server

    • -1
    • +1
    ./catalog/bulk-mail.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.fi_FI.ISO-8859-15.xml
    • -0
    • +17
    ./catalog/bulk-mail.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.pl_PL.ISO-8859-2.xml
    • -0
    • +17
    ./catalog/bulk-mail.pt_BR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bulk-mail.ru_RU.windows-1251.xml
  1. … 423 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. … 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.