Commit Graph

1112 Commits (8931626bffa1f1563c772c7c612c28e59177316b)

Author SHA1 Message Date
Quincy Larson f5ed9dbb3b fix message on slot machine challenge 2015-10-07 18:33:01 -07:00
Braden Whited 98d151a591 change step 46 heroku addons:create mongolab to heroku addons:add mongolab #2039
Changed addons:create to addons:add
2015-10-07 14:54:39 -04:00
Berkeley Martinez f2679810a9 fix some typos in commit and getting started 2015-10-07 02:11:23 -07:00
Quincy Larson 39d961fa98 add new gif images and improve step view 2015-10-07 01:40:11 -07:00
Quincy Larson cdbd052b35 Merge branch 'staging' into clementine 2015-10-07 01:29:15 -07:00
Quincy Larson 1f7141c523 Merge branch 'staging' into clementine 2015-10-07 01:28:41 -07:00
Quincy Larson 087cfcece7 reverse unnecessary changes 2015-10-07 01:26:54 -07:00
Quincy Larson 05c5eb8d2c update challenge sequence and break on boarding into two sections 2015-10-07 00:41:43 -07:00
Logan Tegman a7b2dc71b1 Fix BF Exact Change Tests
Added a test case for when the smallest denomination of change available is larger than the total change required.

Closes #1409
2015-10-06 23:49:08 -07:00
natac13 00b54e3d1f added optional space to the editor match in OOP challenges.
closes #3331
2015-10-06 20:37:32 -04:00
Quincy Larson 56b7b6f29b improve markup and titles of challenges 2015-10-06 15:37:43 -07:00
benmcmahon100 a27aa2d9f6 More test and copy fixes. Removed weird bugged challenge 2015-10-06 22:54:20 +01:00
benmcmahon100 a0885d4481 Merge remote-tracking branch 'origin/staging' into curriculum/JSONAndAJAX
:ting with '#' will be ignored, and an empty message aborts
:
aad]
dad
2015-10-06 22:34:20 +01:00
Gaurav Saxena a6789b8511 renamed -you- to -your- ; fixes #3607 - grammar bug 2015-10-06 17:30:27 -04:00
benmcmahon100 9f298cbe94 Fixed tests 2015-10-06 21:47:29 +01:00
Logan Tegman a17687116e Fix Waypoint: Find Whitespace spelling and grammar. 2015-10-06 08:45:21 -07:00
Arsen Melikyan 2c0a705ff5 Merge pull request #3593 from formap/fix/2467-missing-bootstrap
Fix bootstrap fluid containers wording issue
2015-10-06 19:20:51 +04:00
Arsen Melikyan 57b9e25285 Merge pull request #3572 from ahstro/fix/truncate-typo
Truncate a string: Minor typo
2015-10-06 18:25:14 +04:00
ahstro 7a31cdd922 'Regular Expressions'-waypoint improvements
* Remove unnecessary `i`-flag from tests and test messages,
  e.g. `/\s+/gi` => `/\s+/g`
* Remove dupliate backslashes from regex test messages,
  e.g. `/\\s+/g` => `/\s+/g`

The two backslashes were probably just an accident caused by how
multiple escapes are necessary with the current way tests are handled.
The `i`-flag was just unnecessary since its purpose is to ignore the
case of alphabetic characters.
2015-10-06 15:13:53 +02:00
Logan Tegman 91708a3316 Fix Waypoint: Find White Space Explaination
Changed text description to make it clear that `\s` is used to find all types of whitespace characters, not just `" "`.
Closes #2838
2015-10-05 22:50:09 -07:00
Quincy Larson 68b12caf48 minor improvements to onboarding and create skeleton commit page 2015-10-05 22:19:55 -07:00
Quincy Larson c27e5bf6c4 start adding clementine challenge 2015-10-05 21:57:15 -07:00
Quincy Larson 34efc43f6a update copy of certificate flows 2015-10-05 17:18:35 -07:00
Quincy Larson fc17e266fb Merge branch 'staging' into feature/certificates 2015-10-05 16:30:01 -07:00
Berkeley Martinez 8c48626f03 Add certification page 2015-10-05 15:55:50 -07:00
benmcmahon100 da09a7b650 Brought in line with staging and added spoofigator! 2015-10-05 23:42:30 +01:00
benmcmahon100 cbb78079f9 resolve difference with the JSON and AJAX differing from staging 2015-10-05 23:40:33 +01:00
benmcmahon100 5b771e18e6 Finished the geolocation waypoint. Ready for QA and copy fixes 2015-10-05 22:46:29 +01:00
Florencia Tarditti c04832d618 fix bootstrap fluid containers wording issue
Closes #2467.
2015-10-05 21:26:18 +02:00
ahstro e079419367 Confirm the Ending: Add test case
Add a test case that makes sure the user can't just check the last
character or word.
2015-10-05 18:01:28 +02:00
Joseph Breihan dc4f5212c2 Fix typo described in issue #3585 2015-10-04 23:20:09 -04:00
Abhisek Pattnaik fe3e94e69b Modify tests for Bonfire - Where do I belong
close FreeCodeCamp/FreeCodeCamp#3381
2015-10-04 11:46:08 +05:30
SaintPeter 89e1ebb952 New for loop waypoints and verbiage improvements 2015-10-03 20:00:09 -07:00
benmcmahon100 4e33b355b0 90% complete without QA or refined descriptions/tests 2015-10-03 23:59:54 +01:00
ahstro b2bf3ce391 Truncate a string: Minor typo
The assert message said `1`, instead of the number `11` that was
actually being used in the assertion.
2015-10-03 11:23:41 +02:00
Quincy Larson c688082ee4 add appropriate challenges to certificate challenges 2015-10-02 11:44:29 -07:00
Quincy Larson 465835d6b1 Merge branch 'staging' into map-restructure
Conflicts:
	seed/challenges/basic-ziplines.json
	seed/challenges/intermediate-ziplines.json
2015-10-02 11:23:54 -07:00
Quincy Larson ea33385fea remove vestigial difficulty attribute from challenges 2015-10-02 01:06:27 -07:00
Quincy Larson 69a3729025 restructure challenges and add certificate challenge skeletons 2015-10-01 23:54:20 -07:00
Aniruddh Agarwal fa89ff3471 Merge pull request #3376 from natac13/fix/slasher-flick-unclear-head-of-array
fix unclear description slasher flick
2015-10-02 05:20:28 +08:00
Berkeley Martinez 5de6837959 Merge pull request #3548 from FreeCodeCamp/converge-bonfires
refactor all Bonfire tests to use assert and have friendly messages
2015-09-30 19:47:20 -07:00
Quincy Larson 77892a05c0 Merge pull request #3546 from FreeCodeCamp/step
add step based challenge to framework
2015-09-30 19:38:01 -07:00
Quincy Larson c2af4f9b4c fix bad merge 2015-09-30 19:26:05 -07:00
Quincy Larson dca179c2c5 Merge branch 'staging' into converge-bonfires
Conflicts:
	seed/challenges/basic-bonfires.json
	seed/challenges/intermediate-bonfires.json
2015-09-30 19:06:28 -07:00
Quincy Larson 16c0c23b2c finish QAing all bonfires 2015-09-30 19:04:26 -07:00
Quincy Larson 4fffabfe8f fix exact change and QA all JS challenges 2015-09-30 18:33:32 -07:00
benmcmahon100 1b13ad2601 Added the skeleton for the fourth challenge. Challenge three needs some refinement in the testing system 2015-09-30 23:23:58 +01:00
benmcmahon100 2d6c91b513 Three complete. More to come 2015-09-30 23:01:56 +01:00
Quincy Larson 1994e340d3 all but 4 bonfires work 2015-09-30 14:57:58 -07:00
Quincy Larson 416a866ec0 add step based challenge to framework 2015-09-30 13:26:06 -07:00
natac13 90230ec907 fix test so it does not match code not in the answer 2015-09-30 05:13:13 -04:00
Quincy Larson 03675ef0a6 finish QAing basic and intermediate bonfires 2015-09-30 01:33:07 -07:00
Mike ab72094333 Remove Unnecessary Left Over Semicolon
Remove left over semicolon from function that was converted from an anonymous function at https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3287
2015-09-30 02:40:21 -04:00
Quincy Larson cbc21ee03f refactor messages on basic and advanced bonfires 2015-09-29 15:00:27 -07:00
Quincy Larson 838a80167e finish first take at upper-intermediate bonfires 2015-09-29 14:34:51 -07:00
Quincy Larson 6657348722 finish first pass at intermediate bonfires 2015-09-29 14:18:43 -07:00
Quincy Larson 52c74f5a3d merge staging 2015-09-29 13:44:58 -07:00
Quincy Larson 9e2db7636f Merge branch 'staging' of https://github.com/freecodecamp/freecodecamp into staging 2015-09-29 13:20:29 -07:00
Quincy Larson ddde4db821 Merge branch 'fix/intermediate-bonfires-tests' of https://github.com/awesomeaniruddh/FreeCodeCamp into awesomeaniruddh-fix/intermediate-bonfires-tests
Conflicts:
	seed/challenges/intermediate-bonfires.json
2015-09-29 13:19:24 -07:00
Quincy Larson 1a653182e7 add messages to basic and advanced bonfires 2015-09-28 19:55:58 -07:00
Anton Strömkvist 759941c8a2 Merge pull request #3391 from awesomeaniruddh/fix/html-test-improvement
Added test to HTML5 waypoint to make it stricter
2015-09-29 04:27:59 +02:00
benmcmahon100 e2459fa869 Foundation fo AJAX stuff is done. Going to move on to process fetched data and creating a UI generating function for each individual object 2015-09-28 23:24:42 +01:00
Aniruddh Agarwal 5fc97da3c3 Add test HTML5 waypoint to make it stricter
- Added a test to the "Nest an Anchor Element within a Paragraph" waypoint. The text 'View more' must now be outside the <a> tags.
2015-09-28 21:06:08 +08:00
Anton Strömkvist 1ada40ead5 Merge pull request #3507 from natac13/fix/typo-in-test-slasker-flick
fixed typo in test
2015-09-28 11:11:35 +02:00
Anton Strömkvist 61d77f5709 Merge pull request #3403 from erictleung/feature/note-about-zero-index
Add note about how jQuery is zero-indexed to avoid confusion
2015-09-28 10:20:02 +02:00
Anton Strömkvist 8298fe7a04 Merge pull request #3504 from xeoneux/fix/bonfire-where-art-thou
Edit last test case for Bonfire: Where art thou
2015-09-28 09:51:03 +02:00
Quincy Larson 27f231e72f refactor tests to show same message when passing and failing 2015-09-27 23:22:06 -07:00
Aniruddh Agarwal 82e61c28b2 Merge pull request #3520 from abhisekp/fix/waypoint-manipulate-arrays-with-unshift
Minor fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 09:19:05 +08:00
Abhisek Pattnaik 0ef3e36d6f Fix comments in Waypoint: Manipulate Arrays With unshift 2015-09-28 03:45:13 +05:30
Arsen Melikyan 9d89cf8a7a Merge pull request #3516 from abhisekp/waypoint-modify-array-data
Correct comment in Waypoint - Modify Array Data With Indexes
2015-09-27 23:52:22 +04:00
Abhisek Pattnaik 305f661196 Correct comment
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30
Quincy Larson 96804d37cf confirm all advanced bonfires work though test output is not ideal yet 2015-09-27 01:04:21 -07:00
Quincy Larson dc48635f5d make more improvements to advanced bonfire tests 2015-09-27 00:52:27 -07:00
Quincy Larson 15f9fdabb7 Merge branch 'bonfire-failure-messages' into converge-bonfires 2015-09-27 00:34:35 -07:00
Quincy Larson d25330278b remove unneccessary additional bonfire argument I added a month ago 2015-09-27 00:21:15 -07:00
natac13 5d0cb58d3a fixed typo in test
closes #3505
2015-09-26 11:17:49 -04:00
Aayush Kapoor 4a3283a5a7 Edit last test case for Bonfire: Where art thou 2015-09-26 16:01:46 +05:30
Eric Leung e910853186 add note about how jQuery is zero-indexed for clarification 2015-09-24 03:57:36 -07:00
Aniruddh Agarwal 23a7745415 Merge pull request #3368 from bugron/fix/test-fix_in_bonfire-title-case-a-sentence
Fixes a test in a bonfire
2015-09-24 18:07:27 +08:00
Quincy Larson a1d67fa255 Merge pull request #3471 from awesomeaniruddh/fix/rename-zipline
Renamed zipline for consistency
2015-09-23 17:40:30 -07:00
Joel Bentley a75db9c7f2 Modify test to allow for blank line after comment 2015-09-23 18:21:16 -04:00
Aniruddh Agarwal 326ed99346 Renamed zipline for consistency
Renamed the 'Wikipedia Viewer' ziplines to 'Build a Wikipedia Viewer' to make it consistent with the other zipline names.
2015-09-23 16:27:42 +08:00
Quincy Larson 4d4aae6cf4 start refactoring advanced bonfires 2015-09-22 12:23:45 -07:00
Arsen Melikyan 9b24c15f29 Merge pull request #3351 from alnero/feature/russian-translation
Add russian translation for the basic-ziplines
2015-09-22 21:16:35 +04:00
ahstro d9d558a8a9 Slot Machine false positives
The 'Add your JavaScript Slot Machine Slots' waypoint would
throw false positives if all slot numbers were the same, effectively
allowing the campers to pass the test without having written any code.
2015-09-21 23:42:19 +02:00
Anton Strömkvist 13d79f8a4f Merge pull request #3321 from natac13/natac13-expect-to-assert-advanced-bonfires
changed expects to assert style tests
2015-09-21 16:56:33 +02:00
Nerodenko Alexey 0da44d712b Add russian translation for the basic-ziplines 2015-09-21 17:19:22 +03:00
Joel Bentley 82605bbcb0 Fix test on Waypoint Use Comments to Clarify Code 2015-09-20 16:48:09 -04:00
Rich Churcher e0df3171f4 Make plain that the array is not already sorted. 2015-09-21 08:34:22 +12:00
natac13 4763f9957c changed expects to assert style tests
more uniform descriptions
closes #3316
2015-09-20 16:24:01 -04:00
Joel Bentley 182960af04 Fix tests on Waypoint Mobile Responsive Images 2015-09-20 15:52:54 -04:00
Arsen Melikyan 5ab8c0a228 Merge pull request #3377 from TylerMoeller/patch-1
Fix typo in html5-and-css.json
2015-09-20 20:27:01 +04:00
Anton Strömkvist f06cf41065 Merge pull request #3369 from bugron/fix/editor-match-error_fix
Fixes two 'editor.match() in null' errors
2015-09-20 17:47:47 +02:00
Tyler Moeller 99f2dc2ac4 Fix typo in html5-and-css.json
The challenge "Nest an Anchor Element within a Paragraph" has a small typo at the end of the English description text as highlighted below:

"Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is rest is plain text."

This commit removes the final "rest is" highlighted above, giving us this sentence instead:

Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is plain text.
2015-09-20 08:35:21 -07:00
natac13 c62503bec4 fix unclear description slasher flick
closes #3373
2015-09-20 11:21:57 -04:00
Aniruddh Agarwal 0a455fcd92 Fixes basic bonfire's permissive test 2015-09-20 07:53:25 +08:00
Arsen Melikyan 8129f8a277 fixes two 'editor.match() in null' errors 2015-09-20 02:17:25 +04:00
Arsen Melikyan 635d02db03 fixes a test in a bonfire 2015-09-20 01:08:05 +04:00
Arsen Melikyan 12ef390288 new test checks if all elements are nested in container-fluid 2015-09-20 00:42:01 +04:00
Joel Bentley 4c48547b0d Fix test on Waypoint Create Unordered List 2015-09-19 14:50:54 -04:00
Aniruddh Agarwal dfe6da9ea6 Added test to determine num of elements with class 2015-09-19 20:18:17 +08:00
Berkeley Martinez f871db26da Merge pull request #3326 from AEA2002/change/functionName
changed user-named function: replace to myReplace
2015-09-17 22:50:30 -07:00
Aniruddh Agarwal 93029f4e35 Refactored intermediate bonfires expect to assert 2015-09-18 10:37:32 +08:00
Berkeley Martinez 5da4be5779 Merge pull request #3341 from QuincyLarson/basejump
make "basejump" singular instead of plural on the map
2015-09-17 13:35:22 -07:00
Arsen Melikyan e4eda74fa2 Merge pull request #3342 from avastu/Fix-title-case
Fixes "Javascript uses use" typos
2015-09-17 15:23:04 +04:00
Utsav Ahuja 63da377fa8 Fixed "Javascript uses use" typo 2015-09-17 01:04:00 -07:00
Quincy Larson 58a8725d75 make "basejump" singular instead of plural on the map 2015-09-16 23:57:05 -07:00
Pavel Tsurbeleu be37378783 fix wording of src attribute assertion's message to be consistent with other messages in waypoint-make-images-mobile-responsive challenge 2015-09-16 18:10:16 -07:00
Pavel Tsurbeleu 165cb41080 fix count img elements assertion in waypoint-make-images-mobile-responsive challenge to be strict 2015-09-16 18:04:37 -07:00
Pavel Tsurbeleu 2843bd804a add an assertion to ensure well-formed img elements in waypoint-make-images-mobile-responsive challenge, closes #1021 2015-09-16 17:03:23 -07:00
ahstro a526b9d54a Fix typo in bonfire test case 2015-09-16 22:34:25 +02:00
AEA2002 986a9977ee changed user-named function: replace to myReplace 2015-09-15 19:02:56 -04:00
ahstro 7e9c5e0882 Add more falsy values to 'Falsy Bouncer', again.
This was already fixed at some point by abhisekp, but their changes
seems to have been overwritten somewhere along the line.
2015-09-15 18:46:51 +02:00
Aryan Jabbari 266b40702e Changed 'background color of blue' to 'color of blue'; fixed #3306 2015-09-15 01:13:52 -04:00
Joel Bentley 627cb9b122 Fix description Bonfire: Arguments Optional 2015-09-14 19:38:59 -04:00
Berkeley Martinez fba0d02c08 Merge branch 'bonfire-tests' of https://github.com/QuincyLarson/freecodecamp into QuincyLarson-bonfire-tests 2015-09-14 15:28:14 -07:00
Berkeley Martinez 1eb34dc175 Merge pull request #3298 from awesomeaniruddh/fix/html-waypoint-desc
Fix waypoint description to be in accordance with W3C rec
2015-09-14 15:20:33 -07:00
Berkeley Martinez a30a5f4bcb Merge pull request #3303 from avastu/Fix-title-case
Fixed Ambigious Explanation of Title Case
2015-09-14 15:18:33 -07:00
Quincy Larson 4f16b0e996 revert intermediate-bonfires to previous state for another camper to tackle 2015-09-14 14:57:14 -07:00
Quincy Larson d66dbc3879 Merge branch 'staging' into bonfire-tests 2015-09-14 14:56:06 -07:00
Quincy Larson 952b5e8e70 verify all basic-bonfires.json bonfires work as before 2015-09-14 14:55:00 -07:00
Aniruddh Agarwal 22e785b0b8 Fix waypoint description to be in accordance with W3C rec 2015-09-15 05:50:14 +08:00
Utsav Ahuja 148f68e3a1 Fixed ambigious wording 2015-09-14 14:30:53 -07:00
Berkeley Martinez ac5573b11c Merge pull request #3291 from QuincyLarson/fix-3278
minor formatting improvement to @awesomeaniruddh fix
2015-09-14 14:13:13 -07:00
Quincy Larson b605af0f09 Merge pull request #3301 from avastu/patch-2
Corrected Incorrectly Styled Text in Target HTML Elements
2015-09-14 14:12:08 -07:00
Utsav Ahuja 9a7fc92e79 Corrected Incorrectly Styled Text
In Target HTML Elements (jQuery) per https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3299
2015-09-14 13:49:28 -07:00
Quincy Larson e107b0e005 Merge branch 'feature/enlarge-images' of https://github.com/bugron/FreeCodeCamp into bugron-feature/enlarge-images 2015-09-14 13:43:34 -07:00
Quincy Larson 98ed941384 most of the basic bonfires have running tests 2015-09-14 13:43:04 -07:00
bugron c6e3c89b7c adds ability to 1-click expand images 2015-09-14 21:10:28 +04:00
Quincy Larson 3d08496eb8 Merge branch 'staging' into bonfire-tests
Conflicts:
	seed/challenges/basic-bonfires.json
	seed/challenges/intermediate-bonfires.json
2015-09-14 00:24:33 -07:00
Quincy Larson 31f818788d Merge branch 'patch-4' of https://github.com/souldreamer/FreeCodeCamp into souldreamer-patch-4
Conflicts:
	seed/challenges/basic-javascript.json
2015-09-13 23:35:27 -07:00
Quincy Larson ba4aacdbfd minor improvements to suggested edits 2015-09-13 23:26:03 -07:00
Quincy Larson 404b6d93c5 Merge branch 'bugron-basic_js_fix-3' of https://github.com/bugron/FreeCodeCamp into bugron-bugron-basic_js_fix-3 2015-09-13 21:03:00 -07:00
Quincy Larson 9bdbb59b67 Merge branch 'bugron-basic_js_fix-2' of https://github.com/bugron/FreeCodeCamp into bugron-bugron-basic_js_fix-2
Conflicts:
	seed/challenges/basic-javascript.json
2015-09-13 20:59:54 -07:00
Quincy Larson 2688f48c71 small copy improvements to @bugron fixes 2015-09-13 20:55:51 -07:00
Quincy Larson 5ccf8fe56c Merge branch 'bugron-basic_js_fix-1' of https://github.com/bugron/FreeCodeCamp into bugron-bugron-basic_js_fix-1 2015-09-13 20:48:46 -07:00
Quincy Larson 389d8b43a8 switch backticks for doublequotes and fix the git.json file as well 2015-09-13 20:44:25 -07:00
Quincy Larson ba25511ee5 Merge branch 'awesomeaniruddh-1318' of https://github.com/awesomeaniruddh/FreeCodeCamp into awesomeaniruddh-awesomeaniruddh-1318 2015-09-13 20:39:40 -07:00
Quincy Larson 5376c1d4fe Merge pull request #3266 from leonfeng/leonfeng-fix-3208
Change the example in Waypoint: Manipulate Arrays With unshift()
2015-09-13 20:22:30 -07:00
Quincy Larson f31fe15d77 minor formatting improvement to @awesomeaniruddh fix 2015-09-13 19:56:57 -07:00
Quincy Larson d0359e5b27 Merge pull request #3278 from awesomeaniruddh/awesomeaniruddh-3276
Edited decription of html waypoint to include details
2015-09-13 19:50:48 -07:00
Joel Bentley c0f08b140a Add explanation of how values passed to function 2015-09-13 16:02:25 -04:00
Joel Bentley bf08c300be Remove unneeded tests 2015-09-13 15:34:54 -04:00
Joel Bentley 96e071687b Modify sample function in code to match form of sample function in description 2015-09-13 14:04:52 -04:00
Berkeley Martinez a0ef8dd2ee Merge pull request #3277 from awesomeaniruddh/awesomeaniruddh-3268
Updated instructions to ziplines intro challenge
2015-09-12 23:56:35 -07:00
Berkeley Martinez 11370db569 Merge pull request #3263 from leonfeng/leonfeng-fix-3260
Fix wording of the tests in Waypoint: Create Bootstrap Wells
2015-09-12 23:29:54 -07:00
Berkeley Martinez e982bd198e Merge pull request #3261 from awesomeaniruddh/awesomeaniruddh-2065
Fixes description of jQuery waypoint
2015-09-12 23:02:33 -07:00
Aniruddh Agarwal 0c7b1dbf5f Fixes description of jQuery waypoint 2015-09-13 13:58:37 +08:00
bugron 3af8a9eb9f Fixes typos, word issues in Basic JS, part 3 2015-09-13 09:10:30 +04:00
bugron 43778e5149 Fixes typos, word issues in Basic JS, part 2 2015-09-13 09:02:54 +04:00
bugron 02d24381a7 Fixes typos, word issues in Basic JS, part 1 2015-09-13 08:52:51 +04:00
Berkeley Martinez 849e823d54 Merge pull request #3255 from bugron/bugron-1117
Improves tests to check if elements are nested properly
2015-09-12 21:46:14 -07:00
Berkeley Martinez 94ca5a0326 Merge pull request #3225 from awesomeaniruddh/awesomeaniruddh-1398
Updated description of voting app basejump
2015-09-12 21:39:47 -07:00
Berkeley Martinez b3c7a73ee1 Merge pull request #2892 from bugron/bugron-2256
fixes a test and some text
2015-09-12 21:31:46 -07:00
Berkeley Martinez 91f6e21757 fix typo 2015-09-12 20:39:23 -07:00
Berkeley Martinez 5360531dc8 Merge branch 'sJhonny-e-969' of https://github.com/sJhonny-e/FreeCodeCamp into sJhonny-e-sJhonny-e-969 2015-09-12 20:37:48 -07:00
Berkeley Martinez 8f50925bba Merge pull request #2957 from awesomeaniruddh/awesomeaniruddh-2955
updated ambiguous description of jquery waypoint
2015-09-12 19:52:32 -07:00
Aniruddh Agarwal 9243a1832f Edited decription of html waypoint to include details 2015-09-13 07:40:17 +08:00
Aniruddh Agarwal 739a8b122b Merge pull request #3273 from joel-bentley/joel-bentley-2274
Fix description of Waypoint: Find Numbers with Regular Expressions
2015-09-13 07:12:28 +08:00
Aniruddh Agarwal 4bf3959ad4 Updated instructions to ziplines intro challenge
Updated the instructions to add jQuery as well as Bootstrap in the JS section.
closes #3268
2015-09-13 07:04:18 +08:00
Berkeley Martinez ee92c923d7 Merge pull request #3254 from FreeCodeCamp/more-info
Reorient Search and Submit buttons on Camper News
2015-09-12 13:20:36 -07:00
Leon Feng efc42e4eeb Improve wording of Tests 1 and 2 2015-09-13 04:12:10 +08:00
Leon Feng 8f2f7d7858 Change the unshift() example to make it less confusing to beginners 2015-09-13 03:54:24 +08:00
Joel Bentley d177e388ea Fix description of Waypoint: Find Numbers with Regular Expressions 2015-09-12 15:00:04 -04:00
bugron d63721c250 improves tests to check if elements are nested properly 2015-09-12 10:46:30 +04:00
Quincy Larson e8974de9b9 fix plural typo on basejump challenges 2015-09-11 23:30:43 -07:00
Arsen Melikyan e93901a57f Merge pull request #3240 from awesomeaniruddh/awesomeaniruddh-1031
Fixed erroneous test in bootstrap waypoint
2015-09-11 18:27:48 +04:00
Aniruddh Agarwal a56ff225d1 updated ambiguous description of jquery waypoint 2015-09-11 22:15:56 +08:00
bugron ea5464c806 fixes assert in challenge 2015-09-11 17:19:37 +04:00
Aniruddh Agarwal 9a41abc048 Merge pull request #3106 from AryanJ-NYC/AryanJ-NYC-1282
Made changes to smallest common multiple bonfire instructions as suggested by @jrtmns
2015-09-11 16:50:36 +08:00
Aniruddh Agarwal a278b211cc Fixed erroneous test in bootstrap waypoint
Modified the last test in the bootstrap waypoint `Add Font Awesome Icons to all of our Buttons` so that it doesn't validate `</i`, but `</i>`
closes #1031
2015-09-11 14:01:49 +08:00
Aniruddh Agarwal ca2e10db74 Updated instructions of waypoints for new C9 interface
Updated the instructions for all the basejump-related waypoints to be consistent with the new Cloud9 interface
closes #1318
2015-09-11 10:02:07 +08:00
Aniruddh Agarwal 79adbc9342 Fixed typo in basic bonfire description
Changed 'Meet Bonfire' bonfire's description from `clicking Run code` to `clicking Run tests`
closes #3235
2015-09-11 09:00:55 +08:00
Berkeley Martinez ef5715fa24 fix missing n in conditional 2015-09-10 13:09:56 -07:00
Nathan Scott 20c45e7082 Fix typo in test for bonfire Drop It 2015-09-10 13:09:55 -07:00
Nathan Scott 0bc6831399 Add extra test case for bonfire Drop It to fix issue #2533 2015-09-10 13:09:55 -07:00
Aryan Jabbari 2bfcc9c46d Made changes to instructions as suggested by @jrtmns; closes #1282 2015-09-10 15:59:14 -04:00
Berkeley Martinez 744a8182ba Merge pull request #2650 from AryanJ-NYC/AryanJ-NYC-2623
Changed 'Show the Local Weather' wording
2015-09-10 12:52:12 -07:00
Berkeley Martinez 6aa75f7c67 Merge pull request #2967 from bugron/bugron-2966
fixes a small typo
2015-09-10 12:37:57 -07:00
Aniruddh Agarwal 627bc03f92 Added external link to substantiate js waypoint
Added a link to FCC wiki to provide explanation of the formula used in the 'Create a JavaScript Slot Machine' basic javascript waypoint as well as the "Generate Random Whole Numbers within a Range" waypoint
closes #2595
2015-09-10 20:20:58 +08:00
Aniruddh Agarwal de4b2cbaef Updated description of voting app basejump
Updated description of the Voting App basejump so that unauthenticated users can now vote.
fixes #1398
2015-09-10 19:48:19 +08:00
Berkeley Martinez ac74f266ff Merge branch 'master' into staging 2015-09-09 22:41:22 -07:00
Quincy Larson 09c4b542a0 update feedback copy for ziplines and basejumps 2015-09-09 20:05:10 -07:00
Quincy Larson 5a50c13823 Merge pull request #3115 from abhisekp/add-test-bf-palindrome
Add and Update test cases for "Bonfire: Check for Palindromes"
2015-09-09 14:29:56 -07:00
Quincy Larson f8657efc0e Merge pull request #3129 from tcyrus/patch-2
Fixed tests in "Split your Bootstrap Row" and "Create Bootstrap Wells"
2015-09-09 14:24:34 -07:00
Quincy Larson 3739998d73 Merge pull request #3137 from natac13/fix-parentheses-in-description-#3133
fix parenthesis in the description of first jquery challenge
2015-09-09 14:10:37 -07:00
Quincy Larson c5577ee9e5 Merge pull request #3185 from awesomeaniruddh/awesomeaniruddh-3172
fixed test descriptions in OOJavascript waypoint
2015-09-09 14:08:49 -07:00
Ben McMahon 3c18fabacf Merge pull request #3195 from awesomeaniruddh/awesomeaniruddh-2779
Wording error in description of HTML waypoint
2015-09-09 18:21:26 +01:00
benmcmahon100 7b04184fcc Set up new curriculum order. OOPF is now before basic bonfires and where art thou is now in intermediate 2015-09-09 18:10:22 +01:00
Aniruddh Agarwal 43cfd024df Wording error in description of HTML waypoint
`16 colors` instead of `16 values`
closes #2779
2015-09-09 22:42:55 +08:00
bugron acf6ae2eda fixes a test and some text 2015-09-09 18:32:20 +04:00
Anton Strömkvist d15a40ccf3 Merge pull request #2598 from suhussai/suhussai-2557
Added link about Roman Numeral to MDNLinks section.
2015-09-09 10:08:38 +02:00
Arsen Melikyan f58e3c07bc Merge pull request #3125 from natac13/change-test-in-javascript-challenges-and-add-optional-spaces-in-jquery-aswell
Test improvements, single and double quote jQuery selectors
2015-09-09 08:39:42 +04:00
Aniruddh Agarwal 44d54b7f69 fixed test descriptions in OOJavascript waypoint
The first and the second waypoints in the Object Orientated and Functional Programming section had errors in the test descriptions
closes #3172
2015-09-09 12:31:42 +08:00
Arsen Melikyan c9c454dd69 Merge pull request #3183 from awesomeaniruddh/awesomeaniruddh-3130
Fixed wording error in HTML/CSS waypoint
2015-09-09 08:02:45 +04:00
Aniruddh Agarwal 471236b814 Fixed wording error in HTML/CSS waypoint
Waypoint 'Add Different Padding to Each Side of an Element' had a small wording error: the tests were missing `the`
closes #3130
2015-09-09 11:57:39 +08:00
Aniruddh Agarwal 9067154566 Fix typo in basic-javascript waypoint
Waypoint 'Invert Regular Expression Matches with JavaScript' had a semi-colon in the description for the regex example which is not needed.
closes #3148
2015-09-09 11:52:21 +08:00
Arsen Melikyan 90805e1aaa Merge pull request #3181 from awesomeaniruddh/awesomeaniruddh-3169
Fixed typo in Basic Javascript Waypoint
2015-09-09 07:44:40 +04:00
Arsen Melikyan 09c7475145 Merge pull request #3102 from AryanJ-NYC/AryanJ-NYC-1875
Clarified instructions for shift() challenge
2015-09-09 07:25:03 +04:00
Aniruddh Agarwal 1c618799b4 Fixed typo in Basic Javascript Waypoint
Waypoint 'Sift through Text with Regular Expressions' had `...` in its description instead of `.`. Made the required changes.
closes #3169
2015-09-09 10:02:08 +08:00
suhussai c57251a446 Added link about Roman Numeral to MDNLinks section
Added link mentioned in Waypoint description about
Roman Numerals to MDNLinks in order to make it more apparent.
Affects Waypoint 3 in Intermediate Algorithm Scripting.
http://www.freecodecamp.com/challenges/bonfire-roman-numeral-converter
closes #2557.
2015-09-08 18:21:00 -06:00
Aryan Jabbari b54b2de9ab Clarifies instructions for shift() challenge; closes #1875 2015-09-08 17:31:15 -04:00
Anton Strömkvist c815084d10 Merge pull request #3087 from bugron/bugron-toLowerCase_fix
Fixes 'd[0].toLowerCase() is not a function' error
2015-09-08 22:33:54 +02:00
Anton Strömkvist bd0f7c1c23 Merge pull request #3091 from bugron/bugron-divide_fix
fixes a condition in assert
2015-09-08 22:29:04 +02:00
Anton Strömkvist 3c28cc3cc6 Merge pull request #3088 from bugron/bugron-add_two_num-fix
fixes assert and adds a dot
2015-09-08 22:24:11 +02:00
Arsen Melikyan 83c1b5c8aa Merge pull request #3153 from ahstro/ahstro-3152
Move brace out of user-edit scope
2015-09-08 23:25:25 +04:00
Anton Strömkvist 4b2c209a22 Merge pull request #2921 from bugron/bugron-2803
fixes an idle test and some text
2015-09-08 21:07:55 +02:00
Arsen Melikyan 91d3959bfd Merge pull request #2953 from dmytroyarmak/dmytroyarmak-2948
Add output block to "Iterate with JavaScript For Loops" challange
2015-09-08 21:37:00 +04:00
bugron e0db3181d3 fixes an idle test and some text 2015-09-08 19:13:20 +04:00
Abhisek Pattnaik 721ea81593 Add more falsy values 2015-09-08 16:06:44 +05:30
Anton Strömkvist 5365153c6d Merge pull request #3131 from awesomeaniruddh/awesomeaniruddh-3089
Fixed incorrect challenge seed for bootstrap waypoint
2015-09-08 11:31:36 +02:00
Dmytro Yarmak ccb88cadf3 Add output block to "Iterate with JavaScript While Loops" challange 2015-09-08 10:59:14 +03:00
Aniruddh Agarwal 796abfc99e Fixed incorrect challenge seed for bootstrap waypoint
Waypoint 'Use Spans for Inline Elements' has incorrect code in the seed. Corrected it.
Closes #3089
2015-09-08 10:39:07 +08:00
Anton Strömkvist c5423c4840 Merge pull request #3150 from natac13/fix-mispelling-#3149
Grammatical error: fix mispelling of falsey to falsy
2015-09-08 02:34:11 +02:00
Anton Strömkvist 9e692ab600 Merge pull request #2912 from dmytroyarmak/dmytroyarmak-2797
Fix assertions for Bonfire: Symmetric Difference
2015-09-08 02:25:26 +02:00
Anton Strömkvist 94f4114b4f Merge pull request #3154 from tcyrus/patch-3
Grammatical error: Changed Instructions for "Where art thou"
2015-09-08 02:15:38 +02:00
Anton Strömkvist 4966c1e5bd Merge pull request #2788 from bugron/bugron-1891
combines two tests in one
2015-09-08 02:12:23 +02:00
Anton Strömkvist 7a3e84cb0d Merge pull request #2739 from bugron/bugron-1881
Changes nonexistent variable name to proper one
2015-09-08 01:57:41 +02:00
Anton Strömkvist 58e6efff3c Merge pull request #2728 from bugron/bugron-1390
Fixes "indoor", "personality" and "label" issues
2015-09-08 01:56:04 +02:00
Anton Strömkvist ef1881baa9 Merge pull request #2423 from saadanerdetbare/saadanerdetbare-2387
Grammatical error: Change word third to second in 'Use Bracket Notation to Find the NthtoLast Character in a String'
2015-09-08 01:01:07 +02:00
Anton Strömkvist 6121fa173f Merge pull request #1798 from jbmartinez/jbmartinez-1090
Changes test cases to validate correct border-width. Closes #1090, #1012, #1495
2015-09-08 00:07:53 +02:00
Timothy Cyrus 080ef01f33 Update basic-bonfires.json
Remove repeated "the" in Instructions for "Where art thou"

Changed "the the" to "the"
2015-09-07 17:46:49 -04:00
ahstro 0055c3b271 Move brace out of user-edit scope
Move the closing brace of a function down below the
`// Only change code above this line`-comment in
`Use Conditional Logic with IfElse Statements`

Fix #3152
2015-09-07 22:56:27 +02:00
natac13 3361599d3a fix mispelling of falsey to falsy
closes #3149
2015-09-07 13:09:51 -04:00
Jakob Dahl 033175ae23 Updated and rebased pr 2015-09-07 03:08:08 +02:00
natac13 b8dd3107bf fix parenthesis in the description of first jquery challenge
in the live version there is also duplicate tests the staging branch
has 4 though. I am not to sure about this discrepancy

closes #3133
2015-09-06 20:25:39 -04:00
Timothy Cyrus 1bfceb0aa6 Update bootstrap.json
Fixed tests in "Split your Bootstrap Row" and "Create Bootstrap Wells" based on #2548
2015-09-06 15:57:02 -04:00
natac13 34246716c0 Test improvements
changed the jquery selector to account for single and double quotes
as well as optional spaces on:
[Give your JavaScript Slot Machine some stylish images](http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images)
[Bring your JavaScript Slot Machine to Life](http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life)
[Target the same element with multiple jQuery Selectors](http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors)
[Target the Parent of an Element Using jQuery](http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery)
2015-09-06 13:12:06 -04:00
Arsen Melikyan 909f6725f7 Merge pull request #1866 from jbmartinez/jbmartinez-1854
Changed test case for Waypoint: target elements by id
2015-09-06 19:28:40 +04:00
Juan Martínez 227b574927 removed semicolons at the end of asserts 2015-09-06 15:08:14 +00:00
Arsen Melikyan 1ea494e0e7 Merge pull request #2288 from marksurnin/marksurnin-factorial-bonfire-tests
Added a test for factorial(0) to be equal to 1.
2015-09-06 15:45:12 +04:00
Arsen Melikyan d0d011bab1 Merge pull request #2410 from souldreamer/patch-1
[Waypoint: Remove Classes from an element with jQuery] usually expected to not validate if using removeClass() without parameters
2015-09-06 15:14:37 +04:00
Arsen Melikyan 6145b14058 Merge pull request #2426 from saadanerdetbare/saadanerdetbare-2324
Force id attributes to be under relevant parents
2015-09-06 14:21:54 +04:00
Arsen Melikyan 163868a3ea Merge pull request #2579 from ahstro/ahstro-2573
Check all children instead of just one in 'Target Children with jQuery'
2015-09-06 13:18:23 +04:00
Abhisek Pattnaik 50e32aa3f5 Add test for Bonfire Check for Palindromes
- Checks unicode characters between "Z" (capital Z) and "a" (small a)"
such as "\" (forward slash) as punctuation.
2015-09-06 13:33:40 +05:30
Abhisek Pattnaik ac6fe27430 Update tests for Bonfire Check for Palindromes
- Replace expect with assert
- Use strictEqual for checking equality of primitive
- Add message to assert test cases
- Minor modification to some existing test cases
2015-09-06 13:33:17 +05:30
Arsen Melikyan ba9a04a712 Merge pull request #3114 from elitepc/staging
added missing verb in the get set for basejumps
2015-09-06 11:14:16 +04:00
Arsen Melikyan c8dee301ee Merge pull request #3109 from AryanJ-NYC/AryanJ-NYC-2136
Added details to instructions of JS arrays waypoint
2015-09-06 10:18:44 +04:00
Arsen Melikyan 8d2d0f55df Merge pull request #3110 from natac13/added-test-to-allow-single-double-qoutes-and-fixed-typo
General improvements to jquery challenge file
2015-09-06 10:10:45 +04:00
Aryan Jabbari 0f46ed8c9d Used strict equality for second assert 2015-09-06 00:39:07 -04:00
Aryan Jabbari 2817ec49a9 Checks that length is used twice for JS bracket notation challenges; closes #3105 2015-09-06 00:37:12 -04:00
natac13 1151929f25 General improvements to jquery file
added a few tests to account for single and double quotes
fixed a typo
added test to add clarity

closes #3107
2015-09-05 21:39:27 -04:00
Aryan Jabbari aa34bf1a41 Added details to instructions of JS arrays waypoint; closes #2136 2015-09-05 20:53:54 -04:00
elitepc a4650adda0 added missing verb in the get set for basejumps 2015-09-05 20:59:46 +01:00
bugron f417adc2d1 fixes a condition in assert 2015-09-05 19:20:41 +04:00
bugron f4512dd929 fixes assert and some text 2015-09-05 18:05:09 +04:00
bugron 7289607f07 Fixes 'd[0].toLowerCase() is not a function' error 2015-09-05 16:38:09 +04:00
Quincy Larson 6bcc72ece7 Merge pull request #3002 from dmytroyarmak/dmytroyarmak-2999
Improve test cases for Generate Random Whole Numbers within a Range
2015-09-04 15:27:36 -07:00
Quincy Larson 2c665507ba Merge pull request #3071 from QuincyLarson/fix-typeof-wording
fix typeof wording
2015-09-04 15:26:27 -07:00
Quincy Larson c34a64b454 fix typeof wording 2015-09-04 15:22:45 -07:00