Log of /contributions/modules/messaging/messaging.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7.2.8.2.27.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 30 10:42:35 2009 UTC
(6 months, 4 weeks ago)
by
jareyero
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0,
DRUPAL-6--2-1
Changes since
1.7.2.8.2.27.2.5: +97 -18 lines
Diff to
previous 1.7.2.8.2.27.2.5
, to
branch point 1.7.2.8.2.27
- Added new module, messaging_xmpp, to replace xmppframework xmpp_messaging
- Added a new callback in message method info ('user callback') for use with xmppframework
- Fixed some issues with SMS messages, gateway parameter is not used anymore.
- Added some utility functions for text handling: messaging_text_build(), messaging_text_clean()
Revision
1.7.2.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 26 15:49:39 2009 UTC
(10 months ago)
by
jareyero
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-3
Changes since
1.7.2.17: +10 -3 lines
Diff to
previous 1.7.2.17
, to
branch point 1.7
- Fixed issues with debug variable holding messages when debug enabled, #331650
- Fixed: wrong module description for messaging_phpmailer, #340685
- Fixed: messaging_phpmailer does not use passed headers (fails with mail2web module), by jmcclelland, #363001
Revision
1.7.2.8.2.13 -
(
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.7.2.8.2.12: +324 -101 lines
Diff to
previous 1.7.2.8.2.12
, to
branch point 1.7.2.8
- 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.7.2.5 -
(
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.7.2.4: +142 -33 lines
Diff to
previous 1.7.2.4
, to
branch point 1.7
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.7.2.1 -
(
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
Changes since
1.7: +141 -44 lines
Diff to
previous 1.7
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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 5 13:10:23 2008 UTC
(21 months, 3 weeks ago)
by
jareyero
Branch:
MAIN
Changes since
1.4: +62 -6 lines
Diff to
previous 1.4
But fixes, api changes, in sync with latest notifications.
- Fixed bug with messaging_info(), static caching not working well
- Implemented messaging_user(), default sending method for user
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 29 17:57:02 2008 UTC
(22 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.3: +80 -26 lines
Diff to
previous 1.3
Improved filtering, more flexibility passing options in $info array
Improved message rendering building filtering into it.
Optional render callback for sending methods
Added a filter to get clean text messages
API changes in messaging_method_info()
Some cleaning
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 26 12:51:42 2008 UTC
(22 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.2: +13 -2 lines
Diff to
previous 1.2
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.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 24 11:27:48 2008 UTC
(22 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.1: +59 -13 lines
Diff to
previous 1.1
In sync with latest notifications commit.
- Fixed token list
- Fixed message groups information
- Added support for help tips for message groups
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.