summaryrefslogtreecommitdiffstats
path: root/forum/models/answer.py
Commit message (Expand)AuthorAgeFilesLines
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-232/+0
* envelope turns on correctly when there are new content or mention responsesEvgeny Fadeev2010-06-081-2/+2
* envelope turns on correctly for responses, but not for mentions yet, added ur...Evgeny Fadeev2010-06-071-4/+4
* notification records are correct but response counters are exxagerated. added...Evgeny Fadeev2010-06-071-0/+3
* mentions work in all kinds of posts, unified activity logging for post updatesEvgeny Fadeev2010-06-051-0/+34
* general debugging, still may be brokenEvgeny Fadeev2010-06-031-14/+14
* got some basic unit tests to work, now need more coverageEvgeny Fadeev2010-05-291-1/+3
* did some cleanups, still brokenEvgeny Fadeev2010-05-261-7/+10
* merged mentions in to activity modelEvgeny Fadeev2010-05-231-0/+6
* added twitter style mentions on comments and started adding instant notificationEvgeny Fadeev2010-05-171-0/+3
* started adding admin interfaceEvgeny Fadeev2010-04-271-0/+0
* fixed error in denormalization - missed first time b/c it has to be done in t...Evgeny Fadeev2010-04-251-0/+1
* preparing to fix fulltext search - some simple migrationsEvgeny Fadeev2010-04-241-3/+1
* old login system restored, merge doneEvgeny Fadeev2010-03-271-3/+1
* intermediate commit after mergeEvgeny Fadeev2010-03-271-10/+52
|\
| * merged with master branchEvgeny Fadeev2010-03-141-2/+2
| |\
| | * Fixed the new question bug, removed some old stuff from settings files, and f...hrcerqueira2010-03-021-2/+2
| * | all content revisions loaded (excluding close/delete/reopen actions, etc), fi...Evgeny Fadeev2010-03-071-10/+60
| |/
| * fixed some bugs, still cant post question anonymouslyEvgeny Fadeev2010-03-011-1/+0
| * dos2unixEvgeny Fadeev2010-03-011-134/+134
| * New auth system, see the wiki for details.hrcerqueira2010-03-011-1/+2
* | initial commitEvgeny Fadeev2010-03-251-2/+11
* | dos2unixEvgeny Fadeev2010-02-281-133/+133
|/
* Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-181-14/+13
* under models moved contents of file q_and_a to --> question, answer and remov...Evgeny Fadeev2010-02-171-1/+34
* Complete reorganization of models and managers, and removal of some raw sql q...hrcerqueira2010-02-171-0/+101