Commit Graph

84 Commits

Author SHA1 Message Date
2021da2c92 Add retry to API import errors, and catch DocumentRetreivalErrors 2011-08-25 10:28:53 +01:00
bec05f1ee0 Refactor the alliance update function, try to avoid corps being left out without their alliance 2011-08-19 17:14:51 +01:00
db145ac3f0 Fix add api function 2011-08-11 22:27:34 +01:00
a14ac273c1 Don't presave invalid account details 2011-08-11 22:23:00 +01:00
f76809db7a Restrict character fields 2011-08-10 15:00:01 +01:00
47c4a175b2 Missed a , to make it a tuple 2011-08-10 14:52:20 +01:00
94f742436e Add group as a filter for EVE API 2011-08-10 14:51:11 +01:00
5b7d66f059 Remove unneeded admin views, change the display names for some models 2011-08-10 14:48:17 +01:00
50869e71d9 Missed parameter off has_delete_permission 2011-08-10 14:41:36 +01:00
7604bf7bc4 Added readonly fields, denied delete on key models 2011-08-10 14:40:09 +01:00
a540a53476 Disable adding new records for most EVE API models 2011-08-10 14:33:00 +01:00
24d4002ce1 Fix typo causing a issue when updating keys 2011-07-22 20:20:18 +01:00
1bc23d494a Set the keytype to Unknown before reimporting 2011-07-22 14:24:23 +01:00
9052de1cab Added CSV export of the memberlist 2011-07-20 13:21:40 +01:00
4af80ca77e Calculate the list to update in process, instead of using queries 2011-07-19 18:30:05 +01:00
f903497757 Upped the timeout for corp memberlist to 60 secs 2011-07-19 18:09:52 +01:00
d59d731ca5 Added acc to the update view 2011-07-19 16:05:06 +01:00
eb6d811cb8 Fix template issue 2011-07-19 16:02:20 +01:00
6430515d5e Split out corps into a seperate query, order by name and filter out 0 member corps 2011-07-19 13:59:04 +01:00
fe526e53f0 Correct character template 2011-07-19 13:49:38 +01:00
d7b13dfe87 Update character template to use the new alliance view 2011-07-19 13:48:31 +01:00
e09003dc06 Round those floats 2011-07-19 13:32:20 +01:00
cc3183eb0b Fix api key coverage 2011-07-19 13:29:03 +01:00
d2b15857cc Workaround for zero key situtations 2011-07-19 13:25:37 +01:00
eacd182b81 Added missing template 2011-07-19 13:21:16 +01:00
e0017497a0 Add in a Alliance view 2011-07-19 13:19:25 +01:00
f2b1954291 Check for valid director API keys 2011-07-19 12:55:59 +01:00
fd8e8792db Fix the corporate link on the char page 2011-07-19 12:22:53 +01:00
55e16d6f65 locals() is evil and should be punished. 2011-07-19 12:20:22 +01:00
f6fab23e5e Remove pagination from logs, as we only show 50 lines anyway 2011-07-19 11:10:35 +01:00
8ef1b63b4d Modify views to have overridable templates 2011-07-19 11:00:47 +01:00
e4ccbc5c4c Improve speed on the corp listing 2011-07-19 10:33:52 +01:00
dd736ae9f7 Added more fields to the corporate view 2011-07-19 10:33:03 +01:00
41814f92e9 Add a yes/no flag if the character has a API key or not 2011-07-19 10:23:29 +01:00
ae3f5e5675 Move API key percentage to the model 2011-07-19 09:48:53 +01:00
e201f0153e Fixed previous instance checking, check for PK as well as instance 2011-07-08 10:39:23 +01:00
08fe37fe4b Fixed API key updating, removed the ability for people to remove API keys 2011-07-07 19:37:11 +01:00
Kaphene
a7cc6b1df0 Removed debug line 2011-06-30 10:59:26 +01:00
Kaphene
f6d00a7549 Added Skillpoint totals to each skill group 2011-06-30 10:51:04 +01:00
e8d384ec88 Fix the message after a key refresh 2011-06-24 09:10:47 +01:00
b2195c7030 Typo in option name 2011-06-22 14:01:18 +01:00
36f6d3a35c Added some error tracking to the Alliance details import task 2011-06-21 12:42:18 +01:00
b1e904adb7 Added permalinks for chars/corp models 2011-06-21 09:22:55 +01:00
f361189290 Don't define SentryHandler per task, we should be doing this on the global scope 2011-06-16 12:08:00 +01:00
42299e2c09 Better handling of corp details/member importing 2011-06-16 11:29:00 +01:00
2caf173e7b Added limitation on viewing all character profiles 2011-06-03 00:40:26 +01:00
31ff6c372f Fix current training skill problem 2011-06-02 09:33:32 +01:00
d141d0ac07 Add missing import 2011-06-01 07:55:00 +01:00
c9f5599500 Better error handling on Skill checking, also fixes EVE Proxt blowing auth params out the window 2011-05-31 13:41:10 +01:00
c75a8fbc1f Split out document parsing for easier debugging 2011-05-31 13:31:38 +01:00