Commit Graph

21567 Commits (9cf283aab950fb58e75e95c04ae0b7f80d6387f9)

Author SHA1 Message Date
Lewis Horwood 9cf283aab9 Add tests reflecting #19390 (#19477)
* Add test reflecting #19390

Added two tests to prevent checking only `Alan`.

* Split into 4 tests for each prop

Split previous tests with 2 props on each into 4 single-prop tests; fixed whitespace
2019-02-23 00:16:06 +05:30
marcosetm c835c4485a add align properties and code samples (#31396) 2019-02-22 10:39:02 -08:00
Beau Carnes 2bb171ef30 fix: update color hex values and description of orange (#35316)
* fix: update color hex values and description of orange

* fix: Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/learn-about-tertiary-colors.english.md

Co-Authored-By: beaucarnes <beaucarnes@gmail.com>

* fix: add test that no color names are used
2019-02-22 10:37:57 -08:00
Kristina Gern fad914550f Edit for clarity (#32927) 2019-02-22 10:35:21 -08:00
a-Daley 635000c646 Added "the" to line 17 and comma to line 33 (#30754) 2019-02-22 10:34:10 -08:00
Ethan 4398114837 Added a CSS line-height page to the guides (#33288) 2019-02-22 10:29:26 -08:00
Ignacio Garcia a21e287b00 Translated commented section of Solución (#22746) 2019-02-22 18:48:57 +01:00
Rodolfo b032399525 Update create-a-bulleted-unordered-list.spanish.md (#22712)
Added a "de" connector to correct translation
2019-02-22 18:44:56 +01:00
Rodolfo 1d1064c83b Update check-radio-buttons-and-checkboxes-by-default.spanish.md (#22710)
Removed instance of snippet that was present 2 consecutive times in a sentence (and in the english version is only one time)
2019-02-22 18:44:15 +01:00
Rodolfo 8a2481282e Update add-placeholder-text-to-a-text-field.spanish.md (#22704)
Removed instance of snippet that was present 2 consecutive times in a sentence (and in the english version is only one time)
2019-02-22 18:42:44 +01:00
mrugesh mohapatra 293e58cc23 fix(certs): remove footer and nav from certs (#35333)
* fix(certs): remove footer and nav from certs

* fix: revert spacing on cert
2019-02-22 18:06:47 +03:00
mrugesh mohapatra 163540f8fc fix(client): academic honesty pages and settings (#35348) 2019-02-22 16:28:38 +03:00
mrugesh mohapatra 86cf0cff91 fix(profile): update private profile view (#35350) 2019-02-22 15:55:59 +03:00
mrugesh mohapatra a2536c864f fix(buttons): update toggle buttons feedback color (#35346) 2019-02-22 15:34:16 +03:00
Stuart Taylor 675d6a76e4 Fix: Current challenge timeout (#35352)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #35345

This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise.
2019-02-22 17:19:12 +05:30
TristanSeabrook ce2b46926f removed ungrammatical apostrophe (#35355)
changed "it's" to "its"
2019-02-22 03:14:30 -08:00
TristanSeabrook d8c8ee73a3 added apostrophe (#35354)
changed "keys" to "key's"
2019-02-22 03:12:23 -08:00
TristanSeabrook 7d9ef880c2 removed ungrammatical apostrophe (#35353)
Changed "array's" to "arrays".
2019-02-22 03:12:12 -08:00
Blake Lambert dd9ce2bc2a Added information on inheritance in Python (#26572)
* Added information on inheritance in Python

* Formatting changes
2019-02-22 03:33:16 -05:00
Nick J 334be37bff Fix typo CPPU (#28883)
Fixes a typo in the text where CPPU should be CPU.
2019-02-22 11:40:37 +04:00
Valeriy 0b2aac7bdd chore(tools): set git attributes for line endigs (#35298) 2019-02-22 12:56:19 +05:30
Achilles Moraites e351a35bf2 fix: search bar going off screen (#34586) 2019-02-22 11:39:24 +05:30
mrugesh mohapatra fa6de3c83f docs(local): add notes on authenticating locally (#35336) 2019-02-21 21:59:01 -08:00
Randell Dawson 37aa3172ea fix: added missing &amp; in text of tests (#35341) 2019-02-22 00:28:05 -05:00
Almaz Kunpeissov 4a7571492d #35176 Remove reference to "backspace" regex (#35186)
Remove reference to "backspace" regex in example #35176
2019-02-22 10:50:51 +08:00
KartikSoneji 9389c7342c Added the diamond operator (<>) (#31291)
* Added the diamond operator (<>)

* Update guide/english/java/generics/index.md

Co-Authored-By: KartikSoneji <kartiksoneji@rocketmail.com>

* Changed <> to &lt; and &gt;

* Changed &lt; and &gt; to be escaped by `. Fixed Code Style to be Consistent.

* Formatting changes
2019-02-21 21:03:52 -05:00
Niraj Nandish cb35d49a21 fix(challenges): Fix broken links in English challenges (#35125) 2019-02-21 17:58:31 -05:00
Fordco 63c5423e4a fix(curriculum): iterate with javascript do...while loops (#35214) 2019-02-21 17:25:54 -05:00
Harkirat Singh e202b917d6 Update index.md (#35323)
* Update index.md

Completion of solution code.

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>
2019-02-21 09:32:41 -08:00
Mrugesh Mohapatra ea3e5fff21 fix(pages): remove max-len from learn 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 65288de39a fix(link): lint and format links 2019-02-21 16:50:29 +00:00
Valeriy 4fb112e87f fix: apply suggestions from code review
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 7783079af7 fix: address early review comments and lint 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 65c427a266 feat(pages): import terms page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 03a399d24f feat(pages): import privacy policy to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f8b900f58f feat(pages): import CoC to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 7ae7fb42a4 feat(pages): import support page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f61efb225f fix(links): unify linking to pages internal/external 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f28cee5a4d feat(pages): import sponsors page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 19e8aa52fe feat(pages): import about page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra d2c017d821 fix(title): make consistent main title 2019-02-21 16:50:29 +00:00
Bouncey cf1def239d feat: Use new (tested) accessToken utils to set and remove cookies 2019-02-21 21:03:06 +05:30
Bouncey 3e8bac4590 feat: Use new (tested) accessToken utils to authoize requests 2019-02-21 21:03:06 +05:30
Bouncey 2f944b3aed feat: Add new accessToken utils 2019-02-21 21:03:06 +05:30
Bouncey 36c4737998 chore: Add tests for jwt authorization 2019-02-21 21:03:06 +05:30
Bouncey f5ca6ce5e9 chore: Move sinon dep to the root 2019-02-21 21:03:06 +05:30
Lidiya 0523233ac7 [Russian] Improved translate (#28746) 2019-02-21 17:57:29 +04:00
Lidiya fbc53ea257 [Russian] Improved translate (#28761) 2019-02-21 15:25:56 +04:00
Lidiya fe60bf33e4 [Russian] Improved translate (#28755) 2019-02-21 15:25:36 +04:00
olga1blinova 3b6f0f8ef4 Translation improvements. (#28491) 2019-02-21 15:22:42 +04:00