36f66c1262
Fixed tests in waypoint
...
changes col-xs-12 to col-xs-6 so the tests works
Issue #1578
2015-08-05 23:53:45 +02:00
755e10dcf7
Merge pull request #1581 from Rafase282/patch-1
...
Fix for Issue #1540
2015-08-05 22:35:30 +01:00
cb929cdba9
Fix for Issue #1540
2015-08-05 17:34:06 -04:00
43a1a62536
Fix for Issue #1540
2015-08-05 17:34:06 -04:00
07e9bbf00a
add link to github waypoint to non github cool campers
2015-08-05 13:54:48 -07:00
59991365f5
Merge pull request #1576 from cristianvnica/cristianvnica-1575
...
Fixing #1575
2015-08-05 21:24:05 +01:00
117306de33
Merge pull request #1576 from cristianvnica/cristianvnica-1575
...
Fixing #1575
2015-08-05 21:24:05 +01:00
241147a5c8
Fixing #1575
...
Fixing small typo
2015-08-05 23:22:37 +03:00
caef8c9da8
Fixing #1575
...
Fixing small typo
2015-08-05 23:22:37 +03:00
42c9f44a3c
Merge pull request #1573 from Greenheart/staging
...
added test for object for steamroller bonfire
2015-08-05 21:22:12 +01:00
145cb422e2
Merge pull request #1573 from Greenheart/staging
...
added test for object for steamroller bonfire
2015-08-05 21:22:12 +01:00
0def1b3ba8
readd challenges
2015-08-05 13:21:53 -07:00
9cb33e409c
add loopbackMigrationGrandfathered flag
2015-08-05 13:01:48 -07:00
f167238c74
remove public accounts if user is not github cool or grandfathered
2015-08-05 13:01:48 -07:00
504239050c
remove old license information
...
repo is now under copyright to FCC
find license in root directory
2015-08-05 13:01:48 -07:00
3cfd69c704
add loopbackMigrationGrandfathered flag
2015-08-05 13:01:48 -07:00
585ef7db12
Merge pull request #1572 from cristianvnica/cristianvnica-1571
...
Trying to fix : #1571
2015-08-05 20:43:17 +01:00
974bf503ec
Merge pull request #1572 from cristianvnica/cristianvnica-1571
...
Trying to fix : #1571
2015-08-05 20:43:17 +01:00
2978380876
added test for object for steamroller bonfire
2015-08-05 21:37:04 +02:00
27cff0becf
added test for object for steamroller bonfire
2015-08-05 21:37:04 +02:00
b7e39cd950
Update .gitattributes
2015-08-05 12:27:07 -07:00
1ca6bd9c60
Create .gitattributes
...
This should fix out Github language statistics
2015-08-05 12:25:52 -07:00
40cdf76035
Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging
2015-08-05 11:58:09 -07:00
0254a9bd57
Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging
2015-08-05 11:58:09 -07:00
01e408d48c
new final-ish curriculum structure
2015-08-05 11:57:58 -07:00
40c371238d
new final-ish curriculum structure
2015-08-05 11:57:58 -07:00
367bcdf35c
Trying to fix : #1571
...
I have found a small typo on challenge: An Array Of new Information
2015-08-05 21:55:25 +03:00
5ff371fc6f
Trying to fix : #1571
...
I have found a small typo on challenge: An Array Of new Information
2015-08-05 21:55:25 +03:00
7f9c3b46cd
fix typo directory should be plural
2015-08-05 11:48:12 -07:00
451ddb43a8
mark if user is github cool during migration
2015-08-05 11:22:58 -07:00
71ca6b1b5b
mark if user is github cool during migration
2015-08-05 11:22:58 -07:00
688bfd6137
remove comments from migration
2015-08-05 11:22:58 -07:00
f656311b3e
remove comments from migration
2015-08-05 11:22:58 -07:00
9b72e03c76
Merge remote-tracking branch 'origin/staging' into staging
2015-08-05 17:31:55 +01:00
23bc0787a8
Merge remote-tracking branch 'origin/staging' into staging
2015-08-05 17:31:55 +01:00
a784d9e960
Changed the object lessons to use dot notation instead of bracket
...
Fix https://github.com/FreeCodeCamp/freecodecamp/issues/1564
2015-08-05 17:31:42 +01:00
f68c6d0fa3
Changed the object lessons to use dot notation instead of bracket
...
Fix https://github.com/FreeCodeCamp/freecodecamp/issues/1564
2015-08-05 17:31:42 +01:00
99233a0896
Merge pull request #1563 from cristianvnica/cristianvnica-1562
...
Trying to fix issue #1562
2015-08-05 17:18:32 +01:00
b004e7e889
Merge pull request #1563 from cristianvnica/cristianvnica-1562
...
Trying to fix issue #1562
2015-08-05 17:18:32 +01:00
b6f413e761
Trying to fix issue #1562
...
In Use Bracket Notation to Find the Nth to Last Character in a String:
There is a mistake in the code sample:
It should be: var thirdToLastLetterOfFirstName =
firstName[firstName.length - 3];
but is: var thirdToLastLetterOfFirstName = firstName[firstName.length -
2];
2015-08-05 19:08:49 +03:00
61c8eb1595
Trying to fix issue #1562
...
In Use Bracket Notation to Find the Nth to Last Character in a String:
There is a mistake in the code sample:
It should be: var thirdToLastLetterOfFirstName =
firstName[firstName.length - 3];
but is: var thirdToLastLetterOfFirstName = firstName[firstName.length -
2];
2015-08-05 19:08:49 +03:00
91c7bce758
Font on submit buttons should be correct now
2015-08-05 17:04:02 +01:00
b6dc52cf08
fix https://github.com/FreeCodeCamp/freecodecamp/issues/1559
2015-08-05 16:54:57 +01:00
e7cac3ccf9
fix https://github.com/FreeCodeCamp/freecodecamp/issues/1559
2015-08-05 16:54:57 +01:00
4ff54006d3
Merge remote-tracking branch 'origin/staging' into staging
2015-08-05 15:39:18 +01:00
50cc75fc41
Merge remote-tracking branch 'origin/staging' into staging
2015-08-05 15:39:18 +01:00
ceed3c4877
Fix some typos
2015-08-05 15:38:54 +01:00
92091cea96
Fix some typos
2015-08-05 15:38:54 +01:00
d838036ed2
add a span challenge and replace more old outside images with s3 images
2015-08-05 00:06:20 -07:00
959fde64fc
add a span challenge and replace more old outside images with s3 images
2015-08-05 00:06:20 -07:00