Commit Graph

16590 Commits

Author SHA1 Message Date
784092f38b Fix LobsterDefault HTML code on Lobster font 2016-03-28 04:12:04 +05:30
2a4b49788c Merge pull request #7662 from paycoguy/fix/target-the-same-element-with-multiple-jquery-selectors
updated to check for spaces before and after class name
2016-03-28 03:34:35 +05:30
9dcad846ad Merge pull request #7662 from paycoguy/fix/target-the-same-element-with-multiple-jquery-selectors
updated to check for spaces before and after class name
2016-03-28 03:34:35 +05:30
347539fc5f Merge pull request #7751 from michaelkro/feature/add-switch-link
Adds switch statement MDN link
2016-03-28 03:21:38 +05:30
47ba2152f4 Adds switch statement MDN link 2016-03-27 12:33:57 -07:00
ab1a440622 Adds switch statement MDN link 2016-03-27 12:33:57 -07:00
5db19f5266 Merge pull request #7725 from elazzabi/add/FR-translation-data-visualization-certificate
Translating Claim Your Data Visualization Certificate to French.
2016-03-27 09:20:20 -07:00
a0440d3961 Merge pull request #7725 from elazzabi/add/FR-translation-data-visualization-certificate
Translating Claim Your Data Visualization Certificate to French.
2016-03-27 09:20:20 -07:00
2496ba2bd4 Merge pull request #7745 from raisedadead/fix/assignment-with-challenges
Fix Compound Assignment Challenges
2016-03-27 08:32:04 -07:00
a5f6b98df2 Fix Compound Assignment Challenges
This commit updates the Compound assignment challenges:

* Compound Assignment With +=
* Compound Assignment With -=
* Compound Assignment With *=
* Compound Assignment With \=

to

* Compound Assignment With Augmented Addition
* Compound Assignment With Augmented Substraction
* Compound Assignment With Augmented Multiplication
* Compound Assignment With Augmented Division

Tested locally
2016-03-27 13:49:45 +05:30
a483f57c48 Fix Compound Assignment Challenges
This commit updates the Compound assignment challenges:

* Compound Assignment With +=
* Compound Assignment With -=
* Compound Assignment With *=
* Compound Assignment With \=

to

* Compound Assignment With Augmented Addition
* Compound Assignment With Augmented Substraction
* Compound Assignment With Augmented Multiplication
* Compound Assignment With Augmented Division

Tested locally
2016-03-27 13:49:45 +05:30
910850c1e9 Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
f728226bf4 Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
1400842828 Add test to Counting Cards
Adds a test to Counting Cards for cases when last drawn card decreases Count but Count is still positive
2016-03-26 18:13:30 +00:00
c87bb1121d Add test to Counting Cards
Adds a test to Counting Cards for cases when last drawn card decreases Count but Count is still positive
2016-03-26 18:13:30 +00:00
65b07700e0 Merge pull request #7738 from hallaathrad/fix/challenge-issues
Replace portfolio link
2016-03-26 10:53:59 -07:00
69722b33d2 Merge pull request #7738 from hallaathrad/fix/challenge-issues
Replace portfolio link
2016-03-26 10:53:59 -07:00
9853a54a9a Replace portfolio link 2016-03-26 13:20:15 -04:00
857f04e4c2 Replace portfolio link 2016-03-26 13:20:15 -04:00
42f4bf92ea Merge pull request #7730 from erictleung/fix/misleading-h2-description
Clarify h2 HTML heading descriptions
2016-03-26 21:49:38 +05:30
94a9bcea5a Fix article loading on direct link to wiki 2016-03-25 13:48:42 -07:00
0601f819e8 Clarify h2 HTML heading descriptions 2016-03-25 12:35:26 -05:00
b6160dbfaa Clarify h2 HTML heading descriptions 2016-03-25 12:35:26 -05:00
87ef97f59e Merge pull request #7724 from BKinahan/fix/where-art-thou
Fix 'its' typo in Where Art Thou description
2016-03-24 15:52:07 -07:00
e9f11bc1a9 Translating Claim Your Data Visualization Certificate to French. 2016-03-24 22:36:14 +00:00
f07bc58230 Translating Claim Your Data Visualization Certificate to French. 2016-03-24 22:36:14 +00:00
5406ae08b9 Fix 'its' typo in Where Art Thou description 2016-03-24 21:16:54 +00:00
eb8b7298d5 Fix 'its' typo in Where Art Thou description 2016-03-24 21:16:54 +00:00
e50ff0d249 Merge pull request #7718 from deathsythe47/fix/unnecessary-comma
Remove unnecessary comma from CONTRIBUTING.md
2016-03-24 14:26:04 +05:30
93443ef1a5 Computer Basics (and all Video Challenges) flows out of screen on mobile devices
Removing react-bootstrap component Row from Hikes.jsx and Hike.jsx as it adds a row class which tightens the margins. Also removing inline overflow: hidden style that seemed to not affect anything as well as extraneous html elements.
Closes #7565
2016-03-24 00:09:34 -07:00
2652d049cb Remove unnecessary comma from CONTRIBUTING.md 2016-03-24 00:24:52 -05:00
a64a0a20ee Merge pull request #7667 from zerkms/patch-1
Fixed assignment operator terminology
2016-03-23 21:06:45 -07:00
6b018752c9 Merge pull request #7667 from zerkms/patch-1
Fixed assignment operator terminology
2016-03-23 21:06:45 -07:00
e146a4bce5 Clarify Drop It instructions on using 2nd argument 2016-03-23 20:48:37 -05:00
5c704207e5 Clarify Drop It instructions on using 2nd argument 2016-03-23 20:48:37 -05:00
bbb12bf811 Fixed assignment operator terminology
It's not accurate to call the `assignment operator` `=` and `equal` operator, since it might be confused with the `equality operators`, eg `==`.

For the very same reason changed the `Minus Equals` wording to characters `-=` and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment)

What do you think of this clarification?

Thanks.
2016-03-24 12:02:26 +13:00
766f088ea8 Fixed assignment operator terminology
It's not accurate to call the `assignment operator` `=` and `equal` operator, since it might be confused with the `equality operators`, eg `==`.

For the very same reason changed the `Minus Equals` wording to characters `-=` and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment)

What do you think of this clarification?

Thanks.
2016-03-24 12:02:26 +13:00
d1e24681fa Merge pull request #7690 from BKinahan/fix/unsubscribe-crash
Handle invalid unsubscriptions
2016-03-23 12:51:45 -07:00
63a873cc81 Merge pull request #7657 from Rafase282/fix/new-demo-app
Changes demo app
2016-03-23 16:28:42 +05:30
bed9de2739 Merge pull request #7657 from Rafase282/fix/new-demo-app
Changes demo app
2016-03-23 16:28:42 +05:30
9504a5cae6 Handle invalid unsubscriptions 2016-03-21 22:57:58 +00:00
6d698fd74d added french translations for intermediate bonfires 2016-03-21 22:08:14 +01:00
78c3f41c14 added french translations for intermediate bonfires 2016-03-21 22:08:14 +01:00
eda7b3e255 Move Sign out and Send Email to User Page
This commit moves the Sign out from Free Code Camp and the
Email us buttons to the User page as they are not related
to the accounts page.

Tested Locally.
2016-03-22 01:15:41 +05:30
39cf284e7f Make Where Do I Belong function name unique 2016-03-21 10:26:24 -07:00
2498f1fa88 Make Where Do I Belong function name unique 2016-03-21 10:26:24 -07:00
5c52514388 Merge pull request #7620 from kalunlee136/add-link-to-make-object-properties-challenge
feature/added links for Objects Properties Private challenge
2016-03-21 20:08:27 +05:30
cf9c82ed46 Merge pull request #7620 from kalunlee136/add-link-to-make-object-properties-challenge
feature/added links for Objects Properties Private challenge
2016-03-21 20:08:27 +05:30
de6201e274 Merge pull request #7625 from N0bl3/add/FR-responsive-design_with-bootstrap
Add/FR translation responsive design with bootstrap
2016-03-21 21:34:03 +11:00
b2e5057799 Merge pull request #7625 from N0bl3/add/FR-responsive-design_with-bootstrap
Add/FR translation responsive design with bootstrap
2016-03-21 21:34:03 +11:00