Jordi Boggiano
9a2204cd74
Improve username detection and other minor fixes
2012-02-16 20:40:57 +01:00
Jordi Boggiano
f48cfb4fdf
Avoid requirement on composer.json to search for requirements
2012-02-16 20:39:59 +01:00
Jordi Boggiano
23aade21f0
Show empty default value when one is specified
2012-02-16 20:38:43 +01:00
Jordi Boggiano
d1d9c715c9
Add newline at the end of formatted jsons
2012-02-16 20:37:05 +01:00
Jordi Boggiano
33fcb959ea
Refactor JsonFile::encode to match json_encode
2012-02-16 20:28:02 +01:00
Jordi Boggiano
95883f058c
Merge remote-tracking branch 'justinrainbow/init_command'
2012-02-16 19:30:25 +01:00
Jordi Boggiano
01cb2c5dd7
Fix typo
2012-02-16 18:58:25 +01:00
François Pluchino
2e3eed081a
Merge remote branch 'composer/master'
...
Conflicts:
src/Composer/Downloader/FileDownloader.php
2012-02-16 18:11:01 +01:00
MattKetmo
7d5ba2d756
[DownloadFile] Renamed wrapper directory after extract
...
This fixes error when the extracted directory (from an archive) contains
a folder with the same name. Example:
$ mv test/test test
mv: test/test and test/test are identical
2012-02-16 17:26:42 +01:00
Jordi Boggiano
13183753e6
Merge remote-tracking branch 'hason/unicode'
2012-02-15 18:38:20 +01:00
Jordi Boggiano
6905e3a7ae
Disable gzip compression of the phar
2012-02-15 18:21:17 +01:00
François Pluchino
bc232af018
Bug fix display downloading info
2012-02-15 14:16:42 +01:00
François Pluchino
953f0992f7
Merge callback method of FileDownloader and VcsDriver
...
Required corrections added
2012-02-15 13:11:29 +01:00
Martin Hasoň
ff0f833b3e
Added support for JSON_UNESCAPED_UNICODE and fixed parsing string
2012-02-15 12:00:04 +01:00
Jordi Boggiano
15dddf44fa
Merge remote-tracking branch 'origin/master'
2012-02-14 17:38:06 +01:00
Jordi Boggiano
256bfedea1
Merge remote-tracking branch 'jalliot/proxy2'
...
Conflicts:
src/Composer/Downloader/FileDownloader.php
src/Composer/Repository/PearRepository.php
2012-02-14 17:01:15 +01:00
Jordi Boggiano
8b8f48d4d0
Merge pull request #299 from henrikbjorn/patch-2
...
Formatting for the README.md install command.
2012-02-14 07:08:47 -08:00
Jordi Boggiano
e92e3ba355
Simplify code
2012-02-14 16:06:09 +01:00
Henrik Bjørnskov
cd7d0b300c
Formatting for the README.md install command.
2012-02-14 15:31:05 +01:00
Jordi Boggiano
08de99f2be
Merge pull request #298 from henriquemoody/master
...
Some PEAR repositories does not works because of a wrong link parse.
2012-02-14 06:29:33 -08:00
Henrique Moody
b030a36bf5
Some PEAR repositories does not works because of a wrong link parse.
2012-02-14 12:29:32 -02:00
Jordi Boggiano
02bb72c1a9
Merge pull request #296 from hason/dumper
...
Updated ArrayDumper
2012-02-14 04:49:41 -08:00
Martin Hasoň
01be62d842
Updated ArrayDumper
2012-02-14 12:57:15 +01:00
François Pluchino
9638247e44
Move to Util Class
2012-02-14 11:25:00 +01:00
Nils Adermann
b1da7f704c
Merge pull request #294 from simensen/prefer-source
...
Rename --dev to --prefer-source
2012-02-14 02:15:56 -08:00
Jordi Boggiano
9e1843a334
Merge remote-tracking branch 'origin/master'
2012-02-13 23:10:14 +01:00
Jordi Boggiano
416ae21a5a
Robustness fixes for new PEAR2 compat code
2012-02-13 23:07:18 +01:00
Beau Simensen
81d41fc442
Rename --dev to --prefer-source
2012-02-13 13:05:44 -08:00
Jordi Boggiano
7ce47bc64b
Merge remote-tracking branch 'henriquemoody/master'
2012-02-13 21:01:52 +01:00
François Pluchino
f5d90e1340
Download Dist Package when the info is defined in root composer file
2012-02-13 17:40:54 +01:00
Jordi Boggiano
edae6d5eab
Merge pull request #284 from simensen/packagist-update-schedule-faq
...
Update Schedule
2012-02-12 13:27:05 -08:00
Beau Simensen
bf0f0cf73e
Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR.
2012-02-12 15:24:18 -06:00
Jordi Boggiano
30b1884f4e
Merge pull request #287 from Maks3w/patch-1
...
Typo and coding style
2012-02-12 12:58:23 -08:00
Jordi Boggiano
1733f08f40
Merge pull request #282 from simensen/bin-link-chmod-fix
...
Change permission of bin links if they exist and are already links
2012-02-12 12:35:08 -08:00
Maks3w
ba2dc9b7c3
Typo and coding style
2012-02-12 09:45:04 +01:00
Justin Rainbow
24d85a48f0
Removing the JsonFormatter as it is part of the JsonFile now
2012-02-11 17:13:39 -07:00
Justin Rainbow
604f2836e3
Adding a JSON string formatter to the JsonFile class
2012-02-11 17:13:39 -07:00
Justin Rainbow
3a5d09a8b0
Removing the 'writeSection' method from 'DialogHelper'
2012-02-11 17:13:38 -07:00
Justin Rainbow
7a0a1788e3
Moved DialogHelper into the base Application
2012-02-11 17:13:38 -07:00
Justin Rainbow
9ec641659e
Validating package name input for init command
2012-02-11 17:13:38 -07:00
Justin Rainbow
950bbcbed9
Init now asks user if they want to ignore the vendor dir
2012-02-11 17:13:38 -07:00
Justin Rainbow
cd9c86c70c
Adding author defaults to init command
2012-02-11 17:13:38 -07:00
Justin Rainbow
6ff7694de1
Fixing error when no requirements are defined
2012-02-11 17:13:38 -07:00
Justin Rainbow
42d55bf510
Removing the JsonFormatter as it is part of the JsonFile now
2012-02-11 17:13:38 -07:00
Justin Rainbow
2fbd9490b1
Adding a requirement definition stage to init command
2012-02-11 17:13:38 -07:00
Justin Rainbow
5933f34d6f
Adding a JSON string formatter to the JsonFile class
2012-02-11 17:13:38 -07:00
Justin Rainbow
10ca974f33
Quick change to the help text for InitCommand
2012-02-11 17:13:37 -07:00
Justin Rainbow
34bbfb70d2
Initial version of InitCommand
...
This command allows a user to create a basic composer.json
definition easily. The idea is to create a command similar
to the `npm init` command.
This version only has `name` and `description` support.
Additional fields will be added such as `require`, `authors`,
`version`, etc.
2012-02-11 17:13:37 -07:00
Henrique Moody
8a5c7b39e4
Added "nbproject" folder to the .gitignore list.
2012-02-11 15:58:23 -02:00
Henrique Moody
230f43d009
Chaged the key "recommend" for "suggest" in the parse of the PEAR2 dependences.
2012-02-11 15:17:27 -02:00