aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [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
|\
| * [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
| | * | | [ticket/13934] Add enctype clause for profile fieldsjaviexin2015-06-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
* | | | | Merge branch '3.1.x'Tristan Darricau2015-10-081-9/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/13960] Profile field validation breaks ACP
| * | | | Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13960] Profile field validation breaks ACP * javiexin/ticket/13960: [ticket/13960] Profile field validation breaks ACP
| | * | | | [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure new step is calculated only if no error has been identified during validation. Also, cleanup redundant code in acp_profile.php. PHPBB3-13960
* | | | | Merge branch '3.1.x'Marc Alexander2015-10-081-3/+51
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3824 from rxu/ticket/14088Marc Alexander2015-10-081-3/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14088] Add more core events to the search.php
| | * | | | [ticket/14088] Add more core events to the search.phprxu2015-08-111-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add more vars to the core.search_get_topic_data event. PHPBB3-14088
* | | | | | Merge pull request #3948 from Nicofuma/ticket/14220Máté Bartus2015-10-088-202/+464
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/14220] Move route loading to services
| * | | | | | [ticket/14220] Move route loading to servicesTristan Darricau2015-10-088-202/+464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14220
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-10-082-0/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | | | | | | | Conflicts: phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/subsilver2/template/viewforum_body.html