Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | [ticket/12769] Swap icons in search_resaults | Michael Miday | 2015-09-17 | 1 | -15/+59 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in posts | Michael Miday | 2015-09-17 | 3 | -28/+89 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in posting_buttons | Michael Miday | 2015-09-17 | 1 | -14/+38 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in header | Michael Miday | 2015-09-17 | 1 | -2/+6 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in notification_dropdown | Michael Miday | 2015-09-17 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in navbar_footer | Michael Miday | 2015-09-17 | 1 | -8/+46 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in navbar_header | Michael Miday | 2015-09-17 | 1 | -33/+123 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in mcp | Michael Miday | 2015-09-17 | 5 | -21/+41 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in jumpbox | Michael Miday | 2015-09-17 | 1 | -6/+23 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icons in forumlist_body | Michael Miday | 2015-09-17 | 1 | -16/+39 | |
| | | | | ||||||
| * | | | [ticket/12769] Swap icon in faq_body | Michael Miday | 2015-09-17 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | [ticket/12769] Delete imageset & consolidate imgs | Michael Miday | 2015-09-17 | 61 | -451/+50 | |
| | | | | ||||||
| * | | | [ticket/12769] Properly include FA | Michael Miday | 2015-09-17 | 5 | -7/+54 | |
| | | | | ||||||
* | | | | Merge pull request #3915 from marc1706/ticket/14180 | Tristan Darricau | 2015-09-20 | 1 | -31/+31 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14180] Use unix line endings in type_foo * marc1706/ticket/14180: [ticket/14180] Use unix line endings in type_foo | |||||
| * | | | | [ticket/14180] Use unix line endings in type_foo | Marc Alexander | 2015-09-20 | 1 | -31/+31 | |
|/ / / / | | | | | | | | | | | | | PHPBB3-14180 | |||||
* | | | | Merge pull request #3914 from CHItA/ticket/14178 | Marc Alexander | 2015-09-20 | 1 | -1/+17 | |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/14178] Fix installer's database helper test | |||||
| * | | | [ticket/14178] Fix installer's database helper test | Mate Bartus | 2015-09-19 | 1 | -1/+17 | |
|/ / / | | | | | | | | | | PHPBB3-14178 | |||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-09-16 | 1 | -0/+24 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Merge pull request #3833 from rxu/ticket/14102 | Marc Alexander | 2015-09-16 | 1 | -0/+24 | |
| |\ | | | | | | | | | | [ticket/14102] Add core event to the mcp_topic.php | |||||
| | * | [ticket/14102] Add core event to the mcp_topic.php | rxu | 2015-08-15 | 1 | -0/+24 | |
| | | | | | | | | | | | | PHPBB3-14102 | |||||
* | | | Merge branch '3.1.x' | Tristan Darricau | 2015-09-16 | 2 | -2/+5 | |
|\ \ \ | |/ / | | | | | | | | | | * 3.1.x: [ticket/14154] Add extension composer name as tooltip | |||||
| * | | Merge pull request #3895 from Zoddo/ticket/14154 | Tristan Darricau | 2015-09-16 | 2 | -2/+5 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14154] Add extension composer name as tooltip * Zoddo/ticket/14154: [ticket/14154] Add extension composer name as tooltip | |||||
| | * | | [ticket/14154] Add extension composer name as tooltip | Zoddo | 2015-09-12 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | PHPBB3-14154 | |||||
* | | | | Merge pull request #3727 from marc1706/ticket/13904 | Tristan Darricau | 2015-09-16 | 39 | -1272/+2988 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ... | |||||
| * | | | | [ticket/13904] Use filespec's get_filesize instead of calling filesize() | Marc Alexander | 2015-09-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Set properties to protected where possible in filespec | Marc Alexander | 2015-09-13 | 4 | -18/+27 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Fix tests after changes to factory | Marc Alexander | 2015-09-09 | 5 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Minor coding style fixes | Marc Alexander | 2015-09-09 | 7 | -24/+22 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Add language entries for error messages in upload class | Marc Alexander | 2015-09-09 | 4 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 9 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Update composer.lock | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve code coverage | Marc Alexander | 2015-09-09 | 3 | -3/+98 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Add unit tests for local upload type | Marc Alexander | 2015-09-09 | 2 | -12/+161 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Minor coding style fixes | Marc Alexander | 2015-09-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve test coverage of base upload type class | Marc Alexander | 2015-09-09 | 1 | -0/+93 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve test coverage of remote upload type | Marc Alexander | 2015-09-09 | 2 | -5/+77 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve test coverage of form upload type | Marc Alexander | 2015-09-09 | 2 | -10/+174 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 6 | -11/+126 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Add back tests for retrieving floats | Marc Alexander | 2015-09-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 7 | -22/+38 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 16 | -66/+60 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Add bantu/ini-get-wrapper to composer.json | Marc Alexander | 2015-09-09 | 2 | -1/+32 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 7 | -44/+36 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 7 | -39/+65 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Update doc blocks | Marc Alexander | 2015-09-09 | 3 | -6/+11 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Test move file on existing error | Marc Alexander | 2015-09-09 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Add more tests and test cases | Marc Alexander | 2015-09-09 | 4 | -2/+49 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 5 | -66/+127 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Remove unused use statement | Marc Alexander | 2015-09-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | | [ticket/13904] Improve test coverage and use constants instead of magic numbers | Marc Alexander | 2015-09-09 | 3 | -11/+61 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13904 |