Romain Neutron
9b7fc0bae7
Update INF to PHP_INT_MAX as recommended by Stof
2013-09-12 13:19:27 +02:00
Jordi Boggiano
b86b8a597e
Merge pull request #2255 from akorsus/patch-1
...
Fixed Typo
2013-09-12 02:43:35 -07:00
Jordi Boggiano
36d3ca7568
Merge pull request #2256 from romainneutron/fix-show-width-detection
...
Do not use detected width for output formatting if it is not available
2013-09-12 02:43:17 -07:00
Romain Neutron
a965642769
Do not use detected width for output formatting if it is not available
2013-09-11 23:38:59 +02:00
akorsus
520e02e0a9
Fixed Typo
...
JSON didn't validate
2013-09-11 19:20:29 +02:00
Jordi Boggiano
a2ffda4f13
Merge pull request #2254 from hason/pm
...
Default installers are available in the factory for a plugin manager
2013-09-11 07:08:54 -07:00
Martin Hasoň
af53ab94ad
Default installers are available in the factory for a plugin manager
2013-09-11 11:29:51 +02:00
Jordi Boggiano
20a18dcb60
Merge pull request #2246 from drrcknlsn/zip-perms-fix
...
fixes #2242 : Set write permissions on unzipped package contents
2013-09-10 01:28:49 -07:00
Jordi Boggiano
460d1764d2
Merge pull request #2245 from bitExpert/doc/plugins
...
Added missing semicolon
2013-09-10 01:18:39 -07:00
Derrick Nelson
9a54c476eb
Recursively set write permissions on unzipped package contents to resolve cache unlinking issue.
2013-09-09 21:03:49 -04:00
Stephan Hochdörfer
4acfe1a079
Added missing semicolon
2013-09-09 22:35:21 +02:00
Jordi Boggiano
5f538e4534
Upgrade to latest process component
2013-09-09 18:34:57 +02:00
Jordi Boggiano
e330763c5f
Fix issue when multiple paths are mapped to one dir in the show command
2013-09-09 16:52:59 +02:00
Jordi Boggiano
0eb2821733
Fix undefined var error, fixes #2241
2013-09-09 15:10:09 +02:00
Jordi Boggiano
b6a6208654
Update deps
2013-09-09 14:56:44 +02:00
Nils Adermann
689e3056fa
Plugin API requirements should be for plugins only, not installers
2013-09-08 18:03:05 +02:00
Nils Adermann
f69a47066d
Fix numbering in custom installers article
2013-09-08 18:03:05 +02:00
Nils Adermann
5be0ba14fe
Warn about composer-installer type in composer validate
2013-09-08 18:03:05 +02:00
Jordi Boggiano
7065330c2e
Merge pull request #2236 from fabian/patch-1
...
Documentation fixes for composer-plugin type
2013-09-07 11:45:06 -07:00
Fabian Vogler
7b43d4909c
Use getPackageBasePath instead of getInstallPath
...
As LibraryInstaller uses getPackageBasePath for uninstall: https://github.com/composer/composer/blob/master/src/Composer/Installer/LibraryInstaller.php#L126
2013-09-06 17:44:16 +02:00
Fabian Vogler
0f9988b065
Documentation fixes for composer-plugin type
2013-09-06 16:49:01 +02:00
Nils Adermann
242c58c789
Merge pull request #2179 from naderman/plugins
...
Plugins
2013-09-06 04:42:27 -07:00
Nils Adermann
f249fd804f
Correctly require composer plugin api version in test plugins
2013-09-06 13:36:02 +02:00
Nils Adermann
98e5eabf75
Document how to write and use plugins
2013-09-05 20:08:17 +02:00
Nils Adermann
92b1ee2f7a
Add a composer-plugin-api platform package and plugins must require it
2013-09-05 15:47:05 +02:00
Nils Adermann
6c2e998e40
Add missing use statement
2013-09-05 14:32:09 +02:00
Nils Adermann
d00ca4bcdb
Add a Command event triggered by all comands which load plugins
2013-09-05 14:30:03 +02:00
Jordi Boggiano
9b70b89b8f
Merge pull request #2210 from Firehed/master
...
Change 'generated' notice to @phpdoc-style annotation
2013-09-02 03:12:29 -07:00
Jordi Boggiano
80184b87d1
Fix undefined index error, fixes #2224
2013-09-02 11:22:21 +02:00
Nils Adermann
bf08019292
Load plugins and installers prior to checking installed packages
2013-08-31 16:20:38 +02:00
Nils Adermann
2ca07add97
Merge remote-tracking branch 'github-composer/master' into plugins
...
* github-composer/master:
Correct FileDownloaderTest for invalid checksum
Conflicts:
tests/Composer/Test/Downloader/FileDownloaderTest.php
2013-08-31 15:58:31 +02:00
Nils Adermann
72919e04b0
Correct FileDownloaderTest for invalid checksum
2013-08-31 15:55:12 +02:00
Nils Adermann
786ea2929b
Merge remote-tracking branch 'github-composer/master' into plugins
...
* github-composer/master:
Make sure directories we are downloading to are empty
Fix parsing of trunk in SvnDriver, fixes composer/satis#88
Fix file layout in unit tests
Fix parse error thrown in PHP5.5+
2013-08-31 15:43:25 +02:00
Nils Adermann
a080ae3a51
Make sure directories we are downloading to are empty
...
We already clear them on error anyway and usually they should be
empty, but just to be safe.
2013-08-31 15:42:26 +02:00
Jordi Boggiano
4b38158185
Merge pull request #2221 from Alan01252/fix-unexpectedas
...
Fix parse error thrown in PHP5.5+
2013-08-31 06:31:43 -07:00
Jordi Boggiano
2bf90b544a
Fix parsing of trunk in SvnDriver, fixes composer/satis#88
2013-08-31 15:25:00 +02:00
Nils Adermann
5993450d5a
Load plugin code from global vendor dir correctly
2013-08-30 14:11:20 +02:00
Alan Hollis
1892f57e47
Fix file layout in unit tests
...
Changes made in previious commit made the output of the file change,
which in turn broke the unit tests. This commit updates the fixtures to
match the new output.
2013-08-30 12:09:17 +00:00
Nils Adermann
c5c180fdd2
Load plugins from global vendor dir too
2013-08-30 14:04:16 +02:00
Nils Adermann
5867d477be
Use call_user_func for PHP < 5.4 compatability and accept __invoke
2013-08-30 12:51:41 +02:00
Nils Adermann
a8c0170a91
Revert constructor arguments to old order for custom installers
2013-08-30 12:51:41 +02:00
Nils Adermann
15ac7be6f1
Fix disabling plugins which has to happen in the factory now
2013-08-30 12:51:41 +02:00
Nils Adermann
3e1519cde0
Complete missing docblocks and fix incorrect ones
2013-08-30 12:51:41 +02:00
Nils Adermann
3b519e44c4
Rename PrepareRemoteFilesystem event to PreFileDownload
2013-08-30 12:51:41 +02:00
Nils Adermann
f0b45099c1
Correct authorship info for files I edited
2013-08-30 12:51:41 +02:00
Nils Adermann
b9c5758670
Make composer/io part of the activate plugin API rather than constructor args
2013-08-30 12:51:41 +02:00
Nils Adermann
b83535d2d9
Add back --no-custom-installers option with a deprecated warning
2013-08-30 12:51:41 +02:00
Nils Adermann
cd66328d68
Autoload dependencies of plugins using a pool of only the local repo
2013-08-30 12:51:41 +02:00
Nils Adermann
69a028f368
Fix plugin interface usage in tests
2013-08-30 12:51:41 +02:00
Nils Adermann
9402a9fb3c
Plugins receive composer and io objects on construction already
2013-08-30 12:51:41 +02:00