aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12769] Swap icons in paginationMichael Miday2015-09-171-4/+4
|
* [ticket/12769] Swap icons in viewforumMichael Miday2015-09-171-18/+55
|
* [ticket/12769] Swap icons in topic_toolsMichael Miday2015-09-171-8/+33
|
* [ticket/12769] Swap icons in ucpMichael Miday2015-09-177-63/+161
|
* [ticket/12769] Swap out close iconMichael Miday2015-09-172-5/+13
|
* [ticket/12769] Swap icons in search_resaultsMichael Miday2015-09-171-15/+59
|
* [ticket/12769] Swap icons in postsMichael Miday2015-09-173-28/+89
|
* [ticket/12769] Swap icons in posting_buttonsMichael Miday2015-09-171-14/+38
|
* [ticket/12769] Swap icons in headerMichael Miday2015-09-171-2/+6
|
* [ticket/12769] Swap icons in notification_dropdownMichael Miday2015-09-171-1/+3
|
* [ticket/12769] Swap icons in navbar_footerMichael Miday2015-09-171-8/+46
|
* [ticket/12769] Swap icons in navbar_headerMichael Miday2015-09-171-33/+123
|
* [ticket/12769] Swap icons in mcpMichael Miday2015-09-175-21/+41
|
* [ticket/12769] Swap icons in jumpboxMichael Miday2015-09-171-6/+23
|
* [ticket/12769] Swap icons in forumlist_bodyMichael Miday2015-09-171-16/+39
|
* [ticket/12769] Swap icon in faq_bodyMichael Miday2015-09-171-1/+3
|
* [ticket/12769] Delete imageset & consolidate imgsMichael Miday2015-09-1761-451/+50
|
* [ticket/12769] Properly include FAMichael Miday2015-09-174-1/+36
|
* Merge branch '3.1.x'Marc Alexander2015-09-161-0/+24
|\
| * Merge pull request #3833 from rxu/ticket/14102Marc Alexander2015-09-161-0/+24
| |\ | | | | | | | | | [ticket/14102] Add core event to the mcp_topic.php
| | * [ticket/14102] Add core event to the mcp_topic.phprxu2015-08-151-0/+24
| | | | | | | | | | | | PHPBB3-14102
* | | Merge branch '3.1.x'Tristan Darricau2015-09-162-2/+5
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14154] Add extension composer name as tooltip
| * | Merge pull request #3895 from Zoddo/ticket/14154Tristan Darricau2015-09-162-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 tooltipZoddo2015-09-122-2/+5
| | | | | | | | | | | | | | | | PHPBB3-14154
* | | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-1622-1174/+1811
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 Alexander2015-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-093-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-093-5/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Update composer.lockMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-092-5/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-095-21/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-096-21/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Add bantu/ini-get-wrapper to composer.jsonMarc Alexander2015-09-092-1/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-093-19/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-093-15/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Update doc blocksMarc Alexander2015-09-093-6/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-092-55/+63
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Remove unused use statementMarc Alexander2015-09-091-3/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-091-11/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-092-25/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Modify doc blocksMarc Alexander2015-09-092-8/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904
| * | | | [ticket/13904] Fix remote upload functional testsMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13904