1
0
Fork 0
Commit Graph

9 Commits (33cedda70808872af282873bc0a20db675299c94)

Author SHA1 Message Date
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