1
0
Fork 0
Commit Graph

3982 Commits (00a6f8e38d6402bb94b00e00238212d8338308d7)

Author SHA1 Message Date
Nicolas Grekas 00a6f8e38d dedicated scope isolation function for autoload_real 2014-02-06 11:53:42 +01:00
Jordi Boggiano ed02997a7b Fix mode and add docblock, refs #2644 2014-02-06 09:44:14 +01:00
Jordi Boggiano d26dda5c95 Merge remote-tracking branch 'olvlvl/improved_package_sorting_alone' 2014-02-06 09:41:50 +01:00
Jordi Boggiano 8dd0594983 Cleaner install instruction without curl 2014-02-06 00:40:06 +01:00
Nils Adermann 54b8831131 Revert "correct small bug, source files aren't installed and removed from the same path (problem with targetDir package attribute)"
This reverts commit 79a4c5cac1.
2014-02-05 18:37:57 +01:00
Nils Adermann 50cf2ffba7 Merge pull request #2637 from MeKeyCool/master
bug fix with install / remove source codes
2014-02-05 18:30:49 +01:00
Nils Adermann aef0483cc9 Merge pull request #2667 from nicolas-grekas/master
scope isolation for user includes
2014-02-05 18:24:55 +01:00
Nils Adermann 2b1a7c2ba0 Merge pull request #2640 from webflo/master
Replace %name% with %package% in 05-repositories.md
2014-02-05 18:00:53 +01:00
Nicolas Grekas 6d7b9afc4b scope isolation for user includes 2014-02-05 17:33:06 +01:00
Jordi Boggiano 75cd91657a Merge remote-tracking branch 'jeromemacias/fix_psr4_classmap_generator' 2014-02-05 09:53:49 +01:00
Jordi Boggiano bac8b81d41 Merge remote-tracking branch 'donquixote/AutoloadGeneratorTest-improvements' 2014-02-04 13:36:43 +01:00
Andreas Hennings fcf8e7f515 Random docblock improvements in AutoloadGeneratorTest. 2014-02-04 12:35:50 +01:00
Andreas Hennings 6a9fd1dd60 rename \$package to \$mainPackage in AutoloadGeneratorTest::testOverrideVendorsAutoloading() for clarity. 2014-02-04 12:35:50 +01:00
Andreas Hennings bb26152de2 docblock comments on properties in AutoloadGeneratorTest 2014-02-04 12:35:50 +01:00
Andreas Hennings cab6943df0 AutoloadGeneratorTest::testOverrideVendorsAutoloading() - break autoload definitions to multiple lines. 2014-02-04 12:35:50 +01:00
Andreas Hennings 084c11ef51 AutoloadGeneratorTest::testMainPackageAutoloadingWithTargetDir() - Remove PSR-4 from the package in target-dir test, since it is incompatible with target-dir. 2014-02-04 12:35:50 +01:00
Nils Adermann 7566315c7a Don't put dots in archive filenames they cause problems with PharData
composer/satis#114
2014-02-04 12:30:44 +01:00
Jordi Boggiano a90a05a059 Detect composer install foo/bar misuse and suggest alt 2014-02-03 23:02:33 +01:00
Jérôme Macias 01cd990995 Fix PSR-4 autoload classmap generator 2014-02-03 16:53:56 +01:00
Nils Adermann e060adeb97 Merge pull request #2647 from thewilkybarkid/invalid-json
Correct JSON
2014-01-31 11:34:41 -08:00
thewilkybarkid 3c75cf59e8 Correct JSON 2014-01-30 09:08:56 +00:00
Olivier Laviale 17278999ba Coding style compliance 2014-01-29 14:36:34 +01:00
Olivier Laviale 46776c8e23 Improved package sorting 2014-01-29 14:15:32 +01:00
Nils Adermann 0238aaf5ac Merge pull request #2629 from moranjk/master
Implemented Pre/Post Archive Script Events
2014-01-29 01:12:19 -08:00
James Moran c103b54991 updated documentation with pre/post archive events 2014-01-27 19:45:20 -05:00
Florian Weber 3b25703f35 Replace %name% with %package% in 05-repositories.md 2014-01-28 00:27:15 +01:00
Nils Adermann 4ec4ba1397 Merge pull request #2618 from stof/patch-5
Fixed a typo in the doc about github auth
2014-01-27 05:36:06 -08:00
Nils Adermann 101140828c Merge pull request #2621 from asm89/patch-1
Fix typo in doc
2014-01-27 05:35:55 -08:00
Nils Adermann ab6659652c Merge pull request #2620 from robocoder/patch-1
add hhvm and icu
2014-01-27 05:14:25 -08:00
Pierre-yves Christmann 79a4c5cac1 correct small bug, source files aren't installed and removed from the same path (problem with targetDir package attribute) 2014-01-27 05:04:27 +01:00
Anthon Pang d07339382d add lib-icu and hhvm 2014-01-23 10:41:23 -05:00
Alexander 23a61c5a1d Fix typo in doc 2014-01-22 22:48:36 +01:00
Christophe Coevoet 57d1cff0bc Fixed a typo in the doc about github auth 2014-01-22 17:41:53 +01:00
Nils Adermann 7adc41d02c Merge pull request #2605 from robertboloc/feature-config_optimize_autoload_always
Added config option to optimize the autoloader always
2014-01-20 10:10:11 -08:00
Jordi Boggiano 8e1d7de93b Merge pull request #2599 from dlondero/document-oauth-token
Add API rate limit and two factor authentication doc
2014-01-19 17:08:09 -08:00
Robert Boloc 5e5311a224 use optimize-autoloader config param in update and install commands 2014-01-17 15:04:10 +01:00
Robert Boloc 8a221854b1 changed name of the option to optimize-autoloader 2014-01-17 14:43:54 +01:00
Robert Boloc 55da519cae added information to the docs 2014-01-16 22:03:04 +01:00
Robert Boloc f67f04adfb added config option to optimize the autoloader always 2014-01-16 20:44:16 +01:00
Daniel Londero e776294616 Add API rate limit and two factor authentication doc 2014-01-15 18:17:31 +01:00
Jordi Boggiano b20021cc6a Merge pull request #2589 from staabm/patch-1
added a indicator in the info-message on --optimize
2014-01-14 08:22:09 -08:00
Markus Staab 464fa1dedb added a indicator in the info-message on --optimize 2014-01-14 17:01:08 +01:00
Jordi Boggiano 99f5b5a238 Fix backtracking issue in json manipulations, fixes #2583 2014-01-12 21:13:00 +01:00
James Moran ee7961a0f3 Implemented Pre/Post Archive Script Events
The script events `pre-archive-cmd` and `post-archive-cmd` can be used
to perform any tasks necessary when archiving the composer project.

This functionality can be used to run unit test or and other build
process before archiving, and can be used to distribute the archive
when completed
2014-01-11 14:42:34 -05:00
Jordi Boggiano 69e77fbbb5 Merge pull request #2573 from eymengunay/patch-1
Fixed missing close tags
2014-01-09 15:05:23 -08:00
Eymen Gunay ad51db7b57 Fixed missing close tags 2014-01-09 21:11:08 +01:00
Jordi Boggiano 42c496752a Merge pull request #2569 from gimler/patch-1
Escape env value before passing it to system call
2014-01-09 05:05:49 -08:00
Gordon Franke 202701c391 Escape env value before passing it to system call 2014-01-09 13:12:10 +01:00
Jordi Boggiano 11facc3f44 Merge pull request #2562 from vuhl/master
Perforce Driver update - Handle spaces in path to Perforce client spec
2014-01-07 15:04:45 -08:00
matt-whittom 4a49533988 Merge pull request #2 from rockerest/master
Escape spaces when registering the Perforce client spec
2014-01-07 12:18:41 -08:00