aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Tristan Darricau2015-10-1415-34/+124
|\ | | | | | | | | * 3.1.x: [ticket/10572] Unguarded includes in acp files
| * Merge pull request #3542 from RMcGirr83/ticket/10572Tristan Darricau2015-10-1415-36/+132
| |\ | | | | | | | | | | | | | | | | | | [ticket/10572] Unguarded includes in acp files * RMcGirr83/ticket/10572: [ticket/10572] Unguarded includes in acp files
| | * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-1315-36/+132
| | | | | | | | | | | | PHPBB3-10572
* | | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-1411-63/+126
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | | [ticket/14234] Fix event doc blocksMarc Alexander2015-10-123-3/+2
| | | | | | | | | | | | | | | | PHPBB3-14234
| * | | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-124-20/+8
| | | | | | | | | | | | | | | | PHPBB3-14234
| * | | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-128-34/+83
| | | | | | | | | | | | | | | | PHPBB3-14234
| * | | [ticket/14234] Replace more references with variablesMarc Alexander2015-10-122-8/+19
| | | | | | | | | | | | | | | | PHPBB3-14234
| * | | [ticket/14234] Use replacement variables instead of references in eventsMarc Alexander2015-10-122-8/+24
| | | | | | | | | | | | | | | | PHPBB3-14234
* | | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-1415-548/+1105
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | | | [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-123-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-128-57/+57
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-092-0/+107
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add services_attachment.yml to services.ymlMarc Alexander2015-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Move attachment service definitions to services_attachmentMarc Alexander2015-10-092-32/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Fix CS issueMarc Alexander2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-097-29/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-093-24/+72
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-091-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Coding guidelines fixesMarc Alexander2015-10-091-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add attachment resync classMarc Alexander2015-10-093-95/+149
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Further split up attachment delete classMarc Alexander2015-10-091-161/+218
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Unset prototype classes after useMarc Alexander2015-10-092-1/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-093-315/+412
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Use attachment upload class in message_parserMarc Alexander2015-10-092-21/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-61/+94
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-52/+78
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Split thumbnail creation to separate methodMarc Alexander2015-10-091-0/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Use language class and fix incorrect docblockMarc Alexander2015-10-091-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
| * | | | [ticket/14168] Add attachment upload classMarc Alexander2015-10-093-167/+285
| | | | | | | | | | | | | | | | | | | | PHPBB3-14168
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * 3.1.x: [ticket/13835] Normalize filename for attachments uploaded in chunks.
| * | | | Merge pull request #3968 from prototech/ticket/13835Tristan Darricau2015-10-141-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13835] Normalize filename for attachments uploaded in chunks. * prototech/ticket/13835: [ticket/13835] Normalize filename for attachments uploaded in chunks.
| | * | | | [ticket/13835] Normalize filename for attachments uploaded in chunks.Cesar G2015-10-131-1/+1
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-13835
* | | | | Merge branch '3.1.x'Andreas Fischer2015-10-141-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | * 3.1.x: [ticket/14114] Update 3.0.x version references in INSTALL.html.
| * | | [ticket/14114] Update 3.0.x version references in INSTALL.html.Cesar G2015-10-131-1/+1
| |/ / | | | | | | | | | PHPBB3-14114
* | | Merge branch '3.1.x'Tristan Darricau2015-10-124-13/+263
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14098] Add core events to the search backends
| * | Merge pull request #3830 from rxu/ticket/14098Tristan Darricau2015-10-124-13/+263
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14098] Add core events to the search backends * rxu/ticket/14098: [ticket/14098] Add core events to the search backends
| | * | [ticket/14098] Add core events to the search backendsrxu2015-10-094-13/+263
| | | | | | | | | | | | | | | | PHPBB3-14098
* | | | Merge branch '3.1.x'Tristan Darricau2015-10-122-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14144] Add quickreply_editor_subject_before event
| * | | Merge pull request #3887 from Senky/ticket/14144Tristan Darricau2015-10-123-0/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14144] Add quickreply_editor_subject_before event * Senky/ticket/14144: [ticket/14144] Add quickreply_editor_subject_before event
| | * | | [ticket/14144] Add quickreply_editor_subject_before eventJakub Senko2015-10-123-0/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-14144
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-121-1/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/14163] Properly fix select all for code tag in Edge
| * | | | Merge pull request #3908 from marc1706/ticket/14163Tristan Darricau2015-10-121-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14163] Properly fix select all for code tag in Edge * marc1706/ticket/14163: [ticket/14163] Properly fix select all for code tag in Edge