Commit Graph

7263 Commits

Author SHA1 Message Date
d6508ac080 Increase loop protect timeout 2015-12-03 17:13:04 -08:00
ffb4d06d62 Minor improvements to spanish translation 2015-12-03 19:02:34 -05:00
b7530253aa Also disable output and tests 2015-12-03 15:09:52 -08:00
81028fceac Add ability to disable user code on page load
Adding `run=disabled` to the uri will disable the
page from running user code.

This is useful for pages that have frozen to to infinite loops
or untrusted links that may be malicious
2015-12-03 14:57:19 -08:00
09e8be03e3 Merge pull request #4995 from FreeCodeCamp/fix/remove-jquery-proxy
Load jquery from a script tag in iframe
2015-12-03 14:32:27 -08:00
0950335645 Merge pull request #4971 from FreeCodeCamp/feature/source-maps
Add source map profiling to all files
2015-12-03 14:26:03 -08:00
36e6343c56 fix typo 2015-12-03 13:33:10 -08:00
ebfee3ed0a Load jquery from a script tag in iframe 2015-12-03 12:13:25 -08:00
6efb6783cb Merge pull request #4979 from vtamara/fix/400-millions
Change million to thousand in accordance to graph
2015-12-03 10:33:14 -08:00
5469b03e0e change million to thousand in accordance to graph 2015-12-03 07:06:34 -05:00
72454354d7 Merge pull request #4903 from DDaems/Fix/waypoint-style-the-html-body-element
Fix second test to only test for brackets.
2015-12-03 12:25:50 +04:00
d9aa7bf712 Fix second test to only test for brackets
- properly detect curly brackets without countradicting the first test
result.
2015-12-03 09:18:36 +01:00
ae6317bd7e Merge pull request #4974 from gasperno/fix/add-test-case
Test Case to verify h3 element is nested in div
2015-12-03 00:00:07 -08:00
e61b44d017 added test case to improve a waypoint 2015-12-03 02:44:50 -05:00
9c97f90f66 Add source map profiling to all files 2015-12-02 23:19:02 -08:00
08da5befb8 Merge pull request #4968 from DDaems/Fix/waypoint-change-the-font-size-of-an-element
Fix: Check if both P tags have a font-size of 16px
2015-12-02 21:12:39 -08:00
3cf399a73f Fix: Check if both P tags have a font-size of 16px
currently the test would pass, when you add font-size 16px to the red-text class.
Even tho the second p tag didn't have the class.
2015-12-03 05:41:24 +01:00
3972f94b2b Merge pull request #4963 from SaintPeter/fix/uncomment-html-degenerate-test
Fix Uncomment HTML bad 4th test
2015-12-02 20:16:37 -08:00
a41dbc84bf Merge pull request #4960 from SaintPeter/fix/fix-test-variable-collision
Fix 'test' variable name collision for Regular Expression Waypoints
2015-12-02 19:09:03 -08:00
a21348bec9 Fix Uncomment HTML bad 4th test 2015-12-02 19:07:21 -08:00
98a28781e8 Merge pull request #4962 from ADude2/fix/basic-bootstrap-custom-heading-fix
Solves text accuracy issue in Bootstrap Waypoint: Create a Custom Heading
2015-12-02 18:50:55 -08:00
912e5a66ee Solves text accuracy issue in Bootstrap Waypoint: Create a Custom Heading 2015-12-02 21:39:44 -05:00
6d1961b319 Fix 'test' variable name collision 2015-12-02 18:26:42 -08:00
7a4868c554 Merge pull request #4772 from vtamara/add/ES-translation-json-apis-and-ajax
Indenting and translating to spanish json-apis-and-ajax.
2015-12-03 06:09:26 +04:00
0044d669db Merge pull request #4768 from vtamara/add/ES-translation-object-oriente-and-functional-programming
Indenting and adding spanish translation of Object Oriented and Functional Programming.
2015-12-03 06:03:34 +04:00
df23dd1614 Indenting and translating to spanish. Closes #4545
Thanks for corrections to @justinian336
2015-12-02 20:54:48 -05:00
4a7c35b951 Merge pull request #4957 from FreeCodeCamp/fix/mangled-test
Fix broken tests
2015-12-02 17:51:11 -08:00
ccdab5a777 Indenting and adding spanish translation. Closes #4543. Thanks for corrections to @justinian336 2015-12-02 20:41:56 -05:00
4778540072 Fix broken tests
Should use editor.getValue() or `code` when you need code
as a string.
2015-12-02 17:02:37 -08:00
1401167401 Merge pull request #4952 from FreeCodeCamp/fix/unprotect-update-preview
Add loop protection on keyup update
2015-12-02 15:51:25 -08:00
096fba0de7 Add loop protection on keyup update 2015-12-02 14:56:06 -08:00
a6a32d94cd Merge pull request #4884 from FreeCodeCamp/feature/loop-detect
use jsbins loop detect
2015-12-02 13:33:36 -08:00
8ec4720345 Patch test text for non conforming tests 2015-12-02 13:04:50 -08:00
4c3889d639 Add semicolons to tests
\#AlwaysUseSemicolons
2015-12-02 12:52:00 -08:00
b8d0d78f81 Add delays so firefox can catch up 2015-12-02 11:50:53 -08:00
0dfb317a38 Remove console.log 2015-12-02 11:50:53 -08:00
8cad219082 Patch assert messages without message: format 2015-12-02 11:50:53 -08:00
636824aba3 Display infinite loops to user
Also exits early if infinite loop
2015-12-02 11:50:53 -08:00
f904f91f97 Actually use loopProtect 2015-12-02 11:50:53 -08:00
3a299daa37 Add loop-protect
Remove webworkers
2015-12-02 11:50:52 -08:00
063d16383f Fix Change editor.match to code.match to prevent collisions 2015-12-02 11:50:45 -08:00
1235077354 Fix don't need to pull jquery from cdn anymore 2015-12-02 11:26:16 -08:00
e2ef34822f Merge pull request #4919 from ltegman/fix/assert-message-formatting
Fix assert message formatting
2015-12-02 10:25:18 -08:00
7cdf1ef2dd Fix Assert messages missing prepended message: 2015-12-02 10:11:06 -08:00
623d8b7c11 Merge pull request #4899 from DDaems/Fix/bonfire-where-art-thou
Fix: bonfire-where-are-thou
2015-12-02 08:29:57 -08:00
b7e8a1d6b0 Merge pull request #4907 from DDaems/Fix/zipline-build-a-personal-portfolio-webpage
Capatilize 'Q' in jquery (step 13)
2015-12-02 17:02:48 +04:00
0bfdbbb28f Capatilize 'Q' in jquery (step 13)
#4906
2015-12-02 08:45:57 +01:00
5dcd743b80 Add a additional test, to make it a bit more difficult to use string comparison to pass the tests.
At the moment the provided code will pass the test:

collection.map(function(obj){
      if(JSON.stringify(obj).includes(JSON.stringify(source).replace(/[{}]/g, ''))) arr.push(obj)
})
2015-12-02 06:20:31 +01:00
2428ac69ac Merge pull request #4878 from ltegman/fix/emmet-codemirror-plugin
Fix Codemirror Emmet Plugin Support
2015-12-01 20:37:57 -08:00
9c35002a7b Merge pull request #4861 from justinian336/Add/ES-translation-of-basejumps
Add ES translation of basejumps
2015-12-02 07:49:40 +04:00