Commit Graph

8236 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Alister N. Mada
ef342aa30c 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
SaintPeter
6eabfadc11 Return Programming Videos to order 0.05 2016-01-23 14:25:16 -08:00
Arsen Melikyan
ae57630a10 Merge pull request #6398 from SaintPeter/fix/zoom-issues
Advisory for Browser Zoom Related Issues
2016-01-23 21:38:33 +04:00
SaintPeter
e88f0a2621 Fix Browser Zoom Related Issues
Some browsers have issues detecting exact font and image sizes when zoomed
in or out.  Prior workarounds have failed and we don't want to use regular
expressions, which have many defeciencies.

For the short term we will add a note to the affected challenges that the
browser zoom must be at 100%

Closes #6397
Closes #6242

Tested Locally
2016-01-23 09:13:11 -08:00
Tahmid ul karim
218b8e2f5b fixed an issue #6380 .... basic-javascript.json
added 'or' in between greater than equal to.
2016-01-23 01:43:22 +06:00
Rex Schrader
f813d33ac5 Merge pull request #6377 from greyhammer/fix/typo-in-checkpoint-profile-lookup
fixed typo in seed/challenges/01-front-end-development-certification/…
2016-01-22 09:07:27 -08:00
greyhammer
ef73666a62 fixed typo in seed/challenges/01-front-end-development-certification/basic-javascript.json, removed extra , at the end of the array 2016-01-22 08:16:38 -06:00
Rex Schrader
6bf02de697 Merge pull request #6371 from erictleung/fix/lone-parenthesis-in-unshift
Remove extra parenthesis in unshift challenge
2016-01-21 23:22:56 -08:00
Eric Leung
dc014baac9 Remove extra parenthesis in unshift challenge 2016-01-21 22:17:05 -08:00
Rex Schrader
9052f6d547 Merge pull request #6366 from FreeCodeCamp/fix/navbar-div-to-li
Fix Navbar elements
2016-01-21 15:59:58 -08:00
Hallaathrad
76bee1edec Fix Navbar elements
Noticed there was a div instead of li, and then repaired the css to make it fit the same way it was as a div.

(plus a bit of gridlike alignment to the right)
2016-01-21 18:20:42 -05:00
Rex Schrader
08fe041979 Merge pull request #6358 from bugron/feature/map_filter-buttons
Add the filter button and fix superblock's position
2016-01-21 10:45:02 -08:00
Arsen Melikyan
308f22710f Merge pull request #6361 from raisedadead/fix/links-open-in-same-page-instead-of-new-tab
Fix the ROT13 link in ceasars cipher challenge
2016-01-21 22:15:59 +04:00
Arsen Melikyan
f4ce9f2a22 Merge pull request #6337 from SaintPeter/fix/record-collection-description
Update Record Collection with Bracket Notation Note
2016-01-21 22:02:35 +04:00
Rex Schrader
cbb75aeeac Merge pull request #6357 from ChristianLapinig/fix/basic_js-comparison_eqaulity_operator-correct_instructions
Grammar fix for Comparison with the Equality Operator
2016-01-21 08:56:33 -08:00
Rex Schrader
ec148ea5e1 Update Record Collection with Bracket Notation Note 2016-01-21 08:53:59 -08:00
Mrugesh Mohapatra
d9b3aada17 fix the ROT13 link in ceasars cipher challenge 2016-01-21 22:15:37 +05:30
Arsen Melikyan
d67566b3ab Add the filter button and fix superblock's position 2016-01-21 12:06:46 +04:00
Christian Lapinig
3b7c4ed0e5 Correct grammar for instructions 2016-01-20 23:23:57 -08:00
Arsen Melikyan
b943907104 Merge pull request #6275 from SaintPeter/change/normalize-challenges-com1000
Normalize Challenges for COM1000
2016-01-21 11:08:03 +04:00
Rex Schrader
8650f366dd Merge pull request #6354 from FreeCodeCamp/fix/remove-map-heading
Several improvements to map
2016-01-20 19:00:12 -08:00
Quincy Larson
18ac99f8f3 make map header fixed to top of page again 2016-01-21 10:28:28 +08:00
Quincy Larson
c94609de04 make map carets clickable, add full stack and interview prep sections 2016-01-21 10:03:26 +08:00
greenkeeperio-bot
93a83e3b0c chore(package): update dotenv to version 2.0.0
http://greenkeeper.io/
2016-01-20 16:50:42 -08:00
SaintPeter
f9c2da7d6a Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Rex Schrader
1d1528d6e1 Merge pull request #6347 from raisedadead/fix/waypoint-give-each-element-a-unique-id
Add additional instruction to Give Each Element a Unique ID
2016-01-20 13:35:57 -08:00
Mrugesh Mohapatra
54e5fca22d Add additional instruction to Give Each Element a Unique ID
This commit adds an addtional instruction to the challenge, specifing to
keep `target1` to `target3` in the `#left-well` and `target4` to `target6`
in the `#right-well` respectively.

Tested locally.

closes #6331
2016-01-21 02:29:09 +05:30
Rex Schrader
de78b8cccb Merge pull request #6344 from raisedadead/fix/waypoint-override-styles-in-subsequent-css
An additional explanation in instruction
2016-01-20 12:54:00 -08:00