1
0
Fork 0
Commit Graph

3546 Commits (eb331cbcbe88b20f3350630cec584b3039a34a56)

Author SHA1 Message Date
Jordi Boggiano 7b922cddbd Merge pull request #1823 from myqlarson/patch-2
Fixes #1822 Update 02-libraries.md
2013-04-24 01:10:51 -07:00
myqlarson 035dbcc8ff Fixes #1822 Update 02-libraries.md
Assuming #1822 is correct, this should fix it.
2013-04-24 16:29:10 +12:00
myqlarson b51a24023c Update 02-libraries.md: typo 2013-04-24 16:13:45 +12:00
Andrey Utkin 9022b0ae38 Default module path to empty string 2013-04-24 09:32:16 +07:00
Andrey Utkin 340e960614 Allow svn repositories to reside deeper than module root 2013-04-23 12:27:52 +07:00
Serge Smertin be0c1b0c2e fixed typo in doc 2013-04-20 13:36:45 +02:00
Nils Adermann 0209bd31a0 Merge pull request #1804 from Seldaek/replacerprio
Put a higher prio on replacers of the same vendor as the required package
2013-04-19 02:10:46 -07:00
Jordi Boggiano cf6cb35abd Remind people to use sudo, refs #1807 2013-04-17 19:21:44 +02:00
Jordi Boggiano 8f619c1883 Merge pull request #1807 from sclarson/patch-1
removes sudo from global installation
2013-04-17 09:44:37 -07:00
Jordi Boggiano b41fd35c2b Remove unused use statement 2013-04-17 18:38:05 +02:00
sclarson f6b39e4c40 removes sudo from global installation
The /usr/local/bin folder should require sudo access.
2013-04-17 10:57:44 -05:00
Jordi Boggiano 0700cd9186 Adjust according to feedback 2013-04-17 17:37:22 +02:00
Jordi Boggiano db4055b778 Put a higher prio on replacers of the same vendor as the required package 2013-04-17 15:39:42 +02:00
Jordi Boggiano 19bfd6c713 Clarify some more 2013-04-15 21:55:09 +02:00
Jordi Boggiano 9e210c8338 Clarify exception message 2013-04-15 21:32:20 +02:00
Jordi Boggiano 1d5e3c5a0d Fix handling of COMPOSER_DISCARD_CHANGES env var 2013-04-15 19:19:27 +02:00
Jordi Boggiano 313b79ee13 Implement search over description/keywords, refs #1801 2013-04-15 19:04:22 +02:00
Jordi Boggiano 3a612dca01 Only return search matches once, fixes #1801 2013-04-15 18:56:47 +02:00
Jordi Boggiano 1e94e8ca5e Merge remote-tracking branch 'fabpot/run-script-cmd' 2013-04-15 18:51:13 +02:00
Fabien Potencier 91a2aa22fb Add a run-script command 2013-04-15 15:45:32 +02:00
Jordi Boggiano 68cb9c6606 Merge pull request #1797 from 1ed/self-update
Resolve symbolic link in self-update command
2013-04-14 01:16:05 -07:00
Jordi Boggiano b64f71f42b Merge pull request #1798 from max-voloshin/fix-ssl-options
Documentation: fix ssl options; add tips about ssl and ssh2 options
2013-04-14 01:10:17 -07:00
Max Voloshin 66c7654b45 fix ssl options; add tips about ssl and ssh2 options 2013-04-13 19:24:03 +03:00
Gábor Egyed 9358401eed resolve symbolic link in self-update command 2013-04-13 17:01:43 +02:00
Martin Hasoň fa0d62ab6a Settings of the same repository for a package is allowed. 2013-04-11 13:25:04 +02:00
Martin Hasoň 02f92e678f Fixed update alias packages in dry-run mode 2013-04-11 13:20:35 +02:00
Martin Hasoň 753a8345cb Added support for the alias of an aliased package 2013-04-11 13:20:34 +02:00
Martin Hasoň c39e958a6f Added test for ComposerRepository::whatProvides 2013-04-11 13:19:59 +02:00
Jordi Boggiano c65567447c Merge pull request #1789 from shieldo/patch-1
small English correction in doc
2013-04-11 03:42:14 -07:00
Douglas Greenshields f4af32deb7 small English correction in doc 2013-04-11 12:35:41 +02:00
Jordi Boggiano a26bababe0 Add project type to docs, fixes #1142 2013-04-11 11:53:19 +02:00
Jordi Boggiano 3d953384fa Fix indenting detection in JsonManipulator, fixes #1788 2013-04-11 10:34:26 +02:00
Jordi Boggiano c1ff6ea62b Just output a warning but don't prevent usage through non-cli SAPIs 2013-04-11 10:23:35 +02:00
Jordi Boggiano 894f530898 Add COMPOSER_DISCARD_CHANGE env var, refs #1188 2013-04-10 18:31:10 +02:00
Jordi Boggiano 6da31f7c2b Add handling of preferred-install config in create-project, fixes #1780 2013-04-10 18:17:41 +02:00
Jordi Boggiano 91f995c871 Fix tests 2013-04-09 10:34:51 +02:00
Jordi Boggiano 3bec538970 Fail if the CLI SAPI is not used to invoke composer 2013-04-09 10:33:14 +02:00
Jordi Boggiano c86a723026 Merge pull request #1781 from qcho/symlinkfix
Fix case where PHP's symlink returns false without any error or warning.
2013-04-09 00:01:14 -07:00
qcho d4fb403fd7 Fix case where PHP's symlink returns false without any error or warning. 2013-04-09 03:27:37 -03:00
Jordi Boggiano 069109e0f0 Add readme entry to lock file to explain what it is 2013-04-08 18:15:08 +02:00
Jordi Boggiano bee916fab9 Update deps 2013-04-08 18:12:19 +02:00
Jordi Boggiano a0d1d59868 Fix handling of aliases in streamable repos, fixes #1776, fixes #1749 2013-04-08 15:38:09 +02:00
Jordi Boggiano e82cf6835e Allow show <package> <constraint> as well as a version 2013-04-08 14:17:02 +02:00
Jordi Boggiano e8c362c273 Throw exception if HOME or APPDATA is not available to create the composer home dir 2013-04-07 17:14:53 +02:00
Jordi Boggiano 3ce71466f1 Treat empty paths in autoloader as ".", fixes #1727 2013-04-07 11:34:58 +02:00
Jordi Boggiano ef65b63288 Merge remote-tracking branch 'hason/filesystem' 2013-04-07 11:22:10 +02:00
Jordi Boggiano d38eb244fa Add PlatformRepository::PLATFORM_PACKAGE_REGEX to remove duplication 2013-04-06 22:26:10 +02:00
Jordi Boggiano 370a9a40fc Add comment to clarify change 2013-04-06 21:38:19 +02:00
Jordi Boggiano 8401c78349 Merge pull request #1770 from sarunas/master
Moving svn driver to the last position as it causes conflicts with hg over http
2013-04-06 12:36:39 -07:00
Jordi Boggiano 3a8df46514 Merge pull request #1779 from smasty/fix-diagnose
Fix 'diagnose' command output and error
2013-04-06 12:18:31 -07:00