Commit graph

14 commits

Author SHA1 Message Date
0314a0f71e Rename GitHubRequestContext -> GraphRequestContext 2012-08-18 12:42:23 -07:00
57ea318fcf Repo graph template 2012-08-18 12:42:23 -07:00
56587aa345 Repo stub view 2012-08-18 12:42:23 -07:00
2184fab678 Rename follower_graph to graph_followers
Create graph_followers template
Add urlconf for graph_followers
Redirect use to followers view instead of just calling it
2012-08-18 12:42:22 -07:00
068403f81f Render the graph template when rendering followers view 2012-08-18 12:42:22 -07:00
fdb900a8a3 Check if user is authenticated and show follower_graph 2012-08-18 12:42:22 -07:00
d2fc4ca84b Move login template to index.html 2012-08-18 12:42:22 -07:00
5435ed5789 Set test cookie even if cookies are disabled
It doesn't hurt anything, but we've hit this during development a bunch.
2012-08-18 12:41:03 -07:00
Jonas Obrist
603c29c8b4 detect logged in users on the home page (mostly debugging social auth) 2012-08-18 17:23:15 +02:00
eacaa2db3a Error message when the client doesn't do cookies. 2012-08-17 22:24:21 -07:00
e3e8295e47 Fix test cookie logic
set_test_cookie has to be in a separate request/response cycle than test_ and
delete_test_cookie.

Add some comments about what's going on.
2012-08-17 20:49:57 -07:00
b25eb12d7e Login and index view work.
Fix the docstrings.
Rename the pre_login_test view to just login. Functionality is still the same.
2012-08-17 20:44:57 -07:00
63de6467f6 More logic for index; pre_login_test view; follower_graph stub view 2012-08-17 20:41:55 -07:00
97a2191b1a Really (I mean *really*) simple index view 2012-08-17 20:26:22 -07:00