Commit Graph

3917 Commits

Author SHA1 Message Date
Niraj Nandish
77689f42bd fix(challenges): Update test to include whitespace (#272)
* fix(challenges): Update test to include whitespace

ISSUES CLOSED: #271
2018-08-25 08:31:17 -06:00
Strahinja Mitrovic
cb21e59f7a fix(challenges): fix #17155
i've added a test for if else statements curly braces to ensure that every condition has to have
both opening and closing curly braces.

I've also made changes that were by scissorsneedfood.

ISSUES CLOSED: #17155
2018-08-25 16:41:52 +09:00
pom421
6058da3725 fix(challenges): fix regex in a JS challenge (#257) 2018-08-25 16:29:12 +09:00
Tomer Ben-Rachel
d560d58631 fix(challenges): rephrased wording in applied visual design (#268) 2018-08-24 06:18:38 -06:00
Josh Alling
25ea07eda6 fix(challenges): fix flex direction row regex
ISSUES CLOSED: #260
2018-08-24 19:53:14 +09:00
Niraj Nandish
6e42f53dde fix(challenges): add missing test to check for for css class
ISSUES CLOSED: #254
2018-08-24 18:22:45 +09:00
Niraj Nandish
a1464f09d3 fix(challenges): Incorrect html closing tag 2018-08-23 15:59:36 +09:00
Josh Alling
d80d98d83c fix(challenges): converts delete html test to regex
Also, adds a solution to be tested with the test suite.

ISSUES CLOSED: #251
2018-08-23 15:57:35 +09:00
Nathan Hannig
2adc516d96 fix(challenges): adding negative integer to challenge to improve tests (#211) 2018-08-22 19:58:23 +09:00
Josh Alling
1a4f6a8d83 fix(challenges): fix confusing destructuring es6 challenge
ISSUES CLOSED: #213
2018-08-21 20:02:30 +09:00
Niraj Nandish
0bf8d3218f fix(challenges): check for shorthand character in regex (#238) 2018-08-21 19:48:49 +09:00
Shrey
b0c0b744ad fix(challenges): fix grammar and spelling errors (#244) 2018-08-21 19:11:05 +09:00
Niraj Nandish
ded4705fac fix(challenges): fixed tests to check for pre operators
Increment and decrement a number challenge
will now check for post-increment

ISSUES CLOSED: #199
2018-08-18 19:19:44 +02:00
Ryan Pisuena
8f17adf2c6 fix(challenges): spelling and grammar errors addressed 2018-08-17 08:21:25 +02:00
Josh Alling
e044de4230 fix(challenges): add test to lookahead regex challenge
ISSUES CLOSED: #209
2018-08-17 08:15:38 +02:00
Tomer Ben Rachel
31957a45e2 fix(challenges): fixed typo in algorithms and ds 2018-08-14 18:51:30 -07:00
Rob Anthony
296cf44f57 fix(challenges): add test to check user is using \W in Regex
Add test to make sure user is using \W and not ^\w
2018-08-14 10:53:17 -07:00
Josh Alling
16d52cbcdf docs(contributing): add info on conventional commit messages
Specifies that a pull request will fail the Travis CI build without conventional commit messages and
adds a link with more info about conventional commits.
2018-08-12 12:55:06 -10:00
Josh Alling
b369fa00cb fix(challenges): fix grid-gap shorthand regex (#237)
ISSUES CLOSED: #229
2018-08-10 15:42:23 -05:00
Josh Alling
a49f45ea5c fix(challenges): fix grid-gap shorthand regex (#232)
ISSUES CLOSED: #229
2018-08-10 08:16:04 -05:00
Ashera138
57b0d0a0e7 chore(challenges): fixed a minor spelling error (#233)
Changed "a option" to "an option" in css-grid.json

ISSUES CLOSED: 17990
2018-08-09 18:22:02 -05:00
Niraj Nandish
159203aa68 fix(challenges): corrected challenge instructions 2018-08-07 23:27:00 -10:00
Josh Alling
1f06d45bbd test(challenges): add solutions to be tested
ISSUES CLOSED: #206
2018-08-07 23:22:43 -10:00
nikrb
037990c47f fix: clickjacking challenge description 2018-08-07 18:08:56 +09:00
Guy Even
96b39c14b6 fix(challenges): fixed challenge accepted without any new code
changed the location of .container rule

ISSUES CLOSED: #198
2018-08-07 17:51:08 +09:00
RaviKThella
6335a1521d fix(challenges): fixed esc chars in managing packages with npm lesson 2018-08-07 17:37:34 +09:00
Edward Njoroge Kahara
4f7faba7d9 fix(challenges): typo
fix typo on line 2083, from 'mutatable' to 'mutable'
2018-08-07 17:29:23 +09:00
Niraj Nandish
dcd8e45318 fix(challenges): challenge description is formatted and concised 2018-08-02 17:50:49 +09:00
Hugo
d1b207553b fix(challenges): update test and add solution for DS challenge
ISSUES CLOSED: #164
2018-08-02 17:12:40 +09:00
Hadrien Allemon
7707b180bb fix(challenges): insufficient objectives for javascript_algorithm/es6/19
The user was able to pass the challenge without building a proper constructor for the class. The new
objective ensure a constructor was built.
2018-08-02 11:29:12 +09:00
CamperBot
0b67e313f7 chore(release): 3.1.2 [skip ci]
## [3.1.2](https://github.com/freeCodeCamp/curriculum/compare/v3.1.1...v3.1.2) (2018-07-31)

### Bug Fixes

* **challenges:** allow for omitted unit after zero values ([45b573b](https://github.com/freeCodeCamp/curriculum/commit/45b573b)), closes [#166](https://github.com/freeCodeCamp/curriculum/issues/166)
* **challenges:** changed complementary color for blue to orange ([e41f078](https://github.com/freeCodeCamp/curriculum/commit/e41f078)), closes [#17934](https://github.com/freeCodeCamp/curriculum/issues/17934)
* **challenges:** fix test in hr challenge ([#189](https://github.com/freeCodeCamp/curriculum/issues/189)) ([2edb306](https://github.com/freeCodeCamp/curriculum/commit/2edb306))
* **challenges:** fix third test for template literals ([b8d004e](https://github.com/freeCodeCamp/curriculum/commit/b8d004e)), closes [#135](https://github.com/freeCodeCamp/curriculum/issues/135)
* **challenges:** fixes escaping of ([fd8c9e4](https://github.com/freeCodeCamp/curriculum/commit/fd8c9e4))
* **scripts:** fix unpack and repack scripts for the new challenge schema ([52ed7cf](https://github.com/freeCodeCamp/curriculum/commit/52ed7cf))
2018-07-31 15:59:22 +00:00
Josh Alling
45b573b57c fix(challenges): allow for omitted unit after zero values
ISSUES CLOSED: #166
2018-07-31 10:16:55 +09:00
John Kennedy
fd8c9e469c fix(challenges): fixes escaping of
and test error message
2018-07-31 09:23:04 +09:00
John Kennedy
b8d004e3f2 fix(challenges): fix third test for template literals
replaced the overly long and complex regex which tests for use of template literals with a much
simpler one that has the same effect

ISSUES CLOSED: #135
2018-07-31 09:23:04 +09:00
ByronCoder
e41f0782ea fix(challenges): changed complementary color for blue to orange
ISSUES CLOSED: #17934
2018-07-30 13:45:13 +09:00
ValeraS
52ed7cfa7e fix(scripts): fix unpack and repack scripts for the new challenge schema 2018-07-30 11:36:10 +09:00
Ruzsa Balázs
2edb306ca1 fix(challenges): fix test in hr challenge (#189)
the current test never matches: in the html, </h4> is followed by <p>, not <em>
2018-07-28 17:48:19 +01:00
mrugesh mohapatra
548a7a4e21 docs: update the changelog 2018-07-28 10:57:16 +05:30
CamperBot
02edc8e5d6 chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/freeCodeCamp/curriculum/compare/v3.1.0...v3.1.1) (2018-07-28)

### Bug Fixes

* **challenges:** improve test for mongodb and mongoose ([8ae372a](https://github.com/freeCodeCamp/curriculum/commit/8ae372a))
2018-07-28 04:58:58 +00:00
Kartik Shah
8ae372ad14 fix(challenges): improve test for mongodb and mongoose 2018-07-28 10:15:48 +05:30
CamperBot
0bd337f766 chore(release): 3.1.0 [skip ci]
# [3.1.0](https://github.com/freeCodeCamp/curriculum/compare/v3.0.1...v3.1.0) (2018-07-27)

### Bug Fixes

* **challenge:** syntax error in sample code snippet ([1d3e076](https://github.com/freeCodeCamp/curriculum/commit/1d3e076))
* **challenge:** typos in first Basic CSS challenge test ([5e41e74](https://github.com/freeCodeCamp/curriculum/commit/5e41e74))
* **challenges:** add code input space for final d3 challenge ([f0b7ea9](https://github.com/freeCodeCamp/curriculum/commit/f0b7ea9))
* **challenges:** add comments to getter/setter instructions codeblock ([9e9bc27](https://github.com/freeCodeCamp/curriculum/commit/9e9bc27)), closes [#92](https://github.com/freeCodeCamp/curriculum/issues/92)
* **challenges:** add solution project euler 52 ([f31fe38](https://github.com/freeCodeCamp/curriculum/commit/f31fe38))
* **challenges:** add solution to project euler 53 ([56d7caf](https://github.com/freeCodeCamp/curriculum/commit/56d7caf))
* **challenges:** add user story to tribute page challange ([12c78d4](https://github.com/freeCodeCamp/curriculum/commit/12c78d4))
* **challenges:** allows single quotes ([57dab6d](https://github.com/freeCodeCamp/curriculum/commit/57dab6d))
* **challenges:** broken link ([64b93df](https://github.com/freeCodeCamp/curriculum/commit/64b93df))
* **challenges:** broken link ([de30ac8](https://github.com/freeCodeCamp/curriculum/commit/de30ac8)), closes [#17823](https://github.com/freeCodeCamp/curriculum/issues/17823)
* **challenges:** change del tag to s tag ([4dc7589](https://github.com/freeCodeCamp/curriculum/commit/4dc7589))
* **challenges:** change green-box class margin to match red-box ([9fd5533](https://github.com/freeCodeCamp/curriculum/commit/9fd5533)), closes [#169](https://github.com/freeCodeCamp/curriculum/issues/169)
* **challenges:** change innerHTML to textContent ([#160](https://github.com/freeCodeCamp/curriculum/issues/160)) ([06e1ba1](https://github.com/freeCodeCamp/curriculum/commit/06e1ba1)), closes [freeCodeCamp/freeCodeCamp#17888](https://github.com/freeCodeCamp/freeCodeCamp/issues/17888)
* **challenges:** fix 2nd test bug ([362fc8a](https://github.com/freeCodeCamp/curriculum/commit/362fc8a)), closes [#17769](https://github.com/freeCodeCamp/curriculum/issues/17769) [#17039](https://github.com/freeCodeCamp/curriculum/issues/17039) [#16967](https://github.com/freeCodeCamp/curriculum/issues/16967)
* **challenges:** fix broken tests - es6_declarative_function ([667dba9](https://github.com/freeCodeCamp/curriculum/commit/667dba9))
* **challenges:** fix challenge for fallback value of CSS variable ([3abf7ad](https://github.com/freeCodeCamp/curriculum/commit/3abf7ad))
* **challenges:** fix description and tests to use sync hashing ([cfa99ef](https://github.com/freeCodeCamp/curriculum/commit/cfa99ef)), closes [#119](https://github.com/freeCodeCamp/curriculum/issues/119)
* **challenges:** fix initial contents ([9329543](https://github.com/freeCodeCamp/curriculum/commit/9329543))
* **challenges:** fix regex (es6 : import vs require) ([f4d598f](https://github.com/freeCodeCamp/curriculum/commit/f4d598f)), closes [#108](https://github.com/freeCodeCamp/curriculum/issues/108)
* **challenges:** fix regex in applied visual design challenge ([#162](https://github.com/freeCodeCamp/curriculum/issues/162)) ([5a34767](https://github.com/freeCodeCamp/curriculum/commit/5a34767)), closes [#161](https://github.com/freeCodeCamp/curriculum/issues/161) [#161](https://github.com/freeCodeCamp/curriculum/issues/161)
* **challenges:** fix regex to allow redundant space characters ([8b99b8b](https://github.com/freeCodeCamp/curriculum/commit/8b99b8b))
* **challenges:** fix typo in "split string into array using split" ([5b27dfd](https://github.com/freeCodeCamp/curriculum/commit/5b27dfd))
* **challenges:** fix typo in a "mongodb and mongoose" challenge ([bd67a66](https://github.com/freeCodeCamp/curriculum/commit/bd67a66))
* **challenges:** fix typo in a node and express challenge ([78d86a4](https://github.com/freeCodeCamp/curriculum/commit/78d86a4))
* **challenges:** fix typo in findOneAndUpdate() challenge ([ab912e4](https://github.com/freeCodeCamp/curriculum/commit/ab912e4))
* **challenges:** fix typo in node and express challenge ([7f3ed42](https://github.com/freeCodeCamp/curriculum/commit/7f3ed42))
* **challenges:** fix typos ([82f85b0](https://github.com/freeCodeCamp/curriculum/commit/82f85b0))
* **challenges:** fixed a typo in Data structures challege ([a4f810e](https://github.com/freeCodeCamp/curriculum/commit/a4f810e)), closes [freeCodeCamp/freeCodeCamp#17786](https://github.com/freeCodeCamp/freeCodeCamp/issues/17786)
* **challenges:** fixed RegEx for template literals javascript challenge ([66d8463](https://github.com/freeCodeCamp/curriculum/commit/66d8463)), closes [#65](https://github.com/freeCodeCamp/curriculum/issues/65)
* **challenges:** fixed regex in a challenge ([c28aac0](https://github.com/freeCodeCamp/curriculum/commit/c28aac0)), closes [freeCodeCamp/freeCodeCamp#17861](https://github.com/freeCodeCamp/freeCodeCamp/issues/17861)
* **challenges:** glitch links in backend projects now open in new tabs ([507c22d](https://github.com/freeCodeCamp/curriculum/commit/507c22d)), closes [#17799](https://github.com/freeCodeCamp/curriculum/issues/17799)
* **challenges:** grammatical error ([5308332](https://github.com/freeCodeCamp/curriculum/commit/5308332))
* **challenges:** improve template literal challenge instructions ([99f4b9f](https://github.com/freeCodeCamp/curriculum/commit/99f4b9f))
* **challenges:** inline style semicolon consistency ([3557016](https://github.com/freeCodeCamp/curriculum/commit/3557016)), closes [#17909](https://github.com/freeCodeCamp/curriculum/issues/17909)
* **challenges:** minor css grid typo ([f147430](https://github.com/freeCodeCamp/curriculum/commit/f147430))
* **challenges:** moved the <em> tag inside the <p> tag ([128794d](https://github.com/freeCodeCamp/curriculum/commit/128794d))
* **challenges:** remove obsolete mention of beta and update link [#144](https://github.com/freeCodeCamp/curriculum/issues/144) ([59d98b8](https://github.com/freeCodeCamp/curriculum/commit/59d98b8))
* **challenges:** replace assertions in authentication with socket.io ([20e3617](https://github.com/freeCodeCamp/curriculum/commit/20e3617)), closes [#82](https://github.com/freeCodeCamp/curriculum/issues/82)
* **challenges:** typo and grammatical error ([c1160c5](https://github.com/freeCodeCamp/curriculum/commit/c1160c5))
* **challenges:** typo error ([2d3ca6d](https://github.com/freeCodeCamp/curriculum/commit/2d3ca6d))
* **challenges:** typo in javascript algorithms/debugging/2 ([8286ff9](https://github.com/freeCodeCamp/curriculum/commit/8286ff9))
* **challenges:** typos in some basic node and express challenges ([93277e5](https://github.com/freeCodeCamp/curriculum/commit/93277e5)), closes [#113](https://github.com/freeCodeCamp/curriculum/issues/113) [#114](https://github.com/freeCodeCamp/curriculum/issues/114)
* clarify unclear instructions ([2a7a3fa](https://github.com/freeCodeCamp/curriculum/commit/2a7a3fa))
* incomplete Sass Test ([086a4a0](https://github.com/freeCodeCamp/curriculum/commit/086a4a0))
* penguin colors to match directions ([0f4b8a9](https://github.com/freeCodeCamp/curriculum/commit/0f4b8a9))
* **challenges:** update pseudo-element selector syntax from CSS2 to CSS3 ([15675e8](https://github.com/freeCodeCamp/curriculum/commit/15675e8))
* **challenges:** update RegEx for testcase in es6 challenge ([857b3e9](https://github.com/freeCodeCamp/curriculum/commit/857b3e9))
* **challenges:** update test suite CDN link ([a311e06](https://github.com/freeCodeCamp/curriculum/commit/a311e06))
* **challenges:** updated dates ([21bb9d0](https://github.com/freeCodeCamp/curriculum/commit/21bb9d0)), closes [#17908](https://github.com/freeCodeCamp/curriculum/issues/17908)
* **gitignore file:** added .vscode and unpacked folder to the file ([1b8eb67](https://github.com/freeCodeCamp/curriculum/commit/1b8eb67))

### Features

* **challenge:** add tests for the timestamp microservice challenge ([0cb0da8](https://github.com/freeCodeCamp/curriculum/commit/0cb0da8))
2018-07-27 14:34:44 +00:00
skoparde
bd67a6693a fix(challenges): fix typo in a "mongodb and mongoose" challenge
Added the word "multiple" to the description of the "Use model.findOne() to Return a Single Matching
Document from Your Database"
2018-07-27 14:21:40 +09:00
skoparde
78d86a4f3b fix(challenges): fix typo in a node and express challenge 2018-07-27 14:20:06 +09:00
skoparde
128794d819 fix(challenges): moved the <em> tag inside the <p> tag
According to the "Use the em Tag to Italicize Text" challenge, the <em> tag should be placed inside
the <p> tag. However, the following challenges have the <em> tag outside the <p> tag. I changed the
order of these tags for those challenges
2018-07-27 14:15:53 +09:00
John Kennedy
57dab6d81f fix(challenges): allows single quotes 2018-07-25 18:47:49 +09:00
Hadrien Allemon
8286ff9c46 fix(challenges): typo in javascript algorithms/debugging/2
In the objectives, the user was asked to log the variable "outputTwice" whereas in the code editor,
no such variable existed. I changed the objectif so that  it states to change the variable
"outputTwo" which is the variable found in the content.
2018-07-25 18:45:27 +09:00
jokebookservice1
380f4cf141 Make issue template headers semantic (#152)
Closes #150
2018-07-24 15:01:03 -07:00
Nathan Lakritz
3557016c01 fix(challenges): inline style semicolon consistency
ISSUES CLOSED: #17909
2018-07-24 18:05:14 +09:00
Adam Wells
21bb9d02c5 fix(challenges): updated dates
Updated footer copyright dates in a couple of files to reflect the current year

ISSUES CLOSED: #17908
2018-07-24 17:57:11 +09:00
nathanhannig
9fd5533168 fix(challenges): change green-box class margin to match red-box
ISSUES CLOSED: #169
2018-07-24 17:32:51 +09:00