summaryrefslogtreecommitdiffstats
path: root/askbot/tests
Commit message (Expand)AuthorAgeFilesLines
* refactor cache test to not print on successRobert Martin2013-05-291-6/+9
* make email clean test quieterRobert Martin2013-05-291-6/+1
* adjusted test cases to fit the change on following the questionEvgeny Fadeev2013-05-271-0/+26
* Merge pull request #132 from bobbydavid/globaltestEvgeny Fadeev2013-05-241-2/+5
|\
| * prevent db_api test from clobbering global nameRobert Martin2013-05-241-2/+5
* | Merge pull request #131 from bobbydavid/mysqlEvgeny Fadeev2013-05-231-3/+2
|\|
| * remove key restriction in test.Robert Martin2013-05-231-3/+2
* | fix bug where private key was hard-coded as 2.Robert Martin2013-05-231-6/+5
|/
* added an optional service url prefix to later support namespacesEvgeny Fadeev2013-05-191-10/+10
* fixed a bug in the user network pageEvgeny Fadeev2013-05-101-0/+11
* removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-011-1/+1
* seems to work on django 1.5Evgeny Fadeev2013-04-261-20/+24
* refactoring of the questions title search viewEvgeny Fadeev2013-04-231-3/+3
* fixed voting test casesEvgeny Fadeev2013-04-201-6/+15
* removed reputation limit to post comments and allowed users repost own answer...Evgeny Fadeev2013-04-101-1/+3
* fixed a test caseEvgeny Fadeev2013-04-081-1/+1
* fixed a test caseEvgeny Fadeev2013-03-241-1/+1
* added option to disable the big ask buttonEvgeny Fadeev2013-03-242-10/+45
* fixed a failing testEvgeny Fadeev2013-03-231-1/+1
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-222-5/+5
* unified css of buttonsEvgeny Fadeev2013-03-171-1/+3
* Fixed a settings manipulation that was breaking other tests.Rodrigo Daunoravicius2013-01-191-1/+4
* merged adolfos tag subscriptions featureEvgeny Fadeev2013-01-131-4/+7
* Merge branch 'master' into tag_subscriptionAdolfo Fitoria2013-01-104-12271/+12
|\
| * added basic support for multilingual contentEvgeny Fadeev2013-01-064-12271/+12
* | added testcaseAdolfo Fitoria2013-01-091-0/+22
* | modified test case that is not relevant anymore (auto tag deletion)Adolfo Fitoria2013-01-091-2/+2
|/
* made all test cases pass and small refactoring of the user activity pageEvgeny Fadeev2012-12-253-12/+20
* merged with the master branchEvgeny Fadeev2012-12-052-3/+112
|\
| * bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-052-3/+112
* | added search dropdown and the ask buttonEvgeny Fadeev2012-11-231-7/+7
|/
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-172-2/+2
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-101-9/+7
|\
| * Merge branch 'master' into django1.4Adolfo Fitoria2012-10-243-15/+14
| |\
| * \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-224-2/+241
| |\ \
| * \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-124-2/+44
| |\ \ \
| * | | | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-9/+7
* | | | | code for stripping email client quote separator and the corresponding test ca...Evgeny Fadeev2012-11-062-21/+31
* | | | | added some test cases for the quote separator strippingEvgeny Fadeev2012-11-021-8/+16
* | | | | reply from squirremailAdolfo Fitoria2012-11-011-0/+2
* | | | | added kmail and outlook.com repliesAdolfo Fitoria2012-11-011-0/+7
* | | | | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-13/+43
* | | | | started collecting email response quote separatorsEvgeny Fadeev2012-10-311-0/+8
* | | | | reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-292-3/+55
* | | | | undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-43/+13
* | | | | added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-13/+43
* | | | | 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-223-15/+12
| |_|/ |/| |
* | | fixed bugs causing test cases to fail for MySQL backendEvgeny Fadeev2012-10-181-2/+2