Jordi Boggiano
|
2ba48b58db
|
Preserve case of packages for installations
|
2011-12-15 15:07:55 +01:00 |
Jordi Boggiano
|
b947420cae
|
Merge pull request #150 from webfactory/hg-fix
Mercurial fixes
|
2011-12-14 05:47:57 -08:00 |
Per Bernhardt
|
df5da58b87
|
Made HgDriver work on Ubuntu
|
2011-12-13 06:50:35 +01:00 |
root
|
399a406018
|
Fixed notices for edge cases.
|
2011-12-13 06:49:55 +01:00 |
Per Bernhardt
|
2fc49aa88b
|
Stop hg from parsing project's repository information while installing dependencies from source (HgDownloader) or initializing a VcsRepository (HgDriver).
|
2011-12-13 06:49:03 +01:00 |
Per Bernhardt
|
d78548cbf9
|
Added mercurial's "default" branch as a valid dev version (same as master / trunk).
|
2011-12-13 06:47:33 +01:00 |
Per Bernhardt
|
f74dafc08c
|
Fixed root identifier: Use global hash instead of local revision
|
2011-12-13 06:47:00 +01:00 |
Jordi Boggiano
|
f6b9488bf0
|
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
2011-12-13 01:05:29 +01:00 |
Jordi Boggiano
|
a2caa7c5e6
|
Adjustments to the show command
|
2011-12-12 22:47:41 +01:00 |
Jordi Boggiano
|
7caf61fc66
|
Set return code to non-zero when validate fails
|
2011-12-12 22:23:51 +01:00 |
Jordi Boggiano
|
666ac623f4
|
Merge remote-tracking branch 'digitalkaoz/show_command'
Conflicts:
src/Composer/Console/Application.php
|
2011-12-12 22:18:15 +01:00 |
Jordi Boggiano
|
d62a1ad1c1
|
Adjustments to the validate command
|
2011-12-12 22:14:01 +01:00 |
Jordi Boggiano
|
a193ec9942
|
Merge remote-tracking branch 'digitalkaoz/validate_command'
|
2011-12-12 22:07:57 +01:00 |
Jordi Boggiano
|
f27926e7b4
|
Add ENV var support for COMPOSER_VENDOR_DIR and COMPOSER_BIN_DIR, fixes #152
|
2011-12-12 21:18:15 +01:00 |
Jordi Boggiano
|
50d4e0606f
|
Merge pull request #155 from webfactory/fix_array_dumper_links
Correctly dump link info
|
2011-12-12 05:17:24 -08:00 |
Matthias Pigulla
|
737fe32f4d
|
Use {}for foreach
|
2011-12-12 12:51:42 +01:00 |
Jordi Boggiano
|
82a2a1f7ac
|
Merge pull request #154 from webfactory/fix_driver_detection
Fix driver detection
|
2011-12-12 03:40:28 -08:00 |
Matthias Pigulla
|
3bbe3306fc
|
Correctly dump link info
|
2011-12-12 12:01:13 +01:00 |
Matthias Pigulla
|
ebbc807de0
|
Fix whitespaces and add strict return code checking
|
2011-12-12 10:57:57 +01:00 |
Matthias Pigulla
|
8ab60b7030
|
Still did not get it right
|
2011-12-10 14:23:37 +01:00 |
Matthias Pigulla
|
f24164dc16
|
forgot this when testing
|
2011-12-10 14:15:00 +01:00 |
Matthias Pigulla
|
7cdb8b6b3b
|
Some changes as suggested in the pr
|
2011-12-10 14:11:51 +01:00 |
Jordi Boggiano
|
0767cdca14
|
Merge pull request #153 from webfactory/fix_target_dir_exists
Make sure the target-dir exists
|
2011-12-10 04:43:10 -08:00 |
Matthias Pigulla
|
54cf9aeb46
|
Make sure the target-dir exists
|
2011-12-10 00:24:02 +01:00 |
Matthias Pigulla
|
4e1cb32f8c
|
Allow for file://-URLs here as well
|
2011-12-09 23:37:52 +01:00 |
Matthias Pigulla
|
2fc8e06d81
|
hg repos must not be hosted somewhere in particular, but detection may become expensive.
Additionally, suppress warnings and support file://-local repos
|
2011-12-09 23:10:31 +01:00 |
digitalkaoz
|
9a50fd6492
|
added validate task, closes #81
|
2011-12-08 11:42:26 +01:00 |
digitalkaoz
|
6451087039
|
added a show command for packages
|
2011-12-07 22:42:58 +01:00 |
digitalkaoz
|
8bf36395b2
|
added more ide metadata to ignorelist
|
2011-12-07 17:01:44 +01:00 |
Jordi Boggiano
|
381fcb248a
|
Allow parsing of branches with invalid names but explicit versions in composer.json
|
2011-12-07 11:44:03 +01:00 |
Jordi Boggiano
|
283745d76d
|
Do case-insensitive searches, avoid printing multiple results if multiple tokens match, highlight matched area
|
2011-12-06 23:07:47 +01:00 |
Jordi Boggiano
|
c7deaa8a1f
|
Add highlight style
|
2011-12-06 23:07:06 +01:00 |
Jordi Boggiano
|
8675d4eb6a
|
Make search token required
|
2011-12-06 23:06:49 +01:00 |
Jordi Boggiano
|
8273579461
|
Merge remote-tracking branch 'digitalkaoz/command_refactorings'
|
2011-12-06 22:47:48 +01:00 |
Jordi Boggiano
|
139de0f79d
|
Fix handling of git repos with no tag, fixes #146
|
2011-12-06 22:19:24 +01:00 |
Nils Adermann
|
8de2c0604e
|
Merge pull request #147 from digitalkaoz/solver_typo_fix
fixed typo
|
2011-12-06 13:18:50 -08:00 |
digitalkaoz
|
6c870e23e0
|
added search command, colorized ouput, tiny fixes
|
2011-12-06 21:19:12 +01:00 |
digitalkaoz
|
87831d8c1c
|
fixed typo
|
2011-12-06 21:13:04 +01:00 |
Nils Adermann
|
e3878c715f
|
Merge pull request #143 from stof/patch-2
Added the binary in the composer.json file
|
2011-12-04 15:24:03 -08:00 |
Christophe Coevoet
|
b3fc995442
|
Added the binary in the composer.json file
|
2011-12-05 00:05:46 +01:00 |
Nils Adermann
|
a697488948
|
Merge pull request #142 from Seldaek/autoload_test
Autoload test
|
2011-12-04 13:44:59 -08:00 |
Jordi Boggiano
|
927be089ba
|
Added more tests for Filesystem util and some fixes
|
2011-12-04 22:40:30 +01:00 |
Jordi Boggiano
|
304ce3b375
|
Fix relative target dirs
|
2011-12-04 22:13:11 +01:00 |
Jordi Boggiano
|
21d74328e3
|
Cosmetic fixes
|
2011-12-04 22:00:55 +01:00 |
Jordi Boggiano
|
37df1a0d15
|
Fix self.version replacement
|
2011-12-04 21:58:42 +01:00 |
Jordi Boggiano
|
a19695cdcb
|
Tentative fix for *nix
|
2011-12-04 18:44:40 +01:00 |
Jordi Boggiano
|
4517a2e51e
|
Added tests and fixed some incorrect behaviors in Filesystem
|
2011-12-04 18:35:45 +01:00 |
Jordi Boggiano
|
bc88d86983
|
Make use of Filesystem class in AutoloadGenerator
|
2011-12-04 18:35:44 +01:00 |
Jordi Boggiano
|
abb926a60c
|
Add tests for autoloader
|
2011-12-04 18:35:43 +01:00 |
Nils Adermann
|
71a6b47e90
|
Merge pull request #140 from Seldaek/bins
Add binaries support
|
2011-12-04 09:31:43 -08:00 |