Jordi Boggiano
|
cdfcaface4
|
Merge remote-tracking branch 'hason/vendordir'
|
2012-03-24 18:06:05 +01:00 |
Jordi Boggiano
|
ea13eccbea
|
Merge pull request #495 from cordoval/feature/cleanedUpUpholdingDemeterLaw
cleaned up some getApplication()->getIO() into getIO()s
|
2012-03-23 13:00:59 -07:00 |
Jordi Boggiano
|
04d2acda29
|
Add docs about satis & why repositories are not loaded recursively
|
2012-03-23 20:58:12 +01:00 |
Luis Cordova
|
f76c65914c
|
cleaned up some getApplication()->getIO() into getIO()s
|
2012-03-23 14:57:43 -05:00 |
Jordi Boggiano
|
202dc99b02
|
Update sf deps
|
2012-03-23 18:01:08 +01:00 |
Jordi Boggiano
|
586913e4fe
|
Merge pull request #494 from cordoval/feature/CleanupRemovingFinderNotUsed
removed finder use clause as it is not used
|
2012-03-23 09:30:22 -07:00 |
Luis Cordova
|
1aa9d9af43
|
removed finder use clause as it is not used
|
2012-03-23 11:28:40 -05:00 |
Jordi Boggiano
|
7dfb2724cb
|
Fix PEAR dependencies
|
2012-03-23 17:10:58 +01:00 |
till
|
434f10f2d7
|
* more cs fixes
|
2012-03-23 16:32:46 +01:00 |
till
|
c6653f0711
|
* fix up CS suggestions from stof/seldaek
|
2012-03-23 16:03:52 +01:00 |
till
|
68fa23f5c7
|
Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded
|
2012-03-23 15:52:19 +01:00 |
Till Klampaeckel
|
af8d4212bb
|
Merge pull request #3 from toastedghost/svn-auth-reloaded-imp
Improve 'getTags()' and 'getBranches()'
|
2012-03-23 07:52:10 -07:00 |
till
|
2af145338b
|
Merge branch 'svn-auth-reloaded' of github.com:till/composer into svn-auth-reloaded
|
2012-03-23 15:51:39 +01:00 |
Till Klampaeckel
|
de3be2c1ef
|
Merge pull request #2 from simensen/svn-auth-reloaded-supports-auth-check
Svn auth reloaded supports auth check
|
2012-03-23 07:50:54 -07:00 |
till
|
38a997fc26
|
Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded
|
2012-03-23 15:49:45 +01:00 |
Jordi Boggiano
|
53ede45acc
|
Update Process component
|
2012-03-23 13:31:07 +01:00 |
Martin Hasoň
|
36d9513d7b
|
Changed parameter name in Filesystem::findShortestPath
|
2012-03-23 12:49:29 +01:00 |
Jordi Boggiano
|
0ac89b2d99
|
Merge pull request #491 from brikou/issue_with_symlinks
fixed issue when creating symlinks under linux (not always allowed ... issue #486)
|
2012-03-23 02:47:07 -07:00 |
Jordi Boggiano
|
1637a10754
|
Merge pull request #492 from igorw/getcomposer-links
update some links to point to getcomposer.org
|
2012-03-23 01:17:03 -07:00 |
Igor Wiedler
|
0fe90c5d87
|
update some links to point to getcomposer.org
|
2012-03-23 09:08:52 +01:00 |
Brikou CARRE
|
3ae860f485
|
fixed issue #486
|
2012-03-23 08:53:32 +01:00 |
Flo
|
80bb040468
|
Improve 'getTags()' and 'getBranches()'
|
2012-03-23 00:29:19 +01:00 |
Beau Simensen
|
a6366be5a6
|
Handle auth challenge in SvnDriver supports.
|
2012-03-22 14:58:52 -07:00 |
till
|
c7dc49fe10
|
* added execute() wrapper to generalize command execution in downloader
* added Composer\Util\Svn::doAuthDance() to ask for credentials in interactive sessions
|
2012-03-22 18:41:10 +01:00 |
till
|
059bde1adb
|
* refactored with Composer\Util\Svn::doAuthDance()
|
2012-03-22 18:40:49 +01:00 |
till
|
0d6297f235
|
* add 'doAuthDance()' to allow code reuse from SvnDownloader and SvnDriver
|
2012-03-22 18:40:18 +01:00 |
till
|
c6566825ad
|
Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded
|
2012-03-22 17:24:35 +01:00 |
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
|
2012-03-22 17:19:10 +01:00 |
till
|
17f90f56eb
|
* move helper functions to util class
|
2012-03-22 17:18:24 +01:00 |
till
|
e015032615
|
remove old tests
|
2012-03-22 17:17:55 +01:00 |
till
|
cd2c6dc5d2
|
* ignore vagrant related
* ignore phpstorm related
|
2012-03-22 17:17:11 +01:00 |
till
|
8eb9584173
|
* move tests from Composer\Test\Vcs\SvnDriverTest to this class
|
2012-03-22 17:16:41 +01:00 |
Jordi Boggiano
|
4917a6648f
|
Merge pull request #490 from Taluu/master
[ClassLoader] [CS] Fixes trailing whitespaces
|
2012-03-22 05:23:26 -07:00 |
Baptiste "Talus" Clavie
|
15b70e2096
|
[ClassLoader] Removing trailing whitespaces
|
2012-03-22 11:45:44 +01:00 |
Nils Adermann
|
b2a2601e50
|
Merge pull request #489 from Taluu/master
[ClassLoader] Optimization: condition that do not belong in a loop
|
2012-03-22 03:32:23 -07:00 |
Baptiste "Talus" Clavie
|
6957743aee
|
[ClassLoader] Corrected indentation
|
2012-03-22 11:19:01 +01:00 |
Baptiste "Talus" Clavie
|
6782287091
|
[ClassLoader] Got an if-condition out of a unnecessary loop
|
2012-03-22 11:12:30 +01:00 |
Martin Hasoň
|
1f8c9eeb6c
|
Added parameter $inDirectory to method Filesystem::findShortestPath
|
2012-03-22 10:11:48 +01:00 |
Jordi Boggiano
|
b11f72eed7
|
Merge pull request #487 from mheleniak/fix_git_driver
correct working directory for cli commands, fixes #482
|
2012-03-22 01:42:44 -07:00 |
Mateusz Heleniak
|
2a9e8350b0
|
fixed GitDriver - set correct working directory for cli commands
|
2012-03-22 00:45:31 +01:00 |
Martin Hasoň
|
afc04c9e53
|
Fixed creating shortest paths in AutoloadGenerator
|
2012-03-21 14:29:24 +01:00 |
Martin Hasoň
|
fde38dacec
|
Added test for generated classmap files
|
2012-03-21 13:58:35 +01:00 |
Martin Hasoň
|
81e8261692
|
Added tests for traits
|
2012-03-21 12:57:50 +01:00 |
Jordi Boggiano
|
d8cdaf8169
|
Merge pull request #483 from rejinka/master
Corrected a line in the documentation
|
2012-03-21 03:40:01 -07:00 |
Tony Lemke
|
108c921fde
|
corrected namespace for Logger::WARNING
|
2012-03-21 11:37:38 +01:00 |
Jordi Boggiano
|
ea2d46bcff
|
Fix ComposerRepository calls, fixes #475
|
2012-03-20 17:42:37 +01:00 |
Jordi Boggiano
|
45b2165057
|
Fix tests
|
2012-03-20 14:37:14 +01:00 |
Jordi Boggiano
|
81fdd790f2
|
Notes on HTTP_PROXY env var
|
2012-03-20 14:03:01 +01:00 |
Jordi Boggiano
|
31ed0c1fb0
|
Fix progress display getting stuck at 95%
|
2012-03-20 12:50:44 +01:00 |
Jordi Boggiano
|
1a32b15003
|
Fix docs
|
2012-03-20 12:50:23 +01:00 |