-
ctrager made 4 file-release changes.
2009-11-22 04:57:01 UTC by ctrager
-
ctrager committed revision 478 to the BugTracker.NET SVN repository, changing 3 files.
2009-11-22 04:47:03 UTC by ctrager
-
2009-11-20 22:30:33 UTC by lsalih
-
2009-11-20 22:30:15 UTC by lsalih
-
Can you guys share the Web.config for SMTP in IIS. I'd like to see a sample as I am having some issues with it as well. Here is my Web.config:
2009-11-20 22:29:14 UTC by lsalih
-
That's reasonable. What we're talking about is the way the bug LOOKS when viewed on the page right? So, I could do it using javascript post by post, right?
We're not talking about changing what gets stored in the db, right?.
2009-11-20 17:02:46 UTC by ctrager
-
Below is a snippet from bug.cs. For sending notifications, I start another thread. The thread first sleeps for a minute, so that if you make a bunch of changes to the same bug a few seconds apart just one email gets sent.
Anyway, put some lines like:
btnet.Util.write_to_log("some unique text here");
to see if that thread ever starts, what paths are travelled.
if...
2009-11-20 16:53:20 UTC by ctrager
-
I checked and found that the "SmtpForceReplaceOfBareLineFeeds setting was already set to 1.
Using Wireshark, I found that there was no communication being sent thru port 25 when updating a bug. Sending of an email from a bug by using the "Send email" option however works.
The other odd thing I noticed was that when viewing the unsent email notifications list, the number of retries are all...
2009-11-20 15:32:52 UTC by rbroers
-
how about an option that can be turned on that is a 'just grab stuff till you hit a 'from:' block? users can be trained that only replies not inline responses would be grabbed. like a 'dirty reply hack=on' or something.
it would be a dirty solution but as it stands, we can't roll out the email interface due to the exponential growth of the bug tracker item. :)
-romwil.
2009-11-19 22:53:13 UTC by romwil
-
romwil - I'd like to do it - and folks have pointed me to the gmail feature for hiding/showing quoting replies. It would be challenging coding to determine what parts are quoted and what not, especially because sometimes folks like to put reply text "inline", so to speak, intermixed with the original email.
Even google doesn't get it right in gmail all the time.
2009-11-19 22:19:53 UTC by ctrager