aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-094-18/+18
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-092-17/+9
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-092-15/+25
| | | | | | | | | | | | | | | | 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-091-25/+41
| | | | | | | | | | | | | | | | 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
| * | | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-093-186/+243
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve docblockMarc Alexander2015-09-093-11/+9
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Split up local_upload methodMarc Alexander2015-09-091-16/+31
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add types base classMarc Alexander2015-09-091-0/+66
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-093-104/+152
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use the class member plupload instead of argumentMarc Alexander2015-09-091-5/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-092-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-094-79/+202
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-091-8/+11
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+7
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-091-10/+13
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-091-20/+25
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve doc blocks in filespec classMarc Alexander2015-09-091-18/+76
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-091-26/+29
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-092-18/+23
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use factory instead of container and add factory to servicesMarc Alexander2015-09-091-12/+12
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-2/+9
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix filespec testsMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-16/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-092-7/+5
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Allow using factory for none files. classesMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove magic method from factory and allow short namesMarc Alexander2015-09-091-24/+3
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Load upload class using factoryMarc Alexander2015-09-094-30/+38
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add fileupload class to files classesMarc Alexander2015-09-091-0/+655
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Turn filespec into prototype and improve init methodsMarc Alexander2015-09-091-0/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-091-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify constructor to be instantiatable by containerMarc Alexander2015-09-091-13/+28
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add filespec class to files classesMarc Alexander2015-09-091-0/+480
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add initial factory for handling file classesMarc Alexander2015-09-091-0/+79
| | | | | | | | | | | | | | | | PHPBB3-13904
* | | | [ticket/14078] Fix SQL error when editing a post with a quoteZoddo2015-09-131-1/+1
| |/ / |/| | | | | | | | PHPBB3-14078
* | | [ticket/14158] Fix 5.3 compatibilityTristan Darricau2015-09-121-1/+1
| | | | | | | | | | | | PHPBB3-14158
* | | [ticket/14158] Add language::lang_array() to avoid using call_user_func_arrayTristan Darricau2015-09-121-10/+21
| | | | | | | | | | | | PHPBB3-14158
* | | Merge pull request #3870 from Zoddo/ticket/9485Tristan Darricau2015-09-092-1/+50
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9485] Add a "View post" link in the moderation logs * Zoddo/ticket/9485: [ticket/9485] Fix tests [ticket/9485] Add post_id to relevant $phpbb_log->add() [ticket/9485] Add a "View post" link in the moderation logs
| * | | [ticket/9485] Add a "View post" link in the moderation logsZoddo2015-08-302-1/+50
| | | | | | | | | | | | | | | | PHPBB3-9485
* | | | Merge branch '3.1.x'Tristan Darricau2015-09-091-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * 3.1.x: [ticket/13423] Set busyTimeout on connect to prevent db locking
| * | | Merge pull request #3890 from marc1706/ticket/13423Tristan Darricau2015-09-091-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13423] Set busyTimeout on connect to prevent db locking * marc1706/ticket/13423: [ticket/13423] Set busyTimeout on connect to prevent db locking
| | * | | [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13423
* | | | | Merge pull request #3891 from marc1706/ticket/14150Tristan Darricau2015-09-092-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14150] Update fast-image-size to newest version * marc1706/ticket/14150: [ticket/14150] Update fast-image-size to newest version
| * | | | | [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14150