summaryrefslogtreecommitdiffstats
path: root/askbot/tests/db_api_tests.py
Commit message (Expand)AuthorAgeFilesLines
* added option to disable the big ask buttonEvgeny Fadeev2013-03-241-0/+33
* modified test case that is not relevant anymore (auto tag deletion)Adolfo Fitoria2013-01-091-2/+2
* added Forbidden responces to some viewsEvgeny Fadeev2012-10-251-2/+0
* cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-221-0/+2
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-5/+4
* fixed bugs causing test cases to fail for MySQL backendEvgeny Fadeev2012-10-181-2/+2
* allowed user to post new answer after deleting a previous answerEvgeny Fadeev2012-10-131-0/+21
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-081-0/+19
|\
| * fixed bug in the test case nameEvgeny Fadeev2012-10-061-1/+1
| * added test case for a unicode questionEvgeny Fadeev2012-10-061-0/+8
| * added minimum karma to accept any answerEvgeny Fadeev2012-10-031-0/+11
* | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-7/+233
|\|
| * refactored the absolutize_urls function and the with_settings decorator for t...Evgeny Fadeev2012-09-271-4/+1
| * improved tag validation messages and fixed bug where tags were lost in the in...Evgeny Fadeev2012-09-221-0/+14
| * hopefully fixed the answer publishing problem where asker and answerer share ...Evgeny Fadeev2012-09-131-4/+12
| * a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-14/+36
| * Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-1/+1
| * Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-7/+15
| |\
| | * tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-7/+15
| * | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-6/+6
| |/
| * merged with the user-groups branchEvgeny Fadeev2012-08-101-0/+177
* | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-6/+6
|/
* fixed bug where creating a group could introduce a duplicate tagEvgeny Fadeev2012-06-031-1/+16
* Optimized question() viewTomasz Zielinski2012-01-091-1/+2
* Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-051-0/+9
|\
| * made form validation work properly for testing of the minimal lenght of answe...Evgeny Fadeev2012-01-021-0/+9
* | BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-311-6/+6
* | Tickets 104, 107: Major transplant of most Question methodsTomasz Zielinski2011-12-021-2/+2
* | Tickets 104, 107: transplant of a answer_count fieldTomasz Zielinski2011-12-011-5/+2
|/
* separated cache tests into new file and disabled misc tests, whose purpose is...Evgeny Fadeev2011-11-161-32/+0
* Feature #134: time-based cache for anonymous only & testsVlad Bokov2011-11-051-0/+35
* incremented version and fixed a bug on comment editEvgeny Fadeev2011-06-261-1/+1
* voting for comments worksEvgeny Fadeev2011-06-221-10/+32
* almost done with comment votingEvgeny Fadeev2011-06-221-0/+10
* fixed bug where apostrophe in search query caused an exceptionEvgeny Fadeev2011-05-171-0/+8
* fixed another correctness bug on tag subscriptionsAndrei2011-04-071-1/+0
* fixed a bug where Content.get_global_tag_based_subscribers threw exception wh...Andrei2011-04-071-0/+16
* added support to receive email updates on interesting and exclude ignored wil...Evgeny Fadeev2011-04-031-0/+96
* replaced a several loops with many queries with a fixed number of queries in ...Evgeny Fadeev2011-03-101-0/+14
* instant email alerts probably work with the wildcard tag selectionsandrei2011-02-231-0/+72
* almost finished anonymous posting feature still need to fix presentational pa...Evgeny Fadeev2011-02-141-0/+32
* unused tags are automatically deletedEvgeny Fadeev2010-11-201-0/+10
* removed the FlaggedItem model completelyEvgeny Fadeev2010-11-081-2/+2
* fixed answer_count update on answer deletion, improved algorithm for getting ...Evgeny Fadeev2010-08-201-1/+7
* fixed a bug in answer count and improved SE importerEvgeny Fadeev2010-08-151-0/+1
* improved error messages and made question restore workEvgeny Fadeev2010-08-101-7/+63
* accept answer function is now under moderation rulesEvgeny Fadeev2010-08-091-6/+14
* moderation rules apply to posting comments, fixed login prompt linksEvgeny Fadeev2010-08-031-0/+29