summaryrefslogtreecommitdiffstats
path: root/askbot/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixed a bug where user cannot be deleted with postgres db backend in the djan...Evgeny Fadeev2012-10-161-0/+10
* | | added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-151-12/+130
* | | added test cases for making private posts, some tests failEvgeny Fadeev2012-10-142-0/+90
* | | allowed user to post new answer after deleting a previous answerEvgeny Fadeev2012-10-131-0/+21
| |/ |/|
* | merged the haystack support branchEvgeny Fadeev2012-10-122-2/+4
* | Merge branch 'haystack'Evgeny Fadeev2012-10-116-59/+142
|\|
| * Merge branch 'master' into haystackAdolfo Fitoria2012-10-082-2/+29
| |\
| * | fixed haystack test issueAdolfo Fitoria2012-10-081-0/+6
| * | fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-022-2/+2
| * | Merge branch 'master' into haystackAdolfo Fitoria2012-10-0222-178/+1329
| |\ \
| * | | added tests for haystackAdolfo Fitoria2012-06-214-15/+111
| * | | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-183-41/+41
* | | | made owner_or_moderator_required decorator pass url parameters to the next urlEvgeny Fadeev2012-10-112-0/+40
| |_|/ |/| |
* | | 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-032-2/+21
| |/ |/|
* | hopefully fixed the image urls in the email alertsEvgeny Fadeev2012-09-282-5/+54
* | refactored the absolutize_urls function and the with_settings decorator for t...Evgeny Fadeev2012-09-277-36/+33
* | fixed the meta description tag for the question pagesEvgeny Fadeev2012-09-261-0/+12
* | temporal fix for email images issue with tinymce editorAdolfo Fitoria2012-09-251-2/+2
* | fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-241-0/+24
* | improved tag validation messages and fixed bug where tags were lost in the in...Evgeny Fadeev2012-09-221-0/+14
* | uploaded images work again on emails notificationsAdolfo Fitoria2012-09-201-3/+5
* | fixed test and removed unused code in extract signatureAdolfo Fitoria2012-09-191-2/+2
* | fixed bug in one template, TOOD: fix test_moderated_question_answerable_appro...Adolfo Fitoria2012-09-192-141/+13
* | buggy commit, error parsing signature from html emailsAdolfo Fitoria2012-09-181-27/+126
* | added html email testAdolfo Fitoria2012-09-171-7/+43
* | Merge branch 'master' into email_templatesAdolfo Fitoria2012-09-1518-145/+1131
|\ \
| * | group description editing works againEvgeny Fadeev2012-09-141-8/+52
| * | hopefully fixed the answer publishing problem where asker and answerer share ...Evgeny Fadeev2012-09-132-4/+22
| * | answer publishing seems to work fullyEvgeny Fadeev2012-09-131-1/+5
| * | merged Adolfo's branchEvgeny Fadeev2012-09-121-0/+91
| |\ \
| | * | added test cases for convert to comment/answerAdolfo Fitoria2012-09-111-0/+76
| * | | added simple UI for publishing selected answersEvgeny Fadeev2012-09-121-0/+12
| * | | moderated response sharing model seems to work internallyEvgeny Fadeev2012-09-121-0/+44
| * | | added several test cases for groups-related functionsEvgeny Fadeev2012-09-113-11/+75
| * | | group join moderation worksEvgeny Fadeev2012-09-065-5/+35
| * | | a part of "ask to join group" moderationEvgeny Fadeev2012-09-053-17/+44
| * | | made get_moderators function group-awareEvgeny Fadeev2012-09-021-1/+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-295-21/+20
| |\ \ \
| | * | | tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-295-21/+20
| * | | | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-6/+6
| |/ / /
| * | | added tinymce config checker for the settings.pyEvgeny Fadeev2012-08-232-0/+18
| * | | merged adolfos branchEvgeny Fadeev2012-08-221-0/+5
| |\ \ \
| | * | | if groups are enabled the /users/ url will redirect to the general groupAdolfo Fitoria2012-08-211-0/+5
| * | | | fixed post-merge errorsEvgeny Fadeev2012-08-221-1/+1
| * | | | completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-224-24/+140
| |\| | |
| | * | | fixed test case with url that does not exists anymoreAdolfo Fitoria2012-08-201-8/+8
| | * | | Modified the question widget view to match the new style,Adolfo Fitoria2012-08-182-9/+48