Berkeley Martinez
7a4f5d752c
Move labs/stories to server/resources
...
Rename stories to testimonials to reduce confusion
2015-10-07 00:26:17 -07:00
Quincy Larson
4f26d82f65
add labs and stories
2015-10-07 00:17:18 -07:00
Quincy Larson
56673d429d
add labs
2015-10-07 00:17:17 -07:00
Quincy Larson
987c29e26f
add testimonials
2015-10-07 00:17:17 -07:00
Arsen Melikyan
1d9a815b35
Merge pull request #3613 from natac13/fix/add-whitespace-to-tests-#3331
...
added optional space to the editor match in OOP challenges.
2015-10-07 10:49:52 +04:00
Berkeley Martinez
44fd85dff8
Add ability to filter beta challenges from production
...
This PR adds the ability to test out challenges in beta
without fear that they will leak to production servers.
In development all challenges will display.
In production all challenges marked 'isBeta' will be filtered out
except in the case the environmental variable `BETA` is set ture,
in which case all challenges will display.
2015-10-06 22:37:08 -07:00
natac13
00b54e3d1f
added optional space to the editor match in OOP challenges.
...
closes #3331
2015-10-06 20:37:32 -04:00
Gaurav Saxena
a6789b8511
renamed -you- to -your- ; fixes #3607 - grammar bug
2015-10-06 17:30:27 -04:00
Arsen Melikyan
2c0a705ff5
Merge pull request #3593 from formap/fix/2467-missing-bootstrap
...
Fix bootstrap fluid containers wording issue
2015-10-06 19:20:51 +04:00
Arsen Melikyan
57b9e25285
Merge pull request #3572 from ahstro/fix/truncate-typo
...
Truncate a string: Minor typo
2015-10-06 18:25:14 +04:00
ahstro
7a31cdd922
'Regular Expressions'-waypoint improvements
...
* Remove unnecessary `i`-flag from tests and test messages,
e.g. `/\s+/gi` => `/\s+/g`
* Remove dupliate backslashes from regex test messages,
e.g. `/\\s+/g` => `/\s+/g`
The two backslashes were probably just an accident caused by how
multiple escapes are necessary with the current way tests are handled.
The `i`-flag was just unnecessary since its purpose is to ignore the
case of alphabetic characters.
2015-10-06 15:13:53 +02:00
Quincy Larson
68b12caf48
minor improvements to onboarding and create skeleton commit page
2015-10-05 22:19:55 -07:00
Quincy Larson
34efc43f6a
update copy of certificate flows
2015-10-05 17:18:35 -07:00
Quincy Larson
fc17e266fb
Merge branch 'staging' into feature/certificates
2015-10-05 16:30:01 -07:00
Berkeley Martinez
8c48626f03
Add certification page
2015-10-05 15:55:50 -07:00
Florencia Tarditti
c04832d618
fix bootstrap fluid containers wording issue
...
Closes #2467 .
2015-10-05 21:26:18 +02:00
Joseph Breihan
dc4f5212c2
Fix typo described in issue #3585
2015-10-04 23:20:09 -04:00
ahstro
b2bf3ce391
Truncate a string: Minor typo
...
The assert message said `1`, instead of the number `11` that was
actually being used in the assertion.
2015-10-03 11:23:41 +02:00
Quincy Larson
c688082ee4
add appropriate challenges to certificate challenges
2015-10-02 11:44:29 -07:00
Quincy Larson
465835d6b1
Merge branch 'staging' into map-restructure
...
Conflicts:
seed/challenges/basic-ziplines.json
seed/challenges/intermediate-ziplines.json
2015-10-02 11:23:54 -07:00
Quincy Larson
ea33385fea
remove vestigial difficulty attribute from challenges
2015-10-02 01:06:27 -07:00
Quincy Larson
69a3729025
restructure challenges and add certificate challenge skeletons
2015-10-01 23:54:20 -07:00
Aniruddh Agarwal
fa89ff3471
Merge pull request #3376 from natac13/fix/slasher-flick-unclear-head-of-array
...
fix unclear description slasher flick
2015-10-02 05:20:28 +08:00
Berkeley Martinez
5de6837959
Merge pull request #3548 from FreeCodeCamp/converge-bonfires
...
refactor all Bonfire tests to use assert and have friendly messages
2015-09-30 19:47:20 -07:00
Quincy Larson
77892a05c0
Merge pull request #3546 from FreeCodeCamp/step
...
add step based challenge to framework
2015-09-30 19:38:01 -07:00
Quincy Larson
c2af4f9b4c
fix bad merge
2015-09-30 19:26:05 -07:00
Quincy Larson
dca179c2c5
Merge branch 'staging' into converge-bonfires
...
Conflicts:
seed/challenges/basic-bonfires.json
seed/challenges/intermediate-bonfires.json
2015-09-30 19:06:28 -07:00
Quincy Larson
16c0c23b2c
finish QAing all bonfires
2015-09-30 19:04:26 -07:00
Quincy Larson
4fffabfe8f
fix exact change and QA all JS challenges
2015-09-30 18:33:32 -07:00
Quincy Larson
1994e340d3
all but 4 bonfires work
2015-09-30 14:57:58 -07:00
Quincy Larson
416a866ec0
add step based challenge to framework
2015-09-30 13:26:06 -07:00
Quincy Larson
03675ef0a6
finish QAing basic and intermediate bonfires
2015-09-30 01:33:07 -07:00
Mike
ab72094333
Remove Unnecessary Left Over Semicolon
...
Remove left over semicolon from function that was converted from an anonymous function at https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3287
2015-09-30 02:40:21 -04:00
Quincy Larson
cbc21ee03f
refactor messages on basic and advanced bonfires
2015-09-29 15:00:27 -07:00
Quincy Larson
838a80167e
finish first take at upper-intermediate bonfires
2015-09-29 14:34:51 -07:00
Quincy Larson
6657348722
finish first pass at intermediate bonfires
2015-09-29 14:18:43 -07:00
Quincy Larson
52c74f5a3d
merge staging
2015-09-29 13:44:58 -07:00
Quincy Larson
9e2db7636f
Merge branch 'staging' of https://github.com/freecodecamp/freecodecamp into staging
2015-09-29 13:20:29 -07:00
Quincy Larson
ddde4db821
Merge branch 'fix/intermediate-bonfires-tests' of https://github.com/awesomeaniruddh/FreeCodeCamp into awesomeaniruddh-fix/intermediate-bonfires-tests
...
Conflicts:
seed/challenges/intermediate-bonfires.json
2015-09-29 13:19:24 -07:00
Quincy Larson
1a653182e7
add messages to basic and advanced bonfires
2015-09-28 19:55:58 -07:00
Anton Strömkvist
759941c8a2
Merge pull request #3391 from awesomeaniruddh/fix/html-test-improvement
...
Added test to HTML5 waypoint to make it stricter
2015-09-29 04:27:59 +02:00
Aniruddh Agarwal
5fc97da3c3
Add test HTML5 waypoint to make it stricter
...
- Added a test to the "Nest an Anchor Element within a Paragraph" waypoint. The text 'View more' must now be outside the <a> tags.
2015-09-28 21:06:08 +08:00
Anton Strömkvist
1ada40ead5
Merge pull request #3507 from natac13/fix/typo-in-test-slasker-flick
...
fixed typo in test
2015-09-28 11:11:35 +02:00
Anton Strömkvist
61d77f5709
Merge pull request #3403 from erictleung/feature/note-about-zero-index
...
Add note about how jQuery is zero-indexed to avoid confusion
2015-09-28 10:20:02 +02:00
Anton Strömkvist
8298fe7a04
Merge pull request #3504 from xeoneux/fix/bonfire-where-art-thou
...
Edit last test case for Bonfire: Where art thou
2015-09-28 09:51:03 +02:00
Quincy Larson
27f231e72f
refactor tests to show same message when passing and failing
2015-09-27 23:22:06 -07:00
Aniruddh Agarwal
82e61c28b2
Merge pull request #3520 from abhisekp/fix/waypoint-manipulate-arrays-with-unshift
...
Minor fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 09:19:05 +08:00
Abhisek Pattnaik
0ef3e36d6f
Fix comments in Waypoint: Manipulate Arrays With unshift
2015-09-28 03:45:13 +05:30
Arsen Melikyan
9d89cf8a7a
Merge pull request #3516 from abhisekp/waypoint-modify-array-data
...
Correct comment in Waypoint - Modify Array Data With Indexes
2015-09-27 23:52:22 +04:00
Abhisek Pattnaik
305f661196
Correct comment
...
Replace "ourArray[1]" with "ourArray"
close FreeCodeCamp/FreeCodeCamp#3515
2015-09-28 01:04:59 +05:30