summaryrefslogtreecommitdiffstats
path: root/askbot/importers
Commit message (Expand)AuthorAgeFilesLines
* truncate zendesk data to respect Field max_length paramKP2013-05-211-6/+9
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* added progress bars to the SE importer and improved progress bar printingEvgeny Fadeev2012-11-141-21/+32
* hopefully fixed the stackexchange importerEvgeny Fadeev2012-11-131-13/+58
* hopefully fixed SE importEvgeny Fadeev2012-11-131-8/+12
* Tickets 104, 107: transplant of last_activity_* fieldsTomasz Zielinski2011-12-041-5/+2
* Tickets 104, 107: transplant of close* fieldsTomasz Zielinski2011-12-041-8/+2
* Tickets 104, 107: transplant of the view_count fieldTomasz Zielinski2011-12-031-2/+2
* fixed a bug in SE importerEvgeny Fadeev2011-09-081-1/+1
* added test on stdout encoding and fixed an issue with stackexchange import wh...Evgeny Fadeev2011-08-191-1/+2
* kinda fixing inboxAdolfo Fitoria2011-08-081-1/+1
* replaced use of str() with unicode() in some places where data can be in unicodeEvgeny Fadeev2011-08-031-1/+1
* Merge branch 'sphinx-search'Evgeny Fadeev2011-07-181-1/+1
|\
| * made sphinx search work againEvgeny Fadeev2011-07-171-1/+1
* | a small tweak in SE importer, making import of guppy debugging library condit...Evgeny Fadeev2011-07-171-3/+2
|/
* fixed a small issue in SE importEvgeny Fadeev2011-06-272-1/+12
* a minor modification and a small bugfix to the SE importEvgeny Fadeev2011-06-261-5/+11
* fixed some issues in SE importEvgeny Fadeev2011-06-261-49/+105
* almost done with comment votingEvgeny Fadeev2011-06-221-1/+1
* added offensive_flag_count to Comment model and made sure that comment votes ...Evgeny Fadeev2011-06-191-4/+34
* zendesk import works, but need a tool to swap answer with questionsEvgeny Fadeev2011-06-152-39/+163
* all zendesk data read, still need to post questions and answersEvgeny Fadeev2011-06-155-0/+283
* finalized the SE import app and documented it, fixed some testsEvgeny Fadeev2011-01-252-1/+23
* increased fonts, slightly restyled the question summary view and restored use...Evgeny Fadeev2011-01-251-1/+1
* removed some debugging statementsEvgeny Fadeev2011-01-241-6/+0
* SE import works through the web interface, but still needs visual enhancementEvgeny Fadeev2011-01-242-19/+59
* removed use of the is_staff field anywhereEvgeny Fadeev2011-01-141-1/+1
* fixed three badges for the SEEvgeny Fadeev2010-12-071-15/+12
* half of the badges are redoneEvgeny Fadeev2010-12-031-1/+1
* new badges system works, implemented & tested 4 badges, ~30 to go...Evgeny Fadeev2010-12-021-2/+13
* started improving badges, broken commitEvgeny Fadeev2010-11-301-21/+17
* added rename_tags, rename_tags_id and delete_unused_tags management commandsEvgeny Fadeev2010-11-211-1/+14
* implemented unicode aware `slugify` with unidecode libraryonur mat2010-09-111-1/+1
* put django_authopenid under migrations, allowed multiple login methods per ac...Evgeny Fadeev2010-09-011-0/+1
* multiple login methods work, but need better testingEvgeny Fadeev2010-08-311-0/+2
* fixed a bug in answer count and improved SE importerEvgeny Fadeev2010-08-151-53/+63
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-139-0/+1366