summaryrefslogtreecommitdiffstats
path: root/stackexchange/ANOMALIES
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-09 22:05:39 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-09 22:05:39 -0500
commit020701bcba397d590d284962f3ce5df3134aaa08 (patch)
treed152d879fe3396c6d8591762c8c5284e9dcca56a /stackexchange/ANOMALIES
parentc813ea591905e90512f2f04c68d251da3eb77eaa (diff)
downloadaskbot-020701bcba397d590d284962f3ce5df3134aaa08.tar.gz
askbot-020701bcba397d590d284962f3ce5df3134aaa08.tar.bz2
askbot-020701bcba397d590d284962f3ce5df3134aaa08.zip
SE loader seems to work, details are in stackexchange/README
Diffstat (limited to 'stackexchange/ANOMALIES')
-rw-r--r--stackexchange/ANOMALIES9
1 files changed, 9 insertions, 0 deletions
diff --git a/stackexchange/ANOMALIES b/stackexchange/ANOMALIES
index 17ead454..05a7dbdb 100644
--- a/stackexchange/ANOMALIES
+++ b/stackexchange/ANOMALIES
@@ -3,3 +3,12 @@
* 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