|
e132d7ec47
|
Merge pull request #5546 from FreeCodeCamp/feature/load-random-commit
Load random commit if none specified
|
2015-12-29 20:37:19 -06:00 |
|
|
1960a421e1
|
continue improving challenges as I record videos
|
2015-12-29 20:35:04 -06:00 |
|
|
6e7cadb2e7
|
Load random commit if none specified
|
2015-12-29 17:40:20 -08:00 |
|
|
b9d635d40b
|
Merge pull request #5524 from wakqasahmed/fix/override-subsequent-css
Improve Waypoint: Override Styles in Subsequent CSS #5466
|
2015-12-29 16:11:45 -08:00 |
|
|
ab2b80ba21
|
Solutions for all Challenges
|
2015-12-29 15:43:21 -08:00 |
|
|
3766d620b8
|
Merge pull request #5544 from vtamara/fix/ES-translation-bootstrap
Fixes challenge that requires answer in english and not in spanish. Thanks for reporting to Blanca Acosta. blanca@pasosdeJesus.org
|
2015-12-29 15:21:52 -08:00 |
|
|
f236a24690
|
Fixes challenge that requires answer in english and not in spanish
|
2015-12-29 17:47:30 -05:00 |
|
|
84d4611209
|
Merge pull request #5419 from evaristoc/ga/show-completion-event-mod
ga completion event change
|
2015-12-29 12:38:32 -08:00 |
|
|
6403bd4e6a
|
Merge pull request #5526 from FreeCodeCamp/fix/commit-signin-redirect
Fix commit redirect for non signed user.
|
2015-12-29 14:04:59 -06:00 |
|
|
2a48f42313
|
Fix user redirect on email account creation
|
2015-12-29 11:57:12 -08:00 |
|
|
d745e3a254
|
Add ability to change message type in middleware util
|
2015-12-29 11:43:06 -08:00 |
|
|
5076418052
|
Merge pull request #5449 from terakilobyte/data-exporting
Data exporting
|
2015-12-29 13:40:46 -06:00 |
|
|
78c9c1a8b2
|
Merge pull request #5436 from FreeCodeCamp/greenkeeper-connect-mongo-1.1.0
Update connect-mongo to version 1.1.0 🚀
|
2015-12-29 11:24:50 -08:00 |
|
|
445008665c
|
Remove autoReconnect: it is true by default
|
2015-12-29 11:18:55 -08:00 |
|
|
4882c75a30
|
chore(package): update connect-mongo to version 1.1.0
http://greenkeeper.io/
|
2015-12-29 11:13:02 -08:00 |
|
|
8c3e14cd8e
|
Fix commit redirect for non signed user.
Now users will be directed to sign in page and on sign in
will have pledge completed
|
2015-12-29 10:57:35 -08:00 |
|
|
b135c9a392
|
Some solution fixes
|
2015-12-29 10:53:21 -08:00 |
|
|
e01e28aec3
|
Fix test solution tail comment collision
|
2015-12-29 10:23:57 -08:00 |
|
|
474162aa0a
|
provides clarity about the concept of 'listed order' while specifying multiple classes
|
2015-12-29 22:17:53 +04:00 |
|
|
f1b4875b11
|
update old ziplines with new forked versions
|
2015-12-29 03:20:59 -06:00 |
|
|
2d024a456d
|
add react and d3 projects
|
2015-12-29 02:58:35 -06:00 |
|
|
1ee349447b
|
More solutions fixes
|
2015-12-28 23:43:12 -08:00 |
|
|
49b9c8c9c8
|
Fix head/tail are arrays
|
2015-12-28 23:14:42 -08:00 |
|
|
5c1d5f4ea6
|
Merge pull request #5509 from 0x0936/fix/html5-css-waypoint-description
Update waypoint description and test
|
2015-12-28 23:01:59 -08:00 |
|
|
e6e6fb9d02
|
Fix test-challenges to use code/editor.getValue
Also filters challenges with empty string tests
|
2015-12-28 22:54:47 -08:00 |
|
|
7a9228c419
|
Correct broken/missing Solutions
|
2015-12-28 22:35:05 -08:00 |
|
|
ebce4bbf7e
|
Unmunged Solutions
|
2015-12-28 21:15:50 -08:00 |
|
|
ed106cf386
|
Merge pull request #5532 from abhisekp/abhisekp/new/basic-javascript-revamp
Using Objects for Lookups [Beta] [new/basic-javascript-revamp]
|
2015-12-28 16:20:47 -08:00 |
|
|
41d78b5880
|
Using Objects for Lookups
|
2015-12-29 04:49:09 +05:30 |
|
|
ec96eccdf6
|
Merge pull request #5528 from FreeCodeCamp/fix/duplicate-email-signin
Fix duplicate email sign in
|
2015-12-28 16:29:09 -06:00 |
|
|
80bb80b23a
|
minor updates to copy
|
2015-12-28 16:28:53 -06:00 |
|
|
62f1f57b92
|
Fix Else If statement and chains
closes #5489
closes #5489
|
2015-12-28 14:08:11 -08:00 |
|
|
600ca2f8ad
|
Fix duplicate email sign in
|
2015-12-28 13:52:28 -08:00 |
|
|
cabfb0c668
|
Merge pull request #5525 from SaintPeter/fix/basic-js-updates
Fixes for outstanding Basic JS Issues.
|
2015-12-28 12:21:51 -08:00 |
|
|
e11cbf5a60
|
Fixes for outstanding Basic JS Issues.
|
2015-12-28 12:17:06 -08:00 |
|
|
b6e2607e91
|
Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
|
2015-12-28 09:39:37 -08:00 |
|
|
f4d927b0e7
|
Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
|
2015-12-28 09:39:37 -08:00 |
|
|
372ac44491
|
Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
|
2015-12-28 09:39:36 -08:00 |
|
|
09db1f305f
|
Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
|
2015-12-28 09:39:36 -08:00 |
|
|
57f159f8e9
|
Multiple Identical Options in Switch Statements
Fix FreeCodeCamp/FreeCodeCamp#5488
|
2015-12-28 09:39:35 -08:00 |
|
|
be15836da9
|
Concatenating Strings with Plus Operator
Fix FreeCodeCamp/FreeCodeCamp#5490
|
2015-12-28 09:39:35 -08:00 |
|
|
c7979c89e8
|
Returning Boolean Values from Functions
Fix FreeCodeCamp/FreeCodeCamp#5491
|
2015-12-28 09:39:34 -08:00 |
|
|
046243b1e9
|
Access MultiDimensional Arrays With Indexes
Fix FreeCodeCamp/FreeCodeCamp#5492
|
2015-12-28 09:39:34 -08:00 |
|
|
4b8c077e48
|
Counting Cards
Fixed ambiguous wording/"is" vs. "if"
fix FreeCodeCamp/FreeCodeCamp#5493
|
2015-12-28 09:39:33 -08:00 |
|
|
d9ec45d16a
|
Global vs. Local Scope in Functions
remove redundant "a"
fix FreeCodeCamp/FreeCodeCamp#5494
|
2015-12-28 09:39:32 -08:00 |
|
|
7392e694af
|
Updating Object Properties
|
2015-12-28 09:39:32 -08:00 |
|
|
7732273a72
|
Accessing Objects Properties with Variables
|
2015-12-28 09:39:31 -08:00 |
|
|
af910d8121
|
Accessing Objects Properties with Bracket Notation
|
2015-12-28 09:39:31 -08:00 |
|
|
5ad0dc63fa
|
Accessing Objects Properties with the Dot Operator
|
2015-12-28 09:39:30 -08:00 |
|
|
c05cb82282
|
Build JavaScript Objects
|
2015-12-28 09:39:30 -08:00 |
|