server
/
askbot
master
splineupdate
source for deployed askbot instance (frange.spline.de)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
fixed mailto link and replaced quote_plus with quote fo encode content and su...
Evgeny Fadeev
2012-05-30
3
-4
/
+7
*
|
|
a bug fix in replying by email
Evgeny Fadeev
2012-05-29
2
-2
/
+3
*
|
|
stripped whitespace from post body
Evgeny Fadeev
2012-05-29
1
-1
/
+1
*
|
|
another bug fix to process post edits by email correctly
Evgeny Fadeev
2012-05-29
2
-11
/
+18
*
|
|
a bug fix in the edit post branch by email
Evgeny Fadeev
2012-05-29
1
-7
/
+4
*
|
|
fixed an error in the generator of response email addresses
Evgeny Fadeev
2012-05-29
1
-1
/
+1
*
|
|
fixed the temporary plug in the user inbox to hide activities for deleted obj...
Evgeny Fadeev
2012-05-29
1
-1
/
+1
*
|
|
in the user inbox skip notifications about deleted comments to prevent an exc...
Evgeny Fadeev
2012-05-29
3
-1
/
+15
*
|
|
omitted editing title from "append" content type emails on questions
Evgeny Fadeev
2012-05-29
1
-1
/
+3
*
|
|
change ugettext_lazy to ugettext on value going to db
Evgeny Fadeev
2012-05-29
1
-1
/
+1
*
|
|
hopefully it is possible to edit by email
Evgeny Fadeev
2012-05-29
4
-35
/
+61
*
|
|
fixes "user profile broken for anon users" with private karma
Evgeny Fadeev
2012-05-29
1
-2
/
+5
*
|
|
more bug fixes in the "ask/answer/comment/edit" by email
Evgeny Fadeev
2012-05-28
4
-7
/
+22
*
|
|
hopefully fixed bugs with the approval notification messages
Evgeny Fadeev
2012-05-28
7
-123
/
+105
*
|
|
fixed a bug in processing of ask by email
Evgeny Fadeev
2012-05-28
1
-1
/
+1
*
|
|
test cases for the post approval notifications pass
Evgeny Fadeev
2012-05-27
9
-30
/
+162
*
|
|
factored out a function generating email addresses for the email responses
Evgeny Fadeev
2012-05-26
3
-62
/
+114
*
|
|
a small refactoring of symbols in the post.py
Evgeny Fadeev
2012-05-26
2
-10
/
+3
*
|
|
deleted an unused file
Evgeny Fadeev
2012-05-25
1
-28
/
+0
*
|
|
moved module askbot.utils.mail -> askbot.mail
Evgeny Fadeev
2012-05-25
16
-388
/
+388
*
|
|
created module askbot.mail and moved lamson_handlers.py there
Evgeny Fadeev
2012-05-25
4
-6
/
+11
*
|
|
fixed a bug in the notification sending
Evgeny Fadeev
2012-05-25
1
-1
/
+1
*
|
|
added test cases for detection of email signature
Evgeny Fadeev
2012-05-25
4
-94
/
+131
*
|
|
bugfix in formatting answerable email notification
Evgeny Fadeev
2012-05-24
1
-1
/
+1
*
|
|
added signature extraction to processing of all responses
Evgeny Fadeev
2012-05-24
3
-20
/
+40
*
|
|
added signature stripping to posting of responses by email
Evgeny Fadeev
2012-05-24
2
-0
/
+5
*
|
|
fixed regex for the email reply separator and a bug in sending email alerts
Evgeny Fadeev
2012-05-24
5
-5
/
+9
*
|
|
better handling of notification removal
Evgeny Fadeev
2012-05-24
1
-2
/
+2
*
|
|
fixed the Reply-To address for the comment reply for the question
Evgeny Fadeev
2012-05-23
1
-1
/
+6
*
|
|
fixed bug with wrong reply address in the instant email notification
Evgeny Fadeev
2012-05-23
1
-3
/
+9
*
|
|
fixed bug causing content duplication when posting by email
Evgeny Fadeev
2012-05-22
1
-1
/
+5
*
|
|
edited copy on the welcome email
Evgeny Fadeev
2012-05-22
1
-1
/
+4
*
|
|
stripped leading empty lines in the email signature
Evgeny Fadeev
2012-05-22
1
-2
/
+3
*
|
|
one more bug
Evgeny Fadeev
2012-05-22
1
-0
/
+1
*
|
|
fixed two bugs in the signature detection code
Evgeny Fadeev
2012-05-22
1
-3
/
+9
*
|
|
fixed a bug in the template name
Evgeny Fadeev
2012-05-22
1
-1
/
+1
*
|
|
reordered migration numbers after the merge
Evgeny Fadeev
2012-05-22
1
-0
/
+0
*
|
|
Merge branch 'tmp' into user-groups
Evgeny Fadeev
2012-05-22
8
-26
/
+238
|
\
\
\
|
*
\
\
Merge branch 'tmp' into user-groups
Evgeny Fadeev
2012-05-14
24
-85
/
+279
|
|
\
\
\
|
*
|
|
|
search for users now works for the user profile
Evgeny Fadeev
2012-05-13
7
-26
/
+149
|
*
|
|
|
added postgres search configuration for the user profiles
Evgeny Fadeev
2012-05-13
1
-0
/
+89
*
|
|
|
|
added the "welcome email", "signature detection" and prepared for "private gr...
Evgeny Fadeev
2012-05-22
1
-0
/
+5
*
|
|
|
|
added the "welcome email", "signature detection" and prepared for "private gr...
Evgeny Fadeev
2012-05-22
17
-73
/
+298
*
|
|
|
|
added default automatic decision on whether to reply by comment or answer
Evgeny Fadeev
2012-05-21
1
-1
/
+2
*
|
|
|
|
added a mailto link to the instant notification
Evgeny Fadeev
2012-05-21
4
-15
/
+381
*
|
|
|
|
hopefully fixed the "ask by email" instructions in the bounced message
Evgeny Fadeev
2012-05-21
1
-11
/
+40
*
|
|
|
|
fixed an accidental bug from the previous commit and hopefully, the fakepath ...
Evgeny Fadeev
2012-05-21
2
-1
/
+6
*
|
|
|
|
reformatted groups list everywhere, added "my groups" and "all groups" sectio...
Evgeny Fadeev
2012-05-21
14
-141
/
+260
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
added the YanoneKaffeesatz font to the media files and an settings.py option ...
Evgeny Fadeev
2012-05-16
13
-16
/
+145
*
|
|
|
Merge branch 'user-groups'
Evgeny Fadeev
2012-05-16
9
-16
/
+18
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
[prev]
[next]