aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
* [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
* Merge pull request #3725 from RMcGirr83/ticket/13962Joas Schilling2015-06-271-1/+1
|\
| * [ticket/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
* | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
* | Merge pull request #3538 from RMcGirr83/ticket/13759Marc Alexander2015-06-241-1/+8
|\ \
| * | [ticket/13759] Take post_time into accountRMcGirr832015-04-211-1/+8
* | | Merge pull request #3528 from RMcGirr83/ticket/13598Marc Alexander2015-06-241-0/+1
|\ \ \ | |_|/ |/| |
| * | [ticket/13598] Allow topic lock on topic creationRichard McGirr2015-04-091-0/+1
* | | [ticket/13948] Correctly forwarding to the RIR for whois featurerxu2015-06-211-1/+1
* | | [ticket/13882] Add lazy load avatars to phpbb wrappersMatt Friedman2015-06-161-4/+6
* | | Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-162-4/+27
|\ \ \
| * | | [ticket/13882] no more egyptian brackets /o/Callum Macrae2015-05-301-2/+5
| * | | [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-282-4/+24
* | | | Merge pull request #3703 from javiexin/ticket/10711Andreas Fischer2015-06-131-0/+4
|\ \ \ \
| * | | | [ticket/10711] Duplicate key error on forum_tracks_tablejaviexin2015-06-131-0/+4
* | | | | [3.1.x] Update dev version to 3.1.6-RC1Joas Schilling2015-06-111-1/+1
* | | | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-112-6/+6
|\ \ \ \ \
| * | | | | [ticket/13823] Move the part of the query, so the update will get it correctlyJoas Schilling2015-06-091-5/+5
| * | | | | [prep-release-3.1.5] Update version to 3.1.5-RC1Joas Schilling2015-06-091-1/+1
* | | | | | Merge pull request #3685 from Nicofuma/ticket/13923Andreas Fischer2015-06-091-1/+5
|\ \ \ \ \ \
| * | | | | | [ticket/13923] CSTristan Darricau2015-06-091-1/+1
| * | | | | | [ticket/13923] Update startup.phpAJ Quick2015-06-061-1/+5
* | | | | | | Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-095-14/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-085-14/+14
* | | | | | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-096-8/+8
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13685] This should take care of the restbrunoais2015-06-081-1/+1
| * | | | | | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-076-8/+8
* | | | | | | | Merge branch 'ticket/13833-30x' into ticket/13833Oliver Schramm2015-06-081-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [ticket/13833] Prevent flooding if type=submit doesn't existOliver Schramm2015-06-081-1/+1
| * | | | | | | Merge branch 'prep-release-3.0.14' into 3.0.xAndreas Fischer2015-04-281-1/+7
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'phpbb-security/ticket/security-180' into prep-r...Andreas Fischer2015-04-281-1/+7
| | |\ \ \ \ \ \ \
| * | | | | | | | | [3.0.x] Increment version number to 3.0.15-dev.Andreas Fischer2015-04-281-1/+1
| |/ / / / / / / /
| * | | | | | | | [3.0.x] Bump version numbers for 3.0.14-RC1 release.Andreas Fischer2015-04-271-1/+1
* | | | | | | | | [ticket/13823] Remove the unnecessary bracketsJoas Schilling2015-06-071-2/+2
* | | | | | | | | Merge pull request #22 from phpbb/ticket/sec-184Marc Alexander2015-06-073-4/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/sec-184] Do not output LDAP password to HTMLJoas Schilling2015-06-041-0/+9
| * | | | | | | | | [ticket/sec-184] Do not output Jabber password to HTMLJoas Schilling2015-06-041-2/+5
| * | | | | | | | | [ticket/sec-184] Do not output config passwords to the HTML pageJoas Schilling2015-06-042-2/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #23 from phpbb/ticket/13913Tristan Darricau2015-06-061-5/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | [ticket/13913] Correctly check the forum_password and read permissionsJoas Schilling2015-06-041-5/+14
| |/ / / / / / /
* | | | | | | | Merge pull request #3671 from marc1706/ticket/9563Tristan Darricau2015-06-061-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/9563] Do not show empty categories on indexMarc Alexander2015-05-311-1/+13
| |/ / / / / / /
* | | | | | | | [ticket/13841] Fix tests on 3.1 and master branchCHItA2015-06-051-1/+1
* | | | | | | | Merge pull request #3611 from Alf007/ticket/13841Joas Schilling2015-06-041-1/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13841] Add core event on functions_admin for topics movealf0072015-05-301-1/+22
* | | | | | | | | Merge pull request #3558 from javiexin/ticket/13786Joas Schilling2015-06-041-2/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| * | | | | | | | | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| * | | | | | | | | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-2/+43
| |/ / / / / / / /