aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
* [ticket/12931] Fix general error on user registrationrxu2014-08-101-10/+2
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-1/+6
|\
| * [ticket/12509] Add missing ',' in arraysTristan Darricau2014-05-261-1/+1
| * [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-2/+4
| * [ticket/12509] Add an option to set the path of custom file for extensionsTristan Darricau2014-05-131-1/+4
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
|/
* [ticket/8558] htmlspecialchars_decode the contact name for emailsNils Adermann2014-05-021-1/+2
* [ticket/8558] Fix operatorOliver Schramm2014-04-231-1/+1
* [ticket/8558] Use only one variable and improve explain stringOliver Schramm2014-04-171-16/+4
* [ticket/8558] Add display name in emails from boardMarkus Stenudd2014-04-171-2/+16
* [ticket/10763] Do not call messenger::error() staticallyJoas Schilling2014-03-091-4/+8
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+1
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-2/+2
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-2/+2
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-25/+8
|\ \ | |/
| * [ticket/11628] Make get_template_vars protectedNathaniel Guse2013-07-241-24/+7
| * [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-241-1/+1
| * [ticket/11628] Remove set_style_names function, moved to set_custom_styleNathaniel Guse2013-07-241-1/+1
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-9/+9
|/
* [feature/twig] Should have been elseNathaniel Guse2013-07-011-1/+1
* [feature/twig] Clean up the messenger a little bitNathaniel Guse2013-07-011-41/+60
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+1
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-3/+3
* Merge pull request #1367 from EXreaction/ticket/11454Nils Adermann2013-04-251-0/+18
|\
| * [ticket/11454] Check if the fields are setNathaniel Guse2013-04-241-4/+4
| * [ticket/11454] Add messenger function set_addressesNathaniel Guse2013-04-241-0/+18
* | [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_providerJoas Schilling2013-04-121-1/+1
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2013-02-241-1/+23
|\
| * [ticket/10986] message.id fallback to SERVER_NAME or phpbb.generatedNils Adermann2013-02-241-1/+23
* | [ticket/11263] Fix PHP Notice: Undefined variable: extension_managerNathan Guse2012-12-131-1/+1
* | Merge remote-tracking branch 'p/feature/template-events' into developDavid King2012-12-101-2/+2
|\ \
| * | [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-171-1/+1
| * | [feature/template-events] Inject extension manager into template class.Oleg Pudeyev2012-11-171-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-051-3/+10
|\ \ \ | | |/ | |/|
| * | [ticket/10602] Avoid a race condition.Oleg Pudeyev2012-12-051-2/+4
| * | [ticket/10602] Use last_queue_run for its intended purpose.Oleg Pudeyev2012-12-051-3/+8
* | | [ticket/10103] Use flock lock class in messenger.Oleg Pudeyev2012-12-041-6/+8
* | | [ticket/10103] Factor out flock lock class.Oleg Pudeyev2012-12-041-58/+0
| |/ |/|
* | [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1
* | [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