summaryrefslogtreecommitdiffstats
path: root/forum/importers/stackexchange/ANOMALIES
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-13 01:40:01 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-13 01:40:01 -0400
commit9e9f6b0a71fca40b7a118acb4db37e45609fb5b8 (patch)
tree9a9ab81940a08bfa53c485eb33dc1eda07133ff2 /forum/importers/stackexchange/ANOMALIES
parent3b6143c0ebe0fbfbcc05bd61d9c34906d55f69a7 (diff)
downloadaskbot-9e9f6b0a71fca40b7a118acb4db37e45609fb5b8.tar.gz
askbot-9e9f6b0a71fca40b7a118acb4db37e45609fb5b8.tar.bz2
askbot-9e9f6b0a71fca40b7a118acb4db37e45609fb5b8.zip
renamed main django app from forum to askbot
Diffstat (limited to 'forum/importers/stackexchange/ANOMALIES')
-rw-r--r--forum/importers/stackexchange/ANOMALIES14
1 files changed, 0 insertions, 14 deletions
diff --git a/forum/importers/stackexchange/ANOMALIES b/forum/importers/stackexchange/ANOMALIES
deleted file mode 100644
index 05a7dbdb..00000000
--- a/forum/importers/stackexchange/ANOMALIES
+++ /dev/null
@@ -1,14 +0,0 @@
-* several user accounts with same email
-* users with no openid
-* users with no email (hack: gravatar set to settings.ANONYMOUS_USER_EMAIL)
-* users with no screen name
-* users with no email and no screen name (25% in homeschool)
-* tag preferences are not stored explicitly (interesting/ignored)
- maybe they are in se.User.preferences_raw
- but the data there is not marked up and is kind of cryptic
-* we don't have Community user. SE has one with id=-1
- this id may break the load script
- potential break places are anywhere where is X.get_user() call
- issues may happen with larger data sets where activity
- of user "Community" is somehow reflected in a way
- that load_stackexchange does not take care of