| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14168] Use attachment manager instead of separate classes | Marc Alexander | 2015-10-12 | 8 | -57/+57 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Fix docblock in manager | Marc Alexander | 2015-10-09 | 1 | -2/+2 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Fix tabs in manager and add test file | Marc Alexander | 2015-10-09 | 1 | -71/+71 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add attachment manager service | Marc Alexander | 2015-10-09 | 2 | -0/+107 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Use correct docblock | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add services_attachment.yml to services.yml | Marc Alexander | 2015-10-09 | 1 | -0/+1 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Minor coding style fixes | Marc Alexander | 2015-10-09 | 3 | -4/+1 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Move attachment service definitions to services_attachment | Marc Alexander | 2015-10-09 | 2 | -32/+32 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Move image check and don't use trigger_error() | Marc Alexander | 2015-10-09 | 1 | -4/+4 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Fix CS issue | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] No longer use deprecated functions in core files | Marc Alexander | 2015-10-09 | 7 | -29/+42 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 3 | -24/+72 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add tests for attachment delete class | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add tests for attachment resync class | Marc Alexander | 2015-10-09 | 1 | -1/+3 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Coding guidelines fixes | Marc Alexander | 2015-10-09 | 1 | -4/+4 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Minor coding style fixes | Marc Alexander | 2015-10-09 | 3 | -3/+3 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 3 | -95/+149 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Further split up attachment delete class | Marc Alexander | 2015-10-09 | 1 | -161/+218 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Unset prototype classes after use | Marc Alexander | 2015-10-09 | 2 | -1/+4 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Move function for attachment deletion into class | Marc Alexander | 2015-10-09 | 3 | -315/+412 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Use attachment upload class in message_parser | Marc Alexander | 2015-10-09 | 2 | -21/+7 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Further split up attachment upload class | Marc Alexander | 2015-10-09 | 1 | -61/+94 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Further split up attachment upload class | Marc Alexander | 2015-10-09 | 1 | -52/+78 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Split thumbnail creation to separate method | Marc Alexander | 2015-10-09 | 1 | -0/+15 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Use language class and fix incorrect docblock | Marc Alexander | 2015-10-09 | 1 | -6/+6 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14168] Add attachment upload class | Marc Alexander | 2015-10-09 | 3 | -167/+285 |
| | | | | | PHPBB3-14168 | ||||
| * | [ticket/14225] Inject the loader resolver when using the delegating loader | Tristan Darricau | 2015-10-08 | 1 | -0/+1 |
| | | | | | PHPBB3-14225 | ||||
| * | Merge branch '3.1.x' | Marc Alexander | 2015-10-08 | 1 | -2/+2 |
| |\ | |||||
| | * | [ticket/14073] Fix trailing whitespaces | rxu | 2015-10-08 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14073 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-10-08 | 1 | -2/+176 |
| |\ \ | |/ | |||||
| | * | Merge pull request #3814 from rxu/ticket/14073 | Marc Alexander | 2015-10-08 | 1 | -2/+176 |
| | |\ | | | | | | | | | | [ticket/14073] Add several core events to the functions_admin.php | ||||
| | | * | [ticket/14073] Add several core events to the functions_admin.php | rxu | 2015-10-08 | 1 | -2/+176 |
| | | | | | | | | | | | | | | | | | | | | | | Add core events to the functions move_posts(), delete_posts(), delete_attachments(). PHPBB3-14073 | ||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-10-08 | 1 | -0/+43 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #3844 from rxu/ticket/14113 | Marc Alexander | 2015-10-08 | 1 | -0/+43 |
| | |\ \ | | | | | | | | | | | | | [ticket/14113] Add core events for customizing members search | ||||
| | | * | | [ticket/14113] Add core events for customizing members search | rxu | 2015-10-08 | 1 | -0/+43 |
| | | |/ | | | | | | | | | | | | | | | | Add core events to the memberlist.php for customizing members search. PHPBB3-14113 | ||||
| * | | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-08 | 2 | -0/+3 |
| |\ \ \ | |/ / | | | | | | | | | | * 3.1.x: [ticket/14219] Add email to inactive user listing | ||||
| | * | | Merge pull request #3951 from RMcGirr83/ticket_14219 | Tristan Darricau | 2015-10-08 | 2 | -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 listing | Richard McGirr | 2015-10-08 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219 | ||||
| * | | | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-08 | 3 | -3/+3 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/13934] Add enctype clause for profile fields | ||||
| | * | | | Merge pull request #3733 from javiexin/ticket/13934 | Tristan Darricau | 2015-10-08 | 3 | -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 fields | javiexin | 2015-06-30 | 3 | -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 Darricau | 2015-10-08 | 1 | -9/+6 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13960] Profile field validation breaks ACP | ||||
| | * | | | | Merge pull request #3724 from javiexin/ticket/13960 | Tristan Darricau | 2015-10-08 | 1 | -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 ACP | javiexin | 2015-06-23 | 1 | -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 Alexander | 2015-10-08 | 1 | -3/+51 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge pull request #3824 from rxu/ticket/14088 | Marc Alexander | 2015-10-08 | 1 | -3/+51 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14088] Add more core events to the search.php | ||||
| | | * | | | | [ticket/14088] Add more core events to the search.php | rxu | 2015-08-11 | 1 | -3/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add more vars to the core.search_get_topic_data event. PHPBB3-14088 | ||||
| * | | | | | | Merge pull request #3948 from Nicofuma/ticket/14220 | Máté Bartus | 2015-10-08 | 8 | -202/+464 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [ticket/14220] Move route loading to services | ||||
| | * | | | | | | [ticket/14220] Move route loading to services | Tristan Darricau | 2015-10-08 | 8 | -202/+464 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14220 | ||||
| * | | | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-10-08 | 2 | -0/+32 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | | | | | | | | Conflicts: phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/subsilver2/template/viewforum_body.html | ||||
