Commit Graph

21239 Commits

Author SHA1 Message Date
Michael Q Larson
297c7f3287 test moving the css to body 2015-03-07 01:02:46 -08:00
Nathan Leniz
9bea52d42f Refactor post flow, get url info back from server, redirect to final submission form 2015-03-07 17:42:22 +09:00
Michael Q Larson
43c729d288 attempt to make css loading asynchronous 2015-03-07 00:36:17 -08:00
Michael Q Larson
687eb6c477 add font-awesome 2015-03-07 00:09:04 -08:00
Michael Q Larson
e049951b88 remove CDN call for bootstrap and font awesome and get them loading locally 2015-03-06 23:56:22 -08:00
Jonathan Boiser
a6cd9876d9 Rewrite description of Pairwise bonfire. Added second test illustrating the no-reuse rule. 2015-03-06 23:39:45 -08:00
Michael Q Larson
b73df4686e attempt to make script loads async 2015-03-06 23:22:56 -08:00
Nathan Leniz
b655cb7532 Title scraping in resource.js getURLTitle function 2015-03-07 16:08:15 +09:00
Nathan Leniz
39d66ea0da Merge branch 'master' into news 2015-03-07 15:23:56 +09:00
Nathan
2bf4f789f6 Merge pull request #153 from FreeCodeCamp/graph-display
Update README.md
2015-03-07 15:06:14 +09:00
Michael Q Larson
e6cf415f88 fix an issue of unathenticated users not being able to access challenges 2015-03-06 17:49:14 -08:00
Nathan
f39bf145a7 Update README.md
Closes issue #152
2015-03-07 07:09:38 +09:00
Nathan Leniz
76842ee713 Respond with 404 if no query found ref #151 2015-03-07 04:51:00 +09:00
Nathan Leniz
89dd38cbac Fix minor bugs 2015-03-07 03:55:59 +09:00
Nathan Leniz
be32cd51b8 Added text-index searching 2015-03-07 03:06:38 +09:00
Nathan Leniz
b46fb576c3 window refreshes on comment submission 2015-03-07 02:24:28 +09:00
Nathan Leniz
6910ed0aea Nesting of comments in view, disabling comment form display button on button click 2015-03-07 01:57:09 +09:00
Nathan Leniz
53598a8e6f Properly binding comment comment button to the proper comment 2015-03-06 18:47:41 +09:00
Nathan Leniz
aad15b88ba fudging around with interpreting opengraph info in resources.js 2015-03-06 17:25:28 +09:00
Michael Q Larson
1ee1ff4052 sitemap now works and can be deployed 2015-03-06 00:20:39 -08:00
Michael Q Larson
c8c396981a update sitemap 2015-03-06 00:13:58 -08:00
Michael Q Larson
9df29350ed update the search UI 2015-03-05 17:30:05 -08:00
Nathan Leniz
6fc72de232 add basic text search for post headlines 2015-03-06 09:20:30 +09:00
Nathan Leniz
0276c6867e Display hot/recent/submit/search views correctly through index 2015-03-06 08:20:49 +09:00
Nathan Leniz
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
Michael Q Larson
f1f3258fe3 Merge branch 'news' of https://github.com/FreeCodeCamp/freecodecamp into news 2015-03-05 13:42:14 -08:00
Michael Q Larson
25f589479a refactor camper news into 4 pages instead of one 2015-03-05 13:42:01 -08:00
Nathan Leniz
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
Michael Q Larson
7e14990698 Merge branch 'news' of https://github.com/FreeCodeCamp/freecodecamp into news 2015-03-05 10:56:31 -08:00
Michael Q Larson
4971d06db2 Merge branch 'master' into news 2015-03-05 10:56:20 -08:00
Michael Q Larson
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
Nathan Leniz
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
Nathan Leniz
40a42e29c2 Fixed url redirect after submission, upvoting now works 2015-03-05 19:40:44 +09:00
Nathan Leniz
41442a540f Need to work on story redirect after submission, fix url link in stories/show 2015-03-05 19:21:26 +09:00
Michael Q Larson
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
Michael Q Larson
3d9c49b76e refactor the first challenge to make use of the array atribute we gave it 2015-03-04 22:04:58 -08:00
Nathan Leniz
3fac5cb70e Improve comment view, re-enable upvoting for articles 2015-03-05 09:13:22 +09:00
Nathan Leniz
ba97c984e7 Improve view for individual news story 2015-03-05 07:49:55 +09:00
Michael Q Larson
d8b8373b70 do some refactoring of the camper news views 2015-03-03 19:55:04 -08:00
Nathan Leniz
2c375e8c61 Improve layout of posts 2015-03-04 07:55:13 +09:00
Michael Q Larson
260c25a482 some minor UI improvements on news 2015-03-03 14:35:35 -08:00
Nathan Leniz
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
Michael Q Larson
3416353baf remove mention of forum from fcc 2015-03-03 11:31:16 -08:00
Nathan Leniz
968832ae52 start of comments view 2015-03-03 22:52:45 +09:00
Nathan Leniz
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
Nathan Leniz
94bbb7a4a5 Beginnings of the show individual post view 2015-03-03 19:50:16 +09:00
Nathan Leniz
52e494407b Get initial view working, sort out mongo mess with seed file 2015-03-03 19:23:56 +09:00
Michael Q Larson
b7a95ee56f passing off hacker news clone to Nathan and his pair 2015-03-03 01:41:32 -08:00
Michael Q Larson
130f743dfc wrap some json notation that Nathan left unwrapped in code tags 2015-03-03 00:22:39 -08:00
Michael Q Larson
9a143ef435 start building the schema for both the posts and comments 2015-03-03 00:18:52 -08:00