1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00
Commit graph

989 commits

Author SHA1 Message Date
Jordi Boggiano
a208d6cf43 Merge pull request #415 from hason/json
Removed definition of global constants reserved for PHP >=5.4 and fixed ...
2012-03-09 00:42:45 -08:00
Martin Hasoň
947d429c61 Removed definition of global constants reserved for PHP >=5.4 and fixed tests 2012-03-09 09:31:51 +01:00
Martin Hasoň
98d7e31c74 Sort versions before print 2012-03-09 09:11:52 +01:00
Jordi Boggiano
3e22084ea4 Overhaul VcsDrivers, introduce TransportException for remote filesystem errors 2012-03-08 23:14:56 +01:00
Beau Simensen
b1c93d1f0a Fixed unused use per @stof and horrible bug that made this class no longer work. 2012-03-08 11:04:56 -08:00
Beau Simensen
3352066ece Use Installer for Create Project Command. 2012-03-08 09:58:19 -08:00
Beau Simensen
8a7d31706d Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00
Beau Simensen
b4dd86c247 Remove $repoManager local variable. 2012-03-08 09:21:03 -08:00
Beau Simensen
9404d8d593 Constructor, factory 2012-03-08 09:21:02 -08:00
Beau Simensen
d1dea702c9 Moving install related code to Composer\Install 2012-03-08 09:21:02 -08:00
Jordi Boggiano
ea593fdb10 Allow autodetection of the version 2012-03-08 18:12:21 +01:00
Jordi Boggiano
347f8feeec Update docs 2012-03-08 18:10:58 +01:00
till
978d4c145d * more output 2012-03-08 17:00:24 +01:00
till
59c1a7ff15 * when an auth failure is detected and 'auth' is not present, we ask for credentials
* ... and repeat
2012-03-08 16:53:41 +01:00
till
44470da804 * do svnCommand() in execute() to be able to restart the dance in case it failed 2012-03-08 16:52:36 +01:00
till
a3e0a0805c * always run non-interactive 2012-03-08 16:42:19 +01:00
till
907db48bb5 * wrap execution of commands into local method 2012-03-08 16:27:22 +01:00
Jordi Boggiano
cb57c7bf42 Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer 2012-03-08 16:22:37 +01:00
till
99eb18d0ff * rename var from $composer to $output (for consistency) 2012-03-08 15:56:52 +01:00
till
3f665e8bbb * method to gather if this session is 'interactive' or 'non interactive' 2012-03-08 15:44:29 +01:00
till
d1482bfa3c * refactor svn command 'creation' into a single method: getSvnCommand() 2012-03-08 15:39:22 +01:00
till
6417a86651 * fix docblocks 2012-03-08 15:25:44 +01:00
Jordi Boggiano
ae6de4be60 Merge pull request #377 from till/svn-auth
Svn auth
2012-03-08 01:59:51 -08:00
Jordi Boggiano
f546025bae Move some code around 2012-03-08 01:46:49 +01:00
Jordi Boggiano
7ceca9b789 Suppress relaxed schema and build it on the fly in php, refs #151 2012-03-08 00:44:09 +01:00
Jordi Boggiano
8d087f2b2b Fixes to Filesystem class, avoid removing non-existing dirs and clear stat cache for safety 2012-03-08 00:12:38 +01:00
Jordi Boggiano
ada9c20db1 Update Git/Hg downloaders tests, making sure they never use a live filesystem instance 2012-03-08 00:11:52 +01:00
Jordi Boggiano
91411a3dd4 Merge pull request #400 from kostiklv/descriptive-exception
More descriptive exceptions wording
2012-03-07 00:45:03 -08:00
Konstantin Tjuterev
49491a9140 Added path to exceptions thrown in enforceCleanDirectory for Hg & Svn also; Imporved exception when git log cannot be run by Compiler 2012-03-07 10:06:03 +02:00
Jordi Boggiano
0f968ab3e2 Auto-switch protocols for git clones from github, refs #353 2012-03-07 00:58:37 +01:00
Konstantin Tjuterev
0b7896cdad Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress 2012-03-06 23:01:51 +02:00
Konstantin Tjuterev
e072607e90 More descriptive exceptions wording 2012-03-06 19:21:45 +02:00
Ken Marfilla
3e6c8caae7 rm vcs repo target dir before install 2012-03-06 21:42:17 +08:00
Martin Hasoň
9021c86237 Added packagist repository as the last repository with the lowest priority 2012-03-06 11:17:41 +01:00
Martin Hasoň
2b08df5192 Changed repository priority in the pool 2012-03-06 11:17:23 +01:00
Jordi Boggiano
5b42f99441 fix LICENSE hack in compile script 2012-03-06 08:44:41 +01:00
Jordi Boggiano
5c320238ae Update compiler, fixes #386 2012-03-05 23:33:31 +01:00
Jordi Boggiano
82dd1c1f7f Add relaxed schema for application packages that do not need to be distributed 2012-03-05 23:24:59 +01:00
Jordi Boggiano
bd54e43d37 Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid 2012-03-05 22:01:47 +01:00
Jordi Boggiano
07a82c9223 Merge remote-tracking branch 'digitalkaoz/json_schema_validator' 2012-03-05 20:08:18 +01:00
Jordi Boggiano
774e9d0da6 Remove dependency on filter_var 2012-03-05 15:13:07 +01:00
Benjamin Eberlei
671cd5ee08 Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
Jordi Boggiano
9bcea6f485 Merge remote-tracking branch 'hason/filedownloader' 2012-03-05 13:53:56 +01:00
Benjamin Eberlei
1af3604303 Add support for class-map generation. 2012-03-05 13:26:46 +01:00
Martin Hasoň
303dae7968 Fixed typos and bugs in the RemoteFilesystem class 2012-03-05 11:28:23 +01:00
till
adfac9e34b escape arguments 2012-03-04 19:54:16 +01:00
till
9ecbc5176e remove isset() 2012-03-04 19:46:22 +01:00
Beau Simensen
bc4e06424e Use tag as package version if built off of a tag 2012-03-04 10:04:02 -08:00
Nils Adermann
6de46a16e6 Merge pull request #381 from hason/version
Added isDev method to the VersionParser class
2012-03-04 04:37:48 -08:00
Nils Adermann
c70fcb3f9c Merge pull request #376 from davedevelopment/show-failed-git-command-output
Add stderr to exceptions for GitDownloader
2012-03-04 04:36:48 -08:00