aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
| | | | PHPBB3-14168
* [ticket/14168] Add more test cases for attachment managerMarc Alexander2015-10-091-31/+50
| | | | PHPBB3-14168
* [ticket/14168] Add new test method and more testsMarc Alexander2015-10-091-1/+44
| | | | | | One test method to rule them all. PHPBB3-14168
* [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-092-71/+140
| | | | PHPBB3-14168
* [ticket/14168] Fix tests after rebaseMarc Alexander2015-10-094-5/+6
| | | | 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] Improve code coverage in upload classMarc Alexander2015-10-091-13/+96
| | | | PHPBB3-14168
* [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-093-9/+158
| | | | PHPBB3-14168
* [ticket/14168] Add tests for init_error() during uploadMarc Alexander2015-10-091-0/+49
| | | | PHPBB3-14168
* [ticket/14168] Add basic test file for attachments uploadMarc Alexander2015-10-091-0/+183
| | | | 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-098-32/+144
| | | | PHPBB3-14168
* [ticket/14168] Reset sequence before tests in delete testsMarc Alexander2015-10-091-0/+7
| | | | PHPBB3-14168
* [ticket/14168] Fix resync tests on sqlite3Marc Alexander2015-10-091-2/+2
| | | | PHPBB3-14168
* [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-092-1/+71
| | | | PHPBB3-14168
* [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-093-1/+158
| | | | 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-096-98/+152
| | | | 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] Fix tests after adding attachment delete classMarc Alexander2015-10-093-0/+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 pull request #3955 from Nicofuma/ticket/14225Máté Bartus2015-10-081-0/+1
|\ | | | | [ticket/14225] Inject the loader resolver when using the delegating loader
| * [ticket/14225] Inject the loader resolver when using the delegating loaderTristan Darricau2015-10-081-0/+1
|/ | | | PHPBB3-14225
* Merge branch '3.1.x'Marc Alexander2015-10-081-2/+2
|\
| * Merge pull request #3953 from rxu/ticket/14073-fix-whitespacesMarc Alexander2015-10-081-2/+2
| |\ | | | | | | | | | [ticket/14073] Fix trailing whitespaces
| | * [ticket/14073] Fix trailing whitespacesrxu2015-10-081-2/+2
| |/ | | | | | | PHPBB3-14073
* | Merge branch '3.1.x'Marc Alexander2015-10-081-2/+176
|\ \ | |/
| * Merge pull request #3814 from rxu/ticket/14073Marc Alexander2015-10-081-2/+176
| |\ | | | | | | | | | [ticket/14073] Add several core events to the functions_admin.php
| | * [ticket/14073] Add several core events to the functions_admin.phprxu2015-10-081-2/+176
| | | | | | | | | | | | | | | | | | | | | Add core events to the functions move_posts(), delete_posts(), delete_attachments(). PHPBB3-14073
* | | Merge branch '3.1.x'Marc Alexander2015-10-081-0/+43
|\ \ \ | |/ /
| * | Merge pull request #3844 from rxu/ticket/14113Marc Alexander2015-10-081-0/+43
| |\ \ | | | | | | | | | | | | [ticket/14113] Add core events for customizing members search
| | * | [ticket/14113] Add core events for customizing members searchrxu2015-10-081-0/+43
| | |/ | | | | | | | | | | | | | | | Add core events to the memberlist.php for customizing members search. PHPBB3-14113
* | | Merge branch '3.1.x'Tristan Darricau2015-10-082-0/+3
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14219] Add email to inactive user listing
| * | Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-082-0/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14219] Add email to inactive user listing * RMcGirr83/ticket_14219: [ticket/14219] Add email to inactive user listing
| | * | [ticket/14219] Add email to inactive user listingRichard McGirr2015-10-082-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219
* | | | Merge branch '3.1.x'Tristan Darricau2015-10-083-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/13934] Add enctype clause for profile fields
| * | | Merge pull request #3733 from javiexin/ticket/13934Tristan Darricau2015-10-083-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13934] Add enctype clause for profile fields * javiexin/ticket/13934: [ticket/13934] Add enctype clause for profile fields