|
51f8e1677a
|
Merge pull request #5 from econchick/topic/views
Topic/views
|
2012-08-18 15:38:28 -07:00 |
|
Lynn Root
|
221b3d637b
|
parsing of repo graph
|
2012-08-18 11:56:39 -07:00 |
|
|
f7938a9dc1
|
Always return a correct value for bio field
|
2012-08-18 11:34:50 -07:00 |
|
Jonas Obrist
|
4af7ab5b1b
|
Merge branch 'master' of github.com:econchick/rogueojiiofwales
|
2012-08-18 20:32:31 +02:00 |
|
Jonas Obrist
|
f6613bd4ff
|
fixed inner not returning anything
|
2012-08-18 20:31:59 +02:00 |
|
|
60097c8be2
|
Bootstrap Dropdown plugin
|
2012-08-18 11:13:39 -07:00 |
|
|
fc9784b42d
|
jQuery
|
2012-08-18 10:31:54 -07:00 |
|
Lynn Root
|
5d370e36d0
|
updated scaffolding
|
2012-08-18 10:08:27 -07:00 |
|
Lynn Root
|
71b847ba70
|
merged conflicts
|
2012-08-18 10:02:28 -07:00 |
|
Lynn Root
|
df1fdd2643
|
scaffolding for views
|
2012-08-18 09:54:43 -07:00 |
|
Lynn Root
|
8f53f6847b
|
minor changes
|
2012-08-18 09:54:19 -07:00 |
|
Jonas Obrist
|
13acc6d903
|
Merge branch 'feature/update-ghuser-on-login'
|
2012-08-18 18:16:07 +02:00 |
|
Jonas Obrist
|
d0ccd61afd
|
DRYed some stuff
|
2012-08-18 18:15:14 +02:00 |
|
|
4cff2b2db6
|
Merge pull request #3 from ojii/feature/update-ghuser-on-login
updates the ghuser on login
|
2012-08-18 09:14:29 -07:00 |
|
Jonas Obrist
|
903be7f383
|
incomplete objects always need refresh
|
2012-08-18 18:12:49 +02:00 |
|
Jonas Obrist
|
1e41d2cfee
|
disable normal model auth backend
use make_admin and revoke_admin management commands instead
|
2012-08-18 18:05:15 +02:00 |
|
Jonas Obrist
|
055e10b97e
|
updates the ghuser on login
|
2012-08-18 17:57:24 +02:00 |
|
Jonas Obrist
|
603c29c8b4
|
detect logged in users on the home page (mostly debugging social auth)
|
2012-08-18 17:23:15 +02:00 |
|
Jonas Obrist
|
28c6241553
|
added githubnetwork to INSTALLED_APPS
added migrations for githubnetwork
|
2012-08-18 17:11:17 +02:00 |
|
Jonas Obrist
|
d1a111e77f
|
don't commit hidden files
|
2012-08-18 14:21:22 +02:00 |
|
|
496634f613
|
Rough UI
Things don't work very well. It looks crappy. But it's something.
|
2012-08-17 22:25:30 -07:00 |
|
|
4dc5f872cf
|
Fix the regex for the login view
|
2012-08-17 22:24:32 -07:00 |
|
|
eacaa2db3a
|
Error message when the client doesn't do cookies.
|
2012-08-17 22:24:21 -07:00 |
|
|
47589abe93
|
Something I'm happy with. I think.
|
2012-08-17 22:19:29 -07:00 |
|
|
d748617ab3
|
Add container block around whole content container
|
2012-08-17 22:01:13 -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 |
|
|
959197b8c7
|
Hero unit for the front page; removing the login form
|
2012-08-17 20:25:41 -07:00 |
|
Lynn Root
|
9cecf676de
|
added repo model
|
2012-08-17 19:31:46 -07:00 |
|
|
76cd6cee02
|
Doctype correction, comments
|
2012-08-17 19:30:33 -07:00 |
|
|
83b799d8b9
|
Bootstrap in base template
|
2012-08-17 19:26:59 -07:00 |
|
|
baebb2de51
|
Bare login page
|
2012-08-17 19:26:59 -07:00 |
|
|
cdce435ee2
|
Base template
|
2012-08-17 19:26:58 -07:00 |
|
|
41b824ed2b
|
Merge pull request #2 from ojii/feature/ghapi
added ghapi app
|
2012-08-17 19:11:02 -07:00 |
|
Jonas Obrist
|
d55a4745ef
|
middlewares->middleware
|
2012-08-18 04:09:33 +02:00 |
|
Jonas Obrist
|
c6ca280e68
|
copy/paste can be dangerous
|
2012-08-18 04:05:34 +02:00 |
|
Lynn Root
|
246263814d
|
fixed indents, added def unicode
|
2012-08-17 19:02:57 -07:00 |
|
Jonas Obrist
|
fdeab7bee0
|
added ghapi app
added GithubAPIMiddleware
added ghapi.api.GitHub
API calls can be done via request.github.get/get_iter or
GitHub().get/get_iter.
|
2012-08-18 03:58:05 +02:00 |
|
Lynn Root
|
56413b2be1
|
Merge branch 'master' of github.com:econchick/rogueojiiofwales
|
2012-08-17 18:56:29 -07:00 |
|
Lynn Root
|
c2c7f972bd
|
user model defined
|
2012-08-17 18:56:13 -07:00 |
|
|
ce9974fc45
|
Ignore a bunch of stuff
|
2012-08-17 18:54:13 -07:00 |
|
|
5349e9a889
|
Bootstrap
|
2012-08-17 18:50:42 -07:00 |
|
Lynn Root
|
bcddcf379e
|
initial views.py
|
2012-08-17 18:34:04 -07:00 |
|
Lynn Root
|
4cb3e2b651
|
initial app dir
|
2012-08-17 18:33:04 -07:00 |
|
Jonas Obrist
|
f11032202f
|
really removed the need for pylibmc this time
|
2012-08-18 03:14:38 +02:00 |
|
|
692e3e17fd
|
Merge pull request #1 from ojii/feature/github-auth
github authentication
|
2012-08-17 18:06:10 -07:00 |
|
Jonas Obrist
|
7656693360
|
Merge branch 'master' into feature/github-auth
Conflicts:
README.md
|
2012-08-18 03:05:00 +02:00 |
|
Jonas Obrist
|
a07c5baeb4
|
local requirements without pylibmc
|
2012-08-18 03:03:17 +02:00 |
|