Commit Graph

10044 Commits

Author SHA1 Message Date
Arsen Melikyan
f97a7096cd Merge pull request #4862 from FreeCodeCamp/fix/incorrect-editor-value
Fix javascript challenges
2015-12-01 20:31:28 +04:00
Berkeley Martinez
426526355c Fix initial load error 2015-12-01 08:01:51 -08:00
Berkeley Martinez
aa0297c2f2 Fix editor.getValue not returning the correct code 2015-12-01 08:01:11 -08:00
Arsen Melikyan
d77f4eab06 Fix a test and add periods 2015-12-01 15:49:14 +04:00
Arsen Melikyan
a661b05f86 Fix CodeMirror class line-height property value 2015-12-01 14:54:51 +04:00
Arsen Melikyan
2a81a2e887 Fix not working gist sharing 2015-12-01 14:20:45 +04:00
Arsen Melikyan
b5ce9ca6fc Remove a hash symbol from split method 2015-12-01 14:14:12 +04:00
Arsen Melikyan
3b140bc813 Fix issue search query 2015-12-01 14:11:45 +04:00
Harsha
d8143ba7e8 Improve test case for waypoint:Turn an Image into a Link 2015-12-01 02:06:12 -05:00
Rex Schrader
500d12f3f0 Merge pull request #4830 from gasperno/fix/1-step-challenge
Fixes previous step issue in one-step-challenges
2015-11-30 22:24:50 -08:00
Logan Tegman
6e3e764fdb Merge pull request #4838 from FreeCodeCamp/fix/iframe-jquery-proxy
Fix use the document as the proxy for jquery
2015-11-30 21:56:47 -08:00
Berkeley Martinez
574709159d Fix use the document as the proxy for jquery
We proxy the jquery object. This lets us use the jQuery that FCC
uses in the iframe.

Since jQuery sets the context, the main document object or DOM, at script
load, we need to create a proxy with the context of the iframe,
the document object of the iframe.

This was originally set to the body element. But not all challenges
require a body element.
2015-11-30 21:48:28 -08:00
Harsha
5b376e106c Fixes previous step issue in one-step-challenges 2015-11-30 23:29:07 -05:00
Michael D. Johnson
09c5282836 Merge pull request #4820 from FreeCodeCamp/fix/update-job-copy
Update job pricing
2015-11-30 22:19:14 -05:00
Berkeley Martinez
4fbcb7cfa9 Remove postedOn from list 2015-11-30 19:05:24 -08:00
Berkeley Martinez
47bcbda14a Update job pricing 2015-11-30 14:33:39 -08:00
Logan Tegman
140b8e46f4 Fix Waypoint Typeof Tests 2015-11-30 12:59:34 -08:00
Logan Tegman
92c44e0520 Merge pull request #4815 from erictleung/fix/space-consistency
Add space after `while` statement for consistency
2015-11-30 11:11:02 -08:00
Arsen Melikyan
dea14dcfae Merge pull request #4814 from erictleung/fix/add-code-tags-to-size
Add code tags to the word 'size' in Bonfire: Chunky Monkey
2015-11-30 23:07:37 +04:00
Eric Leung
d865716cf1 Add space after while statement for consistency 2015-11-30 11:07:21 -08:00
Eric Leung
56336c1bd1 Add code tags to the word 'size' in Chunky Monkey 2015-11-30 11:00:26 -08:00
Logan Tegman
14ba1228ea Merge pull request #4810 from bugron/fix/incorrect-challengeTypes
Fixes challengeTypes object's incorrect key names
2015-11-30 07:59:20 -08:00
Arsen Melikyan
1543d2b745 Fix challengeTypes object incorrect key names 2015-11-30 18:59:29 +04:00
justinian336
57c4c95829 Add ES translation of testing and debugging. Thanks to @JS-Taiyou and @vtamara for the corrections 2015-11-30 14:22:57 +00:00
Arsen Melikyan
5c42a66b89 Merge pull request #4805 from AlyxMoon/fix/correct-sentence-json-waypoint
Removing Unneeded Beginning Sentence in JSON APIs and Ajax Challenge
2015-11-30 18:02:17 +04:00
Allister
3ac5ea40f5 Removing sentence, Fixes #4791 2015-11-30 19:36:49 +07:00
Rex Schrader
420cb7e991 Merge pull request #4796 from ltegman/fix/misleading-test-messages
Fix Misleading BF Test Messages
2015-11-29 19:57:37 -08:00
Logan Tegman
d210044b6b Fix Misleading BF Test Messages 2015-11-29 19:46:44 -08:00
Logan Tegman
f2c8b3b72c Merge pull request #4777 from SaintPeter/enhancement/cleanup-contributor-docs
Update CONTRIBUTING.md
2015-11-29 19:22:54 -08:00
Rex Schrader
a27332e9bd Update CONTRIBUTING.md 2015-11-29 19:21:35 -08:00
Logan Tegman
ee3cd1e8b1 Merge pull request #4696 from FreeCodeCamp/fix/commonFramework-refactor
Common framework refactor
2015-11-29 16:32:06 -08:00
Berkeley Martinez
0275351490 Increase updatePreview delay 2015-11-29 16:28:32 -08:00
Berkeley Martinez
28e4252a00 Fix errors breaking pipe 2015-11-29 16:28:32 -08:00
Berkeley Martinez
7592131e08 Tell jquery not to execute when getting script 2015-11-29 16:28:32 -08:00
Berkeley Martinez
da67e77fad Fix error logic and output display 2015-11-29 16:28:32 -08:00
Berkeley Martinez
04db6744b9 Fix code output logic
Fix codemirror url paths
2015-11-29 16:28:32 -08:00
Berkeley Martinez
8c261180d3 Fix incorrect logic 2015-11-29 16:28:32 -08:00
Berkeley Martinez
2610573871 Bind to keyup events if editor is present 2015-11-29 16:28:32 -08:00
Berkeley Martinez
9532a80f26 Correct typos 2015-11-29 16:28:32 -08:00
Berkeley Martinez
ce37991c50 Remove console.logs 2015-11-29 16:28:32 -08:00
Berkeley Martinez
eec7fff909 Fix jQuery challenges 2015-11-29 16:28:32 -08:00
Berkeley Martinez
159b202940 Update preview on keystroke
Also removes need to check for unfinished html comments
2015-11-29 16:28:32 -08:00
Berkeley Martinez
e8d9e31a47 Fix bad ctrl enter logic 2015-11-29 16:28:32 -08:00
Berkeley Martinez
f9bdc32474 Fix editor in iFrame should be the code
This should be changed
2015-11-29 16:28:32 -08:00
Berkeley Martinez
6638412cc3 Preview tests now run correctly
Pulling jQuery from the parent frame
2015-11-29 16:28:32 -08:00
Berkeley Martinez
5a785dbad7 Load iFrame on page load 2015-11-29 16:28:32 -08:00
Berkeley Martinez
6f98f62dd9 Add delay to initial execute 2015-11-29 16:28:32 -08:00
Berkeley Martinez
d2be64cfb5 Add err handling to test run 2015-11-29 16:28:32 -08:00
Berkeley Martinez
83ad2e14eb Save to localStorage/uri on editor key debounce 2015-11-29 16:28:32 -08:00
Berkeley Martinez
fe659b20f4 Submit show completion 2015-11-29 16:28:32 -08:00