Commit Graph

16540 Commits (f85a6f7f2eef001e9e7c675de5cdacfb55e6ac9e)

Author SHA1 Message Date
Matthew Smith ed5e02d7ae test(challenges): Corrected expected average value (#17562)
Modified 8.675 to 8.52 in three places for correct average value

BREAKING CHANGE: n/a

Closes #17561
2018-06-13 13:02:11 +05:30
Todd Bradshaw 8d57e1607f fixed line breaks in 'Prevent Object Mutation' challenge (#17547)
* fix(seed):line breaks in 'Prevent Object Mutation' challenge #17541

* Update es6.json
2018-06-13 13:02:11 +05:30
Vimal Raghubir 8c119560d6 Fix: Remove duplicate test (#17543) 2018-06-13 13:02:11 +05:30
Vuong 1245522cba Fix typo in CSS Grid: Use Media Queries to Create Responsive Layouts (#17534) 2018-06-13 13:02:11 +05:30
Devon Aleshire 821164d519 Update to challenge verbiage for radio/checkbox (#17527)
Updated create radio / create checkbox to identify that the input element is not required to be inside the label element. Tried to use soft language without making user think it was incorrect because current tests still require the input to be nested within the label element. Also, this is not necessarily incorrect syntax as noted at W3 - Forms - Labels: https://bit.ly/2sLiXvE. Nesting implies implicit association vs explicit association using for attribute.
2018-06-13 13:02:11 +05:30
Vimal Raghubir c0b47ae7a7 Fix: Match single quotes (#17539)
* Fix: Match single quotes

* Fix: slash direction

* Fix: Regex expression and refined tests
2018-06-13 11:31:31 +09:00
Vimal Raghubir 4f729e861f fix: rename incorrect variable name (#17538)
* fix: rename incorrect variable name

* Fix: Bad variable naming
2018-06-13 11:22:14 +09:00
Matthew Smith fa08e372c6 test(challenges): Corrected expected average value (#17562)
Modified 8.675 to 8.52 in three places for correct average value

BREAKING CHANGE: n/a

Closes #17561
2018-06-13 11:15:24 +09:00
Stuart Taylor f54b7c07f5 fix(settings): fix-up user objects for solutions (#17556) 2018-06-12 21:20:35 +05:30
Todd Bradshaw e10a9fcda0 fixed line breaks in 'Prevent Object Mutation' challenge (#17547)
* fix(seed):line breaks in 'Prevent Object Mutation' challenge #17541

* Update es6.json
2018-06-12 22:18:58 +09:00
Vimal Raghubir d6f9f6ce80 Fix: Remove duplicate test (#17543) 2018-06-12 21:47:53 +09:00
Vuong 4f9c265e1a Fix typo in CSS Grid: Use Media Queries to Create Responsive Layouts (#17534) 2018-06-12 20:18:03 +09:00
Devon Aleshire d465ac9c77 Update to challenge verbiage for radio/checkbox (#17527)
Updated create radio / create checkbox to identify that the input element is not required to be inside the label element. Tried to use soft language without making user think it was incorrect because current tests still require the input to be nested within the label element. Also, this is not necessarily incorrect syntax as noted at W3 - Forms - Labels: https://bit.ly/2sLiXvE. Nesting implies implicit association vs explicit association using for attribute.
2018-06-12 20:08:56 +09:00
mrugesh mohapatra 1336450ccc
chore: add patch to gitignore (#7) 2018-06-11 19:55:04 +05:30
Mrugesh Mohapatra 46e40f5aba chore(tools): add linting, fomatting and other tools 2018-06-11 19:28:21 +05:30
renojvarghese 1f9349c6b5 fix: green text is lighter and easier to read on night mode (#17514) 2018-06-11 18:30:28 +05:30
Matt Huntsberry 154770f752 docs(readme): update formatting for projects (#17521) 2018-06-11 18:26:23 +05:30
mpmaan be6325a3f0 docs(readme): fix broken link for academic honesty policy (#17535) 2018-06-11 18:24:46 +05:30
Bhanu Pratap Singh Rathore 5e2c24e3b8 feat(interview-prep): Porting Rosetta problems (#17480)
* feat(interview-prep): Porting Rosetta problems

* Changes done

* Update rosetta-code.json

* Update rosetta-code.json
2018-06-11 18:22:32 +05:30
Jarek Wojciechowski 68b089e95d fix(challenges): add info about ReactDOM.render in an early react challenge (#17186) (#17473) 2018-06-11 18:22:32 +05:30
bogadodiegoh c9f572d271 fix(seed): updated basic javascript URLs for hints (#17445)
* Updated json file with right url values

* Updated url links after review

* Updated another broken url link after review
2018-06-11 18:22:32 +05:30
Vimal Raghubir 0874eca77c fix: added new test and fixed incorrect variable (#17471)
* Added new test and fixed incorrect variable

* Fix: Incorrect sentences and descriptions

* Update es6.json
2018-06-11 18:22:32 +05:30
Bhanu Pratap Singh Rathore 5ba9c1d5c0 feat(interview-prep): Porting Rosetta problems (#17480)
* feat(interview-prep): Porting Rosetta problems

* Changes done

* Update rosetta-code.json

* Update rosetta-code.json
2018-06-11 09:03:55 +09:00
Jarek Wojciechowski 8f4e8bb3dd fix(challenges): add info about ReactDOM.render in an early react challenge (#17186) (#17473) 2018-06-11 09:02:32 +09:00
bogadodiegoh b6f963bb98 fix(seed): updated basic javascript URLs for hints (#17445)
* Updated json file with right url values

* Updated url links after review

* Updated another broken url link after review
2018-06-11 08:46:46 +09:00
Vimal Raghubir 39cb13380b fix: added new test and fixed incorrect variable (#17471)
* Added new test and fixed incorrect variable

* Fix: Incorrect sentences and descriptions

* Update es6.json
2018-06-11 08:45:18 +09:00
mrugesh mohapatra 95b5c479fc
chore: add build status from travis (#4) 2018-06-09 04:38:09 +05:30
mrugesh mohapatra aa131b94d6
feat: add documentations and travis config (#3) 2018-06-09 04:26:02 +05:30
mrugesh mohapatra 2cea1bdccc
chore(scripts): remove scripts for server specific logic (#2) 2018-06-09 04:12:17 +05:30
mrugesh mohapatra d59514866e
feat: add dev dependencies (#1) 2018-06-08 18:31:07 +05:30
Stuart Taylor 4f77da02be feat(donate): Add donate api (#17459)
* feat(donate): Add donate api

* feat(donation): Add ability to track donations via email
2018-06-07 16:35:06 -05:00
Tom 3f61c1356f fix: open learn in current tab (#17443) 2018-06-07 13:39:20 -05:00
mrugesh mohapatra 6f8d36f4a7 fix: add redirects for legacy certification paths (#17484) 2018-06-07 13:37:17 -05:00
mrugesh mohapatra 259a0a594e fix(portfolio): User /:username routes as previously (#17470) 2018-06-07 13:15:30 +01:00
Kory Dondzila a8756d5919 fix(seed): Fixes database seeding issue (#17472) 2018-06-07 00:57:13 +05:30
Vimal Raghubir 9e840de396 Capitalized spaceShuttle (#17464)
Capitalized spaceShuttle
2018-06-07 00:00:44 +09:00
Bhanu Pratap Singh Rathore f52ccf54f5 feat(interview-prep): Porting Rosetta problems (#17388)
* feat(interview-prep): Format descriptions

* Changes done

* Description fixed
2018-06-06 22:39:22 +09:00
Huyen Nguyen 287671f499 fix(certificates): Make certificates printable (#17433)
Closes #17346
2018-06-05 22:04:38 +05:30
Jaka Kranjc 894d3777bc fix(seed): responsive-web-design: make css tests case insensitive (#17430) 2018-06-05 21:59:30 +05:30
Andrew Bales 638429e0b0 fix(seed): fixed typo in applied visual design(#17429) 2018-06-05 21:56:57 +05:30
Rachel Sinclair 6d7092928e fix(seed): Simplify audio element closing tag test (#17401)
Excessively strict assertions were causing the test to fail when user
added extra attributes such as 'id' to the opening audio tag. Test has
been simplified to remove the unnecessary criteria.

Closes #17343
2018-06-04 20:06:28 +09:00
bogadodiegoh 69ee2e4e73 Updated pengiun value with penguin (#17414) 2018-06-03 14:36:05 -05:00
Stuart Taylor bb18a2ed36 Fix(schema): Enforce type Number for "challengeType" (#17409)
* fix(schema): Enforce number types

* fix(seed): String challengeType -> Number challengeType
2018-06-03 14:33:44 -05:00
Sanchit 0234bb82c0 docs(readme): update readme for new curriculum and certifications (#17370)
* Made the requested changes in README.md

* minor changes

* Reword parts of the Readme and polish
2018-06-03 12:55:29 -05:00
Stefan Feješ dd61e8df98 fix question details: JavaScript, ES6 category (#17407)
* fix question details

* Update es6.json
2018-06-03 08:48:56 -05:00
mrugesh mohapatra 98d633aab5 chore(seed): Release package to npm (#17400) 2018-06-03 10:18:43 +01:00
Gonzalo Pozzo ccf745f960 fix(seed): Fix variable names on basic-css exercise (#17390)
3 different variable names should be changed but the exercise repeated 3
times the same one

Closes #17385
2018-06-02 13:54:16 -05:00
Mateusz Mazurczak cba08023e2 Correct text mistake (#17392)
* Correct text mistake

In challenge: Animate Multiple Elements at Variable Rates
text implicated that we changed in previous challenge two frames, while we were changing only one.

* Update applied-visual-design.json
2018-06-02 13:52:35 -05:00
Stuart Taylor 0fb5207e8d Fix: Certification Claims (#17389)
* fix(claim-certs): Fixes two typos making certification claims impossible

* fix(challenge): Use correct id for Portfolio project
2018-06-02 16:58:06 +05:30
mrugesh mohapatra 389d756dad fix: update the error messages (#17378) 2018-06-02 03:32:16 -05:00