|
552af9ede8
|
Merge pull request #161 from FreeCodeCamp/news
News
|
2015-03-08 14:36:53 -07:00 |
|
|
7e5893afe6
|
Merge branch 'master' into news
|
2015-03-09 06:11:20 +09:00 |
|
|
38dc4378df
|
Add ranking algorithm to decay posts over time, add default image to user instead of gravatar
|
2015-03-09 06:09:51 +09:00 |
|
|
bd81c678f9
|
Add story limiting for hotStories, not working on recentStories
|
2015-03-08 20:36:13 +09:00 |
|
|
212e59e061
|
Minor view tweaking
|
2015-03-08 20:22:55 +09:00 |
|
|
6283ec1174
|
resolve show.jade merge conflict
|
2015-03-08 18:50:28 +09:00 |
|
|
de91be44da
|
comment submit time bug fixed
|
2015-03-08 18:48:20 +09:00 |
|
|
aacb0070b3
|
add the nonprofit projects guide view and change all our nonbreaking spaces to smaller, more natural looking spaces
|
2015-03-08 01:36:09 -08:00 |
|
|
f367a0310e
|
Finalizing display issues for news release
|
2015-03-08 16:50:51 +09:00 |
|
|
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 |
|
|
bac22c1d96
|
Space hot stories view, remove all listing and refactor to divs
|
2015-03-08 12:48:02 +09:00 |
|
|
1edc1aa3cf
|
Begin refactoring story lists to order list, remove separate rank div
|
2015-03-08 12:32:35 +09: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 |
|
|
95f938efdf
|
Merge pull request #149 from jonboiser/master
Fixed expected answer for third test on Pairwise bonfire.
|
2015-03-07 21:05:51 +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 |
|
|
a6cd9876d9
|
Rewrite description of Pairwise bonfire. Added second test illustrating the no-reuse rule.
|
2015-03-06 23:39:45 -08: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 |
|