Jordi Boggiano
|
2609cfdd1d
|
Always set bin-dir into PATH before calling scripts, fixes #4852, closes #4898
|
2016-02-10 14:11:05 +00:00 |
Olivier Laviale
|
cc522c20bb
|
Optimized this->getIO()
|
2015-09-14 14:30:26 +02:00 |
Jordi Boggiano
|
b80038804f
|
Fix env override regression, fixes #3820
|
2015-03-06 16:21:40 +00:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
3efed220a6
|
Clean up event dispatching code and make package events extend installer events
|
2015-02-23 15:34:49 +00:00 |
Rob Bast
|
1b10740473
|
Added --list to run-script command, closes #3671
|
2015-02-03 13:56:15 +01:00 |
Jordi Boggiano
|
a8adbfeb9f
|
Disallow overriding commands with scripts
|
2014-09-05 17:28:50 +01:00 |
Jordi Boggiano
|
cec1627acf
|
Add top level aliases for nonstandard scripts and allow parameter passing, refs #2516
|
2014-07-20 21:55:24 +02:00 |
Jordi Boggiano
|
d9d8d09fe1
|
Add support for local binaries in scripts, refs #2516
|
2014-07-20 19:46:51 +02:00 |
Jordi Boggiano
|
33cedda708
|
Merge remote-tracking branch 'MaxGfeller/run-script-enhancement'
|
2014-07-20 19:07:45 +02:00 |
drscre
|
b75beda99c
|
Bug in RunScriptCommand::execute()
When checking for known command in commandEvents and scriptEvent '&&' should be used instead of '||'
|
2014-03-24 13:26:04 +03:00 |
Jordi Boggiano
|
e221757197
|
Update code to latest EventDispatcher, refs #2722
|
2014-03-23 23:05:03 +01:00 |
Sandy Pleyte
|
b9efdd8348
|
Separated the scripts events in 2 arrays because they need to be called by different dispatchers.
|
2014-03-23 23:03:03 +01:00 |
Sandy Pleyte
|
fd4fb80d1e
|
Fix for #2557, added missing run-scripts
|
2014-03-23 23:02:49 +01:00 |
Max Gfeller
|
421b09dc44
|
Check if a given event has registered any listeners. If not the script
is not defined in the composer.json file
|
2013-12-19 08:46:36 +01:00 |
Max Gfeller
|
040bbaca51
|
Don't throw an exception if the called script is not one of the
event-scripts. This makes it possible for one to define their own
scripts like "make-release" etc.
|
2013-12-19 07:54:16 +01:00 |
Sascha Egerer
|
e31a0f8296
|
Add pre-status-cmd and post-status-cmd hooks
|
2013-08-01 08:44:07 +02:00 |
Fabien Potencier
|
91a2aa22fb
|
Add a run-script command
|
2013-04-15 15:45:32 +02:00 |