/[drupal]/contributions/modules/messaging/messaging.install
ViewVC logotype

Log of /contributions/modules/messaging/messaging.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.2.4.2.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 18:07:24 2009 UTC (2 weeks, 3 days ago) by jareyero
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.2.2.4.2.13.2.1: +3 -2 lines
Diff to previous 1.2.2.4.2.13.2.1 , to branch point 1.2.2.4.2.13
- Fixed: 'aftersend' typo by batje, #508054
- Added line break default filter on install, by aaronbauman, #516012
- PHPMailer: Added support for libraries API, by markus_petrux, #541938

Revision 1.2.2.4.2.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 11:27:50 2009 UTC (7 months ago) by jareyero
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-BETA6, DRUPAL-6--2-1
Changes since 1.2.2.4.2.13: +75 -20 lines
Diff to previous 1.2.2.4.2.13
- Fixed: messaging_phpmailer does not use passed headers, by jmcclelland, #363001
- Added table and field descriptions to schema, #429184

Revision 1.2.2.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 11:54:50 2009 UTC (7 months, 4 weeks ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-BETA1, DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA5
Branch point for: DRUPAL-6--2
Changes since 1.2.2.4.2.12: +2 -2 lines
Diff to previous 1.2.2.4.2.12 , to branch point 1.2.2.4 , to next main 1.2.2.7
- Added PHPMailer settings and debug settings,  #358386 and #248743
- Moved send method settings to its own tab, and moved mail functions to messaging.mail.inc
- Defined some new constants for sending method types, updated plug-ins

Revision 1.2.2.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 13:06:46 2009 UTC (8 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.11: +11 -1 lines
Diff to previous 1.2.2.4.2.11 , to branch point 1.2.2.4
Fixed some more logging issues, added db update

Revision 1.2.2.4.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 12:38:11 2009 UTC (8 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.10: +2 -4 lines
Diff to previous 1.2.2.4.2.10 , to branch point 1.2.2.4
- Fixed issue with messaging logs not being deleted.
- Some minor code cleanup

Revision 1.2.2.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 15:50:30 2009 UTC (10 months ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.2.2.4.2.9: +21 -4 lines
Diff to previous 1.2.2.4.2.9 , to branch point 1.2.2.4
- Fixed: Messaging_notify not adding uid to notifications event, by Scott Reynolds, #364466
- Performance: added indexes to messaging_store table, by Scott Reynolds, #364590
- Fixed: messaging_update_replace not finding the right replacement method

Revision 1.2.2.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 18:53:39 2009 UTC (10 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.8: +14 -1 lines
Diff to previous 1.2.2.4.2.8 , to branch point 1.2.2.4
- Fixed: Incomplete uninstall, by jaydub, #295444
- Fixed: Number of messages sent' value is ignored, #339422

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 18:53:05 2009 UTC (10 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.2.6: +22 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2
- Fixed: Incomplete uninstall, by jaydub, #295444
- Added some notes

Revision 1.2.2.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 17:51:27 2009 UTC (10 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.7: +2 -2 lines
Diff to previous 1.2.2.4.2.7 , to branch point 1.2.2.4
Fixed typo in install file, #354618

Revision 1.2.2.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:04:04 2008 UTC (11 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.6: +11 -2 lines
Diff to previous 1.2.2.4.2.6 , to branch point 1.2.2.4
Fixed bug in messaging_store saving two messages sometimes
Fixed serializing destinations for storage, needs 1 update

Revision 1.2.2.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 15:00:30 2008 UTC (11 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.5: +15 -2 lines
Diff to previous 1.2.2.4.2.5 , to branch point 1.2.2.4
- Improved messaging store, multiple destinations are now serialized and message stored only once
- Implemented callbacks chain for message processing, callbacks defined on sending method.
- Reworked message processing, using objects now instead of array

Revision 1.2.2.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 15:01:47 2008 UTC (12 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.2.2.4.2.4: +63 -20 lines
Diff to previous 1.2.2.4.2.4 , to branch point 1.2.2.4
Fixed some bugs and improved method updating
Added update for renamed sending methods

Revision 1.2.2.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 02:05:54 2008 UTC (12 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.3: +33 -1 lines
Diff to previous 1.2.2.4.2.3 , to branch point 1.2.2.4
- Implemented handling for disabling send methods, notify other modules
- Renamed some sending methods, better naming and avoid name clashes (phpmailer, mimemail)

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 11:16:51 2008 UTC (13 months, 3 weeks ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.5: +18 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
- Added hook requirements to check there are sending methods enabled, by Zen, #316122

Revision 1.2.2.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 16:19:40 2008 UTC (16 months ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3
Changes since 1.2.2.4.2.2: +25 -1 lines
Diff to previous 1.2.2.4.2.2 , to branch point 1.2.2.4
- Creating a default input format on install, "Messaging plain text"
- Fixed parameter inconsistency, by darren.ferguson, #272545

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 14:34:08 2008 UTC (16 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC1
Changes since 1.2.2.4: +23 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
- Creating default Messaging filter (plaintext) on install, #284414

Revision 1.2.2.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 18:03:15 2008 UTC (19 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4.2.1: +4 -6 lines
Diff to previous 1.2.2.4.2.1 , to branch point 1.2.2.4
Continuing Drupal 6 upgrade, some fixes

Revision 1.2.2.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 12 18:40:14 2008 UTC (19 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.2.2.4: +56 -103 lines
Diff to previous 1.2.2.4
First Drupal 6 upgrade

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 16:13:56 2008 UTC (19 months, 4 weeks ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2
Branch point for: DRUPAL-6--1
Changes since 1.2.2.3: +44 -8 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#223644 PostgreSQL support for messaging_store table plus column changes for boolean-style columns.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 18:13:30 2008 UTC (20 months, 1 week ago) by jareyero
Branch: DRUPAL-5
Changes since 1.2.2.2: +47 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
5.x-1.0-alpha2 to .....
--------------------------------
- New: Implemented message queueing and logging, big patch
- Reworked message pull hooks, now it doesn't rely on other modules
- Added some tests, covered message queueing and some plug-in APIs

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 28 01:27:38 2008 UTC (21 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-ALPHA1, DRUPAL-5--1-0-ALPHA2
Changes since 1.2.2.1: +16 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Important sending API Improvements:
- Added messaging_message_send() to be able to send to non users and also for multiple sending.
- Now messaging_message_send_user() is just a wrapper for the previous one. It does $account to $destination translation.
- Reworked message rendering, so most plug-ins don't need to implement the render callback. Added more options.
- New method info properties:
  'destination', field for getting destination from user account.
  'subject_glue', to glue multipart message subjects, [Optional]
  'send_user', callback for sending to users [Optional]
- The send callback should accept now a $destination array for bulk sending
Filtering improvements:
- Added a different filter for the subject
- Added support for drupal_html_to_text filtering. See http://drupal.org/project/html_to_text
- Performance: Filtering is done now only once for the whole text
Others:
- Some improvements for the settings page.
- Updated all contributed plug-ins accordingly.
- Improved logging by messaging_debug module.
- Fixed some other minor issues, added comments, etc..

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 14:40:36 2008 UTC (21 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.2: +11 -2 lines
Diff to previous 1.2
- Added pgsql support (untested), by jaydub, http://drupal.org/node/223670

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 12:51:42 2008 UTC (22 months ago) by jareyero
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Added messaging_message_group() for getting info about a messaging group
Reworked displayed tokens for message configuration
Fixed issue with footer which was rendered twice
Fixed notifications_message_get_part() for fallbacks to work with event types
Fixed issues with messaging_method_info()

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 22:33:30 2008 UTC (22 months, 1 week ago) by jareyero
Branch: MAIN
Initial commit. Drupal 5 compatible

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2