codecombat/server/commons
Phoenix Eliot 663c220eaf Show wev-dev iFrame error messages like Aether's
This heavily refactors SpellView and adds infrastructure for receiving and reporting Errors raised by the web-dev iFrame. The web-dev error system, the Aether error system, and the Ace html-worker avoid disturbing each others' errors/annotations (though currently Aether+web-dev errors won't coexist), and they clear/update their own asynchronously.

Show web-dev iFrame errors as Ace annotations

Add functional error banners (with poor messages)

Improve error banners, don't allow duplicate Problems

Refactor setAnnotations override

Convert all constructor calls for Problems

Add comments, clean up

Clean up

Don't clear things unnecessarily

Clean up error message sending from iFrame

Add web-dev:error schema

Clarify error message attributes

Refactor displaying AetherProblems

Refactor displaying user problem banners

Refactor onWebDevError

Set ace styles on updating @problems

Clean up, fix off-by-1 error

Add comment

Show stale web-dev errors differently
Some web-dev errors are generated by "stale" code — code that's still running in the iFrame but doesn't have the player's recent changes.
This shows those errors differently than if they weren't "stale", and suggests they re-run their code.

Hook up web-dev event schema

Destroy ignored duplicate problems

Functionalize a bit of stuff

Fix ProblemAlertView never loading
2016-08-31 10:59:06 -07:00
..
auth.coffee Allow username login, tear out a bunch of related stuff in change 2016-06-08 13:55:19 -07:00
database.coffee Show wev-dev iFrame error messages like Aether's 2016-08-31 10:59:06 -07:00
deltas.coffee Add course (name, description) translations 2016-08-18 10:10:18 -07:00
errors.coffee Allow username-only signup for classroom users 2016-07-18 10:41:17 -07:00
Handler.coffee Allow username-only signup for classroom users 2016-07-18 10:41:17 -07:00
i18n.coffee Course translations fixes 2016-08-18 13:29:52 -07:00
LockManager.coffee Remove testing conditions 2014-07-16 19:49:48 -07:00
logging.coffee Clean server test logging 2016-06-17 10:35:22 -07:00
mail.coffee Add approved teacher trials to mail news group 2016-01-17 07:39:30 -08:00
mapping.coffee Plural 2016-07-25 16:36:49 -07:00
parse.coffee Have GET param 'project' work with [] notation 2016-08-08 09:35:42 -07:00
perfmon.coffee Send unique users to perfmon 2015-12-02 10:58:02 -08:00
queue.coffee Add npm 'proxy' script for developing client on prod server 2016-04-07 13:59:38 -07:00
users.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00