Tristan Darricau
1affd34814
Merge pull request #3890 from marc1706/ticket/13423
...
[ticket/13423] Set busyTimeout on connect to prevent db locking
* marc1706/ticket/13423:
[ticket/13423] Set busyTimeout on connect to prevent db locking
2015-09-09 11:00:44 +02:00
Marc Alexander
5f91f1cad8
[ticket/13904] Minor coding style fixes
...
PHPBB3-13904
2015-09-09 10:46:14 +02:00
Marc Alexander
70ad0c6a8f
[ticket/13904] Add language entries for error messages in upload class
...
PHPBB3-13904
2015-09-09 10:43:12 +02:00
Marc Alexander
327e36a4d6
[ticket/13904] Modify files for updated fast-image-size library
...
PHPBB3-13904
2015-09-09 09:41:40 +02:00
Marc Alexander
223fa3aed5
[ticket/13904] Update composer.lock
...
PHPBB3-13904
2015-09-09 08:31:40 +02:00
Marc Alexander
e60c8a5a8b
[ticket/13904] Improve code coverage
...
PHPBB3-13904
2015-09-09 08:29:12 +02:00
Marc Alexander
00e5ff9e2e
[ticket/13904] Add unit tests for local upload type
...
PHPBB3-13904
2015-09-09 08:29:12 +02:00
Marc Alexander
7a92ad596c
[ticket/13904] Minor coding style fixes
...
PHPBB3-13904
2015-09-09 08:29:11 +02:00
Marc Alexander
e5bffbf40f
[ticket/13904] Improve test coverage of base upload type class
...
PHPBB3-13904
2015-09-09 08:29:10 +02:00
Marc Alexander
82bca32015
[ticket/13904] Improve test coverage of remote upload type
...
PHPBB3-13904
2015-09-09 08:29:09 +02:00
Marc Alexander
1b9e6e352f
[ticket/13904] Improve test coverage of form upload type
...
PHPBB3-13904
2015-09-09 08:29:08 +02:00
Marc Alexander
591995267a
[ticket/13904] Improve test coverage of filespec class
...
PHPBB3-13904
2015-09-09 08:29:07 +02:00
Marc Alexander
c3ccd423d2
[ticket/13904] Add back tests for retrieving floats
...
PHPBB3-13904
2015-09-09 08:29:07 +02:00
Marc Alexander
b29b62debe
[ticket/13904] Use ini_get() wrapper in file upload types
...
PHPBB3-13904
2015-09-09 08:29:06 +02:00
Marc Alexander
16f3b8c2b9
[ticket/13904] Modify files for changes in ini wrapper
...
PHPBB3-13904
2015-09-09 08:29:05 +02:00
Marc Alexander
b2957b9d65
[ticket/13904] Add bantu/ini-get-wrapper to composer.json
...
PHPBB3-13904
2015-09-09 08:28:49 +02:00
Marc Alexander
36545d5cbe
[ticket/13904] Switch around constructor arguments
...
PHPBB3-13904
2015-09-09 08:28:11 +02:00
Marc Alexander
cdde86ce7e
[ticket/13904] Use \phpbb\php\ini class for ini_get()
...
PHPBB3-13904
2015-09-09 08:28:10 +02:00
Marc Alexander
02f94b7527
[ticket/13904] Update doc blocks
...
PHPBB3-13904
2015-09-09 08:28:09 +02:00
Marc Alexander
7ba0fe47a8
[ticket/13904] Test move file on existing error
...
PHPBB3-13904
2015-09-09 08:28:09 +02:00
Marc Alexander
46e3d82196
[ticket/13904] Add more tests and test cases
...
PHPBB3-13904
2015-09-09 08:28:08 +02:00
Marc Alexander
3e99816fa2
[ticket/13904] Set visibility in files and improve test coverage
...
PHPBB3-13904
2015-09-09 08:28:07 +02:00
Marc Alexander
9e87e5a343
[ticket/13904] Remove unused use statement
...
PHPBB3-13904
2015-09-09 08:28:06 +02:00
Marc Alexander
845233fc62
[ticket/13904] Improve test coverage and use constants instead of magic numbers
...
PHPBB3-13904
2015-09-09 08:28:05 +02:00
Marc Alexander
a09c6d1fb7
[ticket/13904] Split code up and pass root path to remote upload type
...
PHPBB3-13904
2015-09-09 08:28:04 +02:00
Marc Alexander
0a6f54d522
[ticket/13904] Modify doc blocks
...
PHPBB3-13904
2015-09-09 08:28:04 +02:00
Marc Alexander
759a1a09fa
[ticket/13904] Fix remote upload functional tests
...
PHPBB3-13904
2015-09-09 08:28:03 +02:00
Marc Alexander
57ccfe0c48
[ticket/13904] Move remote upload to its own type class
...
PHPBB3-13904
2015-09-09 08:28:02 +02:00
Marc Alexander
5b21830ba8
[ticket/13904] Improve docblock
...
PHPBB3-13904
2015-09-09 08:28:01 +02:00
Marc Alexander
636a29d589
[ticket/13904] Split up local_upload method
...
PHPBB3-13904
2015-09-09 08:28:00 +02:00
Marc Alexander
167cc58f27
[ticket/13904] Add types base class
...
PHPBB3-13904
2015-09-09 08:27:59 +02:00
Marc Alexander
adcc901af1
[ticket/13904] Fix minor issues and move local_upload to its own class
...
PHPBB3-13904
2015-09-09 08:27:58 +02:00
Marc Alexander
cf9b6ed474
[ticket/13904] Use the class member plupload instead of argument
...
PHPBB3-13904
2015-09-09 08:27:58 +02:00
Marc Alexander
f9b69e73d4
[ticket/13904] Fix minor coding issues and don't use form_upload anymore
...
PHPBB3-13904
2015-09-09 08:27:57 +02:00
Marc Alexander
11b2c938c6
[ticket/13904] Move form_upload to its own class and define type classes
...
PHPBB3-13904
2015-09-09 08:27:56 +02:00
Marc Alexander
c65f0d748a
[ticket/13904] Add more tests for upload class
...
PHPBB3-13904
2015-09-09 08:27:55 +02:00
Marc Alexander
b871dbcf1f
[ticket/13904] Remove phpbb_root_path global from filespec class
...
PHPBB3-13904
2015-09-09 08:27:54 +02:00
Marc Alexander
52652ca182
[ticket/13904] Remove phpbb_root_path global from upload class
...
PHPBB3-13904
2015-09-09 08:27:53 +02:00
Marc Alexander
47f8f2cc88
[ticket/13904] Pass request service to upload instead of using global
...
PHPBB3-13904
2015-09-09 08:27:53 +02:00
Marc Alexander
697ac5f4aa
[ticket/13904] Use language class instead of global user in filespec
...
PHPBB3-13904
2015-09-09 08:27:52 +02:00
Marc Alexander
6541e4cb17
[ticket/13904] Improve doc blocks in filespec class
...
PHPBB3-13904
2015-09-09 08:27:51 +02:00
Marc Alexander
ef59e0228a
[ticket/13904] Fix tests again
...
PHPBB3-13904
2015-09-09 08:27:50 +02:00
Marc Alexander
0121e60cd7
[ticket/13904] Use language class instead of user global in upload
...
PHPBB3-13904
2015-09-09 08:27:49 +02:00
Marc Alexander
e4546ad03c
[ticket/13904] Improve doc blocks in upload class
...
PHPBB3-13904
2015-09-09 08:27:48 +02:00
Marc Alexander
25df7f8149
[ticket/13904] Remove functions_fileupload.php
...
PHPBB3-13904
2015-09-09 08:27:47 +02:00
Marc Alexander
c34fd1e7c0
[ticket/13904] Fix fileupload functional tests
...
PHPBB3-13904
2015-09-09 08:27:47 +02:00
Marc Alexander
a53825ad76
[ticket/13904] No longer use fileerror class for extending filespec class
...
PHPBB3-13904
2015-09-09 08:27:46 +02:00
Marc Alexander
eb11973ea8
[ticket/13904] Use factory instead of container and add factory to services
...
PHPBB3-13904
2015-09-09 08:27:45 +02:00
Marc Alexander
f32a94ae5d
[ticket/13904] Pass filesystem to upload avatar again
...
PHPBB3-13904
2015-09-09 08:27:44 +02:00
Marc Alexander
dbfdb61f82
[ticket/13904] Fix fileupload tests
...
PHPBB3-13904
2015-09-09 08:27:43 +02:00