summaryrefslogtreecommitdiffstats
path: root/askbot/tests
Commit message (Expand)AuthorAgeFilesLines
* merged master branch and started working on posting into group from the group...Evgeny Fadeev2012-07-182-5/+7
|\
| * added option to limit one answer per question per personEvgeny Fadeev2012-07-181-2/+4
| * made high reputation users be able to reopen questionsEvgeny Fadeev2012-07-171-3/+3
* | 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
* | group-private posts work on screen, still need update on the email alert and ...Evgeny Fadeev2012-06-194-1/+46
* | allowed categories with the same name on multiple branchesEvgeny Fadeev2012-06-141-1/+1
* | category editor works minus that ability to rename and delete categories is u...Evgeny Fadeev2012-06-112-0/+117
|/
* Merge branch 'master' into user-groupsEvgeny Fadeev2012-06-073-2/+46
|\
| * hopefully fixed internal server error when google tries to load tag wiki textEvgeny Fadeev2012-06-032-1/+30
| * fixed bug where creating a group could introduce a duplicate tagEvgeny Fadeev2012-06-031-1/+16
* | made the message() decorator for askbot.mail.messages workEvgeny Fadeev2012-06-051-0/+8
* | added setting allowing to change when author of the emailed post is notified ...Evgeny Fadeev2012-05-301-0/+8
* | hopefully it is possible to edit by emailEvgeny Fadeev2012-05-291-4/+4
* | hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-282-14/+18
* | test cases for the post approval notifications passEvgeny Fadeev2012-05-272-1/+51
* | a small refactoring of symbols in the post.pyEvgeny Fadeev2012-05-261-1/+1
* | moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* | added test cases for detection of email signatureEvgeny Fadeev2012-05-251-39/+74
* | added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-9/+28
|/
* fixed question page urls and updated test casesEvgeny Fadeev2012-05-092-21/+20
* simplified text of the instant email alertEvgeny Fadeev2012-03-231-1/+5
* fixed bugs so that test cases passEvgeny Fadeev2012-03-211-16/+30
* assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-191-0/+4
* a first pass on accepting file attachments in email responsesEvgeny Fadeev2012-03-151-0/+4
* added lamson to requirementsEvgeny Fadeev2012-03-141-1/+1
* Merge branch 'vasil'Evgeny Fadeev2012-03-122-0/+113
|\
| * Adapted reply by email feature to work with django lamsonVasil Vangelovski2012-01-251-2/+2
| * Fixed posting replies to comments by emailVasil Vangelovski2012-01-191-0/+1
| * Separating quoted text in reply by email featureVasil Vangelovski2012-01-181-2/+3
| * Reply by email basic use case working with some edge-case handling missingVasil Vangelovski2012-01-181-2/+2
| * Added basic handler for processing replies by emailVasil Vangelovski2012-01-171-2/+53
| * Posting reply by email - saving postVasil Vangelovski2012-01-171-1/+34
| * Added model for tracking generated addresses for reply by email featureVasil Vangelovski2012-01-152-0/+27
* | shaved a couple of queries from the question viewEvgeny Fadeev2012-02-261-1/+1
* | Fixed a bug where a tag could be duplicated in the URLTomasz Zielinski2012-01-291-0/+16
* | Adjusted code to make unit tests passTomasz Zielinski2012-01-262-12/+29
* | Main page thread summary caching BETA - updated TODO listTomasz Zielinski2012-01-241-1/+2
* | Main page thread summary caching BETATomasz Zielinski2012-01-242-1/+370
* | Merge branch 'master' into wikipostTomasz Zielinski2012-01-221-0/+9
|\ \
| * | fixed another rss related bugEvgeny Fadeev2012-01-221-0/+9
* | | Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-222-17/+33
* | | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2012-01-201-5/+6
|\| |
| * | removed potentially costly calls from non-askbot urls - works only when askbo...Evgeny Fadeev2012-01-181-5/+6
* | | Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-193-82/+325
|/ /
* | fixed a merge bug in a templateEvgeny Fadeev2012-01-161-9/+0
* | merged the master branchEvgeny Fadeev2012-01-162-5/+1
|\ \ | |/ |/|