Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-23 | fix: display error js responses in dev environment | Azul | |
Sometimes the dev environment will send back a plain text response. This causes the json parser to raise an exception and used to cause the browser not to display any error message. Now we dumpt the whole server response - which happes to also include the backtrace. A lot more useful than doing nothing. In production this should never happen as 500s get handled by the ExceptionApplication / our ErrorsController there. | |||
2016-05-02 | upgrade: add formbuilder wrapper for bootstrap | Azul | |
Not sure if this does what we need. But for now it fixes the tests | |||
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |