summaryrefslogtreecommitdiffstats
path: root/askbot/tests/post_model_tests.py
Commit message (Expand)AuthorAgeFilesLines
* fixed voting test casesEvgeny Fadeev2013-04-201-6/+15
* made all test cases pass and small refactoring of the user activity pageEvgeny Fadeev2012-12-251-4/+8
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-1/+1
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-66/+71
|\
| * group join moderation worksEvgeny Fadeev2012-09-061-3/+2
| * a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-1/+4
| * made get_moderators function group-awareEvgeny Fadeev2012-09-021-1/+36
| * removed "revision_type" fieldEvgeny Fadeev2012-06-271-52/+6
| * fixed revision editing for the rich editor use caseEvgeny Fadeev2012-06-271-11/+25
| * group-private posts work on screen, still need update on the email alert and ...Evgeny Fadeev2012-06-191-1/+1
* | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-3/+3
|/
* a small refactoring of symbols in the post.pyEvgeny Fadeev2012-05-261-1/+1
* fixed question page urls and updated test casesEvgeny Fadeev2012-05-091-5/+5
* Adjusted code to make unit tests passTomasz Zielinski2012-01-261-1/+6
* Main page thread summary caching BETA - updated TODO listTomasz Zielinski2012-01-241-1/+2
* Main page thread summary caching BETATomasz Zielinski2012-01-241-0/+368
* Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-221-7/+7
* Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-191-2/+152
* Optimized question() viewTomasz Zielinski2012-01-091-5/+29
* Upgraded migrations so that they work with a sample production database; mino...Tomasz Zielinski2012-01-051-0/+20
* BigMigration: Fixed some more tests - Out of 456 test, only 49 fail, ONLY for...Tomasz Zielinski2012-01-021-1/+1
* BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-311-5/+5
* made askbot work with Django 1.2 againEvgeny Fadeev2011-12-101-12/+65
* Added test for the new wikipost models (only PostRevision at the moment)Tomasz Zielinski2011-11-091-0/+55