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
*
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
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fixed style for the list of similar questions in the ask page
Evgeny Fadeev
2012-05-10
1
-4
/
+3
|
*
|
fixed a bug in an assert statement
Evgeny Fadeev
2012-05-10
1
-1
/
+1
|
*
|
hopefully fixed the error of email not being sent to the author of rejected post
Evgeny Fadeev
2012-05-10
2
-2
/
+2
|
*
|
fixed a bug in PostRevision.needs_moderation
Evgeny Fadeev
2012-05-10
1
-2
/
+2
|
*
|
fixed another source of "blank tags"
Evgeny Fadeev
2012-05-10
1
-1
/
+1
|
*
|
fixed an iexact selector on the group query in the lamson ASK handler
Evgeny Fadeev
2012-05-10
1
-1
/
+1
|
*
|
fixed save/cancel buttons for comment edits immediately after making the post
Evgeny Fadeev
2012-05-10
1
-4
/
+5
|
*
|
touched up on timzone issue again and added cache invalidation to comment edi...
Evgeny Fadeev
2012-05-10
2
-2
/
+3
|
*
|
fixed timezone bug on edit comment
Evgeny Fadeev
2012-05-10
1
-1
/
+2
*
|
|
bumped version and updated changelog and the contributor list
Evgeny Fadeev
2012-05-14
3
-3
/
+6
*
|
|
fixed label size on interesting and ignored tag buttons
Evgeny Fadeev
2012-05-14
2
-2
/
+2
[next]