Log of /contributions/modules/messaging/messaging.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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 -
(
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()
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.