Commit Graph

7263 Commits

Author SHA1 Message Date
116252917a Merge pull request #4880 from ltegman/fix/construct-javascript-objects-seed
Fix Construct Javascript Objects Seed
2015-12-01 19:32:58 -08:00
22e49f6f4e Add ES translation of basejumps 2015-12-02 02:20:51 +00:00
7ce79d67f1 Merge pull request #4783 from justinian336/Add/ES-translation-of-testing-and-debugging
Add ES translation of Testing and Debugging
2015-12-01 17:05:52 -08:00
2ddee56301 Fix Construct Javascript Objects Seed 2015-12-01 15:44:09 -08:00
e2ec4cb3e6 Merge pull request #4770 from justinian336/Add/ES-translation-of-bootstrap-waypoints
Add ES translation of Bootstrap Waypoints
2015-12-01 15:15:03 -08:00
eba5ddb452 Merge pull request #4649 from Oxyrus/patch-1
Add Spanish translation
2015-12-01 15:14:04 -08:00
f96d3f08cc Merge pull request #4617 from vtamara/add/ES-basic-javascript
Translation to spanish of basic-javascript.
2015-12-01 15:13:28 -08:00
66e01e683d Fix Codemirror Emmet Plugin Support 2015-12-01 14:50:45 -08:00
1932bd0156 Merge pull request #4877 from BKinahan/fix/binary-agents-parenthesis
Add closing parenthesis to second test code of Binary Agents
2015-12-01 14:37:36 -08:00
09537ba2c1 Add closing parenthesis to second test code
Fixes #4858
2015-12-01 22:22:06 +00:00
d2a444d776 Merge pull request #4871 from bugron/fix/remove-wrappable-white-space
Fix test message position
2015-12-01 11:12:57 -08:00
96f7479a71 Merge pull request #4870 from ltegman/fix/wp-maniulate-arrays-with-shift-code
Fix WP Manipulate Arrays with Shift Example Code
2015-12-01 23:11:15 +04:00
d81ad77955 Fix test message position 2015-12-01 22:53:05 +04:00
aa5e699b10 Fix WP Manipulate Arrays with Shift Example Code 2015-12-01 10:30:07 -08:00
9fb63b954d Merge pull request #4851 from bugron/fix/gist-sharing
Fix gist sharing and some other issues
2015-12-01 09:21:11 -08:00
f9cd2b341a Merge pull request #4818 from ltegman/fix/wp-typeof-tests
Fix Waypoint Typeof Tests
2015-12-01 21:18:20 +04:00
2f2e021e03 Merge pull request #4846 from gasperno/fix/test-waypoint-image-link
Improve test case for waypoint:Turn an Image into a Link
2015-12-01 21:11:32 +04:00
cb56c34af4 Merge pull request #4852 from bugron/fix/codemirror-line-height
Fix CodeMirror class line-height property value
2015-12-01 09:06:51 -08:00
9585b84773 Merge pull request #4855 from bugron/fix/html5-and-css-test
Fix a test and add periods
2015-12-01 09:02:43 -08:00
f97a7096cd Merge pull request #4862 from FreeCodeCamp/fix/incorrect-editor-value
Fix javascript challenges
2015-12-01 20:31:28 +04:00
426526355c Fix initial load error 2015-12-01 08:01:51 -08:00
aa0297c2f2 Fix editor.getValue not returning the correct code 2015-12-01 08:01:11 -08:00
d77f4eab06 Fix a test and add periods 2015-12-01 15:49:14 +04:00
a661b05f86 Fix CodeMirror class line-height property value 2015-12-01 14:54:51 +04:00
2a81a2e887 Fix not working gist sharing 2015-12-01 14:20:45 +04:00
b5ce9ca6fc Remove a hash symbol from split method 2015-12-01 14:14:12 +04:00
3b140bc813 Fix issue search query 2015-12-01 14:11:45 +04:00
d8143ba7e8 Improve test case for waypoint:Turn an Image into a Link 2015-12-01 02:06:12 -05:00
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
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
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
5b376e106c Fixes previous step issue in one-step-challenges 2015-11-30 23:29:07 -05:00
09c5282836 Merge pull request #4820 from FreeCodeCamp/fix/update-job-copy
Update job pricing
2015-11-30 22:19:14 -05:00
4fbcb7cfa9 Remove postedOn from list 2015-11-30 19:05:24 -08:00
47bcbda14a Update job pricing 2015-11-30 14:33:39 -08:00
140b8e46f4 Fix Waypoint Typeof Tests 2015-11-30 12:59:34 -08:00
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
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
d865716cf1 Add space after while statement for consistency 2015-11-30 11:07:21 -08:00
56336c1bd1 Add code tags to the word 'size' in Chunky Monkey 2015-11-30 11:00:26 -08:00
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
1543d2b745 Fix challengeTypes object incorrect key names 2015-11-30 18:59:29 +04:00
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
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
3ac5ea40f5 Removing sentence, Fixes #4791 2015-11-30 19:36:49 +07:00
420cb7e991 Merge pull request #4796 from ltegman/fix/misleading-test-messages
Fix Misleading BF Test Messages
2015-11-29 19:57:37 -08:00
d210044b6b Fix Misleading BF Test Messages 2015-11-29 19:46:44 -08:00
f2c8b3b72c Merge pull request #4777 from SaintPeter/enhancement/cleanup-contributor-docs
Update CONTRIBUTING.md
2015-11-29 19:22:54 -08:00
a27332e9bd Update CONTRIBUTING.md 2015-11-29 19:21:35 -08:00
ee3cd1e8b1 Merge pull request #4696 from FreeCodeCamp/fix/commonFramework-refactor
Common framework refactor
2015-11-29 16:32:06 -08:00