aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2894 from Nicofuma/ticket/12999Andreas Fischer2014-08-214-19/+0
|\
| * [ticket/12999] Remove @author tagsTristan Darricau2014-08-194-19/+0
* | Merge pull request #2885 from Nicofuma/ticket/12990Marc Alexander2014-08-2112-86/+86
|\ \
| * | [ticket/12990] Use protected instead of privateTristan Darricau2014-08-171-1/+1
| * | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-1612-87/+87
| |/
* | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
|/
* [prep-release-3.1.0-RC3] Update phpBB Version for RC4 developmentJoas Schilling2014-08-121-1/+1
* [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3Joas Schilling2014-08-111-1/+1
* Merge remote-tracking branch 'github-marc1706/ticket/12822' into develop-ascr...Nils Adermann2014-08-114-77/+84
|\
| * [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-074-77/+84
* | Merge pull request #2842 from Nicofuma/ticket/11854Marc Alexander2014-08-1115-6000/+14
|\ \
| * | [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-115-6/+6
| * | [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-1115-6000/+14
* | | Merge pull request #2845 from rxu/ticket/12942Marc Alexander2014-08-111-1/+22
|\ \ \
| * | | [ticket/12942] Add core.add_form_key core eventrxu2014-08-111-1/+22
* | | | Merge pull request #2867 from prototech/ticket/12967Marc Alexander2014-08-111-0/+1
|\ \ \ \
| * | | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
| | |/ / | |/| |
* | | | Merge pull request #2863 from rxu/ticket/12944Marc Alexander2014-08-111-1/+12
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12944] Add core.login_forum_box core eventrxu2014-08-111-1/+12
* | | | Merge pull request #2864 from rxu/ticket/12931Marc Alexander2014-08-101-10/+2
|\ \ \ \
| * | | | [ticket/12931] Fix general error on user registrationrxu2014-08-101-10/+2
* | | | | Merge pull request #2862 from marc1706/ticket/12932Joas Schilling2014-08-101-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-2/+2
| * | | | [ticket/12932] Add method for getting the datetime class and allow overridingMarc Alexander2014-08-101-2/+2
| |/ / /
* | | | Merge pull request #2730 from omniError/ticket/12831Dhruv Goel2014-08-102-16/+42
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12831] fix CSomniError2014-08-092-3/+3
| * | | [ticket/12831] simplified code, upd event blockomniError2014-08-092-12/+6
| * | | [ticket/12831] reimplemented headers as arrayomniError2014-08-092-29/+33
| * | | [ticket/12831] Optn to prevent setting HTTP headersomniError2014-08-012-15/+43
* | | | Merge pull request #2846 from rxu/ticket/12943Joas Schilling2014-08-102-3/+15
|\ \ \ \
| * | | | [ticket/12943] Add core.phpbb_generate_debug_output core eventrxu2014-08-092-3/+15
| | |/ / | |/| |
* | | | Merge pull request #2852 from bantu/ticket/12938Joas Schilling2014-08-103-66/+0
|\ \ \ \
| * | | | [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-093-66/+0
* | | | | Merge pull request #2849 from bantu/ticket/12941Tristan Darricau2014-08-101-0/+2
|\ \ \ \ \
| * | | | | [ticket/12941] Fix remaining Sami complaints.Andreas Fischer2014-08-091-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2624 from dhruvgoel92/ticket/12718Tristan Darricau2014-08-091-12/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12718] Use remove_topic_from_statistic() for delete_topicDhruv2014-08-071-12/+1
| | |_|/ | |/| |
* | | | Merge pull request #2833 from Geolim4/ticket/11520Marc Alexander2014-08-091-2/+26
|\ \ \ \
| * | | | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+1
| * | | | [ticket/11520] Coding guideline complianceGeolim42014-08-081-8/+7
| * | | | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+28
| | |/ / | |/| |
* | | | Merge pull request #2724 from VSEphpbb/ticket/12841Joas Schilling2014-08-091-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12841] Make config position default to afterMatt Friedman2014-07-281-2/+3
| * | | [ticket/12841] prefix function name with phpbb_Matt Friedman2014-07-241-1/+1
| * | | [ticket/12841] Fix white space issues reported by snifferMatt Friedman2014-07-111-3/+3
| * | | [ticket/12841] Allow extensions to position new config varsMatt Friedman2014-07-111-0/+26
* | | | Merge pull request #2832 from marc1706/ticket/10404Andreas Fischer2014-08-081-1/+4
|\ \ \ \
| * | | | [ticket/10404] Fix codesniffer complaint about anonymous functionMarc Alexander2014-08-081-1/+4
| * | | | [ticket/10404] Use anonymous function instead of create_function in acp/authMarc Alexander2014-08-081-1/+1
* | | | | Merge pull request #2824 from brunoais/ticket/12927Joas Schilling2014-08-081-0/+23
|\ \ \ \ \