Commit Graph

865 Commits

Author SHA1 Message Date
65b1967758 Check if the groups are there to remove/add 2011-01-04 17:14:28 +00:00
2f1675908c Added recommendation date and application date to the HR module 2011-01-04 10:32:02 +00:00
6974286065 Fix the log autoclean job 2011-01-04 08:39:41 +00:00
161f53f6f8 Ignore the exception if we're retrying the task 2011-01-04 08:32:58 +00:00
43cc7d56ca Fix bug with creating TS3 groups 2011-01-04 08:22:13 +00:00
d2a905e0c5 Move group check after corporate, allows for corporate level groups without extra commands being executed 2011-01-03 15:44:18 +00:00
b126486b69 Added character information passthrough to update_groups, also enabled per corp groups in TS3 2011-01-03 15:42:04 +00:00
a235982c55 Fix the issues with = in people's client nicknames 2011-01-03 15:17:55 +00:00
636d2f58a1 Use TH and colspan 2010-12-28 21:20:44 +00:00
f5e82513b8 Group characters by API ID 2010-12-28 21:18:39 +00:00
bac7cfcac5 Fixes the validation checking 2010-12-23 12:13:54 +00:00
cb8457ac32 Reference the local application, not the global scope 2010-12-23 12:07:26 +00:00
11c96a57c9 Shows if the recommendation is valid 2010-12-23 12:04:26 +00:00
b389994e23 Updated requirements for Django 1.2.4 security release 2010-12-23 11:44:27 +00:00
4e3aa8907d Skills levels show as images now 2010-12-23 10:09:19 +00:00
5df62d7188 Fixes the character skill list order 2010-12-23 09:49:34 +00:00
0871770756 Fixed log cleanup job 2010-12-23 00:47:41 +00:00
e135fdc96f Fix linking CEO job 2010-12-23 00:47:28 +00:00
70a07920ec Remove debug lines 2010-12-22 23:37:44 +00:00
ccb66be328 Fix basic_xml_parse 2010-12-22 23:35:22 +00:00
daa2c608e2 Typo, object != objects 2010-12-22 23:03:50 +00:00
f0f73621ed Only refresh Directors membership where we have a full key 2010-12-22 23:02:01 +00:00
c464ef6cf7 New character layout 2010-12-22 22:55:40 +00:00
b65e282308 Fix task errors 2010-12-22 22:54:11 +00:00
e21b185d4f Import the Reddit Account model 2010-12-22 22:43:47 +00:00
f81183ffc5 AllianceID, not alliance 2010-12-22 22:42:31 +00:00
4649d4a1ce Attempt to fix the search form problem 2010-12-22 22:20:12 +00:00
70b92aa0a2 Use correct variable name 2010-12-22 15:34:39 +00:00
cdce91db6f Use pk, not id! 2010-12-22 15:32:22 +00:00
66b36fd186 Don't create a alliance of 0 on import 2010-12-22 15:30:08 +00:00
7f06aa7cfd Remove events from Celery startup 2010-12-22 15:28:42 +00:00
b8fe484575 Make group urls optional if the app is disabled 2010-12-22 15:24:47 +00:00
8e46bb9e02 Shows if a Reddit member matches the model criteria 2010-12-22 15:24:34 +00:00
9cc910e78c Added more error detection to the Reddit app, also moved is_valid to the model 2010-12-21 11:43:02 +00:00
b68391bed6 Fix search form for optional apps (like reddit) 2010-12-20 14:49:38 +00:00
2db56a0e28 fixed GroupInformation creation 2010-12-20 12:43:25 +00:00
279948c330 Various small fixes for the reddit decouple 2010-12-20 12:43:02 +00:00
cc4f986edb Decoupled the "reddit" application from the main program 2010-12-20 12:17:14 +00:00
0aef422d9a Switch from "import settings" to "from django.conf import settings" 2010-12-20 11:46:47 +00:00
21d9587645 Added task to clean-up old API access logs 2010-12-20 11:46:25 +00:00
a41ab81712 Switch to using a document key for PK 2010-12-20 11:21:09 +00:00
7cce96a4a5 Update task locations 2010-12-20 11:20:42 +00:00
c873d1a419 Hackie workaround for lack of GroupInformation 2010-12-14 13:04:10 +00:00
d6931e1209 Cleaned up and improved the Corporate import functions 2010-12-14 12:19:22 +00:00
f27f17fd21 Character API now provides skills 2010-12-07 17:13:04 +00:00
186dd199be Import Skill information from the API, also provide new Auth API to access this information 2010-12-07 16:41:47 +00:00
98ed469373 Refer to eve_api.models, not the api_player file 2010-12-07 16:41:08 +00:00
59e086e720 Rearrange the models files into the respective levels, add DB layout for skills storage 2010-12-07 14:50:39 +00:00
86455cc123 Moved to South 0.7.3, which includes some useful bugfixes 2010-12-07 14:03:26 +00:00
dcac0e24b0 Switch to using __unicode__ and django's smart __str__ handling, also added permalinks for HR models 2010-12-07 11:02:18 +00:00