Logan Tegman
342640542f
Merge pull request #4239 from ptsurbeleu/fix-anchor-assert
...
Fix count a element assertion in 'waypoint-nest-an-anchor-element-within-a-paragraph' to avoid 'undefined is not an object' error
2015-11-09 11:00:07 -08:00
Pavel Tsurbeleu
f473d6116d
update count a element assertion's message in 'waypoint-nest-an-anchor-element-within-a-paragraph' challenge to precisely reflect the requirements and avoid confusion
2015-11-09 10:53:13 -08:00
Pavel Tsurbeleu
c5f4f1f5f4
fix count a element assertion to avoid 'undefined is not an object' error message when the element is missing, closes #899
2015-11-07 21:56:58 -08:00
Logan Tegman
e0ee41033a
Merge pull request #4225 from SaintPeter/fix/give-image-border-width
...
Fixes Give Images Border Width Issue
2015-11-06 19:28:31 -08:00
SaintPeter
716fb74352
Cleanup to Font Size Waypoint
...
Fixes Font Size Desciption, Test
2015-11-06 18:39:00 -08:00
SaintPeter
0dc082e915
Fixes Give Images Border Width Issue
2015-11-06 18:20:09 -08:00
Rex Schrader
79fd8e0bf8
Fixes 4160 - Missing Semicolon on Use an ID Attribute
2015-11-04 11:28:28 -08:00
Berkeley Martinez
3b04646dff
Merge pull request #4114 from ltegman/fix/sidebar-indentation-character
...
Fix Sidebar Code Indentation Character
2015-11-01 23:01:58 -08:00
Berkeley Martinez
6a8d4ee02f
Merge pull request #4099 from ltegman/fix/waypoint-create-radio-button-wording-3856
...
Fix Create Radio Buttons Redundant Wording
2015-11-01 23:00:50 -08:00
Logan Tegman
4959675d74
Fix Sidebar Code Indentation Character
...
Closes #3988
2015-11-01 17:11:23 -08:00
Logan Tegman
9a63bd60b6
Fix Create Radio Buttons Redundant Wording
...
Closes #3856
2015-11-01 11:22:27 -08:00
Logan Tegman
a44f864e6f
Fix Waypoint Unordered List Instructions
...
Closes #3891
2015-11-01 10:48:29 -08:00
krantzinator
a369e6db92
update test to allow space between css property and colon
2015-10-31 13:26:35 -04:00
Logan Tegman
c3bcc9fbc8
Fix Nest Anchor in Paragraph Test
...
Closes #4012 and closes #3989
2015-10-29 20:05:48 -07:00
Quincy Larson
d2ce2275b3
everything is ready except OOP
2015-10-28 05:13:49 -07:00
Quincy Larson
fd7451e233
Merge branch 'staging' into improve-early-challenges
...
Conflicts:
seed/challenges/basic-javascript.json
seed/challenges/bootstrap.json
seed/challenges/html5-and-css.json
seed/challenges/object-oriented-and-functional-programming.json
2015-10-28 02:20:09 -07:00
Quincy Larson
63f56c94b8
continue refining waypoints
2015-10-27 17:49:58 -07:00
Zarek Parker
f423bbf4ea
Fix example for black background color closes #3870
2015-10-27 12:28:15 -04:00
Quincy Larson
e9bcbbb333
continue improving early challenges
2015-10-26 03:14:03 -07:00
Logan Tegman
3cea1ba105
Merge pull request #3827 from junhaoyap/fix/style-elements
...
Check is now stricter and needs braces and semicolon
2015-10-21 23:57:13 -07:00
Quincy Larson
5077f74ca1
start updating HTML challenge styling
2015-10-21 17:42:01 -07:00
junhaoyap
fb3d490960
Add stricter check for CSS selectors styling elements
2015-10-20 22:27:27 -07:00
Aniruddh Agarwal
eb688d1720
Merge pull request #3813 from ltegman/fix/nest-anchor-in-paragraph-3805
...
Fix Waypoint Nest Anchor in Paragraph Code Guidance
2015-10-20 20:22:10 +08:00
junhaoyap
7acdfaa09e
Add regex test for waypoint use CSS to be more strict
2015-10-19 21:38:15 -07:00
Logan Tegman
68dfdaf1ff
Fix Waypoint Nest Anchor in Paragraph Code Guidance
...
Added comments to delineate which areas of the code should be modified since we were seeing a lot of confusion on the tests not passing when the `p` tag was at the bottom of the page.
Closes #3805
2015-10-19 21:33:24 -07:00
Logan Tegman
e82e6e9d41
Fix Waypoint Change Font Size Tests
...
Removes a test that is not consistent with the instructions.
Closes #3749
2015-10-15 06:34:46 -07:00
Logan Tegman
b248d60b7c
Merge pull request #3365 from joel-bentley/fix/waypoint-unordered-list-test
...
Fix test on Waypoint Create Unordered List
2015-10-14 22:29:42 -07:00
Berkeley Martinez
3e828ba266
Merge pull request #3727 from QuincyLarson/estimates
...
Time estimates for each block of challenge (by popular request)
2015-10-13 15:49:39 -07:00
Quincy Larson
f30239fb6c
add time estimates to challenge blocks on map
2015-10-12 22:56:10 -07:00
Juan Martínez
5603531b7f
Fixes background-color required twice to pass
2015-10-12 12:15:07 +00:00
Logan Tegman
076fc79fc6
Fix Waypoint Nest Anchor Within Paragraph Test Regex
...
Tolerates whitespace between opening `<p>` tag and "View more" text
Closes #3675
2015-10-09 13:13:47 -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
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
Arsen Melikyan
5ab8c0a228
Merge pull request #3377 from TylerMoeller/patch-1
...
Fix typo in html5-and-css.json
2015-09-20 20:27:01 +04:00
Anton Strömkvist
f06cf41065
Merge pull request #3369 from bugron/fix/editor-match-error_fix
...
Fixes two 'editor.match() in null' errors
2015-09-20 17:47:47 +02:00
Tyler Moeller
99f2dc2ac4
Fix typo in html5-and-css.json
...
The challenge "Nest an Anchor Element within a Paragraph" has a small typo at the end of the English description text as highlighted below:
"Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is rest is plain text."
This commit removes the final "rest is" highlighted above, giving us this sentence instead:
Now nest your existing a element within a new p element so that the surrounding paragraph says "View more cat photos", but where only "cat photos" is a link, and the rest of the text is plain text.
2015-09-20 08:35:21 -07:00
Arsen Melikyan
8129f8a277
fixes two 'editor.match() in null' errors
2015-09-20 02:17:25 +04:00
Joel Bentley
4c48547b0d
Fix test on Waypoint Create Unordered List
2015-09-19 14:50:54 -04:00
Aniruddh Agarwal
dfe6da9ea6
Added test to determine num of elements with class
2015-09-19 20:18:17 +08:00
Aniruddh Agarwal
22e785b0b8
Fix waypoint description to be in accordance with W3C rec
2015-09-15 05:50:14 +08:00
Berkeley Martinez
ac5573b11c
Merge pull request #3291 from QuincyLarson/fix-3278
...
minor formatting improvement to @awesomeaniruddh fix
2015-09-14 14:13:13 -07:00
bugron
c6e3c89b7c
adds ability to 1-click expand images
2015-09-14 21:10:28 +04:00
Quincy Larson
f31fe15d77
minor formatting improvement to @awesomeaniruddh fix
2015-09-13 19:56:57 -07:00
Quincy Larson
d0359e5b27
Merge pull request #3278 from awesomeaniruddh/awesomeaniruddh-3276
...
Edited decription of html waypoint to include details
2015-09-13 19:50:48 -07:00
Berkeley Martinez
91f6e21757
fix typo
2015-09-12 20:39:23 -07:00
Berkeley Martinez
5360531dc8
Merge branch 'sJhonny-e-969' of https://github.com/sJhonny-e/FreeCodeCamp into sJhonny-e-sJhonny-e-969
2015-09-12 20:37:48 -07:00
Aniruddh Agarwal
9243a1832f
Edited decription of html waypoint to include details
2015-09-13 07:40:17 +08:00
bugron
ea5464c806
fixes assert in challenge
2015-09-11 17:19:37 +04:00