Commit Graph

9659 Commits

Author SHA1 Message Date
4a4f71145c Updated CONTRIBUTING.md wiki links
If applied, this commit will update the links from "Other resources" section from CONTRIBUTING.md file with the current wiki links. It will also remove [Contributions Guide - With a demo on fixing a typo] link from "Other resources" section.
2016-06-01 15:15:51 -03:00
c8ce78112c Fixed issue #7015: Access Multi-Dimensional Arrays with Indexes
This commit clarifies the explanation and example for the Basic Javascript challenge "Access Multi-Dimensional Arrays with Indexes." The implemented fix was proposed by @erictleung in https://github.com/FreeCodeCamp/FreeCodeCamp/issues/7015#issuecomment-222345491
2016-06-01 12:24:29 -05:00
1f86c4f9f8 Merge pull request #8893 from malayaleecoder/fix/friendly-data-ranges
Fix Friendly Date Range issue
2016-06-01 16:24:36 +01:00
869191a53f Fix Friendly Date Range issue 2016-06-01 15:54:30 +05:30
ff4dfb09da Add email verification and notifications
This commit
- [x] Fixes the flash notice color (Trivial)
- [x] Adds flash message for user with no email.
- [x] Adds checks to see if user's email is verified, and displays corresponding notification.
- [x] Adds email templates.
2016-06-01 08:34:34 +00:00
30e0c59652 Clarify description. 2016-05-31 21:36:34 -07:00
bbacbd3d81 Merge pull request #8864 from hangaebal/fix/when-codemirror-return-function-object
Fix Bug when CodeMirror return function object
2016-05-31 21:26:53 -07:00
0846d73580 Merge pull request #8250 from wdimac/fix/loop-protect-when-label-offset
Stop inject from mangling label when offset from loop
2016-05-31 21:20:31 -07:00
78d1c9d32a changed date format
updated month format
2016-05-31 06:47:44 -04:00
b932d4262d Merge pull request #8865 from Salt7900/fix/num0_change
Change wording about a number not being positve
2016-05-31 04:07:50 +00:00
66f2019dbe Change wording about a number not being positve 2016-05-30 22:53:07 -05:00
856874a727 Fix Bug when CodeMirror return function object 2016-05-31 11:21:17 +09:00
2964d0ce46 Changed date format for certificate generation 2016-05-30 22:06:58 -04:00
0e10970198 Merge pull request #8857 from pranayberry/fix/remainder-challenge
Updated test case for the remainder challenge
2016-05-30 17:01:37 -07:00
9549f572ae Merge pull request #8834 from prideloki/fix/css-for-pledge-cancelling-button
Fix CSS for Pledge cancelling("Maybe later") button
2016-05-31 00:20:14 +01:00
9282ab5d3a Merge pull request #8691 from nishant-tomer/fix/tests-challenge-record-collection
add one more test to Record Collection
2016-05-30 16:11:48 -07:00
1de8664451 Updated test case 2016-05-31 01:59:22 +05:30
a98cf03173 Merge pull request #8374 from vcooley/fix/close-aside-on-modal-in
Modals now close map, wiki, and chat asides when they are displayed
2016-05-30 15:27:44 +00:00
e8ed4c34d5 Merge pull request #8810 from atjonathan/feature/wikimodelfixedheader
Added fixed header to wiki aside
2016-05-30 15:18:46 +00:00
430c499380 Merge pull request #8842 from nadalfederer/fix/jslingo.json
fix grammar in this lecture
2016-05-29 21:07:15 -07:00
d7afbd3212 Merge pull request #8848 from dakshshah96/fix/confusing-error-message
Fix test in Accessing Obj Properties with Vars
2016-05-29 13:26:00 -07:00
93b2b1b541 Fix test in Accessing Obj Properties with Vars 2016-05-29 12:47:11 +03:00
a52e22dfb6 fix grammar in this lecture 2016-05-29 00:23:05 +03:00
d3f95d4917 Merge pull request #8840 from bugron/fix/dont-auto-toggle-questionview
Do not auto toggle to Question view when video ends
2016-05-28 11:54:45 -07:00
a0b1e3c59b Do not auto toggle to Question view when video ends 2016-05-28 20:18:19 +04:00
9fe18ba4e1 update client/less/main.less
- add btn-default hover background color
2016-05-28 16:26:48 +07:00
dce9614e42 Merge pull request #8830 from DealPete/fix/period
add period to "Escaping Literal Quotes in Strings".
2016-05-28 18:56:00 +11:00
d3806bec14 Fix video challenge title 2016-05-28 09:01:18 +04:00
650f214c4f add period to "Escaping Literal Quotes in Strings". 2016-05-27 22:57:25 -02:30
56903828e3 Merge pull request #8824 from tlerias/fix/remove-pledge
Send CSRF Value in Remove Pledge Form Submit
2016-05-27 17:26:50 -07:00
b951f8a035 Send CSRF Value in Remove Pledge Form Submit 2016-05-27 12:32:31 -04:00
d9f48e81e3 Added fixed header to wiki aside
* Added title
2016-05-27 17:03:07 +01:00
742efa8790 Merge pull request #8817 from jaydenwindle/fix/filterchallenge-linebreak
Fixed line break issue in filter challenge
2016-05-27 08:19:06 +01:00
239e5232a5 fixed line break issue in filter challenge 2016-05-26 20:27:42 -04:00
8fb8820a39 Merge pull request #8803 from estherfang09/fix/8792
Changes question in 4 Basic Parts of Computer Basics Hike
2016-05-26 18:27:03 +01:00
5950517c07 Fixed test on the 4 Basic Parts of a Computer challenge 2016-05-26 13:12:36 -04:00
f51c4890fd Merge pull request #8804 from zaclem01/fix/add-learnyoumongo-fix-instructions
Add instructions for setting up MongoDB on C9.io
2016-05-26 16:01:11 +00:00
7f56a4e024 add instructions for setting up MongoDB on C9.io 2016-05-26 10:37:00 -04:00
fa364f65e8 Merge pull request #8777 from atjonathan/fix/labs
Removed /labs from about page
2016-05-26 14:24:23 +00:00
4bcd646b8f Merge pull request #8799 from zaclem01/fix/add-palindrome-underscore-test
add test assertion for underscores in palindrome bonfire
2016-05-26 14:10:08 +00:00
f7e7b75811 Merge pull request #8737 from ltegman/fix/update-codemirror
Update codemirror
2016-05-25 21:49:13 +01:00
dace8ea745 Replaced Force Directed Graph Challenge (#8782)
* Replaced Force Directed Graph Challenge
2016-05-25 20:14:26 +00:00
111d82c51c Merge pull request #8788 from hangaebal/fix/video-challenges-sequence
Change Video Challenges sequence
2016-05-25 20:05:23 +00:00
c6ddf1ce71 add test assertion for underscores in palindrome bonfire 2016-05-25 15:46:08 -04:00
43d0e74174 change Video Challenges sequence 2016-05-24 14:35:03 +09:00
4bd48a118b Merge pull request #8786 from zaclem01/fix/add-code-tags
fix/add-code-tags
2016-05-23 22:15:16 -07:00
8ffff275bb add code tags for visual appeal
add 'e' to code tag
2016-05-23 23:01:23 -04:00
7ee3c3d0c6 Removed /labs from about page 2016-05-23 17:23:29 +01:00
5a957c6089 Merge pull request #8757 from kevindessely/fix/broken-Read-Search-Ask-links
Fix Read-Search-Ask broken links
2016-05-23 07:00:06 -07:00
b4ca82a268 chore(package): update pmx to version 0.6.2
https://greenkeeper.io/
2016-05-23 04:52:39 -07:00