Robin Yang
1ec76050e2
Add link to /community on /about
2016-09-08 11:03:36 -07:00
Robin Yang
0219844c9d
Increase legibility of Play Now
...
Overrides $gold hex.
2016-09-08 10:56:18 -07:00
Robin Yang
bab9d0b944
Merge pull request #3914 from codecombat/fix-homepage-well
...
Modify Homepage Well Behavior
2016-09-07 15:50:22 -07:00
Phoenix Eliot
d134047293
Fix algolia inputs in teacher signup form
2016-09-07 15:26:38 -07:00
Robin Yang
ea44d87e91
Add Resource Hub to logged-in teacher homepage well
2016-09-07 14:36:03 -07:00
Robin Yang
f0eae0eb38
Rename "View Progress" button for logged in student
2016-09-07 14:13:19 -07:00
Robin Yang
547b2a2b50
Use broadName for homepage well instead of email
2016-09-07 14:05:44 -07:00
Phoenix Eliot
963b82eadd
Fix more query variable getting
2016-09-07 13:44:26 -07:00
Phoenix Eliot
32b56eacb8
Fix getting query parameters in CourseVictoryModal
2016-09-07 13:42:27 -07:00
Phoenix Eliot
e29fe7e761
Add CourseInstance ID to back-to-ladder link
2016-09-07 11:43:09 -07:00
Scott Erickson
15038026e2
Merge pull request #3912 from Imperadeiro98/add-sounds
...
Add opening/closing sounds to HintsView
2016-09-07 09:41:48 -07:00
Imperadeiro98
5922f0947b
Add opening/closing sounds to HintsView
2016-09-07 14:13:29 +01:00
Scott Erickson
f29f4cb82b
Do not fetch sessions for course instances that do not have classrooms
2016-09-06 12:43:06 -07:00
Scott Erickson
9088f98eae
Add function to properties that trigger achievement updates
2016-09-06 10:32:54 -07:00
Scott Erickson
2fe28852b4
More achievement tweaks
...
* Clients check updated achievements as well as new ones
* Clients do not wait to keep checking
* Update achievement points along with everything else in EarnedAchievement.upsertFor
* Fix various bugs
2016-09-06 09:37:02 -07:00
Matt Lott
d223143557
List /teachers/classes classes most recent first
2016-09-03 11:11:09 -07:00
Matt Lott
0316cc507e
🐛 Exclude practice levels from course progress counts
2016-09-03 11:11:09 -07:00
Matt Lott
3dcfa2cc8a
A/b test default language in home product
2016-09-02 15:33:29 -07:00
ksuszka
8dacc619a0
Fixed a few spelling erros and added a few lines to polish translation. ( #3899 )
...
* Translated a few new lines and corrected a few spelling erros.
* Fixed spelling.
* Fixed spelling.
2016-09-02 23:03:44 +01:00
Scott Erickson
2696effec8
Add time to realtime keyboard events
2016-09-02 12:02:43 -07:00
Matt Lott
99a148a136
bug:Fix /courses using outdated level slugs
...
Closes #3901
2016-09-02 11:50:14 -07:00
Robin Yang
60f5e88280
Recrop team photos
2016-09-02 11:31:53 -07:00
JurianLock
18d23a1e4b
Update nl-NL.coffee ( #3902 )
...
Just a couple of upgrades.
2016-09-02 19:20:12 +01:00
Robin Yang
d7b4cadd29
Standardize avatar sizes
2016-09-02 11:06:43 -07:00
Robin Yang
2df6ef9f0f
Add Hover behavior to Team Photos
...
Also reorganized image folders
2016-09-02 10:51:07 -07:00
Robin Yang
7c085f73f4
Update Team Headshot Photos
2016-09-02 10:00:17 -07:00
themaka
8f20ccaed6
Add headshot thumbnails of full-time team
2016-09-01 16:39:08 -07:00
Phoenix Eliot
8780f335c7
Fix adjusting for whitespace in playercode
2016-09-01 15:57:59 -07:00
Robin Yang
6f1019878e
Add Pair Programming Activity
2016-09-01 15:45:04 -07:00
Robin Yang
099781c513
Merge pull request #3900 from codecombat/course-curriculum
...
Update CS2 Guide
2016-09-01 15:08:23 -07:00
Robin Yang
9c31b21293
Update CS2 Guide
...
Changes to course progression/levels reflected in updated guide,
properties and input handling moved to CS3.
2016-09-01 14:52:59 -07:00
Scott Erickson
ed130e0c0e
Fix Student and Teacher signup forms firstName, lastName inputs
2016-09-01 14:06:33 -07:00
Scott Erickson
f3254f1061
Change NewHomeView to HomeView
2016-09-01 10:41:43 -07:00
Scott Erickson
77e45072a5
Remove justPlayCourses heuristic, replace with isStudent, remove old HomeView
2016-09-01 10:41:43 -07:00
Matt Lott
e43d90ae23
🐛 Fix auto level solutions numbering
...
Practice levels were being numbered normally.
2016-08-31 17:34:15 -07:00
Matt Lott
df69cb54a8
🐛 /courses wd2 Start button goes to wrong level
...
We can’t cache course instance sessions by course because of web dev
primer levels and classroom versioning.
2016-08-31 17:04:43 -07:00
Matt Lott
527ba277ab
Order /courses classrooms most recent first
2016-08-31 17:04:43 -07:00
Imperadeiro98
dfdb57e18f
Fix {change} in en.coffee
2016-08-31 22:50:40 +01:00
Phoenix Eliot
e0dafc571a
Fix making Problems from AetherProblems with no range
2016-08-31 14:35:50 -07:00
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
Matt Lott
275f708041
🐛 Fix campaign editor next level arrows
2016-08-30 16:19:41 -07:00
Scott Erickson
f57ec17261
Fix play buttons not appearing sometimes on navigation
...
Repro steps:
* Go to a ladder page
* Click to play
* Click link back to ladder
* Before, the play buttons would not appear, now they do.
2016-08-30 16:05:31 -07:00
Scott Erickson
652c5237aa
Fix updateI18NCoverage, handles i18n objects with nothing to translate, fix #2630
2016-08-30 14:17:40 -07:00
Scott Erickson
be11c47e17
Have campaign-view translate campaign name normally
2016-08-30 10:49:48 -07:00
Robin Yang
c4dcf0f756
Remove Java from homepage, Update languages
2016-08-29 18:13:07 -07:00
Robin Yang
79415fc99d
Merge pull request #3889 from codecombat/course-curriculum
...
Add Getting Started guide in Markdown
2016-08-29 17:09:32 -07:00
Robin Yang
5554a733a9
Merge pull request #3890 from codecombat/update-footer
...
Replace Educator Wiki footer link with Resource Hub
2016-08-29 17:08:59 -07:00
Robin Yang
3cdec61fe1
Add Getting Started guide in Markdown
...
- Replace PDF link on /teachers/resources
- Add .pngs
2016-08-29 17:06:05 -07:00
Scott Erickson
cf9d082ffa
Have client check for achievement updates
2016-08-29 16:32:42 -07:00
Scott Erickson
2f8ad4afdf
Prevent email-formatted usernames on teacher signup
2016-08-29 14:16:15 -07:00