aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [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
|\ \ \ \ \
| * | | | | [ticket/12927] core.mcp_queue_get_posts2_query_beforebrunoais2014-08-081-0/+23
| |/ / / /
* | | | | Merge pull request #2764 from brunoais/ticket/12880Joas Schilling2014-08-081-0/+23
|\ \ \ \ \
| * | | | | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
* | | | | | Merge pull request #2762 from brunoais/ticket/12876Joas Schilling2014-08-081-0/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_afterbrunoais2014-08-071-0/+14
| |/ / / /
* | | | | Merge pull request #2810 from nickvergessen/ticket/12919Marc Alexander2014-08-071-10/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [ticket/12919] Use the modules basename as identifier for extension modulesJoas Schilling2014-08-071-10/+14
* | | | | Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-14/+1
|\ \ \ \ \
| * | | | | [ticket/11528] Move related code from functions_posting to functionDhruv2014-06-191-14/+1
* | | | | | Merge pull request #2812 from bantu/ticket/12826Joas Schilling2014-08-072-2/+2
|\ \ \ \ \ \
| * | | | | | [ticket/12826] Add optional root namespace indicator for consistency.Andreas Fischer2014-08-072-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2720 from PayBas/ticket/12838Joas Schilling2014-08-071-5/+41
|\ \ \ \ \ \
| * | | | | | [ticket/12838] Update RC2 to RC3PayBas2014-07-161-3/+3
| * | | | | | [ticket/12838] Add raw row-data to acp_ranks core eventPayBas2014-07-101-3/+4
| * | | | | | [ticket/12838] Add core events to acp_ranks.phpPayBas2014-07-101-5/+40
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2763 from brunoais/ticket/12877Marc Alexander2014-08-071-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_beforebrunoais2014-07-231-0/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-071-0/+12
|\ \ \ \ \
| * | | | | [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+12
* | | | | | Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-077-14/+23
|\ \ \ \ \ \
| * | | | | | [ticket/12557] Fix load active module descriptionn-aleha2014-08-071-1/+1
| * | | | | | [ticket/12557] Fix php file descriptionn-aleha2014-08-072-5/+5
| * | | | | | [ticket/12557] Fix pass by reference doc blocksn-aleha2014-08-071-5/+5
| * | | | | | [ticket/12557] Fix var $preserve_cr descriptionn-aleha2014-08-031-1/+2
| * | | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-2/+2
| * | | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+0
| * | | | | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-0/+2
| * | | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-032-3/+3
| * | | | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-033-6/+13
* | | | | | | Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-073-38/+47
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11148] Remove unneeded variable mimetype and use type octet-streamMarc Alexander2014-06-231-2/+1
| * | | | | | | [ticket/11148] Always use the output of the mimetype guesser in get_mimetypeMarc Alexander2014-06-231-6/+1
| * | | | | | | [ticket/11148] Get rid of extra line in mimetype guesser setter doc blockMarc Alexander2014-06-231-2/+1
| * | | | | | | [ticket/11148] Add missing parts to docblock of get_mimetype() methodMarc Alexander2014-06-231-0/+2
| * | | | | | | [ticket/11148] Default to application/octet-stream if no mimetype givenMarc Alexander2014-06-231-1/+1
| * | | | | | | [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-232-3/+23
| * | | | | | | [ticket/11148] Add mimetype guesser to filespec and fileupload classMarc Alexander2014-06-231-32/+26
* | | | | | | | Merge pull request #2717 from Nicofuma/ticket/12836Joas Schilling2014-08-071-6/+17
|\ \ \ \ \ \ \ \