aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12836] Add event core.functions.redirectTristan Darricau2014-08-041-6/+17
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2799 from nickvergessen/ticket/12901Marc Alexander2014-08-061-2/+2
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12901] Fix another wrong type hint for $levelJoas Schilling2014-08-031-1/+1
| * | | | | | | [ticket/12901] Fix type hinting of style $leveljeroendedauw2014-08-031-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2807 from nickvergessen/ticket/12875Marc Alexander2014-08-061-4/+30
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12875] Find language files in the default and english language ...Joas Schilling2014-08-061-4/+30
| |/ / / / / /
* | | | | | | [ticket/12913] Add more parameters to core.submit_post_end eventrxu2014-08-061-4/+23
|/ / / / / /
* | | | | | Merge pull request #2782 from marc1706/ticket/12895Joas Schilling2014-08-021-6/+6
|\ \ \ \ \ \
| * | | | | | [ticket/12895] Rename user style setting to resolve conflict with style paramMarc Alexander2014-07-291-6/+6
* | | | | | | Merge branch 'ticket/JeroenDeDauw/12902' into develop-ascraeusJoas Schilling2014-08-021-1/+0
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12902] Remove duplicate entry in switch statementjeroendedauw2014-08-021-1/+0
* | | | | | | | Merge remote-tracking branch 'brunoais/ticket/12801' into develop-ascraeusMarc Alexander2014-08-011-2/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12801] Changed name change @since as requestedbrunoais2014-08-011-3/+3
| * | | | | | | | [ticket/12801] missing $phpbb_dispatcher as a globalbrunoais2014-07-201-1/+1
| * | | | | | | | [ticket/12801] Add core.functions_posting.load_drafts_draft_list_resultsbrunoais2014-07-061-0/+14
| * | | | | | | | [ticket/12801] Add topic_poster to load_drafts' topics querybrunoais2014-07-031-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'brunoais/ticket/12800' into develop-ascraeusMarc Alexander2014-08-011-1/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |