Commit Graph

176 Commits

Author SHA1 Message Date
Trever Fischer
1112d27075 Display avatars in news comments. Fixes #3 2012-03-07 16:48:56 -05:00
Trever Fischer
cb0a4db37f Change logout redirect. Fixes #16 2012-03-07 16:07:32 -05:00
Trever Fischer
661ec138a9 Decrease balance poll frequency 2012-03-06 18:48:25 -05:00
Trever Fischer
245f8d139b Cache server time queries 2012-03-06 18:25:48 -05:00
Trever Fischer
4f4cd399b8 Return a 403 code for the anonymous balance query 2012-03-06 18:25:36 -05:00
Trever Fischer
a08e007c00 Fix api tests for balance queries 2012-03-06 18:25:15 -05:00
Trever Fischer
f30e381376 Show server name in rules page 2012-03-06 09:58:18 -05:00
Trever Fischer
84d8d70144 Use RequestContext for rules view 2012-03-06 09:55:07 -05:00
Trever Fischer
69105e665a Use base_simple in more places. Fixes #24 2012-03-05 19:53:47 -05:00
Trever Fischer
e7a1364852 Simplify forum URLs. Fixes #25 2012-03-05 19:51:00 -05:00
Trever Fischer
f60c231c4a Implement rules API. Fixes #23 2012-03-05 19:48:10 -05:00
Trever Fischer
e127b157f0 Implement rulesets. Fixes #22 2012-03-05 19:43:56 -05:00
Trever Fischer
046ad49823 Improve validation API to return JSON. Fixes #1. 2012-03-05 18:01:41 -05:00
Trever Fischer
c1f812559d Workaround for django bug #3310 2012-03-05 17:59:17 -05:00
Trever Fischer
2808a093b9 Add unit tests for api 2012-03-05 17:58:42 -05:00
Trever Fischer
e21401c0fd Remove the avatar app dep 2012-03-05 17:58:18 -05:00
Trever Fischer
4752e54ac9 Fix bug with account creation saving 2012-03-05 17:58:00 -05:00
Trever Fischer
19f75d12d0 Add unit testing for account creation 2012-03-05 17:57:49 -05:00
Trever Fischer
374a8225ef Expand news excerpt length 2012-03-05 01:19:11 -05:00
Trever Fischer
b1b12c2e8c Implement Invite.__unicode__ and tweak the admin page for Invites 2012-03-05 01:18:32 -05:00
Trever Fischer
dc04a313c6 Use correct login/logout urls 2012-03-05 01:12:10 -05:00
Trever Fischer
b2df6e0d64 Use correct form of authenticate() 2012-03-05 01:08:23 -05:00
Trever Fischer
d9d0b3170b badmerge-- 2012-03-05 01:08:12 -05:00
Trever Fischer
75cab27046 Move the login form context out of the profiles app 2012-03-05 00:44:45 -05:00
Trever Fischer
d6704d981b migration crash-- 2012-03-05 00:31:27 -05:00
Trever Fischer
4d5637eebd Use caminus theme for admin pages 2012-03-05 00:16:27 -05:00
Trever Fischer
868e38896e Use django's auth code for login/logout instead of rolling our own 2012-03-04 23:42:02 -05:00
Trever Fischer
93ba20c538 Fix api import 2012-03-04 23:35:46 -05:00
Trever Fischer
8fc7372bbe Move quote model into local app 2012-03-04 23:34:01 -05:00
Trever Fischer
82222860c9 Merge branch 'master' of dev.camin.us:www
Conflicts:
	profiles/models.py
	profiles/views.py
	templates/base_full.html
2012-03-04 23:22:47 -05:00
Trever Fischer
e0957c2dab Move MinecraftProfile from the profiles app into the minecraft app, and stop using the auth profiles feature.
Might go back to auth profiles if a suitable use can be found.
2012-03-04 23:18:00 -05:00
Trever Fischer
832b6127e7 Add invites to the admin pages 2012-03-04 22:10:16 -05:00
Trever Fischer
75ac4ebbdd Use django builtin auth views, and add a password reset link 2012-03-04 22:04:04 -05:00
Trever Fischer
060c964e95 Add readme 2012-03-04 18:27:33 -05:00
Trever Fischer
06a6dc693d Restructure and rename the currency model table 2012-03-04 18:23:47 -05:00
Trever Fischer
d7dccf9904 use base_simple in some old templates 2012-03-04 14:39:21 -05:00
Trever Fischer
234b2f129a Prevent crash when creating account 2012-03-04 14:39:07 -05:00
Trever Fischer
e82bb7b340 Set default account status 2012-03-04 14:38:52 -05:00
Trever Fischer
eeba88f838 fix login form css 2012-03-04 13:53:24 -05:00
Trever Fischer
927af328e8 Restyle epicenter links 2012-03-04 13:53:14 -05:00
Trever Fischer
172a5ab9d9 Tweak profile page 2012-03-04 13:50:32 -05:00
Trever Fischer
754d6c2fe3 Move the time display 2012-03-04 13:40:52 -05:00
Trever Fischer
3d317ad0b3 Add dynmap time queries through api, and add a time widget 2012-03-04 10:57:37 -05:00
Trever Fischer
e0c9e9775c Use only uppercase invites 2012-03-04 09:37:07 -05:00
Trever Fischer
34567bf695 Use minecraft avatars 2012-03-03 22:09:40 -05:00
Trever Fischer
8687e034ac Add api to query server info 2012-03-03 18:29:24 -05:00
Trever Fischer
dda78c0711 crack--; reduce cache time from 120s to 10s 2012-03-03 18:29:10 -05:00
Trever Fischer
9f1acfb70c Implement JQuery polling of user balance on page 2012-03-03 18:12:54 -05:00
Trever Fischer
11788ecb34 Export grist balance to the api 2012-03-03 17:58:48 -05:00
Trever Fischer
c2bdc1e87a Display grist balance on website 2012-03-03 17:53:32 -05:00