Nathaniel Guse
fe13b89dd4
Merge remote-tracking branch 'remotes/bantu/ticket/11452' into develop
2013-05-11 20:52:52 -05:00
Nathaniel Guse
ebb5169a46
[ticket/11454] Add messenger function set_addresses
...
Automatically fills to/im from a user row
Send messenger the Jabber address if using Jabber notifications
PHPBB3-11454
2013-04-24 15:19:37 -05:00
Nathaniel Guse
212971a3a6
[ticket/11454] Correct jabber global available check
...
Copied from msg_jabber()
PBPBB3-11454
2013-04-24 10:37:53 -05:00
Marc Alexander
c1dedabdfb
[ticket/11488] Use correct base class in email notification method
...
In ticket/11451 this was not correctly changed to reflect the new class
phpbb_notifcation_method_messenger_base. Additionally, an undefined
variable error has been fixed in messenger_base.php (change should be
confirmed by bantu though).
PHPBB3-11488
2013-04-15 12:50:21 +02:00
Andreas Fischer
58d7acbf5a
[ticket/11452] Now notification_method_email checks whether user has address.
...
Make sure the user has an email address set before offering email
notifications. The address could be missing for whatever reason, e.g. external
authentication. This is also consistent with XMPP/Jabber now.
PHPBB3-11452
2013-03-17 19:54:32 +01:00
Andreas Fischer
c9e7247ab4
[ticket/11445] Add abstract class phpbb_notification_method_messenger_base.
...
PHPBB3-11445
2013-03-16 21:50:30 +01:00
David King
d658d6640b
Merge remote-tracking branch 'EXreaction/ticket/11408' into develop
...
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11408:
[ticket/11408] user_jabber instead of jabber
2013-03-06 17:01:30 -05:00
Nathaniel Guse
3aab72d79b
[ticket/11408] user_jabber instead of jabber
...
PHPBB3-11408
2013-03-06 09:53:41 -06:00
Nathan Guse
ab4c1b5d0c
[ticket/11400] If email is disabled, disable it for notifications
...
PHPBB3-11400
2013-03-05 10:28:52 -06:00
Nathan Guse
bd49942552
[ticket/11103] Correcting constructor comments
...
PHPBB3-11103
2013-01-15 12:54:39 -06:00
Nathan Guse
07282a30ae
[ticket/11103] Fix some various issues, better comments
...
PHPBB3-11103
2013-01-15 12:10:07 -06:00
Nathan Guse
ddd874ba76
[ticket/11103] dbal -> phpbb_db_driver
...
PHPBB3-11103
2012-12-13 19:46:32 -06:00
Nathan Guse
2afb8b9df8
[ticket/11103] Create user loader class, update for DIC
...
Create a very basic user loader class to handle querying/storing
user data in a centralized location.
Use DIC collection service for notification types/methods.
Cleanup unused dependencies.
Fix some other issues.
PHPBB3-11103
2012-11-20 22:54:16 -06:00
Nathaniel Guse
7948aaa78e
[ticket/11103] Make jabber use short/ email template files
...
PHPBB3-11103
2012-11-11 11:41:18 -06:00
Nathaniel Guse
f09ee16252
[ticket/11103] Use phpBB Container to load types/methods
...
PHPBB3-11103
2012-11-09 07:40:08 -06:00
Nathan Guse
52bb4a1bd6
[ticket/11103] Do not have empty queue in the interface
...
This is not needed as it is not public.
PHPBB3-11103
2012-10-20 19:00:37 -05:00
Nathan Guse
0ac9079d1c
[ticket/11103] Replace $email_template with get_email_template()
...
PHPBB3-11103
2012-10-20 18:55:13 -05:00
Nathan Guse
f96dac3352
[ticket/11103] Interface docblocks
...
PHPBB3-11103
2012-10-18 19:13:47 -05:00
Nathan Guse
eb07b3ad9c
[ticket/11103] Expand class vars and use docblocks for phpBB classes
...
PHPBB3-11103
2012-10-18 18:50:04 -05:00
Nathan Guse
2d69707a88
[ticket/11103] Remove extra line break in the header
...
Was introduced with ff136cc96a
PHPBB3-11103
2012-10-05 00:23:29 -05:00
Nathan Guse
3f2e3ad633
[ticket/11103] Working on test case
...
Fixing extension type/method naming scheme so they can be autoloaded.
Other bugs
PHPBB3-11103
2012-10-05 00:07:48 -05:00
Nathan Guse
ceb56da965
[ticket/11103] Fixing a few bugs from the previous changes
...
PHPBB3-11103
2012-10-04 21:39:17 -05:00
Nathan Guse
ff136cc96a
[ticket/11103] Do not use Symfony\...\ContainerBuilder;
...
It's no longer needed
PHPBB3-11103
2012-10-04 15:21:07 -05:00
Nathan Guse
cea94d8984
[ticket/11103] Use dependency injection instead of phpbb_container
...
PHPBB3-11103
2012-10-04 14:27:43 -05:00
Nathan Guse
64820546d7
[ticket/11103] Move notification files to includes/notification/
...
PHPBB3-11103
2012-10-04 13:42:52 -05:00