aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-2/+1
* [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-191-1/+3
* [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-2/+2
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-4/+3
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-1/+3
* [feature/merging-style-components] Updating style initializationVjacheslav Trushkin2012-03-151-4/+4
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-3/+3
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-3/+3
* [ticket/10076] STARTTLS support for SMTP via smtp_class.Andreas Fischer2012-01-281-0/+57
* [ticket/10076] Move EHLO/HELO code into its own method.Andreas Fischer2012-01-281-23/+39
* Merge remote-tracking branch 'unknownbliss/ticket/9916' into developAndreas Fischer2012-01-021-2/+1
|\
| * [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-12-281-3/+3
|\ \ | |/ |/|
| * [ticket/10538] Call htmlspecialchars_decode() on Jabber and SMTP passwords.Andreas Fischer2011-12-191-3/+3
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-11-201-0/+16
|\ \ | |/
| * [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-3/+6
| * [ticket/10446] Remove leftover $headers parameter from anti_abuse_headers().Andreas Fischer2011-11-201-1/+2
| * [ticket/10446] RFC2047 encode user/server names in X-AntiAbuse headers.Oleg Pudeyev2011-11-201-2/+2
| * [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-0/+12
* | [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-1/+1
* | [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-291-2/+3
* | Merge branch 'develop-olympus' into developNils Adermann2011-09-181-5/+21
|\ \ | |/
| * [ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().Andreas Fischer2011-09-181-5/+21
* | [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-1/+1
* | Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-2/+3
|\ \
| * | [feature/template-engine] Dependency inject locator into template.Oleg Pudeyev2011-08-091-1/+2
| * | [feature/template-engine] Replaced globals with dependency injection.Oleg Pudeyev2011-05-121-2/+2
| * | [feature/template-engine] Delete template class, use phpbb_template instead.Oleg Pudeyev2011-05-041-1/+1
* | | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-2/+2
|/ /
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Merge branch 'ticket/cs278/9061' into develop-olympusAndreas Fischer2010-10-271-19/+68
|\
| * [ticket/9061] Simplify conditional statements by reworking the logic.Chris Smith2010-10-271-12/+18
| * [ticket/9061] Fixed a race condition in queue locking.Oleg Pudeyev2010-10-271-19/+62
* | [ticket/9559] Do not override queue package size in the case of an overflowJosh Woody2010-07-221-0/+7
|/
* Do not store email templates in database. [Bug #54505]Nils Adermann2010-01-261-11/+12
* Further fixes for r10447 and r10448. Correctly account for custom language d...Josh Woody2010-01-261-1/+10
* Remove needless check (revising r10447)Josh Woody2010-01-261-7/+4
* Fall back to board default language email template if the file does not exist...Josh Woody2010-01-261-2/+8
* Fix getting host for situations where the name/IP is not resolvable. Related ...Meik Sievertsen2009-09-221-1/+18
* extend r9387 - check for existance of all functions we use...Meik Sievertsen2009-09-171-1/+1
* Fix #51285 and more issues with template inherence on set_custom_templateJoas Schilling2009-09-161-1/+1
* Fix possible wrong encodings in email template files in messenger. Related to...Meik Sievertsen2009-08-251-0/+3
* we will use the non-compliant way for mail() until we further inspected PHP's...Meik Sievertsen2009-08-181-11/+3
* Fix email problems on servers with PHP installations not accepting RFC-compli...Meik Sievertsen2009-08-181-11/+32
* Per RFC2047 section 5 do not use quoted strings for encoded recipient namesChris Smith2009-08-181-1/+1
* allow custom template path for email filesMeik Sievertsen2009-08-111-3/+6
* Parse email text files with the template engine.Meik Sievertsen2009-07-221-22/+53
* Correctly split UTF-8 encoded strings when using mail(). #45815Chris Smith2009-06-031-5/+9
* Messenger now also able to use a custom language path. (Bug #36545)Meik Sievertsen2009-04-171-2/+3
* fix revision #r9430 - all hail the math!Meik Sievertsen2009-04-161-2/+2