Jordi Boggiano
|
dff5e3c542
Fail hard if anything attempts to wipe the entire filesystem/partition, fixes #2409
|
12 years ago |
Jordi Boggiano
|
50fbfe4d63
Filesystem/autoload fixes for windows, refs #2304, #2342, #2365
|
12 years ago |
Jordi Boggiano
|
e2671b6510
Add test and fix patch for #2304, refs #2341
|
12 years ago |
Martin Hasoň
|
9df65ee4c8
Fixed filesystem issue on windows
|
12 years ago |
Jordi Boggiano
|
11a0d16ccc
CS fixes
|
12 years ago |
Martin Hasoň
|
3c0a620ad5
Fixed path analysis
|
12 years ago |
Jordi Boggiano
|
3f6227a996
Add workaround for php bug 53460 glob() can return false, fixes #2278
|
12 years ago |
Karoly Negyesi
|
dd4db91ae7
using mkdir() in copyThenRemove() leads to errors if the target exists or not a dir, use ensureDirectoryExists() instead
|
12 years ago |
Jordi Boggiano
|
3ffad59719
Also try a php copy-and-remove on unix if mv failed, refs #1765
|
12 years ago |
Jordi Boggiano
|
8d0b7f278e
CS fixes
|
12 years ago |
Pavel Savinov
|
831bd844bd
Almost PHPDoc problems fixed
|
12 years ago |
Martin Hasoň
|
81e41bac4b
Fixed the Filesystem methods for a directory with a name that is a substring of a another directory
|
12 years ago |
Martin Hasoň
|
97f67c09e4
Fix normalization of relative paths
|
12 years ago |
Jordi Boggiano
|
f744ec16f5
Fix normalization of relative paths going up a few dirs, fixes #1759
|
12 years ago |
Jordi Boggiano
|
6401b6aa46
Fix handling of protocol paths like phar://
|
12 years ago |
Martin Hasoň
|
0851ef1afb
Fixed behaviour of Filesystem::findShortestPath[Code] for paths with up-level references
|
12 years ago |
Jordi Boggiano
|
61efd2998c
Clear stat cache after calling filesystem commands
|
12 years ago |
Benjamin Eberlei
|
882ce1b39f
[GH-1591] More fixing of Installation on Windows Azure. Renaming between different partitions + xcopy fail, so we need to copyAndRemove() manually.
|
12 years ago |
Jordi Boggiano
|
27898c4c31
Suppress errors from mkdir calls that are checked for failure
|
12 years ago |
Jordi Boggiano
|
1dd7700fc2
Capture output of the rm command
|
12 years ago |
Pascal Borreli
|
46bbf83778
Fixed typos
|
12 years ago |
Christoph
|
c7c55915f8
do not output the xcopy summary
|
12 years ago |
Jordi Boggiano
|
514a3cde77
CS fixes
|
12 years ago |
Galymzhan
|
69f2230a4c
add public method Filesystem#size
|
12 years ago |
Benjamin Eberlei
|
fbf9a27132
Works on Linux when proc_open misses
|
13 years ago |
Benjamin Eberlei
|
cd7db1861d
Remove reliance on proc_open in Filesystem#rename()
|
13 years ago |
Benjamin Eberlei
|
d26932cc7e
Fallback to PHP early if proc_open not allowed.
|
13 years ago |
Mateusz Heleniak
|
91fc635ca5
better rename reliability on Windows - a workaround for random "Access denied" errors
|
13 years ago |
Jordi Boggiano
|
ef637c8f1a
CS fixes
|
13 years ago |
Jordi Boggiano
|
730c76ef85
Merge pull request #940 from schmittjoh/renameError
|
13 years ago |