Commit Graph

605 Commits

Author SHA1 Message Date
Berkeley Martinez
91df8cba6f Merge pull request #3666 from FreeCodeCamp/fix/commit
update look of commit
2015-10-08 17:26:07 -07:00
Berkeley Martinez
fcd7e096b2 Fix alt attribute 2015-10-08 17:25:47 -07:00
Quincy Larson
da29152783 Merge branch 'fix/commit' of https://github.com/freecodecamp/freecodecamp into fix/commit
Conflicts:
	server/views/commit/index.jade
2015-10-08 17:21:30 -07:00
Quincy Larson
6fafbdf441 improve stories view 2015-10-08 17:05:42 -07:00
Berkeley Martinez
e62375516b Add commit button functionality 2015-10-08 17:00:15 -07:00
Quincy Larson
66120a60b8 update look of commit 2015-10-08 16:29:43 -07:00
Quincy Larson
920d9ba403 Merge pull request #3655 from FreeCodeCamp/fix/remove-unused-endpoint
Remove unused jobs-form endpoint
2015-10-08 15:31:09 -07:00
Quincy Larson
ce57a13a88 Merge pull request #3657 from FreeCodeCamp/fix/harded-certs
Harden showCert against errors
2015-10-08 15:30:13 -07:00
Berkeley Martinez
0dc35f2b0a Fix show certs to anon user
closes #3648
2015-10-08 09:02:35 -07:00
Berkeley Martinez
ba88def035 Harden showCert against errors 2015-10-08 08:48:52 -07:00
Berkeley Martinez
76618efcd0 Remove unused jobs-form endpoint 2015-10-08 08:12:48 -07:00
Berkeley Martinez
1695a760ef Fix check for _id as well as id during certification 2015-10-07 16:30:51 -07:00
Berkeley Martinez
155f9359a1 Fix default dollar amount incorrectly set 2015-10-07 14:37:48 -07:00
Berkeley Martinez
0cb8c6c58b hot patch/ prevent dedube 2015-10-07 06:05:33 -07:00
Berkeley Martinez
f9d616a4a6 Merge pull request #3626 from QuincyLarson/fix/learn-button
fix learn button
2015-10-07 02:40:00 -07:00
Quincy Larson
066b2ac7f9 fix learn button 2015-10-07 02:35:23 -07:00
Berkeley Martinez
c6914fa205 Fix small typo on certification challenge 2015-10-07 02:22:04 -07:00
Berkeley Martinez
f2679810a9 fix some typos in commit and getting started 2015-10-07 02:11:23 -07:00
Quincy Larson
cdbd052b35 Merge branch 'staging' into clementine 2015-10-07 01:29:15 -07:00
Quincy Larson
1f7141c523 Merge branch 'staging' into clementine 2015-10-07 01:28:41 -07:00
Berkeley Martinez
0f6cdf8be1 Merge pull request #3615 from FreeCodeCamp/feature/commit
Add feature Commit
2015-10-07 01:23:24 -07:00
Berkeley Martinez
a906b8f411 Fix firstChallenge var should point to new first challenge 2015-10-07 01:14:33 -07:00
Quincy Larson
adfbdd7f9f more style improvements 2015-10-07 01:06:36 -07:00
Quincy Larson
f7500c4bb0 improve style 2015-10-07 00:44:46 -07:00
Quincy Larson
a1b574f768 update camper portfolio page 2015-10-07 00:41:43 -07:00
Quincy Larson
cd964425f7 add t-shirt banner 2015-10-07 00:41:42 -07:00
Berkeley Martinez
241ca8097d Fix link errors in randomAPIs 2015-10-07 00:28:42 -07:00
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
ea827fda37 Remove unnecessary dangling class 2015-10-07 00:17:18 -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
febdc5b0cc hide more info button 2015-10-07 00:17:17 -07:00
Berkeley Martinez
92b9f71532 Add commit directory page 2015-10-07 00:05:26 -07:00
Berkeley Martinez
f5966c0959 Change redirect and text on commit 2015-10-06 23:33:17 -07:00
Berkeley Martinez
3273593b9c Change order of edit buttons on profile 2015-10-06 23:32:31 -07:00
Berkeley Martinez
364f79818f Fix dynamic commit link 2015-10-06 23:26:15 -07: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
Berkeley Martinez
2864f607cc Add on certification, complete goal and stop pledge 2015-10-06 21:12:40 -07:00
Berkeley Martinez
49c06b266e Add complete commit endpoint 2015-10-06 19:51:19 -07:00
Berkeley Martinez
0b716c0057 Add stop commit functionality 2015-10-06 19:51:19 -07:00
Berkeley Martinez
d132978df9 Add ability to edit commit 2015-10-06 19:51:19 -07:00
Berkeley Martinez
362efd4365 Add display on user profile when user commits 2015-10-06 19:51:19 -07:00
Berkeley Martinez
c8da944caf Add logic to load nonprofit on query
Add logic to model update
2015-10-06 19:51:19 -07:00
Berkeley Martinez
bc6a9c6db2 Add redirect to user page on submit 2015-10-06 19:51:19 -07:00
Berkeley Martinez
d1c0276f4e fix spiffy up the commit form 2015-10-06 19:51:19 -07:00
Berkeley Martinez
3f96490aff Add pledge model 2015-10-06 19:51:19 -07:00
Quincy Larson
914f2ef0b8 Merge pull request #3611 from FreeCodeCamp/fix/replace-script-tag-in-url
Fix replace script tags in URL
2015-10-06 16:48:37 -07:00
Berkeley Martinez
33e8f35bbf Fix replace script tags in URL
Replace script tags in URL with fcc tags.
This prevents some xss bugs blocking code from running
in the iFrame.
2015-10-06 16:39:15 -07:00
Quincy Larson
ebe0165fba Merge pull request #3601 from FreeCodeCamp/fix/user-certs-edge-cases
Fix/user certs edge cases
2015-10-05 22:43:39 -07:00
Quincy Larson
d78d7a3fa1 Merge branch 'staging' of https://github.com/freecodecamp/freecodecamp into staging 2015-10-05 22:43:17 -07:00