camperbot
26c6300743
chore(i18n,curriculum): update translations ( #43595 )
2021-09-28 17:22:14 +02:00
camperbot
eac0a395a1
chore(i18n,curriculum): update translations ( #43583 )
2021-09-27 18:10:31 +01:00
Oliver Eyton-Williams
2b6bef08ae
feat: localize videos ( #42869 )
...
* refactor: separate out VideoPlayer component
* feat: support bilibili videos
* feat(client): allow localized videos to be shown
* fix: remove add subtitles CTA
* feat: add locale ids for Why Program?
2021-09-27 12:26:38 +03:00
Ilenia
00a81067a3
chore(curriculum): changed external links to news articles in 4 challenges ( #43373 )
...
* changed 4 links
* fix wording
* change link as suggested by @gikf
2021-09-27 09:12:53 +01:00
Ikko Ashimine
6d19fec884
fix(curriculum): typo in word-frequency.md ( #43571 )
...
occurences -> occurrences
2021-09-26 17:11:25 +02:00
camperbot
1f842f04ee
chore(i18n,curriculum): update translations ( #43569 )
2021-09-25 18:15:05 +01:00
Renovate Bot
acba4f7b00
chore(deps): update dependency mocha to v9.1.2
2021-09-25 12:07:51 +00:00
Tom
160931cd6a
fix: update rbdms urls to new repos ( #43477 )
...
* fix: update rbdms urls to new repos
* revert: github-tutorial-urls-to-moT01-repo
2021-09-25 12:54:00 +02:00
camperbot
9f2595ec0b
chore(i18n,curriculum): update translations ( #43556 )
2021-09-24 06:31:25 -07:00
Alan Luo
42e88ac281
fix(curriculum): Fix a typo ( #43554 )
2021-09-24 15:48:31 +09:00
James Geer
77b8405a31
fix(curriculum): allow optional final css semi-colon ( #43545 )
...
* fix for issue: #43536 , final css property optional semi-colon
* accidentally left a "y" at the end of the sentence
* replaced regex with CSSHelp
* removed trailing white-space
2021-09-23 19:25:50 +01:00
Shaun Hamilton
5ddccecd46
fix(curriculum): adjust implementation-of-social-auth tests ( #43162 )
...
* fix(curriculum): adjust implementation-of-social-auth tests
* use deepInclude with much optional chaining
2021-09-23 11:37:22 -05:00
camperbot
fd544c02a5
chore(i18n,curriculum): processed translations ( #43546 )
2021-09-23 16:38:58 +01:00
camperbot
2012ad3035
chore(i18n,curriculum): update translations ( #43534 )
2021-09-22 16:34:59 +01:00
James Geer
3207ea04e7
fix(curriculum): Css fix for issue #43517 : Example css code does not demonstrate hover animation ( #43524 )
...
* fix question example code for id: 587d78a7367417b2b2512ae0
* Revert "fix question example code for id: 587d78a7367417b2b2512ae0"
This reverts commit c99edf8609
.
* modifying only the english version of button hover example
* change to keep css looking consistent
2021-09-22 16:22:11 +02:00
Alan Luo
492ddcf6bd
fix(curriculum): move word 'example' to correct position ( #43528 )
2021-09-22 13:55:59 +01:00
Renovate Bot
cf98d8b964
chore(deps): update dependency puppeteer to v10.4.0
2021-09-21 19:43:38 +00:00
Kristofer Koishigawa
a9204f12ea
fix: replace frontend libraries bitly links ( #41815 )
...
* fix: replace frontend libraries bitly links
* fix: replace s3 bucket urls with cdn urls
2021-09-21 18:23:30 +01:00
Kristofer Koishigawa
8c9ca6a2fa
fix: replace JS algorithms and data structures bitly links ( #41813 )
2021-09-21 16:46:25 +01:00
camperbot
b681dbfabe
chore(i18n,curriculum): update translations ( #43500 )
2021-09-21 08:09:14 -07:00
Mohanesh Babu
128d7a509d
Update create-an-es6-javascript-map.md ( #43495 )
2021-09-21 09:58:21 -05:00
Kristofer Koishigawa
1d4e7e1d16
fix: replace responsive web dev bitly links ( #41811 )
2021-09-21 09:46:55 -05:00
camperbot
3337f48586
chore(i18n,curriculum): update translations ( #43493 )
2021-09-19 20:11:53 +01:00
camperbot
15be1fe6bb
chore(i18n,curriculum): update translations ( #43463 )
2021-09-18 19:22:53 +01:00
Aaron McCollum
badeb6e2df
fix(curriculum): reworded grammar to do without hyphen ( #43487 )
...
Suggesting the removal of "-" on line 29 in the description, as the comma before "such" is sufficient to separate the examples from the rest of the sentence.
2021-09-18 13:13:05 +01:00
Nicholas Carrigan (he/him)
2cf4a7d787
feat(curriculum): add piano project ( #43364 )
...
* feat: i broke it horribly
* fix: background colour first
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: missing asserts
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: remove extra background
* fix: meta order
* feat: clarify descriptions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-13 17:51:42 +01:00
vama
6996d54fe7
fix(curriculum): specify array is returned from the function ( #43425 )
...
* (fix)Sort an array alphabetically using the sort Method - Array is returned from the function #43417
* (mod)Curriculum - Adding explicit instructions so that function will return a sorted array #43417
* (fix)Curriculum - Correcting grammetic error in instructions #43417
* mod: updated transaltion message #43417
* fix: Curriculum - Updated grammatical error in instructions #43417
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in >
2021-09-13 17:22:55 +02:00
camperbot
3d50ac03ad
chore(i18n,curriculum): processed translations ( #43435 )
2021-09-13 16:13:43 +02:00
Nicholas Carrigan (he/him)
a563b3b4e4
feat(curriculum): CSS Box Model project ( #42182 )
...
* feat(curriculum): add initial steps
Add the initial step files for this project.
* feat(curriculum): write test texts
Add some test text (tests coming soon).
* feat: tests for HTML bits
Add tests for the HTML bits - CSS holding off until parser lands.
* feat: CSS tests
New CSS parser works great!
* fix: link href
Fix the href in the boilerplate.
* chore: apply suggestions from code review
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* fix: clarify link element
* fix: optional chaining
* fix: remove unused meta props
* fix: update helper and fix tests
* chore: apply tom's review suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* chore: no console logs
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: intro
Add introductory text, tweak instructions a bit.
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-10 17:17:03 +01:00
EhEhRon91
9aea61d0df
fix: conflicting info updated ( #43394 )
2021-09-10 15:40:39 +05:30
renovate[bot]
f46d183d95
chore(deps): update babel monorepo to v7.15.6 ( #43424 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-10 15:27:27 +05:30
James Huang
adc07fb50a
fix(curriculum): typo in parsing html and saving data challenge ( #43416 )
2021-09-09 09:29:54 +02:00
Matt
4bfe989324
fix: typo in problem 260 ( #43418 )
2021-09-09 09:28:35 +02:00
Nicholas Carrigan (he/him)
fa84f6c449
feat(curriculum): css picasso painting ( #42436 )
...
* feat: generating steps
- Steps 1-32 done.
- Steps 33-80 done.
- Instructions 1-26 done.
- Instructions 27-61 done.
- More steps.
- Instructions 62-88 done.
- Clarify instructions for new concepts.
- build fixes
- Audit instructions on live site.
* fix: add helpCategory
* feat: write tests
* feat: add intro
* chore: use the right selectors
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* chore: cannot read property Shaun of undefined :)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: Shau-ptional chaining
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: uncross my wires
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-07 21:49:42 +02:00
Nicholas Carrigan (he/him)
2c5ec74e45
fix: remove stray files ( #43376 )
2021-09-07 20:18:47 +05:30
camperbot
ec4821a707
chore(i18n,curriculum): processed translations ( #43390 )
2021-09-07 20:17:37 +05:30
Renovate Bot
d7e6e39a84
chore(deps): update dependency acorn to v8.5.0
2021-09-06 13:18:23 +00:00
camperbot
148cf18412
chore(i18n,curriculum): update translations ( #43375 )
2021-09-06 11:52:36 +01:00
Renovate Bot
ec34f0f918
chore(deps): update babel monorepo to v7.15.5
2021-09-04 11:01:38 +00:00
Shaun Hamilton
7857756062
chore(client): meta and yml certificate -> certification ( #43353 )
...
* chore(client): meta and yml certificate -> certification
* make translators lives more difficult - rename everything
2021-09-03 08:08:45 -07:00
camperbot
fddb88327c
chore(i18n,curriculum): processed translations ( #43361 )
2021-09-03 10:11:45 +02:00
Renovate Bot
271c16213a
chore(deps): update babel monorepo to v7.15.4
2021-09-03 00:18:55 +00:00
camperbot
374876325e
chore(i18n,curriculum): update translations ( #43332 )
2021-08-31 09:47:25 -07:00
Tom
adbd60a190
fix(i18n/curriculum): rename rdbms files across rest of languages ( #43349 )
...
* rename: i18n rdbms challenge files
* fix: adjust frontmatter to match
2021-08-31 15:56:13 +02:00
Renovate Bot
9414ccd338
chore(deps): update dependency mocha to v9.1.1
2021-08-28 15:30:33 +00:00
camperbot
fd7e0f8568
chore(i18n,curriculum): update translations ( #43324 )
2021-08-27 18:24:25 +02:00
Tom
cfbc7e9283
fix(curriculum): console not repsonding properly issue ( #43053 )
...
* fix(curriculum): console not repsonding properly issue
* fix: refine instructions
* fix: add a test + reword to remove seed comments
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/debugging/understanding-the-differences-between-the-freecodecamp-and-browser-console.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/debugging/understanding-the-differences-between-the-freecodecamp-and-browser-console.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: remove comments from dictionary
* fix: remove comments from i18n dictionaries
* Revert "fix: remove comments from dictionary"
This reverts commit 7f76d5a8ec
.
* Revert "fix: remove comments from i18n dictionaries"
This reverts commit 54b1c12cfc
.
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-08-27 17:57:08 +02:00
Anshul Singh
f834d648e8
fix max heap insert function ( #43285 )
2021-08-27 17:10:29 +02:00
Chris Benjamin
985bca3358
fix: updated lesson description for version requirements ( #43317 )
2021-08-27 11:13:45 +02:00
camperbot
f9736fffa1
chore(i18n,curriculum): update translations ( #43308 )
2021-08-27 10:21:26 +05:30