aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2720 from PayBas/ticket/12838Joas Schilling2014-08-074-15/+98
|\
| * [ticket/12838] Simplify normal special rank array creationPayBas2014-08-071-14/+7
| * [ticket/12838] Update RC2 to RC3PayBas2014-07-161-3/+3
| * [ticket/12838] Update events.md to RC3PayBas2014-07-111-6/+6
| * [ticket/12838] Allow for extra columns in cache obtain_ranks()PayBas2014-07-101-13/+14
| * [ticket/12838] Add raw row-data to acp_ranks core eventPayBas2014-07-101-3/+4
| * [ticket/12838] Simplify special rank template conditionalPayBas2014-07-101-1/+1
| * [ticket/12838] Add core events to acp_ranks.phpPayBas2014-07-101-5/+40
| * [ticket/12838] Update events.mdPayBas2014-07-101-0/+44
| * [ticket/12838] Add _before versionsPayBas2014-07-101-0/+5
| * [ticket/12838] Add template events to acp_ranks.htmlPayBas2014-07-101-0/+4
* | Merge pull request #2813 from naderman/ticket/12920Joas Schilling2014-08-073-22/+63
|\ \
| * | [ticket/12920] Add missing commaNils Adermann2014-08-071-1/+1
| * | [ticket/12920] Update composer.lock file after update nothingNils Adermann2014-08-071-19/+11
| * | [ticket/12920] Fix sh syntax error in post-update-cmd scriptNils Adermann2014-08-071-1/+1
| * | [ticket/12920] Remove incorrect @ from self.version reference in composer.jsonNils Adermann2014-08-071-1/+1
| * | [ticket/12920] Output warning message about vendor cleaning targetNils Adermann2014-08-071-1/+4
| * | [ticket/12920] Turn phpBB composer.json into publishable full versionNils Adermann2014-08-071-3/+22
| * | [ticket/12920] Add require for minimum php versionNils Adermann2014-08-071-0/+3
| * | [ticket/12920] Add composer.json for phpbb/phpbb-core libraryNils Adermann2014-08-071-0/+24
* | | 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-075-0/+34
|\ \ \
| * | | [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-135-0/+35
* | | | Merge pull request #2477 from n-aleha/ticket/12557ascraeusJoas Schilling2014-08-0754-74/+148
|\ \ \ \
| * | | | [ticket/12557] Fix load active module descriptionn-aleha2014-08-071-1/+1
| * | | | [ticket/12557] Fix php file descriptionn-aleha2014-08-0720-26/+26
| * | | | [ticket/12557] Fix post data description for notificationsn-aleha2014-08-078-8/+8
| * | | | [ticket/12557] Fix pass by reference doc blocksn-aleha2014-08-072-9/+9
| * | | | [ticket/12557] Fix doc block in extension base classn-aleha2014-08-061-0/+1
| * | | | [ticket/12557] Fix doc block in mimetype guessern-aleha2014-08-031-1/+6
| * | | | [ticket/12557] Fix var $preserve_cr descriptionn-aleha2014-08-031-1/+2
| * | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-033-8/+9
| * | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-035-11/+11
| * | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+1
| * | | | [ticket/12557] Template fixesn-aleha2014-08-034-6/+7
| * | | | [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-037-4/+26
| * | | | [ticket/12557] Notification fixesn-aleha2014-08-0314-4/+19
| * | | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-038-19/+22
| * | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-033-3/+4
| * | | | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-036-17/+41
* | | | | Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-076-40/+78
|\ \ \ \ \
| * | | | | [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] Use mimetype guesser for uploaded avatarsMarc Alexander2014-06-232-2/+29
| * | | | | [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-233-3/+25
| * | | | | [ticket/11148] Add mimetype guesser to filespec and fileupload classMarc Alexander2014-06-231-32/+26