Commit Graph

22393 Commits

Author SHA1 Message Date
16e95b9f51 Improved Russian translation to this article (#29281) 2019-02-28 20:49:51 +04:00
f687f804d8 Solution for Intermediate Algorithm Scripting: Pig Latin (#34446)
* Solution for Intermediate Algorithm Scripting: Pig Latin

Solution exclusively utilizes regex and string functions

Username: finally_static

* Properly format sublists

* sublists

* sublists

* sublist

* fix: added #2 to existing Intermediate solution

* Create a number for first intermediate solution
2019-02-27 19:49:00 -05:00
25f45ffc60 fix: Rename section in Modify array challenge (#35430) 2019-02-27 19:04:49 -05:00
ae5e2398aa fix(guide): add intermediate solution to guide (#25485) 2019-02-27 19:03:53 -05:00
8db94edcab added documentation ur (#34631)
added documentation url for  String.fromCharCode() method
2019-02-27 13:53:22 -08:00
1779971cff Fix typos in MongoDB lessons and clarify some language (#35020)
* docs: typos and change some language for clarity

* fix: typo regression

* fix: added the word is
2019-02-27 13:41:19 -06:00
9a597e84db Add a missing preposition (#24445)
A little fix with, add a preposition like in the localeTitle
2019-02-27 19:27:19 +01:00
0aefc16599 Añadiendo algunos ajustes en español (#24424) 2019-02-27 19:25:54 +01:00
488feb050f Improved translation (#23652) 2019-02-27 19:23:57 +01:00
7d491f9bf6 chore: update lockfile 2019-02-27 16:02:00 +00:00
e4affac93a fix: move donation modal from end of challenge to before a challenge. 2019-02-27 15:57:07 +00:00
108884cbba Update index.md (#24020) 2019-02-27 08:29:08 -07:00
a3773d7c3a fix: update the progress loader 2019-02-27 13:22:54 +00:00
d2387023f5 chore: Bump gatsby packages (#35444)
<!-- 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.
2019-02-27 17:00:40 +05:30
083161e247 fix: remove PII from title (#35428) 2019-02-27 12:42:06 +05:30
9151723951 fix: Rework reset progress saga to wait for the updated user 2019-02-27 09:25:05 +03:00
d3418dfecf fix: Do not try to parse an empty response 2019-02-27 09:25:05 +03:00
769ec3cb63 Make code consistent in challenge (#19054) 2019-02-26 16:38:46 -05:00
5aab82cc89 fix(docs) Corrected challenge template example (#35307) 2019-02-26 22:21:00 +03:00
67d1a633cf fix(saga): update actions for reset and delete
Co-authored-by: bouncey <staylor1012@gmail.com>
2019-02-26 22:57:13 +05:30
1ce38a99e0 fix: apply conventional styling changes 2019-02-26 22:57:13 +05:30
05f8c2bd5c feat: added danger-zone-saga.js 2019-02-26 22:57:13 +05:30
e51b8bfaca feat: added danger zone 2019-02-26 22:57:13 +05:30
2a61d4327c Update some words to commons spanish words (#23340) 2019-02-26 16:39:10 +01:00
52105e3968 feat: fixed grammar/formatting of entire document (#35392) 2019-02-26 21:01:25 +05:30
f4528ad0ff fix: Consolodate full screen loaders in to one component 2019-02-26 16:06:05 +03:00
41ffe5a7e4 Adding-missing-challenge-solution (#35025)
* Adding-missing-challenge-solution

* updating solution as requested

added back in //solution required and removing console.log

* Adding-solution

* Update access-property-names-with-bracket-notation.english.md

* adding-solution

* Adding-solution
2019-02-26 03:44:33 -05:00
e40909b055 Corrected minor spelling error (#34750)
Changed "areas template" => "area's template".
2019-02-25 23:38:40 -05:00
ab456a9a94 fix: changed js to html in solution section (#35414) 2019-02-25 22:50:58 -05:00
665c9cb47f fix: Object Oriented Programming: Use Dot Notation to Access the Properties of an Object (#34675)
* fix: typos

* fix: removed unnecessary assert message
2019-02-25 22:24:06 -05:00
0c652e3ace feat: curriculum-basic-html-form-element-solution (#34956) 2019-02-25 22:23:08 -05:00
cbd1ebd4f5 Remove extra empty line from Applied Visual Design Challenge (#35241)
* Remove extra empty line

* fix(client): Removed extra line
2019-02-25 22:00:00 -05:00
30fd0aa78e fix: add solution for accessibility challenge (#35366) 2019-02-25 21:58:35 -05:00
fd1a19d956 Add indentation spaces to example code (#35047) 2019-02-25 18:49:42 -06:00
fe07433d0e fixed typo with instructions and preview (#26088)
* fixed typo with instructions and preview

Instructions stated that grid-template-columns was set to repeat(auto-fill, minmax(60px, 1fr)); but it was not in .container or .container2
Changed .container2 to already include this as I believe was intended, leaving camper to change .container on their own
Fixes #18034

* Update curriculum/challenges/english/01-responsive-web-design/css-grid/create-flexible-layouts-using-auto-fill.english.md

suggested change by @thecodingaviator

Co-Authored-By: bannon-tanner <bannon.n.tanner@gmail.com>

* possible fix for solution

* apply my suggestioned changes
2019-02-25 15:50:00 -08:00
ff53235efd fix: update welcome page for night 2019-02-25 23:26:48 +00:00
06311a56f6 Fixed the code formatting for readability (#25831)
I fixed the code formatting for readability. Made the spacing easier to see so updates and changes could be made more easily.
2019-02-25 21:03:32 +01:00
1c4d57dfb3 fix: text bleeding buttons in profile and donate-form (#35399)
<!-- 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.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.

<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->

Closes #35265
2019-02-26 01:09:05 +05:30
0a228ab8e8 Update build-a-tribute-page.spanish.md (#23321)
Modified user history number 7, so it has the same format as the others. Also modified last line, which was too informal compared with the rest of the article
2019-02-25 20:37:02 +01:00
ca24e4bca2 Update traduction from some words (#23314) 2019-02-25 20:34:56 +01:00
d7b5946c31 fix: text overflow on cta buttons (#35378) 2019-02-26 00:47:18 +05:30
58edfce838 chore: fixup linting the api tests 2019-02-25 19:14:52 +00:00
1faa8dc0c1 fix: set a max-len rule for eslint 2019-02-26 00:18:46 +05:30
1c6df3649b chore: Add readme for boot_tests directory 2019-02-26 00:17:02 +05:30
f743f4edf5 fix: Convert ints to strings for validation 2019-02-26 00:17:02 +05:30
014c26cd4e fix: Add tests for redirectToLearn 2019-02-26 00:17:02 +05:30
953e1b2e11 feat: Add tests for challenge>buildUserUpdate 2019-02-26 00:17:02 +05:30
75190d3a43 feat: Add challenge validation middleware 2019-02-26 00:17:02 +05:30
ff23e94e25 Update add-elements-within-your-bootstrap-wells.russian.md (#28969)
Fixed Russian translation in add-elements-within-your-bootstrap-wells.english.md.
2019-02-25 21:58:59 +04:00
f3fd951446 fix(coding): uncomment destructuring test and add solution (#18909)
* fix(coding): uncomment destructuring test and add solution

the test that ensured destructuring was being used had been left commented out and there was no solution offered. I uncommented the test and verified it worked as well as added the solution.

* fix: corrected partial solution to full
2019-02-25 23:27:50 +05:30