mwhittom
|
d77bd49301
|
Replaced RemoteFileSystemTest with version from main branch
|
2013-09-04 09:30:23 -05:00 |
mwhittom
|
774a55befd
|
Updated to match psr-2 spec, fixed header comments
|
2013-09-04 09:24:49 -05:00 |
matt-whittom
|
f737e49aae
|
Fixed issue with downloader assuming repository would be VcsRepository
|
2013-09-04 09:10:45 -05:00 |
matt-whittom
|
dd81449998
|
Updated to remove vfsStreams (no longer needed by tests)
Updated Perforce to cleanup, modified VcsRepository to call cleanup on Driver class
Updated tests, perforce constructor to make tests cleaner/easier
|
2013-09-04 09:10:44 -05:00 |
matt-whittom
|
997b1b5d46
|
Replaced changes in RemoteFilesystemTest with changes from main branch.
|
2013-09-04 09:10:44 -05:00 |
matt-whittom
|
1015957659
|
Added tests and code for tests
|
2013-09-04 09:10:43 -05:00 |
matt-whittom
|
53d6fcd6d3
|
using theirs
|
2013-09-04 09:10:42 -05:00 |
Jordi Boggiano
|
b4c0b18896
|
Add tests, refs #2017
|
2013-08-12 00:52:16 +02:00 |
Jordi Boggiano
|
12d63b0a35
|
Fix test
|
2013-07-31 14:40:53 +02:00 |
Jordi Boggiano
|
f6aa3a6336
|
Fix test
|
2013-06-19 09:43:02 +02:00 |
Jan Prieser
|
cc1e10e8ae
|
allow FileDownloader to use username:password@ info when downloading through https?
|
2013-06-17 15:41:48 +02:00 |
Jordi Boggiano
|
55927f983a
|
Remove author to fix phpunit group detection
|
2013-06-13 13:37:35 +02:00 |
Martin Hasoň
|
81e41bac4b
|
Fixed the Filesystem methods for a directory with a name that is a substring of a another directory
|
2013-06-07 13:20:17 +02:00 |
Jordi Boggiano
|
93d37833dc
|
Fix tests
|
2013-05-30 15:28:38 +02:00 |
Jordi Boggiano
|
1debe22412
|
Add HTTPS_PROXY_REQUEST_FULLURI to disable the request_fulluri only for https requests, fixes #1946, fixes #1839
|
2013-05-30 14:59:02 +02:00 |
Jordi Boggiano
|
0a561d7bf1
|
Merge pull request #1773 from hason/filesystem
Fix normalization of relative paths
|
2013-04-05 03:59:10 -07:00 |
Jordi Boggiano
|
784dd0aad0
|
Fix tests
|
2013-04-05 12:58:50 +02:00 |
Martin Hasoň
|
97f67c09e4
|
Fix normalization of relative paths
|
2013-04-05 06:41:50 +02:00 |
Jordi Boggiano
|
f744ec16f5
|
Fix normalization of relative paths going up a few dirs, fixes #1759
|
2013-04-03 19:30:36 +02:00 |
Martin Hasoň
|
0851ef1afb
|
Fixed behaviour of Filesystem::findShortestPath[Code] for paths with up-level references
|
2013-04-01 08:30:11 +02:00 |
Markus Tacker
|
821f57f443
|
A bug in PHP prevents the headers from correctly beeing sent when a content-type header is present and
NOT at the end of the array
https://bugs.php.net/bug.php?id=61548
This updates fixes the array by moving the content-type header to the end
|
2013-02-27 17:07:13 +01:00 |
Jordi Boggiano
|
b4c2347b24
|
Test fixes
|
2013-02-20 16:50:26 +01:00 |
Jordi Boggiano
|
514a3cde77
|
CS fixes
|
2013-01-05 20:01:58 +01:00 |
Galymzhan
|
69f2230a4c
|
add public method Filesystem#size
|
2012-12-17 01:04:39 +06:00 |
Benjamin Eberlei
|
d26932cc7e
|
Fallback to PHP early if proc_open not allowed.
|
2012-11-19 10:29:32 +01:00 |
Igor Wiedler
|
4959c2bdc6
|
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
|
2012-11-07 13:34:31 +01:00 |
Jordi Boggiano
|
7aab7c6297
|
Fix StreamContextFactory tests
|
2012-10-21 17:57:16 +02:00 |
Jordi Boggiano
|
ed9fcc5074
|
Fix tests
|
2012-10-19 12:25:53 +02:00 |
Jordi Boggiano
|
e0ce22f7cc
|
Fix tests
|
2012-10-18 18:43:31 +02:00 |
Sander Marechal
|
11b5b5944d
|
Improved argument order
|
2012-10-03 18:51:42 +02:00 |
Sander Marechal
|
748c4764ba
|
Unittest for stream options
|
2012-10-03 15:09:47 +02:00 |
Grégoire Pineau
|
f4e9dd4fb8
|
Fixed PSR rules
|
2012-06-14 12:10:01 +02:00 |
Tom Klingenberg
|
58a8ff80e3
|
Cont. code simplification & better tests.
|
2012-05-13 12:59:04 +02:00 |
Jordi Boggiano
|
fd38971777
|
Fix CS & simplify code
|
2012-05-12 17:10:28 +02:00 |
Tom Klingenberg
|
74ca58bcb6
|
Use of SPDX license identifiers.
|
2012-05-12 10:50:48 +02:00 |
Jordi Boggiano
|
c754f96677
|
Removed last password/username from IOInterface
|
2012-05-06 17:17:36 +02:00 |
Jordi Boggiano
|
6967ec16b3
|
Add slow tests to slow group, excluded by default except for travis
|
2012-05-06 15:10:13 +02:00 |
Jordi Boggiano
|
072f4397a0
|
Fix default options handling in StreamContextFactory
|
2012-05-06 13:50:18 +02:00 |
Maxim Chernyshev
|
5294cb222c
|
Precious community feedback-based refactoring
|
2012-05-02 17:21:58 +08:00 |
Maxim Chernyshev
|
37476eb61f
|
Fixed indentation
|
2012-05-02 09:30:27 +08:00 |
Maxim Chernyshev
|
8918551f29
|
Simplified proxy port determination and passed tests
|
2012-05-02 09:22:59 +08:00 |
Maxim Chernyshev
|
2ca50a1ef3
|
Merged in upstream
|
2012-05-02 08:36:05 +08:00 |
Maxim Chernyshev
|
419a1cedf0
|
Proxy credentials are now passed as part of HTTP headers
|
2012-05-02 08:26:27 +08:00 |
Danny Berger
|
e7ba0c38a8
|
Add default http(s) ports to proxy configuration if they are missing.
|
2012-04-26 21:38:12 -04:00 |
Jordi Boggiano
|
96c9bf80cc
|
Add test
|
2012-04-08 17:02:43 +02:00 |
Jordi Boggiano
|
ac8ac6e9b2
|
Fix tests depending on remote sites
|
2012-03-29 15:09:01 +02:00 |
Jordi Boggiano
|
6c2b78a669
|
Merge remote-tracking branch 'till/svn-auth-reloaded'
|
2012-03-24 22:34:14 +01:00 |
Jordi Boggiano
|
d71bed19fc
|
Add more windows paths tests
|
2012-03-24 18:10:23 +01:00 |
Martin Hasoň
|
36d9513d7b
|
Changed parameter name in Filesystem::findShortestPath
|
2012-03-23 12:49:29 +01:00 |
till
|
c6566825ad
|
Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded
|
2012-03-22 17:24:35 +01:00 |