Commit Graph

83 Commits

Author SHA1 Message Date
terakilobyte
8781bc3e63 Accept comment edit pr 2015-04-19 22:22:11 -04:00
terakilobyte
f396dad029 Fix upvote button on initial story submission. 2015-04-19 20:28:56 -04:00
terakilobyte
2736dfe638 Merge remote-tracking branch 'origin/master' 2015-04-19 03:37:25 -04:00
terakilobyte
08bf658897 Harden camper news and don't expose user object. Upvoting still needs to be looked at. 2015-04-19 03:36:54 -04:00
MrRenter
b2f18a790a Changed from post to put for since updating not creatings 2015-04-18 11:53:46 -04:00
MrRenter
790a4f941d Removed alert and added server side check for 10minutes 2015-04-18 02:46:16 -04:00
MrRenter
349dbbc2af Added functuality to the edit button. Added router to /commets/:id/edit as well as commentEdit method in story js. 2015-04-18 02:40:48 -04:00
MrRenter
47bb301a91 Made it so edit will only be displayed for the user. Since its on client side (following practices used) a final check should be used when actually saving edit to db 2015-04-17 22:36:09 -04:00
MrRenter
c711b41fa0 Added code to display edit button next to discuss button when viewing a story. Button will vanish if comment was posted > 10 minutes 2015-04-17 22:33:07 -04:00
Nathan
5bdcc15e05 Enable search 2015-04-17 20:32:46 -04:00
Michael Q Larson
061d86b074 simplify the camper news UX 2015-04-17 13:09:35 -07:00
Michael Q Larson
61e07041a7 camper news reply emails go out to original story poster and poster of replied-to comment, works with old stories as well 2015-04-08 13:16:16 -07:00
Michael Q Larson
6242f322d7 still working on passing original author email all the way down the comment chain 2015-04-08 00:30:51 -07:00
Michael Q Larson
1c7d0b11b6 pass the original story URL to all comments for notification email 2015-04-07 23:39:52 -07:00
Michael Q Larson
751d25219e improve the wiki seed file and add strikethrough to read wikis 2015-04-07 22:33:49 -07:00
Michael Q Larson
f20743428a Merge branch 'jameskopacz-patch-259' of https://github.com/jameskopacz/freecodecamp into ux-improvements 2015-03-29 14:19:12 -07:00
jameskopacz
d3dee00df5 Stories reply and upvote redirect to signin when user isn't signed in.
Redirects user back to story after signing in.
2015-03-28 00:16:48 -05:00
Michael Q Larson
94b6cae3ec apply Nathan's insights into multistep form' 2015-03-27 12:36:21 -07:00
Michael Q Larson
d0a40dc202 fix intermittent variable declaration error in camper news view 2015-03-22 01:16:02 -07:00
Michael Q Larson
af19ea4308 improve upvoting UX and start adding angular validation to submit-story view 2015-03-18 00:40:18 -07:00
jameskopacz
5ff3aabdd5 stories js var double output fix
challengeName and user are in stories/index.jade and stories/show.jade.

show.jade is only called from index.jade. This fix removes double output of those vars.
2015-03-17 21:18:55 -05:00
Michael Q Larson
a52ab83757 half way done with the new upvoting ux 2015-03-17 17:57:50 -07:00
Quincy Larson
f144e84310 Merge pull request #214 from MrRenter/upvoteFix
Upvote fix
2015-03-17 15:48:15 -07:00
Nathan Leniz
c9dd6366ec Compare against userIds 2015-03-18 05:01:14 +09:00
Nathan Leniz
8b491ed27e Fix display of comments if user is not logged in, disable reply button if no user, reject attempted comments if no user and no author 2015-03-17 17:44:52 +09:00
MrRenter
c9970c1725 Hide upvote arrow on news page if already upvoted. Make it disappear on upvote 2015-03-17 03:00:37 -04:00
jameskopacz
6503cfc27d Comment overflow in News fix 2015-03-16 02:21:47 -05:00
Michael Q Larson
e8ea6b39c9 fix link issue on show view 2015-03-11 22:29:03 -07:00
Michael Q Larson
bb91982577 make link on show page open in new tab 2015-03-10 12:24:38 -07:00
Michael Q Larson
09f7be37ee make reply button consistent with discuss button throughout camper news 2015-03-10 10:22:20 -07:00
Michael Q Larson
526d874d1b add logic to truncate long headlines fetched from websites 2015-03-10 10:05:29 -07:00
Michael Q Larson
ca52ab2b9b make links open a new tab 2015-03-10 09:43:13 -07:00
Michael Q Larson
5c0764c022 switch to tiny bullets in stories 2015-03-09 23:18:09 -07:00
Michael Q Larson
47507471ff update the stories view to have ghost discuss button and update chat instructions 2015-03-09 22:10:09 -07:00
Michael Q Larson
d224fda65f Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-03-09 17:05:24 -07:00
Michael Q Larson
0d43c8942e add discuss button to views and fix onhover issues 2015-03-09 17:05:18 -07:00
Nathan Leniz
ac89c44064 Merge branch 'master' of https://github.com/freecodecamp/freecodecamp 2015-03-09 18:45:21 +09:00
Nathan Leniz
1da79c2b86 Display meta description 2015-03-09 18:40:14 +09:00
Nathan Leniz
af820582b5 Server side checking of user input before allowing signup. 2015-03-09 18:39:31 +09:00
Nathan Leniz
b7e73c90eb Server side checking of user input before allowing signup. 2015-03-09 18:39:00 +09:00
Michael Q Larson
24ab61e271 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-03-09 00:27:23 -07:00
Michael Q Larson
d7edde2a19 fix the casing of the views and a minor Jade warn statement 2015-03-09 00:27:17 -07:00
Nathan Leniz
528e0094d1 Add image display to show view for news 2015-03-09 13:55:13 +09:00
Nathan Leniz
eb991c4f15 Add image fetching for articles that support the og:image meta tag 2015-03-09 13:08:39 +09:00
Nathan Leniz
ca440c53f8 Enter button now triggers comment submission 2015-03-09 11:55:33 +09:00
Nathan Leniz
77496864d4 Unify comment view between comments and show, hide all comment input elements when user clicks on new reply button 2015-03-09 11:31:32 +09:00
Michael Q Larson
2f54153b16 get a running start on refactoring comment ui elements 2015-03-08 18:56:06 -07:00
Michael Q Larson
9475c2a899 start changing the reply areas on camper news from text areas to text fields 2015-03-08 17:51:27 -07:00
Michael Q Larson
48ce07058d disable searching since it's not yet working in production 2015-03-08 16:27:25 -07:00
Michael Q Larson
8d2552fe57 give users without images a default image and retroactively give that to all their stories and comments and also make some UI changes to stories. 2015-03-08 15:39:36 -07:00