Commit Graph

176 Commits

Author SHA1 Message Date
7161b2833b Convert account error lines to debug lines 2012-08-14 20:57:54 +01:00
0245a53660 Convert character import lines from error to debug, as all major issues are handled via Exceptions 2012-08-14 20:55:46 +01:00
a70f643da6 Make the exceptions Pickleable, stop Celery popping due to bad Exceptions 2012-08-14 20:47:50 +01:00
3c619a656e Fix NPC character return 2012-08-08 20:52:34 +01:00
3ea78a5b31 Avoid hitting the API for NPC characters 2012-08-08 18:30:55 +01:00
33e1b05453 Fixes #292, Use self.object instead of the userid param that has been removed 2012-08-08 17:25:36 +01:00
7a0076be8e Fixed #294, Corp refresh now dies nicely if the API is down. 2012-08-08 17:22:39 +01:00
ddcb6d1e86 Fix redirect on adding a new API 2012-07-06 20:48:24 +01:00
c0349b214f Fix request object 2012-07-06 20:44:22 +01:00
6b67525a42 Raise exceptions correctly 2012-07-06 19:21:36 +01:00
b03d09fe4f Rename the model to represent current naming convetions 2012-07-06 19:14:51 +01:00
dorijan
d59a2c83c8 added a missing </td> 2012-06-28 18:23:10 +02:00
dorijan
2d0ed38c2e char.eveaccount_set.all().count() isn't working reliably, thus using char.active_key 2012-06-28 18:17:55 +02:00
128e7c90bc Add some better linking to corp/alliance views 2012-06-08 16:44:53 +01:00
16e1316ab2 Cleanup popup messages for add/update views 2012-06-08 16:44:35 +01:00
95f243c3f8 Correct and rename eve_api templates to be more verbose and logical 2012-06-08 16:15:21 +01:00
c4f3109452 Make use of django-braces mixins in eve_api 2012-06-08 16:02:35 +01:00
93aeb6df03 Convert CSV download to CBV, cleaned up base.py 2012-06-06 22:49:06 +01:00
3b28d3a1a3 Correct a few issues with adding/updating API keys. 2012-06-06 21:27:51 +01:00
f4e08ca8ad Switch Add/Update to use CBV, combine templates into one. 2012-06-06 20:59:29 +01:00
a39fe76e47 Fix a few minor errors with soft deletes 2012-06-06 20:08:25 +01:00
683e193f9a Update delete to CBV, add in support for soft deletes. 2012-06-06 18:52:09 +01:00
604124439d Convert character views to CBV 2012-06-06 18:28:28 +01:00
9086590a28 Show the number of related keys on the character sheet 2012-06-06 18:08:50 +01:00
ae58b1b7cf Switch refresh view to CBV 2012-06-06 18:08:31 +01:00
58e6e76bc5 Use now() instead of datetime.now() 2012-05-20 16:12:34 +01:00
1d2bf5258b Fix import errors 2012-05-20 15:19:11 +01:00
0a4b30244f Initial work on eve_api for Django 1.4 2012-05-20 12:21:24 +01:00
605a063e80 Fix naturaltimediff to work in Django 1.4 timezones 2012-05-20 11:40:25 +01:00
5892538fb7 Basic upgrade to all base packages, Django, Celery and others. 2012-04-23 23:56:55 +01:00
c2ef2ae003 Fix typo 2012-02-03 00:43:48 +00:00
a9ed7d97f2 Better API handling, avoid hitting the character API with NPC corps 2012-02-03 00:14:06 +00:00
85c36b6829 Fix silly typo causing corp imports to fail 2012-01-26 21:04:47 +00:00
e4a113411c Check for MemberTrackingExtended and pass extra parameters as needed 2012-01-26 20:38:29 +00:00
4b503b79f0 Use Digg style pagination for Corp and Alliance detail views 2012-01-04 20:56:20 +00:00
5985b936f4 Merge branch 'master' into develop 2012-01-04 18:55:36 +00:00
28c44caea0 For corporate keys, if APIKeyInfo returned OK assume its OK to use. 2012-01-02 20:49:52 +00:00
ad7a427c00 Switch EVE API access log view to class based views 2011-12-24 01:55:45 +00:00
928f81d592 Update Corporation and Alliance views to use class views 2011-12-24 01:30:59 +00:00
4e08ad3d1b Moved EVE API views into their own module, added some CSV mixins 2011-12-24 01:12:08 +00:00
94389ab8e0 Remove the dependency on django-pagination, fixes #214 2011-12-24 00:05:23 +00:00
61428654b5 Check the AccountStatus API to see if a account is still usable 2011-12-19 02:29:09 +00:00
ec4f9da004 Add mass updating for corps/alliances 2011-12-10 18:48:43 +00:00
62a8fe0e53 Link corp/alliance from the logos 2011-12-09 15:15:47 +00:00
a79204b8ce Fix the character sheet 2011-12-09 15:03:59 +00:00
5adc4001f8 Show hidden fields (fixes the update api issue) 2011-12-06 18:57:33 +00:00
18a3705186 Fix issues with no errors showing 2011-12-05 23:33:18 +00:00
b36ba5dcba Added level back into teh training information 2011-12-04 20:44:04 +00:00
e2223f6702 Final cleanup, formset was actually supposed to be fieldset. 2011-12-04 19:23:25 +00:00
8e85ace60d Move the useful formfield tools out into a app to reuse elsewhere 2011-12-04 15:59:13 +00:00