Nils Adermann
|
5867d477be
Use call_user_func for PHP < 5.4 compatability and accept __invoke
|
11 years ago |
Nils Adermann
|
a8c0170a91
Revert constructor arguments to old order for custom installers
|
11 years ago |
Nils Adermann
|
15ac7be6f1
Fix disabling plugins which has to happen in the factory now
|
11 years ago |
Nils Adermann
|
3e1519cde0
Complete missing docblocks and fix incorrect ones
|
11 years ago |
Nils Adermann
|
3b519e44c4
Rename PrepareRemoteFilesystem event to PreFileDownload
|
11 years ago |
Nils Adermann
|
f0b45099c1
Correct authorship info for files I edited
|
11 years ago |
Nils Adermann
|
b9c5758670
Make composer/io part of the activate plugin API rather than constructor args
|
11 years ago |
Nils Adermann
|
b83535d2d9
Add back --no-custom-installers option with a deprecated warning
|
11 years ago |
Nils Adermann
|
cd66328d68
Autoload dependencies of plugins using a pool of only the local repo
|
11 years ago |
Nils Adermann
|
69a028f368
Fix plugin interface usage in tests
|
11 years ago |
Nils Adermann
|
9402a9fb3c
Plugins receive composer and io objects on construction already
|
11 years ago |
Nils Adermann
|
f00f5113bf
Fix typo
|
11 years ago |
Nils Adermann
|
919a190153
Add an EventSubscriberInterface which may also be implemented by plugins
|
11 years ago |
Nils Adermann
|
3960edd64e
Turn EventDispatcher into generic solution handling plugins as well
|
11 years ago |
Nils Adermann
|
2f43e9aefb
Load installed plugins at appropriate time and adapt tests accordingly
|
11 years ago |
Nils Adermann
|
3e41977be7
Plugin tests are no longer strictly installer tests
|
11 years ago |
Nils Adermann
|
eb966d347f
Implement a plugin manager and interface, update installer plugin tests
|
11 years ago |
Nils Adermann
|
01a08a2ff3
As preparation for composer plugins, rename custom installers to plugins
|
11 years ago |
Alan Hollis
|
ede2b37ae2
Fix parse error thrown in PHP5.5+
|
11 years ago |
Firehed
|
046d55e886
Change 'generated' notice to @phpdoc-style annotation
|
11 years ago |
Jordi Boggiano
|
ef072ff8c0
Merge pull request #2205 from unn/patch-1
|
11 years ago |
Jordi Boggiano
|
18a1b85d89
Merge pull request #2209 from mgrabovsky/patch-1
|
11 years ago |
Matěj Grabovský
|
0299041ee2
Better wording in a note
|
11 years ago |
Jordi Boggiano
|
51ea1f03f9
Validate constraints in require command, fixes #2197
|
11 years ago |
Jordi Boggiano
|
c2dc433fa4
Improve global command to support short command resolution
|
11 years ago |
David Stoline
|
54a74e81d5
Add a note about customizations
|
11 years ago |
David Stoline
|
6eee550c2f
Update help docs for the global command
|
11 years ago |
Jordi Boggiano
|
61c0127f05
Fix build
|
11 years ago |
Jordi Boggiano
|
6233eed15e
Merge pull request #2203 from johnbenz13/doc-stabflags
|
11 years ago |
jonathan bensaid
|
6aefe6d8ad
Describe stability flags more consistently
|
11 years ago |