aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
Commit message (Expand)AuthorAgeFilesLines
...
| * [ticket/14143] Flush the mail queue when writing itTristan Darricau2015-09-051-0/+2
* | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
* | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-0/+1
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-5/+27
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-1/+1
|\ \ | |/
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-2/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-2/+2
* | [ticket/12487] Update PHP codeGaëtan Muller2015-01-111-13/+3
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-101-10/+2
|\ \ | |/
| * [ticket/12931] Fix general error on user registrationrxu2014-08-101-10/+2
* | [ticket/12957] Update the constructions of the template engineTristan Darricau2014-08-101-2/+18
|/
* 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
| |/ |/|