summaryrefslogtreecommitdiffstats
path: root/forum/models/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* got some basic unit tests to work, now need more coverageEvgeny Fadeev2010-05-291-11/+11
* did some cleanups, still brokenEvgeny Fadeev2010-05-261-113/+92
* fixed two bugs on editing question and answerEvgeny Fadeev2010-05-241-2/+2
* instant notification on comment worksEvgeny Fadeev2010-05-241-85/+125
* closer to making instant notifications workEvgeny Fadeev2010-05-231-19/+99
* merged mentions in to activity modelEvgeny Fadeev2010-05-231-21/+20
* some work towards better notification systemEvgeny Fadeev2010-05-171-25/+142
* added twitter style mentions on comments and started adding instant notificationEvgeny Fadeev2010-05-171-1/+4
* finished moving settings to livesettings, available at url /settingsEvgeny Fadeev2010-05-091-2/+2
* broken commit. in the middle of moving conf to modelsEvgeny Fadeev2010-05-081-1/+1
* moved all settings from forum/auth.py to forum/conf/*Evgeny Fadeev2010-05-081-0/+2
* started adding admin interfaceEvgeny Fadeev2010-04-271-0/+0
* minorEvgeny Fadeev2010-04-101-1/+1
* intermediate broken commitEvgeny Fadeev2010-04-101-0/+3
* 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
* merged with master branchEvgeny Fadeev2010-03-141-5/+8
|\
| * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-071-6/+6
| * 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-041-1/+1
| * couple of fixeshrcerqueira2010-03-041-1/+1
| * Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-031-4/+7
* | fixed circular dependency on models.signals and the question count on importEvgeny Fadeev2010-03-111-10/+12
* | SE loader seems to work, details are in stackexchange/READMEEvgeny Fadeev2010-03-091-7/+96
* | in the middle of loading votesEvgeny Fadeev2010-03-091-0/+34
* | loaded comments and badgesEvgeny Fadeev2010-03-081-7/+1
|/
* finally merged Josephs and Adolfos branches, basic on-scree new post notifica...Evgeny Fadeev2010-03-011-2/+38
|\
| * re-introduced Josephs new message notification and a few newly found bugsEvgeny Fadeev2010-02-281-3/+39
| * merged adolfos branch, dos2unixd everythingEvgeny Fadeev2010-02-221-340/+340
* | merged authentication work by Hernani into my local copy of masterEvgeny Fadeev2010-03-011-2/+4
|\ \
| * | dos2unixEvgeny Fadeev2010-03-011-342/+342
| * | New auth system, see the wiki for details.hrcerqueira2010-03-011-1/+3
| |/
* / dos2unixEvgeny Fadeev2010-02-281-340/+340
|/
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-221-5/+17
* under models moved contents of file q_and_a to --> question, answer and remov...Evgeny Fadeev2010-02-171-3/+2
* Complete reorganization of models and managers, and removal of some raw sql q...hrcerqueira2010-02-171-0/+330