Commit Graph

8961 Commits (e3e9f67e40ea53e0fddf6d779028fcb245a2bb5e)

Author SHA1 Message Date
Berkeley Martinez effd86e79f Revert "FIX Unfinished Function Declaration in Comments" 2016-06-15 18:54:10 -07:00
Berkeley Martinez 8737348f90 Merge pull request #9166 from FreeCodeCamp/revert-9084-Fix/Change-the-Font-Size-of-an-Element
Revert "Fix/Change the Font Size of an Element"
2016-06-15 18:53:37 -07:00
Berkeley Martinez cc6d71cd5a Revert "Fix/Change the Font Size of an Element" 2016-06-15 18:53:25 -07:00
Berkeley Martinez 07930a4cac Merge pull request #9165 from FreeCodeCamp/revert-9086-Fix/Prefilter-JSON
Revert "Fix/Prefilter JSON"
2016-06-15 18:53:12 -07:00
Stuart Taylor e5f42c39c7 Revert "Fix/Prefilter JSON" 2016-06-16 00:00:37 +01:00
Stuart Taylor 8fd06ec7fb Merge pull request #9086 from Bouncey/Fix/Prefilter-JSON
Fix/Prefilter JSON
2016-06-15 22:42:40 +01:00
Stuart Taylor ef1581d042 Merge pull request #9084 from Bouncey/Fix/Change-the-Font-Size-of-an-Element
Fix/Change the Font Size of an Element
2016-06-15 22:40:18 +01:00
Stuart Taylor e0b100a861 Merge pull request #8894 from Bouncey/FIX/Comment-your-JavaScript-Code
FIX/Unfinished Function Declaration in Comments
2016-06-15 22:31:05 +01:00
Quincy Larson 03600f129a add mongo install step to challenge 2016-06-15 13:38:23 -07:00
Quincy Larson 332ea5f76c remove the word simply from a couple challenges 2016-06-15 13:15:31 -07:00
Jonathan de1a436558 Merge pull request #9143 from robjloranger/fix/missing-test-basic-js
fix for Appending variables to strings
2016-06-15 20:43:27 +01:00
robjloranger 6df576df6b adjusted test 2016-06-14 16:41:55 -07:00
Eric Leung cd4bcbb5da Merge pull request #8900 from b2m9/fix/exclude-seven-digit-US-phone-numbers
Fix: exclude 7 digit numbers from US phone challenge
2016-06-14 08:22:19 -07:00
Bob Massarczyk 034a65642c Fix: exclude 7 digit numbers from US phone challenge
- Add assert for 555-5555, expecting false
- Add assert for 5555555, expecting false
- Change RegEx solution to make area code mandatory
- Simplify RegEx matching
- Add test case to catch random, invalid chars
2016-06-14 12:55:06 +00:00
Priya Ranjan Singh d834c08e71
display text instead of links in absence of challenge name 2016-06-14 15:48:20 +05:30
Eric Leung 3d43a1f533 Merge pull request #9077 from alayek/fix/palindrome-language
Update Palindrome instructions
2016-06-13 22:34:28 -07:00
Stuart b2e2eaa594 Fix/Loop Protect - Remove noprotect from saved code 2016-06-14 01:46:21 +01:00
Jonathan 83868f9f59 Merge pull request #8922 from tianz/fix/mdn-links
Fix MDN links
2016-06-13 19:28:52 +01:00
Jonathan 8f8e066866 Merge pull request #9119 from flipsyde606/fix/url-capitalized
Capitalized abbr. URL instead of url
2016-06-13 12:55:25 +01:00
Kirushna ca8f3ea824 Fixed typo for URL 2016-06-13 15:49:27 +05:30
Eric Leung fc3cfa50f2 Merge pull request #9075 from atjonathan/fix/buttons
Removed duplicate help button
2016-06-12 16:55:07 -07:00
Eric Leung 4ad9fbd8da Remove unused authentication methods 2016-06-12 16:32:17 -07:00
Eric Leung 97a253b345 Merge pull request #8901 from Bouncey/FIX/Change-Text-Inside-an-Element-Using-jQuery
FIX/Change Text Inside an Element Using jQuery
2016-06-12 16:26:35 -07:00
Eric Leung cd4f17564d Merge pull request #8896 from Bouncey/FIX-Comparison-with-the-Equality-Operator
FIX Comparison with the Equality Operator
2016-06-12 16:19:49 -07:00
Eric Leung 1725949254 Merge pull request #9105 from Bouncey/Fix/Link-to-External-Pages-with-Anchor-Elements
Fix/Link to External Pages with Anchor Elements
2016-06-12 16:10:26 -07:00
Arsen Melikyan b5d99d4696 Merge pull request #9111 from atjonathan/comment/voteendpoints
Temporary Fix for voting endpoints
2016-06-12 20:37:59 +04:00
Jonathan 7346cd1474
Commented out vote1 and vote2 endpoints 2016-06-12 17:09:58 +01:00
Stuart 821ae767fa Fix/Link to External Pages with Anchor Elements 2016-06-12 11:42:46 +01:00
Stuart 0fb6223728 Fix/Prefilter JSON 2016-06-12 11:26:20 +01:00
Stuart d5b2eb99c7 FIX/Change Text Inside an Element Using jQuery 2016-06-12 09:38:03 +01:00
Stuart 1641b25523 FIX Comparison with the Equality Operator 2016-06-12 09:26:13 +01:00
Berkeley Martinez 84ece7d00b Merge pull request #8863 from scottmcallister/fix/certificate-date
Fix date format on certificates generation
2016-06-11 21:00:34 -07:00
Berkeley Martinez 177b64306a Merge pull request #8862 from jaydenwindle/fix/cert-date-format
Changed date format for certificate views
2016-06-11 20:59:17 -07:00
Eric Leung 3449efaaa1 Merge pull request #9099 from kishba/fix/missing-apostrophe-logical-order-statements
Fix missing apostrophe in Basic JavaScript conditional challenge
2016-06-11 20:33:20 -07:00
Brandon Kish f3761e86e5 Fix missing apostrophe in Basic JavaScript conditional challenge 2016-06-11 22:30:26 -04:00
Berkeley Martinez 2b6d602818 Merge pull request #9095 from sheriallis/fix/remove-jobs-from-routes
Removed the route /jobs from rendering
2016-06-11 17:57:45 -07:00
Sheri Richardson ebcd50bf58 Removed the route /jobs from rendering closes #9083 2016-06-11 20:49:52 +02:00
Pasayadaan e4381b7c9d Fix for access array data with indices
This is a buggy challange (#8843)

Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"

fix for access array data with indices

use deep not-equal in first assertion
2016-06-11 11:05:11 -07:00
Stuart ab2b72427a Fix/Change the Font Size of an Element 2016-06-11 06:14:33 +01:00
DealPete 78bbf1e767 Fixed 'Write Reusable JavaScript with Functions' head and tail 2016-06-10 19:30:04 -02:30
alayek db855143d5 Update Palindrome instructions 2016-06-10 23:05:43 +05:30
Jonathan a0b4a4d3d1
Removed duplicate help button 2016-06-10 15:29:29 +01:00
Jonathan 9ac80998a7 Merge pull request #9064 from Pasayadaan/fix/challange-#8843
This is a buggy challange (#8843)
2016-06-10 14:46:13 +01:00
Stuart 3ef7d18fc0 FIX Unfinished Function Declaration in Comments 2016-06-10 12:40:41 +01:00
Pasayadaan b730761ebe This is a buggy challange (#8843)
Updated description in
seed/challenges/01-front-end-development-certification/html5-and-css.json
to instruct "Create second <p> element after the existing <p> element"
2016-06-09 21:59:30 -05:00
Logan Tegman d0afae8baa Merge pull request #9051 from junzy/fix/access-array-data-indexes
replaced comparison with strict equality operator
2016-06-09 18:12:33 -07:00
Junaid Ahmed 42023aec92 replaced comparison with strict equality operator 2016-06-09 16:26:39 +05:30
Eric Leung e1b987676b Merge pull request #8890 from Bouncey/FIX/Comparison-with-the-Inequality-Operator
FIX/Comparison-with-the-Inequality-Operator
2016-06-08 21:54:33 -07:00
Eric Leung ef0b8c7e41 Merge pull request #9034 from crashuniverse/fix/challenge-record-collection-instructions
Add challenge instruction for valid array operations
2016-06-08 21:46:59 -07:00
Jonathan 6f5a7527f1 Merge pull request #9036 from joechan3/fix/firstTestInvUp
Reword first test description for Inventory Update challenge
2016-06-08 21:04:00 +01:00