summaryrefslogtreecommitdiffstats
path: root/askbot/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | refactored views, made them generic, added translations into the urls.Adolfo Fitoria2012-08-181-11/+17
| | * | Added delete viewAdolfo Fitoria2012-08-151-0/+13
| | * | Fixed some stylesAdolfo Fitoria2012-08-142-3/+19
| | * | created functional prototype of widgetAdolfo Fitoria2012-08-121-0/+7
| | * | initial steps for the widget creatorAdolfo Fitoria2012-08-101-3/+32
| | * | Added initial work for login view, needs testing and restyling.Adolfo Fitoria2012-08-081-0/+9
| | * | merged Adolfo's widget work as a patchEvgeny Fadeev2012-08-081-0/+19
| | * | allow people sharing questions with "foreign" groupsEvgeny Fadeev2012-08-083-13/+35
| | * | Initial work for widget creationAdolfo Fitoria2012-08-073-6/+80
| | * | fixed "share with everyone" and sharing threads with multiple groupsEvgeny Fadeev2012-08-055-31/+216
| | * | added global user groupEvgeny Fadeev2012-08-031-0/+34
| | * | merged with the tag-editor branchEvgeny Fadeev2012-07-301-0/+27
| | |\ \
| | * \ \ merged the master branchEvgeny Fadeev2012-07-241-0/+7
| | |\ \ \
| | * \ \ \ merged master branch and started working on posting into group from the group...Evgeny Fadeev2012-07-182-5/+7
| | |\ \ \ \
| * | | | | | merged with the user-groups branchEvgeny Fadeev2012-08-1012-37/+416
| |/ / / / /
| * | | | | removed "revision_type" fieldEvgeny Fadeev2012-06-273-68/+6
| * | | | | fixed revision editing for the rich editor use caseEvgeny Fadeev2012-06-271-11/+25
| * | | | | added fix for the tag addition with category tree on and empty treeEvgeny Fadeev2012-06-261-0/+6
| * | | | | filtered tag moderation from events when new tags "exist" as categoriesEvgeny Fadeev2012-06-261-0/+12
| * | | | | made email alerts and on-screen notifications to be filtered for private postsEvgeny Fadeev2012-06-201-1/+22