aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-182-1/+8
* [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix acp linkMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix ACP link generationMate Bartus2015-10-181-17/+11
* [ticket/14039] Fix constants for the updaterMate Bartus2015-10-181-1/+12
* [ticket/14039] Fix migrator's language callsMate Bartus2015-10-182-2/+3
* [ticket/14039] Fix misunderstandable comment in the archive file updaterMate Bartus2015-10-181-1/+3
* [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-4/+16
* [ticket/14039] Fix filesystem file updater's mkdir usageMate Bartus2015-10-181-16/+1
* [ticket/14039] Use compatibility globals from the update packageMate Bartus2015-10-181-1/+8
* [ticket/14039] Use http_exception instead of die()Mate Bartus2015-10-181-2/+3
* [ticket/14039] Fix T_TEMPLATE_PATH constantMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix language constants and commentsMate Bartus2015-10-182-2/+2
* [ticket/14039] Revamp updaterMate Bartus2015-10-1757-145/+3703
* Merge branch '3.1.x'Marc Alexander2015-10-178-9/+9
|\
| * [ticket/13892] Replace other uses of self with static.Cesar G2015-10-157-9/+9
| * [ticket/13892] Respect "Someone reports a post" notification setting.Cesar G2015-10-151-1/+1
* | [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-117/+10
* | [ticket/13652] Fix coding styleTristan Darricau2015-10-141-1/+1
* | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-141-1/+136
|\ \
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-0/+18
| * | [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparationsbrunoais2015-03-161-0/+12
| * | [feature/sql-bool-builder] Explain better the code in the firstbrunoais2015-03-161-0/+2
| * | [feature/sql-bool-builder] Also use parenthesis for the NOT operatorbrunoais2015-03-161-1/+1
| * | [feature/sql-bool-builder] AS keyword must be lowercase;brunoais2015-03-161-1/+1
| * | [feature/sql-bool-builder] Added code to use this feature for the WHERE clausebrunoais2015-03-161-1/+12
| * | [feature/sql-bool-builder] Removed non-necessary spacesbrunoais2015-03-161-29/+29
| * | [feature/sql-bool-builder] First working versionbrunoais2015-03-161-0/+92
* | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-144-0/+989
|\ \ \
| * | | [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-122-2/+2
| * | | [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
| * | | [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
| * | | [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+99
| * | | [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
| * | | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
| * | | [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
| * | | [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-8/+62
| * | | [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-1/+1
| * | | [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-091-1/+3
| * | | [ticket/14168] Coding guidelines fixesMarc Alexander2015-10-091-4/+4
| * | | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-092-2/+2
| * | | [ticket/14168] Add attachment resync classMarc Alexander2015-10-092-87/+134
| * | | [ticket/14168] Further split up attachment delete classMarc Alexander2015-10-091-161/+218
| * | | [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-0/+398
| * | | [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-61/+94
| * | | [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-52/+78
| * | | [ticket/14168] Split thumbnail creation to separate methodMarc Alexander2015-10-091-0/+15
| * | | [ticket/14168] Use language class and fix incorrect docblockMarc Alexander2015-10-091-6/+6
| * | | [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-0/+261
* | | | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+1
|\ \ \ \ | | |_|/ | |/| |