Commit Graph

5416 Commits

Author SHA1 Message Date
Alexey Nikitin
d3e0b9b754 Bug with hover effect on footer's social links.
The footer's social link changes itself's height when it is hovered. This leads to appearing scroll bar and as a result changing page's width. The content jumps.
2015-08-19 13:10:44 +03:00
Quincy Larson
04c9d376f7 remove server maintenance warnings 2015-08-18 23:48:31 -07:00
Quincy Larson
a0c26d1a0a Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-18 23:48:02 -07:00
Berkeley Martinez
679d1383a5 up timeout 2015-08-18 23:14:27 -07:00
Berkeley Martinez
bc84a25ff9 add message on emergency maintenance 2015-08-18 23:07:06 -07:00
Quincy Larson
6651e6da98 add types to testing waypoints 2015-08-18 21:49:16 -07:00
Berkeley Martinez
01a45e0635 fix cannot find challengeId of undefined 2015-08-18 20:02:39 -07:00
Berkeley Martinez
0128829d11 fix cannot read property id of user durring upvote
post to upvote without auth returns 401
2015-08-18 19:48:42 -07:00
Berkeley Martinez
8c803281f6 fix cannot read property match of undefined 2015-08-18 19:23:43 -07:00
Berkeley Martinez
0367a19ffc add bower_components to pathsOfNOReturnTo 2015-08-18 16:00:27 -07:00
Berkeley Martinez
f59d029336 fix check if url sent with story 2015-08-18 15:56:23 -07:00
Berkeley Martinez
478ed3c522 fix should toString userId's 2015-08-18 15:23:26 -07:00
Quincy Larson
9dcf284825 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-18 15:21:38 -07:00
Quincy Larson
b4ae49f915 add challenge type to beginning of challenge in map 2015-08-18 15:21:26 -07:00
Pavel Tsurbeleu
0df76dc7b7 fix issue #2124 and rephrase the challenge a bit to avoid confusion 2015-08-18 15:17:26 -07:00
Quincy Larson
b667a776ea add bonfires back in but now they are only visible to their creators 2015-08-18 14:53:18 -07:00
Berkeley Martinez
b2f4e520cb fix account link failure now flashes 2015-08-18 14:48:52 -07:00
Berkeley Martinez
d9d44ae509 fix redirect link failures to /account 2015-08-18 14:48:52 -07:00
Jakob Dahl
298bea5e35 update seed for Override Styles in Subsequent CSS 2015-08-18 23:46:09 +02:00
benmcmahon100
366b9e98a7 Merge remote-tracking branch 'origin/staging' into staging 2015-08-18 19:32:04 +01:00
Quincy Larson
0d0528a743 fix LinkedIn link in footer 2015-08-18 11:22:59 -07:00
benmcmahon100
6de1f49a1f Temp fix for buttons on modals and bonfires exec on load 2015-08-18 19:21:34 +01:00
Quincy Larson
fef03910f0 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-18 10:57:53 -07:00
Quincy Larson
8fe8bd8692 add beginnings of react and d3 challenges 2015-08-18 10:57:38 -07:00
Juan Martínez
91795de83f Fixed #2049 2015-08-18 14:05:51 +00:00
Aryan Jabbari
1822a207d3 Fixes #2036 2015-08-18 09:34:34 -04:00
Jeremy Gorniak
13c5ad0af8 Fixed typo in waypoints #1 and #2 2015-08-18 21:35:10 +10:00
Jeremy Gorniak
972b24b76f Fixed new waypoint description typo
Small but important typo in challenge description for:
Object Oriented and Functional Programming section
Waypoint #1 - Declare JavaScript Objects as Variables
2015-08-18 21:27:19 +10:00
Berkeley Martinez
456bf20b05 fix should hard code domain for password reset 2015-08-18 01:40:26 -07:00
Berkeley Martinez
1d3f7331fb email reset use port in dev 2015-08-18 01:32:38 -07:00
Berkeley Martinez
112972cfdd fix enables email login 2015-08-18 01:32:37 -07:00
Quincy Larson
85b736b64d fix 1705 2015-08-18 01:07:09 -07:00
Quincy Larson
27758a7418 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-17 23:44:53 -07:00
Quincy Larson
c8c42b19b3 closes #1739 2015-08-17 23:44:43 -07:00
Michael Krebs
d8347b3b7c fix #2011 2015-08-18 02:05:53 -04:00
Matt Trifilo
666a0a2cf3 Fixed: issue #2014
I changed "#button" to "button" in the example to target all buttons, and I changed the single quotes to double quotes in the description for consistency.
2015-08-18 00:43:28 -05:00
Matt Trifilo
e06b348918 Fixed: Misspell #1877
Issue #1877's description's hint mentioned the wrong variable.
2015-08-17 23:29:11 -05:00
Michael Krebs
3e520811d0 fix #1988 2015-08-18 00:22:33 -04:00
Michael Krebs
817684de4e fix #1986 2015-08-18 00:17:56 -04:00
Matt Trifilo
9a828c9d3e Issue: Grammar #1994
Put in the proposed grammar changes from [this issue](https://github.com/FreeCodeCamp/FreeCodeCamp/issues/1994).
2015-08-17 23:01:52 -05:00
Juan Martínez
da2f54a2bc Fixes #1833 2015-08-18 03:33:38 +00:00
Brett Guillory
c5d07b9e05 Potentially missing ;
My browser was throwing an error:
```Uncaught SyntaxError: missing ) after argument list```
That pointed to this line in the console as far as I could tell.
If this is a fix, w00t. If not, ignore this.
2015-08-17 22:05:16 -05:00
Aryan Jabbari
5d54d98190 Fixes #1924 2015-08-17 22:54:08 -04:00
Aryan Jabbari
b3875a3d6e Fixed #1982 2015-08-17 22:31:37 -04:00
Aryan Jabbari
0e43c46bff Fixed #1980 2015-08-17 22:29:35 -04:00
Aryan Jabbari
fa31cdca0e Fixed #1944 2015-08-17 22:21:57 -04:00
Berkeley Martinez
495aac8233 remove part of note about email signin 2015-08-17 19:21:57 -07:00
Juan Martínez
db1afbc87b Fixes #1970 (minor typo) 2015-08-18 02:20:24 +00:00
Aryan Jabbari
32eeefa439 Fixed #1909 #1972 2015-08-17 22:19:14 -04:00
benmcmahon100
50e5ec939a Merge pull request #1961 from abhisekp/patch-3
Problem Instruction clarrification
2015-08-17 23:51:07 +01:00