Commit Graph

8550 Commits

Author SHA1 Message Date
af1cf5d768 Merge pull request #8978 from crashuniverse/fix/challenge-jquery-selector-id
Modify regex to match jquery selector for spaces
2016-06-08 07:49:06 -07:00
7fb1552211 Merge pull request #9028 from QuincyLarson/fix/confirm-email-typo
fix a typo in notification
2016-06-08 10:43:38 +01:00
bbcadd1fc5 fix a typo in notification 2016-06-08 01:13:11 -07:00
bb9b2f85ec Merge pull request #8982 from daniel-chung/fix/assert-message
Clarify error message in basic-javascript challenge
2016-06-07 22:32:58 -07:00
278d8329b5 Merge pull request #8984 from daniel-chung/fix/add-test
Add another test to the Chunky Money challenge
2016-06-07 22:16:35 -07:00
e0b1a4cccd Merge pull request #9024 from LucidNightmare/fix/code-of-conduct
Spelling error in Code of Conduct
2016-06-07 21:54:16 -07:00
366b7f79fe Spelling Error
Fixed spelling error.
2016-06-08 13:01:48 +10:00
882404025d Clarify error message in basic-javascript challenge
Removes the enclosing parentheses in the second assert error message for the basic-javascript challenge 'Escaping Literal Quotes'.

Previous error message was:
Variable myStr should equal to (I am a "double quoted" string inside "double quotes").

The new error message is now:
Variable myStr should contain the string: I am a "double quoted" string inside "double quotes".
2016-06-07 21:16:05 -04:00
e03e013b52 Add new test in basic-algorithm challenge
Creates a new test that checks situations where the solution returns 5 chunks (i.e., an array of length 5 whose elements are themselves arrays).
2016-06-07 20:48:20 -04:00
ea6bdf285b Merge pull request #9017 from adnrs96/fix/broken_link
Fixed Broken link relating to open source terms
2016-06-08 00:21:02 +01:00
6fde3c864f Merge pull request #8980 from JacksonKearl/fix/whitespace-dependency
Decrease whitespace dependencies in checkoffs
2016-06-07 15:48:40 -07:00
f187512cd0 Decrease whitespace dependencies in checkoffs
Change most `\s?` to `\s*\` in tests, to allow for multiple whitespace characters in places where whitespace does not matter.
2016-06-07 15:25:19 -07:00
486343c000 Fixed Broken link relating to open source terms 2016-06-08 00:20:15 +05:30
8903222f99 Merge pull request #8969 from tjgerot/fix/kool-aid
Added hyphen. "Kool Aid">"Kool-Aid"
2016-06-06 00:26:22 +01:00
f07e34a53b Merge pull request #8958 from arun1595/fix/remainder-challenge-tests
Fix tests for finding remainder in javascript challenge
2016-06-05 10:20:07 -07:00
4134847a14 modify regex to match jquery selector for spaces 2016-06-05 22:37:22 +05:30
62d1aa7a06 Merge pull request #8911 from Bouncey/Fix/Spinal-Tap-Case-Missing-Parenthesis
Fix/Spinal Tap Case Missing Parenthesis.
2016-06-05 07:35:56 -04:00
2f196f45b7 Added hyphen. "Kool Aid">"Kool-Aid"
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/8967
2016-06-05 00:03:15 -05:00
ba09459cd1 Merge pull request #8965 from manshantsingh/fix/grammer-typo-in-challenge-test-message
Fix typo in test message for challenge "Use RGB values to Color Elements"
2016-06-05 01:52:46 +01:00
a83be8ef3b Fix typo in challenge:Use RGB values to Color Elements 2016-06-04 17:32:48 -07:00
53026c6609 Fix tests for finding remainder in javascript challenge 2016-06-05 00:28:13 +05:30
263d1e21f6 Merge pull request #8947 from jacobbearden/fix/small-typo
fix small typo
2016-06-04 05:54:42 +00:00
aaab1cd218 fix small typo 2016-06-03 18:29:56 -06:00
93df2dfa4d Merge pull request #8832 from bugron/fix/hikes-title
Fix video challenge title to show challenge name instead of 'Hikes'
2016-06-03 12:07:12 -07:00
83c5cffbe8 Merge pull request #8779 from FreeCodeCamp/greenkeeper-pmx-0.6.2
Update pmx to version 0.6.2 🚀
2016-06-03 12:06:22 -07:00
214f307437 Merge pull request #8373 from vcooley/feature/link-to-wiki-solution
Link to wiki's solution page while working on or after completing cha…
2016-06-03 12:04:30 -07:00
4c39b829b9 Merge pull request #8931 from BerkeleyTrue/fix/remove-verify-flash
fix(email): Remove flash until author required bug is fixed
2016-06-03 00:21:19 -07:00
1906f5d57c fix(email): Remove flash until author required bug is fixed 2016-06-03 00:19:41 -07:00
a0672814e4 Merge pull request #8925 from raisedadead/feature/send-verify-email
Add quick temporary patch for Authorization error
2016-06-03 00:02:08 -07:00
17a38ed4ad Merge pull request #8928 from QuincyLarson/fix/email-verify-copy
fix email copy and flash message link copy
2016-06-02 23:47:17 -07:00
4aaa69a016 Merge pull request #8907 from QuincyLarson/fix/gear-up-challenge-sequence
Update the sequence of gear up challenges and make pledge copy clearer
2016-06-02 23:47:08 -07:00
ec508636b0 Add quick temporary patch for Authorization error 2016-06-03 12:10:07 +05:30
7eaa780351 fix email copy and flash message link copy 2016-06-02 23:39:36 -07:00
a2e426d48e Merge pull request #8919 from BerkeleyTrue/feature/send-verify-email
feature(email): add ability to verify current email
2016-06-03 05:24:06 +00:00
e29a2a9716 feature(email): add ability to verify current email 2016-06-02 15:23:49 -07:00
56844a5e80 Merge branch 'feature/verify-emails' into staging 2016-06-02 13:50:47 -07:00
942962fa0f Add prod urls to verify emails 2016-06-02 13:49:34 -07:00
564f4c1180 Update email info copy 2016-06-02 13:48:56 -07:00
07754913d8 Fix/Spinal Tap Case Missing Parenthesis 2016-06-02 11:53:48 +01:00
6fb8ef1354 Merge pull request #8906 from Ramon-Carroll/fix/portfolio-instruction-wording
Added further clarification to instructions regarding using templates.
2016-06-02 08:23:31 +01:00
82644a5531 Update the sequence of gear up challenges and make pledge copy clearer 2016-06-01 22:32:01 -07:00
5fb13fe425 Added further clarification to instructions regarding using templates. 2016-06-01 22:23:05 -05:00
50434718ec Merge pull request #8898 from rustyautoparts/fix/challenge-access-multid-arrs
Clarified description for "Access Multi-Dimensional Arrays with Indexes" challenge
2016-06-01 20:24:51 +01:00
4c7560263f Merge pull request #8899 from pietromenna/fix/contributing.md-wiki-links
Updated CONTRIBUTING.md wiki links
2016-06-01 20:22:02 +01:00
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
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