Search found 21 matches

by smartins
Thu Oct 24, 2013 3:56 pm
Forum: madExcept
Topic: HTTP POST redirect
Replies: 6
Views: 8148

Re: HTTP POST redirect

Sorry to bring this topic to the top, but I still haven't been able to get madExcept to open a web page. Can you take a look at the sample project I included on my previous reply?
by smartins
Wed Oct 16, 2013 3:37 pm
Forum: madExcept
Topic: HTTP POST redirect
Replies: 6
Views: 8148

Re: HTTP POST redirect

Hello Matias. Sorry for the long delay on reply back but only today I took a look at this issue again. I'm still unable to get madExcept to show any page when the HttpServer script contains a redirect code. I've created a simple demo project to illustrate the issue. Can you please take a look and se...
by smartins
Wed Sep 11, 2013 9:03 am
Forum: madExcept
Topic: HTTP POST redirect
Replies: 6
Views: 8148

Re: HTTP POST redirect

You need to use a HTTP status code of 301 - 303 to signal to madExcept that you want to redirect to another URL. http://en.wikipedia.org/wiki/List_of_HTTP_status_codes header("Location: http://www.website.com/"); The "Location:" header returns a REDIRECT (302) status code to the...
by smartins
Tue Sep 10, 2013 4:39 pm
Forum: madExcept
Topic: HTTP POST redirect
Replies: 6
Views: 8148

HTTP POST redirect

I currently use a php script to process exceptions and then manually adding them to mantis. I'm now looking to check if a given bug was already fixed and redirect the user to a page if it has. I've read that "if the bugreport is sent using a HTTP POST request to a web server, madExcept can dete...
by smartins
Fri May 31, 2013 11:10 am
Forum: madExcept
Topic: Using madExcept email engine to send a custom message
Replies: 1
Views: 3257

Using madExcept email engine to send a custom message

Hello Matias, Is it possible to use madExcept email engine to send a custom email message? I ask because instead of having to use a 3rd party library like Indy to send a simple email back to me (with some application data reports) it would be great to use madExcept email engine since it's already &q...
by smartins
Tue Apr 30, 2013 10:35 am
Forum: madExcept
Topic: Mantis: Edit the text submited to the "Description" field
Replies: 1
Views: 3178

Mantis: Edit the text submited to the "Description" field

I've recently integrated madExcept with Mantis. Works great, but I haven't yet figured out how to change the text submitted on the "Description" field. With every new issue submitted by madExcept, the Description field has the "error details:" text. How can I change this to inclu...
by smartins
Tue Apr 30, 2013 10:30 am
Forum: madExcept
Topic: Other Issue Trackers
Replies: 2
Views: 3807

Re: Other Issue Trackers

Redmine is widely used for project management. I have used it for a few years now and even integrated madExcept exceptions into it by sending an email to an imap email and having redmine check that imap email and create a new issue for each email found. But I have recently moved to Mantis just for b...
by smartins
Thu Oct 18, 2012 9:44 am
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Hi Diego,

I've did the pull request yesterday. I've also sent you a message though BitBucket about another unrelated subject.

Thanks,
Steven
by smartins
Tue Oct 16, 2012 3:29 pm
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

The reason why I choose to use NativeXml on my projects is because it's 100 to 200% faster when compared to Delphi's own Xml implementation. NativeXml performance when compared to the build in Xml will be hardly noticeable on this project, but when reading localization files it makes a difference. S...
by smartins
Mon Oct 15, 2012 6:48 am
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Hi Diego, Thanks again for sharing the code on BitBucket. I've made some changes to your code (I've used conditional defines so that one can select which code to use). Instead of using Indy components, I've used a function Https_Post, which uses standard windows APIs. I've done this to avoid using I...
by smartins
Sat Sep 29, 2012 8:13 am
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Thanks Diego for the code. I just tried to compile it but I get the following error on unit HQ.MadExcept.AirBrake.pas, line "StackTrace := E.Callstacks[0];": [dcc32 Error] HQ.MadExcept.AirBrake.pas(243): E2003 Undeclared identifier: 'Callstacks' EDIT: I've search this forum I saw the threa...
by smartins
Mon Sep 24, 2012 3:37 pm
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Hi Diego,

I'm finishing up a major new version of one of my programs and would very much like to try Codebase Exceptions with it.

Can you share the code you have so far?

Thanks!
by smartins
Mon Sep 10, 2012 3:04 pm
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Looks great, would you mind sharing your Delphi code with me once you finish it up?
by smartins
Sun Sep 09, 2012 4:50 pm
Forum: madExcept
Topic: Airbrake support
Replies: 37
Views: 27811

Re: Airbrake support

Diego, have you made any progress integrating madExcept with CodeBaseHQ?

I'm considering moving over to CodeBase (from Redmine) and their new Exceptions feature looks very nice.

Thanks,
Steven
by smartins
Fri Jan 25, 2008 12:35 am
Forum: madSecurity
Topic: Determine if a file requires elevated privileges
Replies: 3
Views: 14001

Thanks, that did it! :D