Commit Graph

58 Commits

Author SHA1 Message Date
Josh Alling
1f06d45bbd test(challenges): add solutions to be tested
ISSUES CLOSED: #206
2018-08-07 23:22:43 -10:00
Nathan Lakritz
3557016c01 fix(challenges): inline style semicolon consistency
ISSUES CLOSED: #17909
2018-07-24 18:05:14 +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
Pushpender Maan
3abf7adce5 fix(challenges): fix challenge for fallback value of CSS variable 2018-07-11 22:13:38 +09:00
wudifeixue
5e41e744a5 fix(challenge): typos in first Basic CSS challenge test 2018-07-09 23:16:21 +09:00
Simon
0f4b8a9eaa fix: penguin colors to match directions 2018-07-01 12:53:55 +09:00
Niraj Nandish
0c0702d6c0 fix(challenges): Typo errors (#39) 2018-06-29 23:47:58 +05:30
Tom
d31e0a3a24 fix: blockquote-formatting-in-challenges (#17590) 2018-06-19 17:53:24 +05:30
Bennett Elder
d039668a8f fix(challenges): Fix wrong word on Basic CSS lesson (#17219)
Updated 'valuables' to say 'variables' since that's what the description was about.
2018-05-23 12:59:34 +05:30
Stuart Taylor
4e645a5ff6 Package: Validate challenges on test (#17216)
This PR allows us to validate the schema during test.

It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
Stuart Taylor
ee66d84ccb feat(package): Initial Curriculum separation (#17174)
* feat(package): Initial Curriculum separation

* feat(package): Add org scope to package

* chore(ooops): Remove development file

* feat(npm): Add .npmignore

* fix(paths): Fix curriculum paths

* feat(build): Add a build step

* chore(seed): Move package file back to seed

* fix(ignore): Fix .npmIgnore file

* chore(docs): Update README

* chore(seed): Rename coding interview blocks

* fix(seed): Challenge files now fit into learn

* chore(seed): Update seed files for use in learn

* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
Shivam Chawla
05f034bfe6 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
Quincy Larson
ed9cce022e fix(seed): Minor copy improvements 2018-03-19 21:14:07 -05:00
Quincy Larson
bbd73a1ba6 Merge branch 'feature/add-css-variable-challenges' of https://github.com/moT01/freeCodeCamp into moT01-feature/add-css-variable-challenges 2018-03-19 16:42:35 -05:00
Schalk Neethling
5d93e6d0c3 fix: Small language updates, and fix for colour contrast - basic-css (#16851) 2018-03-09 10:16:55 -06:00
Schalk Neethling
9ef7d8e405 fix: language update suggestions for basic-css and basic-html (#16767)
* fix: language update suggestions for basic-css and basic-html

* Fix plural
2018-03-08 10:13:20 -06:00
moT01
8d7ba72a41 feat(seed): add css variable challenges 2018-03-08 08:50:23 -06:00
renisalcedo
280858e205 fix(seed): Fix "Change the Color of Text" challenge not loading (#16764)
Closes #16762
2018-02-22 10:47:33 +01:00
Schalk Neethling
767efbc76f fix: language update suggestions for basic-css and basic-html (#16729) 2018-02-16 11:11:23 +00:00
Schalk Neethling
15c9c8527a fix: language update suggestions for basic-css and basic-html (#16713) 2018-02-14 16:24:21 +00:00
Schalk Neethling
d63f3e2ce6 fix: small language update suggestion for basic css (#16706) 2018-02-13 09:46:48 +00:00
Matthew Brener
98d92c3e58 feat(seed): Fix attribute selector grammar error (#16676)
Changed the word "style" to "styles"

Closes #16675
2018-02-10 09:23:12 +00:00
jpdail01
0dec10e0fb Select div by element instead of by class to test background-color (#16638) 2018-02-08 11:32:57 +05:30
Irina Brennen
98d27c16c1 refactor(seed): Add link to guide
Partially #16388
2018-01-10 18:32:16 -06:00
Darkpingouin
c5a3efb56b Updated simple challenges for colorblinds (#15602)
* Update Challenge for color-blindness 

To do : Translate for Ru, Es and pt-br
Done : Corrected the challenge + translation in German done.

* Corrected color for color-blindness in simple challenges

To do : Translate in ru, pt-br and es
Done: code correction + de translation

* Fix a bug and update some translations
2017-09-01 18:56:03 -07:00
Timo
86f96a1a28 fix(challenges): Revert CSS regex test
Some CSS tests were changed to regex tests while the CSS tests weren't
working on Firefox. Now that the original issue has been fixed, these
changes can be reverted.

Closes #15567
2017-08-30 14:56:09 +02:00
Shubham Sharma
0be65dc56c fix(challenges): Add test to check semicolon (#15756)
forces semicolon at the end of inline style declaration

Closes #10703
2017-08-12 17:33:42 -05:00
Catherine
d8baf0dc52 Moved the code example from tests to instruction 2017-06-19 01:51:30 +03:00
chrisrymer
13f6551ec9 Add support for single and double quotes on style attribute 2017-05-30 22:20:02 +01:00
texas2010
26fdd5e28f move example out of test 2017-05-26 11:26:40 -05:00
Hadrian
e0abcc085b Reworked and Repositioned Attribute Selector Challenge (#13996) 2017-04-28 21:29:59 +05:30
Peter Weinberg
549028bf3e Merge pull request #14117 from JoolsMcFly/fix/empty-spaces-should-be-allowed-between-style-attribute-and-its-value
allow spaces between style attribute and its value
2017-04-04 17:51:28 -04:00
Julien Dephix
6482c71810 allow multiple variants of "color:red" in style attribute 2017-04-04 09:44:41 +02:00
MANISH-GIRI
4e760188e2 Add test to verify usage of clockwise padding notation 2017-03-28 02:36:18 -04:00
Marmiz
2e07114bd2 added capitalization warning 2017-03-22 23:24:34 +07:00
Dylan
7f0683d584 Merge pull request #13960 from HKuz/fix/oneGoogleFontChall
Combine Google Font challenges into one
2017-03-17 22:07:56 -05:00
Heather Kusmierz
462c3a6753 Combine Google Font challenges into one 2017-03-17 18:18:47 -04:00
Eric Leung
60fd1220cd Merge pull request #13701 from donniereese/fix/basic-css-border-radius-percent-message
Fixed display of various characters not showing up correctly in test console
2017-03-16 22:28:39 -07:00
homerrowsky
736082869c Fix typos in basic-css-hex-code-colors 2017-03-08 09:59:34 -06:00
Donnie Reese
1678b63de1 Fixed display issues of various characters not showing up correctly in the console on the test page when tests are ran. html codes to show basic characters such as “%” and “,” where not consistent with other seed entries. 2017-03-02 17:48:35 -06:00
Samuel Plumppu
d23899620a Merge pull request #13548 from dhcodes/fix/challenge-title-formatting
Fix challenge title formatting misc
2017-02-27 17:55:38 +01:00
dhcodes
baf1d0cff8 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
boyinstruggle
3f9b0e38f6 Created distinction between last two tests and tweaked assertion test 2017-02-27 21:37:30 +08:00
boyinstruggle
07ce770558 Amended regex to properly validate inline-style 2017-02-24 22:21:17 +08:00
MANISH-GIRI
6dc69bad8e Improve instructions in font degrade challenge 2017-02-23 14:00:08 -05:00
Dylan
3bf2e9be5a Merge pull request #13389 from cdrainxv/fix/modify-test
modified the test case to include color keyword value
2017-02-21 07:48:26 -06:00
cdrainxv
0a560a1462 modified the test case to include color value 2017-02-20 23:09:09 -07:00
Rares Matei
18b105c58e Remove Monospace font from challenge work area
Reword the challenge
Fix typo in Notes section
2017-02-19 09:35:29 +00:00
Quincy Larson
2709eb6b3a add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
Heather Kusmierz
7b0e659061 Revise intro for Basic CSS section 2017-02-05 16:24:17 -05:00