Commit Graph

2272 Commits

Author SHA1 Message Date
7b7f808385 minor fix to the showHTML view. No longer has awkward horizontal scroll, and should prevent this UX nonstarter throughout app now 2015-03-07 22:20:29 -08:00
c8a9f6f810 add benign class that makes search and submit fields on news right size on mobile 2015-03-07 19:03:26 -08:00
790a2d987b Fighting CSS 2015-03-08 11:53:03 +09:00
0a741f0e54 further ux improvements to branch 2015-03-07 17:38:47 -08:00
87ac659038 tighten up the interface for mobile 2015-03-07 16:48:57 -08:00
49886ca097 remove node-rest-client and use request 2015-03-07 15:57:30 -08:00
585544e1fd Minor view improvements and removing extra dom closing tags from views 2015-03-07 21:33:04 +09:00
485bbcc3a9 Bring reply link up closer to comment details 2015-03-07 20:57:28 +09:00
b776be58e5 Finish full functionality for intial release of camper news 2015-03-07 20:51:20 +09:00
a3769f6507 Story submission now with a description, refactor show to display description above comment box 2015-03-07 18:26:49 +09:00
9bea52d42f Refactor post flow, get url info back from server, redirect to final submission form 2015-03-07 17:42:22 +09:00
b655cb7532 Title scraping in resource.js getURLTitle function 2015-03-07 16:08:15 +09:00
39d66ea0da Merge branch 'master' into news 2015-03-07 15:23:56 +09:00
2bf4f789f6 Merge pull request #153 from FreeCodeCamp/graph-display
Update README.md
2015-03-07 15:06:14 +09:00
e6cf415f88 fix an issue of unathenticated users not being able to access challenges 2015-03-06 17:49:14 -08:00
f39bf145a7 Update README.md
Closes issue #152
2015-03-07 07:09:38 +09:00
76842ee713 Respond with 404 if no query found ref #151 2015-03-07 04:51:00 +09:00
89dd38cbac Fix minor bugs 2015-03-07 03:55:59 +09:00
be32cd51b8 Added text-index searching 2015-03-07 03:06:38 +09:00
b46fb576c3 window refreshes on comment submission 2015-03-07 02:24:28 +09:00
6910ed0aea Nesting of comments in view, disabling comment form display button on button click 2015-03-07 01:57:09 +09:00
53598a8e6f Properly binding comment comment button to the proper comment 2015-03-06 18:47:41 +09:00
aad15b88ba fudging around with interpreting opengraph info in resources.js 2015-03-06 17:25:28 +09:00
1ee1ff4052 sitemap now works and can be deployed 2015-03-06 00:20:39 -08:00
c8c396981a update sitemap 2015-03-06 00:13:58 -08:00
9df29350ed update the search UI 2015-03-05 17:30:05 -08:00
6fc72de232 add basic text search for post headlines 2015-03-06 09:20:30 +09:00
0276c6867e Display hot/recent/submit/search views correctly through index 2015-03-06 08:20:49 +09:00
5440efc729 Wire hot, recent, submit, and search views in app and controller, modified button navigation to fetch their routes 2015-03-06 08:11:18 +09:00
f1f3258fe3 Merge branch 'news' of https://github.com/FreeCodeCamp/freecodecamp into news 2015-03-05 13:42:14 -08:00
25f589479a refactor camper news into 4 pages instead of one 2015-03-05 13:42:01 -08:00
046a209637 Comment submission now works on main story, need to refresh page after submission to display new comment 2015-03-06 06:08:40 +09:00
7e14990698 Merge branch 'news' of https://github.com/FreeCodeCamp/freecodecamp into news 2015-03-05 10:56:31 -08:00
4971d06db2 Merge branch 'master' into news 2015-03-05 10:56:20 -08:00
4c0ff3b5ed Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp into news
Conflicts:
	views/partials/navbar.jade
2015-03-05 10:56:06 -08:00
8552a06ac6 Add url correcting in case user forgets http:// or https:// so url works properly in show view, remove upvote arrows from index view 2015-03-05 19:54:31 +09:00
40a42e29c2 Fixed url redirect after submission, upvoting now works 2015-03-05 19:40:44 +09:00
41442a540f Need to work on story redirect after submission, fix url link in stories/show 2015-03-05 19:21:26 +09:00
6a9bfc5ebf remove together.js and add a non-functioning submit form to the index view of news 2015-03-04 23:44:30 -08:00
3d9c49b76e refactor the first challenge to make use of the array atribute we gave it 2015-03-04 22:04:58 -08:00
3fac5cb70e Improve comment view, re-enable upvoting for articles 2015-03-05 09:13:22 +09:00
ba97c984e7 Improve view for individual news story 2015-03-05 07:49:55 +09:00
d8b8373b70 do some refactoring of the camper news views 2015-03-03 19:55:04 -08:00
2c375e8c61 Improve layout of posts 2015-03-04 07:55:13 +09:00
260c25a482 some minor UI improvements on news 2015-03-03 14:35:35 -08:00
6ac780e836 Rewire upvote to use post and req.body instead of req.params, add logic on click handler to reject upvotes if the user has already upvoted, coment display now works 2015-03-04 07:15:00 +09:00
3416353baf remove mention of forum from fcc 2015-03-03 11:31:16 -08:00
968832ae52 start of comments view 2015-03-03 22:52:45 +09:00
4b84b49d07 Added start of individual post view and post lists view, wired upvoting functionality for individual posts 2015-03-03 22:03:33 +09:00
94bbb7a4a5 Beginnings of the show individual post view 2015-03-03 19:50:16 +09:00