One can now use $this->translate(msg) in a view or controller without the need to pass the module domain (web&cli). Forms still need to be built with _t(msg) and _mt(dom, msg). refs #5533
Added --trace to show full stack trace if an exception is thrown fixes #5555