Commit graph

109 commits

Author SHA1 Message Date
cab417594c Merge branch 'feature/graphs' of github.com:erynofwales/rogueojiiofwales into feature/graphs 2012-08-19 09:41:28 -07:00
2abb0f7c49 Borders and circular clip paths for graph nodes 2012-08-19 09:41:08 -07:00
036f35e1c0 Borders and circular clip paths for graph nodes 2012-08-19 09:40:19 -07:00
Lynn Root
cec2d56338 Merge pull request #8 from erynofwales/feature/ui
Sort the repo list
2012-08-19 09:00:45 -07:00
0fdc66cd09 Set the charge back to -500 2012-08-19 08:19:00 -07:00
0dd428a43d Move repo list functions to githubnetwork
Add repos item to context for me view.
2012-08-18 23:25:24 -07:00
35cb9ab6b2 Me link 2012-08-18 23:20:31 -07:00
1fa791829f Make the avatars twice as big 2012-08-18 23:11:27 -07:00
ac891f6fcb Dynamic resize based on window size. 2012-08-18 23:04:06 -07:00
5331780a83 Remove the container-fluid around the graph 2012-08-18 23:03:53 -07:00
386c618981 Merge branch 'feature/ui' of github.com:erynofwales/rogueojiiofwales into feature/ui 2012-08-18 22:08:28 -07:00
ebd371b43f Fix indentation in navbar template 2012-08-18 22:03:53 -07:00
dab1b69fb7 Remove some remnants of a bad merge... 2012-08-18 22:03:53 -07:00
9c44419146 Sort repo list 2012-08-18 22:03:53 -07:00
f306488b01 Use a named url instead of the url to reference login view 2012-08-18 22:03:53 -07:00
934ea0a905 Merge pull request #7 from ojii/crazy
Crazy
2012-08-18 22:03:11 -07:00
d0386b475a Fix indentation in navbar template 2012-08-18 18:57:06 -07:00
e2aa534e76 Remove some remnants of a bad merge... 2012-08-18 18:43:17 -07:00
Jonas Obrist
3c57ff9910 minor adjustments 2012-08-19 03:42:58 +02:00
8cd4940215 Sort repo list 2012-08-18 18:40:45 -07:00
Jonas Obrist
0dbc4c21e0 oops, wrong way round 2012-08-19 03:36:09 +02:00
Jonas Obrist
9e1a68aac5 spacing
styling
avatars
2012-08-19 03:34:07 +02:00
dac7766ee7 Use a named url instead of the url to reference login view 2012-08-18 18:27:56 -07:00
Jonas Obrist
0ab9f790fe Merge branch 'master' of github.com:econchick/rogueojiiofwales into crazy
Conflicts:
	urls.py
2012-08-19 03:01:47 +02:00
Jonas Obrist
4bb36f6129 Merge pull request #4 from erynofwales/feature/ui
Followers graph view
2012-08-18 17:48:53 -07:00
6d9f67d3bf Merge pull request #6 from erynofwales/bug/test-cookie
Set test cookie even if cookies are disabled
2012-08-18 17:16:14 -07:00
Jonas Obrist
b456362a47 Merge branch 'master' of github.com:econchick/rogueojiiofwales into crazy
Conflicts:
	githubnetwork/views.py
2012-08-19 02:14:57 +02:00
d3a949833d Merge branch 'feature/ui' of github.com:erynofwales/rogueojiiofwales into feature/ui
Conflicts:
	templates/graph_base.html
	templates/navbar.html
2012-08-18 17:09:56 -07:00
Jonas Obrist
8b988be06e just showing off, don't merge this! 2012-08-19 01:20:08 +02:00
6969af178c Merge remote-tracking branch 'fork/feature/ui' into feature/ui
Conflicts:
	templates/graph_base.html
	templates/navbar.html
	urls.py
	views.py
2012-08-18 16:17:04 -07:00
c389dc5581 Merge remote-tracking branch 'fork/feature/ui' into feature/ui
Conflicts:
	templates/graph_base.html
	templates/navbar.html
	urls.py
	views.py
2012-08-18 16:12:56 -07:00
c0bac128d7 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 16:06:21 -07:00
e34a4aa15d Fix navbar for loop for generate repo list 2012-08-18 16:03:32 -07:00
72e2ae9290 Round out graph views to generate list of user's repos 2012-08-18 16:02:31 -07:00
cc84293480 Rename graph views 2012-08-18 16:01:59 -07:00
51f8e1677a Merge pull request #5 from econchick/topic/views
Topic/views
2012-08-18 15:38:28 -07:00
0314a0f71e Rename GitHubRequestContext -> GraphRequestContext 2012-08-18 12:42:23 -07:00
6bb4000d30 Placeholder for repo graph 2012-08-18 12:42:23 -07:00
57ea318fcf Repo graph template 2012-08-18 12:42:23 -07:00
8e2decc27e Dropdown for user's repos 2012-08-18 12:42:23 -07:00
56587aa345 Repo stub view 2012-08-18 12:42:23 -07:00
e044dbf19a Dropdown menu for user stuff 2012-08-18 12:42:22 -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
2da6b7395c Graph base template 2012-08-18 12:42:22 -07:00
529c932e33 Navbar 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
Lynn Root
221b3d637b parsing of repo graph 2012-08-18 11:56:39 -07:00