Commit Graph

26729 Commits

Author SHA1 Message Date
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
05dfde905a Merge pull request #3507 from natac13/fix/typo-in-test-slasker-flick
fixed typo in test
2015-09-28 11:11:35 +02:00
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
ac390c4dbb 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
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
dc0ea776a6 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
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
40ec3852cc refactor tests to show same message when passing and failing 2015-09-27 23:22:06 -07:00
27f231e72f refactor tests to show same message when passing and failing 2015-09-27 23:22:06 -07:00
3e25b3a6bc improve button html 2015-09-27 21:52:13 -07:00
1a6927afce 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
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
e74533a727 add lockdown mode toggling 2015-09-27 17:08:56 -07:00
ab8b81abb3 Merge pull request #3521 from FreeCodeCamp/tshirt-titles
update the tshirt campaign text
2015-09-27 16:26:08 -07:00
85a5766546 update the tshirt campaign text 2015-09-27 16:25:34 -07:00
b5141f50ae Fix comments in Waypoint: Manipulate Arrays With unshift 2015-09-28 03:45:13 +05:30
0ef3e36d6f Fix comments in Waypoint: Manipulate Arrays With unshift 2015-09-28 03:45:13 +05:30
0cf3c31a92 Merge pull request #3517 from FreeCodeCamp/fix-tshirt
fix tshirt version 2 not submitting properly bug
2015-09-27 14:01:23 -07:00
5b5b37adff fix tshirt version 2 not submitting properly bug 2015-09-27 14:00:55 -07:00
85c2666e8b 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
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
86c07dcd97 Correct comment
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30
305f661196 Correct comment
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30
d08c3e5a88 Merge pull request #3514 from FreeCodeCamp/tshirt
Tshirt voting mechanism
2015-09-27 11:06:26 -07:00
a64a46cff1 don't show tshirt voting to brand new users 2015-09-27 11:05:44 -07:00
ccf5504537 add tshirt voting mechanism 2015-09-27 10:49:44 -07:00
0634926af0 add t-shirts to view 2015-09-27 01:44:09 -07:00
173691dd79 confirm all advanced bonfires work though test output is not ideal yet 2015-09-27 01:04:21 -07:00
96804d37cf confirm all advanced bonfires work though test output is not ideal yet 2015-09-27 01:04:21 -07:00
6083af8b75 make more improvements to advanced bonfire tests 2015-09-27 00:52:27 -07:00
dc48635f5d make more improvements to advanced bonfire tests 2015-09-27 00:52:27 -07:00
23e458ebca Merge branch 'bonfire-failure-messages' into converge-bonfires 2015-09-27 00:34:35 -07:00
15f9fdabb7 Merge branch 'bonfire-failure-messages' into converge-bonfires 2015-09-27 00:34:35 -07:00
35b936d737 remove unneccessary additional bonfire argument I added a month ago 2015-09-27 00:21:15 -07:00
d25330278b remove unneccessary additional bonfire argument I added a month ago 2015-09-27 00:21:15 -07:00
90f6d986d7 show preview from new job 2015-09-26 22:23:56 -07:00
8394ded6d1 fixed typo in test
closes #3505
2015-09-26 11:17:49 -04:00
5d0cb58d3a fixed typo in test
closes #3505
2015-09-26 11:17:49 -04:00
e8a96b8d42 Edit last test case for Bonfire: Where art thou 2015-09-26 16:01:46 +05:30
4a3283a5a7 Edit last test case for Bonfire: Where art thou 2015-09-26 16:01:46 +05:30
891341532b refactor form to do validation right in component 2015-09-25 12:53:29 -07:00
c63a983fb9 filter output from localStorage 2015-09-25 00:04:38 -07:00
8148c1a19c save form to localStorage 2015-09-24 20:30:18 -07:00
441924cbaa add note about how jQuery is zero-indexed for clarification 2015-09-24 03:57:36 -07:00
e910853186 add note about how jQuery is zero-indexed for clarification 2015-09-24 03:57:36 -07:00
2737c1af0a 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
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
c985a0f16e Merge pull request #3478 from FreeCodeCamp/remove-emails
remove email address from stories
2015-09-23 18:11:13 -07:00
ff7b3dbcd4 Merge pull request #3471 from awesomeaniruddh/fix/rename-zipline
Renamed zipline for consistency
2015-09-23 17:40:30 -07:00
a1d67fa255 Merge pull request #3471 from awesomeaniruddh/fix/rename-zipline
Renamed zipline for consistency
2015-09-23 17:40:30 -07:00