Logan Tegman
81cb5b7277
Merge pull request #6442 from tahmid-ul/fix/remove-double-quotes
...
Removed double quotes
2016-01-25 09:30:14 -08:00
Tahmid ul karim
3c9cf77f38
Removed double quotes
...
closes #5825
2016-01-25 21:19:59 +06:00
Tahmid ul karim
4c00a60331
Removed double quotes
...
closes #5825
2016-01-25 21:19:59 +06:00
Alister N. Mada
b21d4020a5
Fix HTML tests that don't accept classes in different order
2016-01-25 19:46:40 +07:00
Alister N. Mada
089b2d6c6b
Fix HTML tests that don't accept classes in different order
2016-01-25 19:46:40 +07:00
Endi Sukaj
8ee975a82d
Fix for issue #6426
...
This is a fix for #6426
2016-01-25 13:25:12 +01:00
Endi Sukaj
d854db3780
Fix for issue #6426
...
This is a fix for #6426
2016-01-25 13:25:12 +01:00
Mrugesh Mohapatra
8894ccd588
Fix the instruction text in the Accessing Nested objects challenge
...
This commit fixes the instruction text in the challenge to
`Use bracket notation for properties with a space in their name.`
from
`Only use object notation for properties with a space in their name.`
I have removed the extra `Only` on purpose for sake of grammar.
closes #6422
2016-01-25 12:13:50 +00:00
Mrugesh Mohapatra
02cff5f6ab
Fix the instruction text in the Accessing Nested objects challenge
...
This commit fixes the instruction text in the challenge to
`Use bracket notation for properties with a space in their name.`
from
`Only use object notation for properties with a space in their name.`
I have removed the extra `Only` on purpose for sake of grammar.
closes #6422
2016-01-25 12:13:50 +00:00
Arsen Melikyan
1185447c12
Merge pull request #6415 from erictleung/fix/extra-spacing-in-editor
...
Remove unnecessary spaces in the editor
2016-01-25 11:11:25 +04:00
Arsen Melikyan
2c8952f9b3
Merge pull request #6415 from erictleung/fix/extra-spacing-in-editor
...
Remove unnecessary spaces in the editor
2016-01-25 11:11:25 +04:00
Arsen Melikyan
588bc3ecd6
Merge pull request #6417 from erictleung/fix/add-open-new-tab-in-links
...
Added "target='_blank'" to links missing them
2016-01-25 11:09:56 +04:00
Arsen Melikyan
3a94ec2262
Merge pull request #6417 from erictleung/fix/add-open-new-tab-in-links
...
Added "target='_blank'" to links missing them
2016-01-25 11:09:56 +04:00
Arsen Melikyan
fa39729b3f
Merge pull request #6416 from erictleung/fix/extra-use-word-in-range-challenge
...
Remove extra word of 'use' in range challenge
2016-01-25 10:51:26 +04:00
Berkeley Martinez
169c82acfc
Add emailing on server exceptions
...
Keymetrics VC's are coming. They no longer let you see reported
errors or notify you on their free tier which renders the service
useless for us.
This will emailing you using mandrill with a stack trace and
context of the error when it receives it
2016-01-24 22:27:45 -08:00
Logan Tegman
ea7a695852
Merge pull request #6433 from FreeCodeCamp/fix/eslint-errrors
...
Fix eslint errors
2016-01-24 21:51:39 -08:00
Berkeley Martinez
af52c43705
Fix eslint errors
2016-01-24 20:46:21 -08:00
Quincy Larson
d3ed4f425c
Merge pull request #6425 from FreeCodeCamp/feature/cheaters
...
Block certs from cheaters
2016-01-25 12:03:44 +08:00
Quincy Larson
5e606a2278
Merge pull request #6419 from sahat/keyboard-shortcuts
...
Keyboard shortcuts to open/close map and chat
2016-01-25 11:37:27 +08:00
Berkeley Martinez
6b6232fb3e
Block certs from cheaters
2016-01-24 15:48:00 -08:00
Sahat Yalkabov
db8c0342c3
Added key shortcuts to open/close chat and map
...
g c = toggle chat
g m = togggle map
2016-01-24 16:14:26 -05:00
Sahat Yalkabov
5500e59258
Added mousetrap to enable keyboard shortcuts
2016-01-24 16:12:59 -05:00
Eric Leung
05c0322a19
Added "target='_blank'" to links missing them
2016-01-24 12:46:30 -08:00
Eric Leung
2394fcc961
Added "target='_blank'" to links missing them
2016-01-24 12:46:30 -08:00
Eric Leung
d6250452db
Remove extra word of 'use' in range challenge
2016-01-24 12:24:41 -08:00
Eric Leung
cdc3f52b0c
Remove extra word of 'use' in range challenge
2016-01-24 12:24:41 -08:00
Eric Leung
211ef7fec3
Remove unnecessary spaces in the editor
2016-01-24 12:19:26 -08:00
Eric Leung
09085a04a9
Remove unnecessary spaces in the editor
2016-01-24 12:19:26 -08:00
Rex Schrader
17bdbd39ca
Merge pull request #6407 from robjloranger/font-family
...
Fix for false positive on paragraph elements font-family
2016-01-24 09:05:41 -08:00
Rex Schrader
75982ff955
Merge pull request #6407 from robjloranger/font-family
...
Fix for false positive on paragraph elements font-family
2016-01-24 09:05:41 -08:00
Rex Schrader
a6f8635d7b
Merge pull request #6411 from FreeCodeCamp/fix/jobs-navbar-offset
...
Fix job's navbar offset
2016-01-24 08:54:31 -08:00
robjloranger
4371c8075f
-fixed typo
...
started new branch as last one was a mess.
this fix removes the false positive assert test mentioned in bug #6286
2016-01-24 08:37:13 -08:00
robjloranger
33f29691c5
-fixed typo
...
started new branch as last one was a mess.
this fix removes the false positive assert test mentioned in bug #6286
2016-01-24 08:37:13 -08:00
Hallaathrad
2ca0e7edfa
Fix job's navbar offset
...
Bug caused while fixing the div in the navbar's ul in the main template.
This addresses the job's JSX template.
2016-01-24 11:25:35 -05:00
Rex Schrader
3379f34dd8
Merge pull request #6394 from tahmid-ul/fix/added-or-in-between-Greater-and-less-than-equal-to
...
Added or in between greater than and less than equal to
2016-01-23 23:39:50 -08:00
Rex Schrader
1abb328e5d
Merge pull request #6394 from tahmid-ul/fix/added-or-in-between-Greater-and-less-than-equal-to
...
Added or in between greater than and less than equal to
2016-01-23 23:39:50 -08:00
Arsen Melikyan
60263e2f23
Merge pull request #6328 from FreeCodeCamp/fix/job-board-bugs
...
Fix job submit infinite loop/promo ajax bugs
2016-01-24 11:03:19 +04:00
Berkeley Martinez
39b200ce0b
Merge pull request #6406 from bugron/fix/job-timeout
...
Fix PayPal tab isn't opening
2016-01-23 22:58:07 -08:00
Arsen Melikyan
ecaa9c1575
Fix PayPal tab isn't opening
2016-01-24 10:40:22 +04:00
Berkeley Martinez
c752b918ac
Fix job submit infinite loop/promo ajax bugs
2016-01-23 21:30:36 -08:00
Arsen Melikyan
69474b0297
Merge pull request #6340 from FreeCodeCamp/fix/base-zip-save
...
Fix zipline/basejump completed endpoint
2016-01-24 08:53:03 +04:00
Berkeley Martinez
8a0341a7ac
Fix zipline/basejump completed endpoint
...
This PR refactors and normalizes the endpoint and the ajax request.
Some weird bug keeps popping up on the server, but keymetrics has
decided to take a crap and not actually report back with the error
I don't know what exactly is causing it.
Normally I don't like fixing something I can't see, but I'm getting
a constant flood of emails because of some obscure bug here.
We removed the `completedWith` functionality a while back so that
was removed from this endpoint and the ajax call.
To test, verify that you can complete both a zipline/basejump.
Also show last updated date since it is possible a user might want
to update links
2016-01-23 20:34:49 -08:00
Rex Schrader
80524d4694
Merge pull request #6402 from erictleung/fix/hex-code-description
...
Clarify hexadecimal number explanation
2016-01-23 19:09:49 -08:00
Eric Leung
bad95069bc
Clarify hexadecimal number explanation
2016-01-23 17:57:59 -08:00
Eric Leung
aaa3b2949e
Clarify hexadecimal number explanation
2016-01-23 17:57:59 -08:00
Quincy Larson
c3869ab717
Merge pull request #6396 from alistermada/fix/example-project-links
...
Replace example projects that don't fulfill all user stories
2016-01-24 08:36:42 +08:00
Quincy Larson
eaf7768b94
Merge pull request #6396 from alistermada/fix/example-project-links
...
Replace example projects that don't fulfill all user stories
2016-01-24 08:36:42 +08:00
Alister N. Mada
ef342aa30c
Replace links to example projects that don't fulfill all user stories
2016-01-24 07:24:15 +07:00
Alister N. Mada
02aacfe564
Replace links to example projects that don't fulfill all user stories
2016-01-24 07:24:15 +07:00
Berkeley Martinez
9e36212b33
Merge pull request #6401 from SaintPeter/fix/hikes-order
...
Return Programming Videos to order 0.05
2016-01-23 14:59:43 -08:00