fe29ec4209
Added Russian translate ( #37539 )
2020-01-24 10:30:03 +04:00
60bf902ec8
Better russian translate ( #37540 )
2020-01-24 09:48:11 +04:00
decc6043c2
Better russian language ( #37541 )
2020-01-24 09:46:48 +04:00
dd9485f27c
Better russian language ( #37542 )
2020-01-24 09:45:53 +04:00
103eac7540
docs: update copyrights ( #38088 )
...
* docs: update copyrights
2020-01-22 12:30:43 +01:00
1159a8dcaf
fix: Add edge case for mixed grouping of characters exercise, where "Frank Roosevelt" returns false ( #38097 )
2020-01-22 15:58:47 +05:30
10bd00309a
Added solution to this exercise ( #38074 )
...
* Added solution to this exercise
* fix: changed js to html
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-01-22 00:00:06 +05:30
46e2a1b262
Improve Arabic translation ( #36960 )
2020-01-21 21:25:16 +03:00
bc470325d0
Update use-destructuring-assignment-with-the-rest-parameter-to-reassign-array-elements.english.md ( #38092 )
...
I added 'the' to correct the English grammar and hence improve the readability of the instructions.
2020-01-21 08:25:10 -06:00
64286b4f13
fix: add closing section tag ( #38094 )
2020-01-21 16:45:31 +03:00
10a2b06bae
Improve Arabic translation/fix code blockk ( #36961 )
2020-01-21 16:41:05 +03:00
78a1bc3a1c
Fix code block ( #36962 )
2020-01-21 16:35:16 +03:00
3cc810e387
Improve translations/code block fix ( #36964 )
2020-01-21 16:30:56 +03:00
bcaec00958
Translate discerption to Arabic ( #37650 )
...
* Translate discerption to Arabic
* Translate description and instructions to Arabic
2020-01-21 16:21:47 +03:00
db652a6e8a
Revert "Translate description section to Arabic ( #37652 )" ( #38093 )
...
This reverts commit de1ab3dc65
.
2020-01-21 16:20:04 +03:00
de1ab3dc65
Translate description section to Arabic ( #37652 )
2020-01-21 16:03:24 +03:00
92ffe117f1
fix: add space to blockDonationText ( #38075 )
2020-01-21 09:49:25 +01:00
e7ccaeff13
Fix/landing page vs learn page ( #38085 )
...
* fix: Use template literals for welcome conditional on /learn page
* fix: Make sign in button on /learn page same width as landing page
2020-01-20 09:50:07 +01:00
d29bfcd1e9
fix: adjust styles and search behavior when there are no hits ( #38073 )
...
fix search bar to show "No tutorials found" and not redirect to search page without hits.
change styles to match news.
2020-01-20 10:47:06 +03:00
c408cb9c1a
Removed typo from Instructions ( #38066 )
...
* Removed typo from Instructions
Removed the word 'with' which doesn't belong.
* Update curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* Update curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-01-15 08:18:58 +05:30
d824c77012
Move the comment on line 71 to its own line ( #38036 )
...
* Move the comment on line 71 to its own line
The comment "use function argument destructuring" was on the same line as some code, and when displayed as a challenge it returned to a new line and was not commented out.
* Update line 71 comment per @manish-giri suggestion
Move the comment "use function argument destructuring" to above the "change code below this line" comment for clarity. Based on conversation in this pull request https://github.com/freeCodeCamp/freeCodeCamp/pull/38036
2020-01-15 08:17:34 +05:30
27b4deae36
Update run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md ( #38065 )
...
Corrected typos.
2020-01-14 21:18:17 +05:30
fd72bd40f9
fix: change test-evaluator hash to refresh cache
2020-01-14 00:29:39 +09:00
bb5a9e8153
fix(security): treat messages as text, not HTML ( #38062 )
2020-01-13 12:56:29 +03:00
978bae6716
fix: news search redirects and loading indicator ( #38048 )
...
Disable loading indicator and redirect to full news search page url so NGINX no longer redirects to ../news/news/search?query=...
2020-01-13 04:22:27 +05:30
e925e854f1
Update delete-one-document-using-model.findbyidandremove.english.md ( #38041 )
2020-01-11 07:10:51 -08:00
ca592d98b0
Improved Russian translation ( #37608 )
2020-01-10 09:48:22 +04:00
7080757a57
Improved Russian translation ( #37609 )
2020-01-10 09:31:20 +04:00
7f6a653c28
fix: update react lesson link (remove 404) ( #38031 )
...
* Update lesson link (remove 404)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-01-09 17:29:50 +01:00
b64048fe13
fix: hide stripe form when isDonating ( #38034 )
2020-01-09 18:57:04 +05:30
fd36d6db37
fixed typo, "is" changed to "in" ( #38032 )
2020-01-08 18:58:31 -08:00
059e826465
fix: remove all year-end gift implementation ( #38030 )
2020-01-09 02:37:50 +05:30
86127a24f7
fix: add tests for header parser microservice project ( #37187 )
...
* fix: add tests for header parser microservice project
* fix: make test more robust
* fix: make text use 'should'
2020-01-08 12:31:19 -08:00
e65c47c6ba
fix: Wrap codes with <code> tags in css-flexbox challenge. ( #38025 )
2020-01-08 15:18:48 +03:00
a70e15c0a7
fix: allow-space-in-destructuring-regex ( #37997 )
2020-01-07 17:22:15 +01:00
81fe7678c1
Wrap column
with <code> tags. ( #38020 )
2020-01-07 14:15:03 +01:00
14c1c429e2
fix: remove inappropriate quotes ( #38019 )
2020-01-07 14:42:05 +03:00
849e78d72e
feat: enable MathJax for Project Euler challenges ( #38017 )
...
* feat: enable MathJax for Project Euler challenges
Enables MathJax to render mathematical formulae for some Project Euler problems
* refactor: DRY out script insertion
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-01-07 14:14:12 +03:00
6809578044
fix: change starting font-size ( #37981 )
2020-01-07 13:39:06 +03:00
9ed588c9fa
Russian translate ( #37543 )
2020-01-05 15:59:09 +04:00
c87eb4026b
Improve russian translation ( #37619 )
2020-01-05 15:58:21 +04:00
c4d0c92d72
Improved RU translate ( #37641 )
2020-01-05 15:54:21 +04:00
27172adf5e
Improved RU translate ( #37642 )
2020-01-05 15:53:42 +04:00
d1eeb51817
Improved RU translate ( #37643 )
2020-01-05 15:53:09 +04:00
e2b357bb56
fix: flush logs straight after evaluation ( #38011 )
...
If test evaluation takes too long the worker can timeout and any logs
will be lost. Flushing the logs before test evaluation avoids this.
2020-01-04 10:38:05 +05:30
0a0cbead58
fix(learn): Fixed tests for the create a hash table challenge ( #37870 )
...
* fix: update create hash table's tests
* fix: update the way lookup method is declared to enable the use of this.collection in it
2020-01-03 11:18:40 +01:00
e4a229187e
fix: speed up tests
...
Either improved the algorithm or reduced the difficulty for the slowest
tests. All these pass with testProtectTimeout = 500, so should be safe
on most machines with the current timeout of 2500.
2020-01-03 11:41:52 +05:30
f5feff386a
fix: stop user code after 500ms of execution
...
Code like `var xs = []; while(true){ xs.push(1) }` can quickly run the
browser out of memory causing it to crash. These changes stop user loops
from running indefinitely so that common mistakes will no longer cause
the browser to crash.
Also, the user is informed if a long running loop is detected (js and
jsx challenges) during preview or testing. Before this there was no
protection for js challenges and no information was given to the
user if they had created such a loop.
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com >
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-01-03 11:41:52 +05:30
1a56f4d5f4
fix(client): show certs on timeline ( #37947 )
...
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-01-03 11:32:31 +05:30
1b06bb29f0
fix: allow g flag on regex ( #37941 )
2020-01-02 18:24:07 -07:00