Commit Graph

1236 Commits

Author SHA1 Message Date
c8f69d2110 Merge pull request #3593 from formap/fix/2467-missing-bootstrap
Fix bootstrap fluid containers wording issue
2015-10-06 19:20:51 +04:00
71621a01cb Merge pull request #3572 from ahstro/fix/truncate-typo
Truncate a string: Minor typo
2015-10-06 18:25:14 +04:00
39b4a73efb '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
57d0e5750b Fix Waypoint: Find White Space Explaination
Changed text description to make it clear that `\s` is used to find all types of whitespace characters, not just `" "`.
Closes #2838
2015-10-05 22:50:09 -07:00
030c858274 minor improvements to onboarding and create skeleton commit page 2015-10-05 22:19:55 -07:00
b3ee546e65 start adding clementine challenge 2015-10-05 21:57:15 -07:00
838171acdf update copy of certificate flows 2015-10-05 17:18:35 -07:00
e39120d454 Merge branch 'staging' into feature/certificates 2015-10-05 16:30:01 -07:00
98c671df8a Add certification page 2015-10-05 15:55:50 -07:00
b611793bdf Brought in line with staging and added spoofigator! 2015-10-05 23:42:30 +01:00
66c092066f resolve difference with the JSON and AJAX differing from staging 2015-10-05 23:40:33 +01:00
d65042af54 Finished the geolocation waypoint. Ready for QA and copy fixes 2015-10-05 22:46:29 +01:00
bda4d33ee6 fix bootstrap fluid containers wording issue
Closes #2467.
2015-10-05 21:26:18 +02:00
c3aafafc16 Confirm the Ending: Add test case
Add a test case that makes sure the user can't just check the last
character or word.
2015-10-05 18:01:28 +02:00
620c828362 Fix typo described in issue #3585 2015-10-04 23:20:09 -04:00
32cce26251 Modify tests for Bonfire - Where do I belong
close FreeCodeCamp/FreeCodeCamp#3381
2015-10-04 11:46:08 +05:30
47bd1cbb1a New for loop waypoints and verbiage improvements 2015-10-03 20:00:09 -07:00
7ea6af00dd 90% complete without QA or refined descriptions/tests 2015-10-03 23:59:54 +01:00
1f38accd14 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
fe2c78b3e8 add appropriate challenges to certificate challenges 2015-10-02 11:44:29 -07:00
344a5b9103 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
b78696463d remove vestigial difficulty attribute from challenges 2015-10-02 01:06:27 -07:00
8dc908aa30 restructure challenges and add certificate challenge skeletons 2015-10-01 23:54:20 -07:00
89ed66636f 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
266a505cfb 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
705ee7aec2 Merge pull request #3546 from FreeCodeCamp/step
add step based challenge to framework
2015-09-30 19:38:01 -07:00
6e9708d8d0 fix bad merge 2015-09-30 19:26:05 -07:00
e71d748e91 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
42d2587e5b finish QAing all bonfires 2015-09-30 19:04:26 -07:00
eb7aaf4c64 fix exact change and QA all JS challenges 2015-09-30 18:33:32 -07:00
ac90645d33 Added the skeleton for the fourth challenge. Challenge three needs some refinement in the testing system 2015-09-30 23:23:58 +01:00
38f723665d Three complete. More to come 2015-09-30 23:01:56 +01:00
7eb99cfe97 all but 4 bonfires work 2015-09-30 14:57:58 -07:00
43bca7e77f add step based challenge to framework 2015-09-30 13:26:06 -07:00
0b08459caa fix test so it does not match code not in the answer 2015-09-30 05:13:13 -04:00
9b35bb01a8 finish QAing basic and intermediate bonfires 2015-09-30 01:33:07 -07:00
44e43000c2 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
91f48e9c2a refactor messages on basic and advanced bonfires 2015-09-29 15:00:27 -07:00
7d6866443b finish first take at upper-intermediate bonfires 2015-09-29 14:34:51 -07:00
9e415c9b78 finish first pass at intermediate bonfires 2015-09-29 14:18:43 -07:00
5dbdbbdc4d merge staging 2015-09-29 13:44:58 -07:00
303d4db21d Merge branch 'staging' of https://github.com/freecodecamp/freecodecamp into staging 2015-09-29 13:20:29 -07:00
e2d33ca8f7 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
144ae3bef2 add messages to basic and advanced bonfires 2015-09-28 19:55:58 -07:00
430bb0924c 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
8044c03576 Foundation fo AJAX stuff is done. Going to move on to process fetched data and creating a UI generating function for each individual object 2015-09-28 23:24:42 +01:00
10ba213b93 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
05dfde905a Merge pull request #3507 from natac13/fix/typo-in-test-slasker-flick
fixed typo in test
2015-09-28 11:11:35 +02:00
ac390c4dbb 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
dc0ea776a6 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