Commit Graph

11395 Commits (47bb4ca5e38c3770825e58d142fcf30b7e86410b)

Author SHA1 Message Date
Aditya Rohilla 47bb4ca5e3 fix(seed): removed typo from task description (#17166) 2018-05-15 10:16:33 +05:30
Bunny Vishal d4924c7069 fix(quotes): Misspelling in quote "Twenty years from now" by Mark Twain (#17164) 2018-05-14 23:59:16 +05:30
Kristofer Koishigawa ffde63c39b fix(challenges): Add Tests and Solution for Project Euler 50 (#17152)
Added an additional test and a solution adapted from the one
@elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-14 15:12:04 +01:00
Jake Magers 69d833da66 fix: Display JS "Claim Certificate" button (#17104)
The "Claim Certificate" button for the "JavaScript Algorithms and Data
Structures" projects will now be visible when all projects have been
completed.
2018-05-14 09:37:47 +01:00
Marcus Chong 26ec1a6ea7 fixed broken link in contributing.md (#17159) 2018-05-14 09:34:46 +01:00
Otto Jongerius 79411a511e chore: add section on how to raise security issues (#17160)
* chore: add section on how to raise security issues

* chore: update email address.
2018-05-14 09:33:45 +01:00
Stuart Taylor 5eb90ed8c8 feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn (#17144)
* feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn

* fix(linting): Generate pathMigrationMap on 'prelint-js'

* fix(script): fix "only once" script

* fix(lock): Fix lock file
2018-05-14 13:04:51 +05:30
Kristofer Koishigawa 058ec5d247 fix(challenges): Edit Description, Add Tests and Solution for Project Euler 47 (#17142)
Edited the description to more closely match the spacing and line breaks
from projecteuler.net. Added more tests, updated the challenge seed,
and added a solution from user @elliotjz contributed to the fCC
Arcade Mode.

BREAKING CHANGE: None
2018-05-11 22:15:55 -04:00
Kristofer Koishigawa e078d72d04 fix(challenges): Edit challengeSeed and Add Solution for Project Euler 49 (#17146)
Changed the name of the function in the challengeSeed from euler49 to the
challenge name. Also added a solution that @elliotjz contributed to the
fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-11 17:23:28 -04:00
Kristofer Koishigawa aac8f58ec9 fix(challenges): Edit Description, Tests, and Add Solution for Project Euler 48 (#17145)
Added `<sup>` tags to the description to make it more like the one on
projecteuler.net. Also added additional tests and a solution.

Here's a solution for QA:

```
```

BREAKING CHANGE: None
2018-05-11 17:00:46 -04:00
Oliver 47e8d93ec4 fix(seed): Change tag nesting order (#17093)
Changed em tag to wrap around p tag

Closes #17077
2018-05-08 20:09:14 -04:00
Kristofer Koishigawa ca1e466492 fix(challenges): Edit Description and Add Solution for Project Euler 46 (#17140)
Updated the problem description with `<sup>` tags. Also added a solution
that user @elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-08 15:53:01 -04:00
Kristofer Koishigawa 54dbf89fd7 fix(challenges): Edit Description and Add Solution for Project Euler 45 (#17126)
Updated the problem description with an inline CSS grid, <sup>, and
<var> tags. Also added a solution that user @elliotjz contributed
to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-08 15:43:20 -04:00
Kristofer Koishigawa 1325cc0513 fix(challenges): Edit Description and Add Solution for Project Euler 44 (#17127)
Updated the problem description with <sup> and <var> tags, and centered
some text. Also, added a solution that user @elliotjz contributed to the
fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-06 21:48:17 +05:30
Stacy Jean-Philippe 3f09b234ec docs(documentation): Fix PR instructions inconsistency (#17124)
Closes #17090
2018-05-05 00:31:55 +05:30
Stuart Taylor f121a8b7bc feat(responceTime): Cache react markup by route (#16797) 2018-05-05 00:05:55 +05:30
John Kennedy 6227fb5d94 updates to MailHog instructions (#17113)
* updates to MailHog instructions

* add images for mailhog section

* changed image links
2018-05-04 21:48:14 +05:30
Marcin Procyk f031b82a70 fix(seed): Bootstrap default button fix (#17082)
added btn-default class to lessons with basic Bootstrap buttons, which
add proper styles for default button

Closes #17075
2018-05-03 10:07:00 -04:00
Jake Magers c9deffb4d8 fix(seed): Fix tests for apisMicroservicesCert (#17105)
Users are now capable of claiming the "Apis and Microservices"
certificate.
2018-05-03 18:34:44 +05:30
Jake Magers 36cd13417d fix: Claiming respWebDesignCert tests (#17102)
Changed the "Build a Personal Portfolio" id in the
responsive-web-design-certificate tests to the correct id.

Users are now capable of claiming the "Responsive Web Design Certificate".
2018-05-03 18:33:09 +05:30
Irina Brennen 3e778fe452 fix(seed): Fixed test to fail if console.clear is still commented out (#17097)
Closes #16958
2018-05-03 18:31:42 +05:30
anthonygallina1 3d1fadb6a6
Merge pull request #17103 from raisedadead/chore/update-lockfile
chore(lockfile): Update lockfile missed earlier
2018-05-02 16:47:06 -07:00
Courtney 5012af8cf3 fix: index number in QA challenge test (#17096)
* fix: index number in QA challenge test

* fix: removed json files from git
2018-05-03 02:01:44 +05:30
Logan Wright fe6442994f fix: typo in responsive web design projects (#17100) 2018-05-03 02:01:05 +05:30
Mrugesh Mohapatra cd395da941 chore(lockfile): Update lockfile missed earlier
missed updating the lockfile in #17030
2018-05-02 18:13:12 +05:30
Kristofer Koishigawa 3629d35495 fix(challenges): Edit Description, Add Tests and Solution for Project Euler 40 (#17087)
Updated the problem description to more closely match the one on the Project Euler page. Also added more tests along with a solution that user @elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-04-28 14:31:51 +05:30
Kristofer Koishigawa a2eaa120bb fix(challenges): Edit Description and Add Solution for Project Euler 38 (#17086)
Updated the problem description with `<val>` tags and improved the
formatting. Also added a solution that user @elliotjz contributed to
the fCC Arcade Mode.

BREAKING CHANGE: None
2018-04-28 14:31:23 +05:30
Kristofer Koishigawa fd2a004d2e fix(challenges): Edit Description and Add Solution for Project Euler 33 (#17085)
Updated the problem description with <sup> and <sub> tags. Also added a
solution that user @elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-04-28 14:30:38 +05:30
Kristofer Koishigawa 67b1c32184 fix(challenges): Port Solution for Project Euler 32 from Arcade Mode (#17084)
Ported the solution for Project Euler 32 user @elliotjz contributed to
the fCC Arcade Mode.

BREAKING CHANGE: None
2018-04-28 14:30:11 +05:30
Emanuele Antonelli 06b4c95472 mongoose challenges: check for db connection (#16987) 2018-04-28 13:52:47 +05:30
Kristofer Koishigawa fa1cc4a436 fix(challenges): Edit Description, Add Tests and Solution for Project Euler 41 (#17088)
Updated the problem description with <i> tags. Removed a couple of tests
because they seemed too restrictive for the different approaches users
might take when solving this problem. Also added a solution
that user @elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-04-28 13:49:06 +05:30
matt lubel 58e8054f67 fix(challenges): Change spanish description (#17089)
changed instructions to require English text in order to be consistent
with tests

Closes #17073
2018-04-27 23:48:08 +05:30
Dipesh Wagle 313594ef11 docs(CONTRIBUTING): fix redundant broken links (#17070) 2018-04-27 03:33:26 +05:30
Lovepreet Singh d24f3ff175 feat(navbar): Improvement in button and navbar
Closes #16946

feat(navbar): Added missing propType

Closes #16946

feat(navbar): Updated as of required code format

Closes #16946
2018-04-27 03:28:30 +05:30
YogeshSharma0201 59f6581ab3 fix(settings): Notify instead of flash when user updates his emai
Closes #16861
2018-04-27 03:25:39 +05:30
Nicholas Nadeau, P.Eng., AVS e5d52afad8 chore: fixed typos via client9/misspell (#17081) 2018-04-25 10:37:27 +05:30
Abhishek Kulshrestha 9a380f135a chore(server): Deleted outdated explanation file of how-nonprofit (#17067)
changes for issue 17067

Closes #17067
2018-04-23 10:47:11 +05:30
Lovepreet Singh 2f95c9f363 feat(challenges): Highlight current challenge (#16982)
highlight the currently selected challenge

Closes #16902

feat(challenges): Use of params dashed to get current challenge

Closes #16902
2018-04-18 16:23:37 +01:00
Lovepreet Singh 38e9cff9fa fix(editor): Clear codemirror undo on new challenge (#17002)
clear codemirror undo stack on new challenge

Closes #16960

fix(editor): Removed not required code

Closes #16960

feat(editor): Updated code with coding style

Closes #16960
2018-04-18 16:19:31 +01:00
Ahmad Abdolsaheb b5864279fa fix(seed): Fixes tests (#17051)
tests assert changed

Closes #17019
2018-04-17 15:53:55 -04:00
Shivam Chawla f18c791f3e fixed Typo in Basic CSS #17057 (#17061)
Fixed Typo in Basic CSS: Cascading CSS variables description #17057
2018-04-17 15:09:18 -04:00
Chaitanya ebcfb83486 Fix to tests messages (#17059)
In https://beta.freecodecamp.org/en/challenges/react/write-a-simple-counter challenge code is referring to Component Counter but messages are referring to myComponent
2018-04-17 15:02:57 -04:00
Kirushna Kumar 77bde7247f fix(challenge): map.add() test case in create map DS challenge (#16995) 2018-04-17 14:27:51 -04:00
Varun 00e6d92480 fix: SASS challenge and code indentation (#17036) 2018-04-17 14:08:35 -04:00
Quincy Larson cc0e75e526 Merge branch 'guiKailu-branch/fix/weather-user-story-details' into staging 2018-04-16 23:02:45 -05:00
Quincy Larson f1e552c32d fix broken JSON 2018-04-16 23:02:11 -05:00
guiKailu baa3012d67 This update clarifies in take-home-interview-projects.json the different possible weather outcomes right in the weather challenge instructions. QuincyLarson approved User Story update, despite its length. 2018-04-16 08:53:44 -07:00
mrugesh mohapatra a2076ce1ec fix(auth): on-boarding, signup and welcome flows (#16882)
* fix(auth): Route should have specific targets

* fix(signup): Redirection should be to signup

Closes #16945

* feat(redirect): All fallback redirects to signin

* fix: send back to originating route

* fix(server,secrets): Specify profile field for LinkedIn provider.

* fix(profile): Add route to react profile page
2018-04-13 15:48:10 +01:00
Kristofer Koishigawa d6f217c1b9 fix(seed): Simplify Unique Titles Test (#17056)
Originally the test would check for the index of a title in an array of
unique challenge titles. However, the index of the title within the
array isn't important for this test, so I simplified the code using
@Bouncey's suggestion in PR #17035.

Also changed grammar for the error that's thrown when a challenge
title isn't a valid string.

BREAKING CHANGE: None
2018-04-13 15:15:40 +01:00
Hakeem Davis bcd31aa499 fix(seed): Clarify instructions (#17050)
Closes #17044
2018-04-13 09:49:01 +05:30