Commit Graph

19850 Commits

Author SHA1 Message Date
Kristofer Koishigawa
4b1c5ebc7a fix(challenges): change test for template literals challenge (#37)
The original test was too rigid, and many users were forced to use one solution, usually map, to
complete the challenge. The test is changed here to allow for multiple solutions to the problem,
including the use of either single or double quotes when naming a class.

BREAKING CHANGE:
None
2018-06-29 23:47:58 +05:30
Stuart Taylor
a5ea7ad879 feat(unsub-email): Add an annon unsubscribe route 2018-06-29 19:55:13 +05:30
Stuart Taylor
9a3dd5cfd3 fix(blacklist): Sure up blacklisted usernames 2018-06-29 19:55:13 +05:30
Ilya
ee59047097 fix(Certificates): Delete word 'projects' from certificates' titles
Corresponsing .jade files were changed

Closes #17667
2018-06-28 10:29:30 +01:00
Mrugesh Mohapatra
d09ab75b04 fix(auth): remove all linking apis 2018-06-28 10:28:44 +01:00
Mrugesh Mohapatra
9a472dd631 fix: update email settings 2018-06-28 10:28:08 +01:00
Mrugesh Mohapatra
580e1465bb fix: remove enforcing redirect to update-email 2018-06-26 15:37:51 +01:00
mrugesh mohapatra
2a192671da fix: remove linkedin signin and paths (#17720) 2018-06-25 15:51:09 -05:00
Stuart Taylor
c459572fcf fix(about): Return empty object for no user (#17714) 2018-06-26 00:50:40 +05:30
Stuart Taylor
65cb3886ff chore(curriculum): Version bump 2018-06-25 10:44:58 +01:00
semantic-release-bot
6bb62c7c2c chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/freeCodeCamp/curriculum/compare/v1.2.1...v2.0.0) (2018-06-24)

### Bug Fixes

* **challenges:** Correct a regex in ES6 read-only challenge ([#41](https://github.com/freeCodeCamp/curriculum/issues/41)) ([cf9336a](https://github.com/freeCodeCamp/curriculum/commit/cf9336a))
* **challenges:** fix responsive web design cert claim ([6e02f9d](https://github.com/freeCodeCamp/curriculum/commit/6e02f9d))
* **interview-prep:** Remove duplicates ([816be51](https://github.com/freeCodeCamp/curriculum/commit/816be51))

### Features

* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([21930a8](https://github.com/freeCodeCamp/curriculum/commit/21930a8))

### BREAKING CHANGES

* **challenges:** none
2018-06-24 13:43:00 +00:00
huyenltnguyen
6e02f9d3e4 fix(challenges): fix responsive web design cert claim
BREAKING CHANGE:
none
2018-06-24 14:41:31 +01:00
Thomas Lombart
cf9336a3b1 fix(challenges): Correct a regex in ES6 read-only challenge (#41)
The regex testing if the user has entered console.log(SENTENCE); was broken. It has been modified.
2018-06-24 14:41:31 +01:00
NitronR
816be51471 fix(interview-prep): Remove duplicates 2018-06-24 14:41:31 +01:00
Bhanu Pratap Singh Rathore
21930a8c1b feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-24 14:41:31 +01:00
mrugesh mohapatra
9b0ee8b77c docs: update issue templates 2018-06-24 14:41:31 +01:00
mrugesh mohapatra
68092aa311 docs: remove duplicate issue template 2018-06-24 14:41:31 +01:00
mrugesh mohapatra
1b3add5b28 docs: update issue templates 2018-06-24 14:41:31 +01:00
Mrugesh Mohapatra
837f9e7524 fix: remove seed files 2018-06-22 12:42:01 +01:00
Rachel Sinclair
6fab6319f8 chore(package): Update Font Awesome and remove Ionicon dependency (#17497)
Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon
references to match version 5 syntax. Replace all Ionicon references
with Font Awesome icons and remove all files relating to Ionicon.

Closes #13798
2018-06-22 01:46:17 +05:30
semantic-release-bot
77f542a2bd chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/freeCodeCamp/curriculum/compare/v1.2.0...v1.2.1) (2018-06-21)

### Bug Fixes

* changes text to bold in the JS Algo and DS ([#20](https://github.com/freeCodeCamp/curriculum/issues/20)) ([999c6af](https://github.com/freeCodeCamp/curriculum/commit/999c6af))
* example link will open in new tab ([#22](https://github.com/freeCodeCamp/curriculum/issues/22)) ([5815401](https://github.com/freeCodeCamp/curriculum/commit/5815401))
* give 'Exercise Tracker' the correct id ([6de827c](https://github.com/freeCodeCamp/curriculum/commit/6de827c))
* Remove an unnecessary line from basic javascript challenge ([#19](https://github.com/freeCodeCamp/curriculum/issues/19)) ([e1dfe8f](https://github.com/freeCodeCamp/curriculum/commit/e1dfe8f))
* sample code in intro to currying ([d4cf9de](https://github.com/freeCodeCamp/curriculum/commit/d4cf9de))
* typo errors ([#23](https://github.com/freeCodeCamp/curriculum/issues/23)) ([16ff132](https://github.com/freeCodeCamp/curriculum/commit/16ff132))
2018-06-21 13:20:27 +00:00
John Kennedy
d4cf9deee6 fix: sample code in intro to currying
Corrected the code sample that didnt work
Amended uncurried example to better tie in with rest of code making the lesson more cohesive
2018-06-21 18:48:04 +05:30
Stuart Taylor
6de827c8b7 fix: give 'Exercise Tracker' the correct id 2018-06-21 18:48:04 +05:30
Niraj Nandish
16ff132f44 fix: typo errors (#23)
* Typo errors

Unnecessary break

Grammatical error

* remove an unnecessary <br>
2018-06-21 18:48:04 +05:30
Niraj Nandish
5815401097 fix: example link will open in new tab (#22)
Example link will open in new tab

Final editing
2018-06-21 18:48:04 +05:30
Michael Silverman
999c6af639 fix: changes text to bold in the JS Algo and DS (#20) 2018-06-21 18:48:04 +05:30
Ankit Tiwari
e1dfe8f43c fix: Remove an unnecessary line from basic javascript challenge (#19) 2018-06-21 18:48:04 +05:30
Mrugesh Mohapatra
bbb9d6ab37 chore(tools): update dependancies 2018-06-21 18:48:04 +05:30
Mrugesh Mohapatra
d2f09fff81 chore(tools): update commitlint config for travis 2018-06-21 18:48:04 +05:30
Mrugesh Mohapatra
d9e2376d4a fix: open project links in new tab 2018-06-21 13:14:28 +01:00
Stuart Taylor
c9155092b0 fix(api): filter private properties from public user api (#17653) 2018-06-20 19:49:39 +05:30
semantic-release-bot
5a58ad276e chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/freeCodeCamp/curriculum/compare/v1.1.3...v1.2.0) (2018-06-19)

### Bug Fixes

* **challenges:** Fix typo in security challenge ([#17608](https://github.com/freeCodeCamp/curriculum/issues/17608)) ([1573455](https://github.com/freeCodeCamp/curriculum/commit/1573455))
* blockquote-formatting-in-challenges ([#17590](https://github.com/freeCodeCamp/curriculum/issues/17590)) ([d31e0a3](https://github.com/freeCodeCamp/curriculum/commit/d31e0a3))

### Features

* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([a133a3f](https://github.com/freeCodeCamp/curriculum/commit/a133a3f))

### Reverts

* "test(challenges): Corrected expected average value" ([#17568](https://github.com/freeCodeCamp/curriculum/issues/17568)) ([20fac4e](https://github.com/freeCodeCamp/curriculum/commit/20fac4e))
2018-06-19 12:32:56 +00:00
Tom
d31e0a3a24 fix: blockquote-formatting-in-challenges (#17590) 2018-06-19 17:53:24 +05:30
Vimal Raghubir
fb3d904b64 Fix: Reword unempathetic sentence (#17598)
* Fix: Reword unempathetic sentence

* Remove unnecessary word
2018-06-19 17:53:24 +05:30
Varun
1573455292 fix(challenges): Fix typo in security challenge (#17608) 2018-06-19 17:53:24 +05:30
Alex Swiontek
3a8ff9a8d1 style(challenges): Change "Mortal Combat" to "Mortal Kombat" (#17625)
Reference the game by using the correct spelling
2018-06-19 17:53:24 +05:30
Bhanu Pratap Singh Rathore
a133a3f139 feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-19 17:53:24 +05:30
Alex Swiontek
ec63a2fff0 style(challenges): Change "Mortal Combat" to "Mortal Kombat" (#17625)
Reference the game by using the correct spelling
2018-06-19 16:09:01 +09:00
Varun
e56d739158 fix(challenges): Fix typo in security challenge (#17608) 2018-06-19 12:23:24 +05:30
Vimal Raghubir
dc31b5cc5f Fix: Reword unempathetic sentence (#17598)
* Fix: Reword unempathetic sentence

* Remove unnecessary word
2018-06-19 10:45:09 +09:00
Bhanu Pratap Singh Rathore
aaa73bd1c9 feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-19 10:41:16 +09:00
Charles Moss
ee64ab97c1 fix: removed unnecessary strip call from boot sequence (#17526)
fix: Updated boot/donate.js to connect to stripe by default in production mode

fix: removed whites spaces from donate.js and added extra check for api keys

fix: added a name to boot/donate.js export function
2018-06-18 15:47:10 +01:00
Tom
412980c403 fix: blockquote-formatting-in-challenges (#17590) 2018-06-17 12:10:06 +09:00
Tom
ff788f86ff fix: current-challenge redirect (#17528) 2018-06-15 14:11:24 +01:00
Quincy Larson
cac56959d4 fix(certifications): Update text on cert (#17578) 2018-06-14 10:45:49 +05:30
mrugesh mohapatra
6cb3732bd0 docs: cleanup changelog 2018-06-14 03:34:36 +05:30
Kristofer Koishigawa
20fac4e2c3 revert: "test(challenges): Corrected expected average value" (#17568) 2018-06-14 03:30:04 +05:30
Vimal Raghubir
0d2afb5743 Fix: Code ordering issues (#17560)
* Fix: Code ordering issues

* Update applied-visual-design.json
2018-06-14 03:30:04 +05:30
semantic-release-bot
a1a2c3a777 chore(release): 1.1.3 [skip ci]
## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)

### Bug Fixes

* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))
2018-06-13 16:50:48 +00:00
Mrugesh Mohapatra
20c0143e6c fix: remove extraneous build step 2018-06-13 22:17:09 +05:30