1527 Commits (870d7454752098f57532a99627bf455548280414)
 

Author SHA1 Message Date
Brikou CARRE 3ae860f485 fixed issue #486 12 years ago
Flo 80bb040468 Improve 'getTags()' and 'getBranches()' 12 years ago
Beau Simensen a6366be5a6 Handle auth challenge in SvnDriver supports. 12 years ago
till c7dc49fe10 * added execute() wrapper to generalize command execution in downloader
* added Composer\Util\Svn::doAuthDance() to ask for credentials in interactive sessions
12 years ago
till 059bde1adb * refactored with Composer\Util\Svn::doAuthDance() 12 years ago
till 0d6297f235 * add 'doAuthDance()' to allow code reuse from SvnDownloader and SvnDriver 12 years ago
till c6566825ad Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till 3de8d66a82 * refactor SvnDownloader to use new Util Class
* now supports auth all over
 * svn command generation is proxied through one place
 * still needs the 'interactive' settings and an execute method
12 years ago
till 17f90f56eb * move helper functions to util class 12 years ago
till e015032615 remove old tests 12 years ago
till cd2c6dc5d2 * ignore vagrant related
* ignore phpstorm related
12 years ago
till 8eb9584173 * move tests from Composer\Test\Vcs\SvnDriverTest to this class 12 years ago
Jordi Boggiano 4917a6648f Merge pull request #490 from Taluu/master
[ClassLoader] [CS] Fixes trailing whitespaces
12 years ago
Baptiste "Talus" Clavie 15b70e2096 [ClassLoader] Removing trailing whitespaces 12 years ago
Nils Adermann b2a2601e50 Merge pull request #489 from Taluu/master
[ClassLoader] Optimization: condition that do not belong in a loop
12 years ago
Baptiste "Talus" Clavie 6957743aee [ClassLoader] Corrected indentation 12 years ago
Baptiste "Talus" Clavie 6782287091 [ClassLoader] Got an if-condition out of a unnecessary loop 12 years ago
Martin Hasoň 1f8c9eeb6c Added parameter $inDirectory to method Filesystem::findShortestPath 12 years ago
Jordi Boggiano b11f72eed7 Merge pull request #487 from mheleniak/fix_git_driver
correct working directory for cli commands, fixes #482
12 years ago
Mateusz Heleniak 2a9e8350b0 fixed GitDriver - set correct working directory for cli commands 12 years ago
Martin Hasoň afc04c9e53 Fixed creating shortest paths in AutoloadGenerator 12 years ago
Martin Hasoň fde38dacec Added test for generated classmap files 12 years ago
Martin Hasoň 81e8261692 Added tests for traits 12 years ago
Jordi Boggiano d8cdaf8169 Merge pull request #483 from rejinka/master
Corrected a line in the documentation
12 years ago
Tony Lemke 108c921fde corrected namespace for Logger::WARNING 12 years ago
Jordi Boggiano ea2d46bcff Fix ComposerRepository calls, fixes #475 12 years ago
Jordi Boggiano 45b2165057 Fix tests 12 years ago
Jordi Boggiano 81fdd790f2 Notes on HTTP_PROXY env var 12 years ago
Jordi Boggiano 31ed0c1fb0 Fix progress display getting stuck at 95% 12 years ago
Jordi Boggiano 1a32b15003 Fix docs 12 years ago
Jordi Boggiano 79c2bf139e Update vendors 12 years ago
Nils Adermann 366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
12 years ago
Jordi Boggiano bcbdb97cc6 Fix message when no composer file is found in a tag 12 years ago
Jordi Boggiano 72b7b169e7 Fix warning 12 years ago
Jordi Boggiano 39f16fb7ff Update CHANGELOG 12 years ago
Jordi Boggiano 5fd50080ab Print details about missing extensions, fixes #312 12 years ago
Jordi Boggiano b12e73792c Handle SolverProblemException nicer 12 years ago
Jordi Boggiano e8bf6e9067 Merge remote-tracking branch 'naderman/human-readable-errors' 12 years ago
Jordi Boggiano 22149d3a70 Fix gzip decoding after a redirect 12 years ago
Jordi Boggiano e4cce193cf Fix PEAR repository 12 years ago
Jordi Boggiano f98bd971f2 Add Gzip handling to RemoteFilesystem 12 years ago
Jordi Boggiano 7f65dd7409 Use RemoteFilesystem everywhere we do http requests 12 years ago
Jordi Boggiano d291d65faf Add getIO proxy to base Command class 12 years ago
Jordi Boggiano 51447074c2 Fix wording & co 12 years ago
Jordi Boggiano a5c2c6c07e Merge remote-tracking branch 'biozshock/issue225' 12 years ago
Nils Adermann 83123b2d40 Generate human readable explanations of rules which cause problems 12 years ago
Nils Adermann 2c87fe5a22 Collect solver problems in Problem objects with human readable output. 12 years ago
till 8f96786693 Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till 6f364a85b3 * do not use getSvnCommand (since we are not in object context)
* run non interacive instead of piping output to /dev/null
12 years ago
till c0ec8f16f9 * fixSvnUrl()
* extend regex to match more possible svn hosts
12 years ago