summaryrefslogtreecommitdiffstats
path: root/forum/models
Commit message (Expand)AuthorAgeFilesLines
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-1310-2834/+0
* removed some old cruftEvgeny Fadeev2010-06-121-8/+1
* first scratch on better responses pageEvgeny Fadeev2010-06-111-0/+15
* added links to karma graph and badge summary to the rep and badge counters in...Evgeny Fadeev2010-06-111-0/+6
* envelope turns on correctly when there are new content or mention responsesEvgeny Fadeev2010-06-084-33/+16
* envelope turns on correctly for responses, but not for mentions yet, added ur...Evgeny Fadeev2010-06-075-26/+21
* notification records are correct but response counters are exxagerated. added...Evgeny Fadeev2010-06-074-6/+11
* added envelope for new responses, does not work correctly yetEvgeny Fadeev2010-06-061-32/+58
* mentions work in all kinds of posts, unified activity logging for post updatesEvgeny Fadeev2010-06-058-210/+346
* created instant notification template and the formatting functionEvgeny Fadeev2010-06-031-50/+62
* general debugging, still may be brokenEvgeny Fadeev2010-06-038-190/+255
* fixed some bugs in comment posting and made progress in instant notificationsEvgeny Fadeev2010-05-314-5/+28
* got some basic unit tests to work, now need more coverageEvgeny Fadeev2010-05-298-144/+151
* did some cleanups, still brokenEvgeny Fadeev2010-05-2610-316/+296
* fixed two bugs on editing question and answerEvgeny Fadeev2010-05-241-2/+2
* instant notification on comment worksEvgeny Fadeev2010-05-246-109/+265
* closer to making instant notifications workEvgeny Fadeev2010-05-234-21/+127
* merged mentions in to activity modelEvgeny Fadeev2010-05-236-66/+249
* some work towards better notification systemEvgeny Fadeev2010-05-175-37/+162
* added twitter style mentions on comments and started adding instant notificationEvgeny Fadeev2010-05-176-12/+132
* slightly modified email alert sender and made a minor change in livesettingsEvgeny Fadeev2010-05-111-0/+17
* finished moving settings to livesettings, available at url /settingsEvgeny Fadeev2010-05-091-2/+2
* broken commit. will transfer last bits of settings to livesettings tomorrowEvgeny Fadeev2010-05-0911-772/+0
* broken commit. in the middle of moving conf to modelsEvgeny Fadeev2010-05-0813-6/+781
* moved all settings from forum/auth.py to forum/conf/*Evgeny Fadeev2010-05-081-0/+2
* started adding admin interfaceEvgeny Fadeev2010-04-278-0/+0
* small changeEvgeny Fadeev2010-04-261-1/+1
* added faces to front pageEvgeny Fadeev2010-04-251-0/+11
* fixed error in denormalization - missed first time b/c it has to be done in t...Evgeny Fadeev2010-04-252-7/+9
* first pass on mysql full text and relaxed search stickinessEvgeny Fadeev2010-04-241-4/+12
* preparing to fix fulltext search - some simple migrationsEvgeny Fadeev2010-04-243-24/+24
* minorEvgeny Fadeev2010-04-101-1/+1
* intermediate broken commitEvgeny Fadeev2010-04-102-4/+10
* kind of merged question views, still have debugging to toEvgeny Fadeev2010-04-082-18/+47
* another intermediate commit (still broken)Evgeny Fadeev2010-04-061-0/+91
* fixed some html, karma graph in IE7 and 8 and favorites view, removed executa...Evgeny Fadeev2010-04-011-1/+3
* fixed translations of user profile URLsEvgeny Fadeev2010-03-311-1/+2
* old login system restored, merge doneEvgeny Fadeev2010-03-274-12/+13
* intermediate commit after mergeEvgeny Fadeev2010-03-277-73/+483
|\
| * merged with master branchEvgeny Fadeev2010-03-146-30/+104
| |\
| | * fixed mysql issue of unique varchar longer than 255Evgeny Fadeev2010-03-141-1/+3
| | * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-073-12/+18
| | * Started implementing cache.hrcerqueira2010-03-041-9/+19
| | * added postgres specific management commands for the badges cron jobs.hrcerqueira2010-03-041-1/+1
| | * fixed rss feed and a couple more bugs in templateshrcerqueira2010-03-042-3/+12
| | * couple of fixeshrcerqueira2010-03-041-1/+1
| | * Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-032-10/+69
| | * Fixed the new question bug, removed some old stuff from settings files, and f...hrcerqueira2010-03-023-7/+4
| * | fixed circular dependency on models.signals and the question count on importEvgeny Fadeev2010-03-112-10/+15
| * | SE loader seems to work, details are in stackexchange/READMEEvgeny Fadeev2010-03-093-16/+120