Commit Graph

27 Commits

Author SHA1 Message Date
bb07455a52 Roll ofther required fields into the create statement 2010-11-08 13:33:12 +00:00
0790f32bc7 Return none if we have a issue getting the document 2010-11-08 10:31:36 +00:00
920733f86c Revert "Fix the roles import to use id not roleid"
This reverts commit b9902d124b.
2010-11-05 17:50:02 +00:00
f64f31deda Save the EVEAccount instance before attempting to add characters to it.
Since Django 1.2, the ORM needs to know what database the object belongs in before additions to their M2M fields. Saving the record before the character import solves the problem.
2010-11-04 12:51:11 +00:00
b9902d124b Fix the roles import to use id not roleid 2010-11-04 12:50:40 +00:00
2b9b9358b1 Fix roleIDs to use a charfield until we get bigints in django 1.2 2010-09-11 19:38:52 +01:00
94dc88b86d Convert roleID to int to save hassle 2010-09-11 19:31:53 +01:00
5b3813a9bb Now stores player's roles in their corporation 2010-09-11 19:16:46 +01:00
2be2d58c88 Removed debug statements 2010-09-10 09:42:56 +01:00
005b491d8c Now auto flags directors 2010-09-10 09:35:40 +01:00
6b485e6a50 Now stores API key type and cron jobs now identify which key to use instead of being static defined 2010-09-10 09:20:45 +01:00
7308598c8e Change the race lookup method now that the dict is gone 2010-08-07 13:47:35 +01:00
c73ba0c148 Fixed further utf8 errors in the eve_api module 2010-06-09 10:23:31 +01:00
41d7a731e4 Refresh API now flushes the cache as well 2010-06-04 08:43:01 +01:00
19458e9234 Fixes issues experienced during the eve upgrade.
Accounts marked as "Other Error" were killed when really they should be
ignored for the moment. I've added further checking on the eve_api
import that ingores down errors (900 and above) and the access checker
to ignore accounts with a status of 3.
2010-05-26 09:22:51 +01:00
98e10b1952 Added Total SP field calculated during API runs 2010-04-20 14:04:54 +01:00
bd0e292c34 Removed debug line 2010-04-04 01:56:21 +01:00
c77d0c948e Identifies error 211 and flags it diff 2010-04-04 01:33:25 +01:00
a9e9497bfb Fixes Issue #27, woohoo! 2010-04-04 01:33:26 +01:00
82dffb1324 Further work on issue #27, also enforced utf8 for XML decoding 2010-04-04 01:11:16 +01:00
1637318522 Now pulls in more information from the character API. 2010-04-02 23:02:45 +01:00
da400983f3 Eve_api module now pulls Corp if we don't have a record of it, and aborts on a error 2010-04-02 20:59:40 +01:00
484a459987 Removed django_cron dependancy, use manual started cronjobs 2010-03-23 09:43:04 +00:00
c9eb1518f3 Use utcnow() when updating the API stamp 2010-03-14 11:03:08 +00:00
b6c402f4fa Fixes the cron jobs and account validation, enables account deletion 2010-03-14 02:27:16 +00:00
c0a5f75504 Views now working, basic construction complete 2010-02-25 22:44:59 +00:00
b8e5647148 Initial import 2010-02-23 10:16:25 +00:00