TaskWatch - Issue tracking

Have been working on a Web App that allow user to enter bug and feature request by both users and developers. If you are interested in something like this check it here.

I currently have it setup so that anyone can be an Administrator, no user ID or password required. So check that and the user area out.

Let me know what you think.

Hi Jim,

From your description the site has great potential. Unfortunately, I was not able to login with either Google Chrome nor Internet Explorer on my Windows 8.1 machine.

I pressed the “User Click This to Continue” button, waited a while and then tried the other two buttons (Administrator Login and Start Page). Is there something that I am doing wrong?

Sincerely,

Eugene

I have only used Firefox to text with. I just tried Safari and I got the same as you, nothing. I did do the Help and it worked.

I have no idea why work on Firefox (Mac) and not anything else.

[quote=118996:@Jim Smith]Have been working on a Web App that allow user to enter bug and feature request by both users and developers. If you are interested in something like this check it here.

I currently have it setup so that anyone can be an Administrator, no user ID or password required. So check that and the user area out.

Let me know what you think.[/quote]

i got this when i click on the link

“Not Found - The requested URL /taskwatch/taskwatch.cgi was not found on this server.”

i used safari on Mac OSX 10.9.4

On Mac Mavericks with Firefox the same result, at this moment. I think Jim switched it off/removed it.

[quote=119081:@Torsten Gaidies] Richard Duke “Not Found - The requested URL /taskwatch/taskwatch.cgi was not found on this server.”

On Mac Mavericks with Firefox the same result, at this moment. I think Jim switched it off/removed it.[/quote]

You are correct.

Had a bug in my UnhandException routine.

That has been fixed.

I did not mention it but all of the data is test data. So if you want to add, change or whatever please do.

I am primarily using Foxfire but did run using Safari. Do no have Chrome. I have not tested on PC, Windows, but will try later today.

Thanks to all who have giving it a try.

On my server log I’m getting this:

[Sun Aug 10 07:50:59 2014] [error] [client 192.168.1.1] Use of uninitialized value $length in subtraction (-) at /Library/Server/Web/Data/Sites/Default/taskwatch/taskwatch.cgi line 131., referer: http://www.jimasmith.com/taskwatch/taskwatch.cgi
[Sun Aug 10 07:50:59 2014] [error] [client 192.168.1.1] Use of uninitialized value $length in numeric eq (==) at /Library/Server/Web/Data/Sites/Default/taskwatch/taskwatch.cgi line 130., referer: http://www.jimasmith.com/taskwatch/taskwatch.cgi

I have no idea what to do about this.

That’s typically an error having to do with the app not returning data when it’s expected to. Are you still getting crashes due to unhandled exceptions?

No.

What was happening was: Get a exception which would call the UnHandleException routine which would get and exception and call itself … resulting in a loop in the UnHandleException routine. I have fix that. (Had to remove … gut… most of the stuff.)

Have not found the original cause of the crash.[quote=119104:@Greg O’Lone]

That’s typically an error having to do with the app not returning data when it’s expected to.[/quote]
What would cause that. If a Return requires a value would you not get a compile error?

[quote=119114:@Jim Smith]No.

What was happening was: Get a exception which would call the UnHandleException routine which would get and exception and call itself … resulting in a loop in the UnHandleException routine. I have fix that. (Had to remove … gut… most of the stuff.)

Have not found the original cause of the crash.
What would cause that. If a Return requires a value would you not get a compile error?[/quote]
Your app crashing would do that. That’s why I asked.

Just check it out using Windows 7 with both ID and Chrome. Both worked ok.

I have made some changes and reinstalled the application.

So give it another try and let me know how it goes.

BTW the stuff on there is all test data and you may modify at will. Also the LogIN will take anything so no special user or PW required.

Hi Jim,

Just gave it a try and it is working well. I even tried to mess-it-up by adding the characters $%#’ and the program passed with flying colours :slight_smile:

  • A minor suggested area of improvement is to change the tab order of a new user from the top textfield to the bottom textfield.
  • In the ‘edit user’ section, I was unable to change the email address of a user. Does this require different priviledges when under the Administrator login?
  • I frequently get the error ‘The application has gone off-line. Please try again later.’ with an exclamation mark inside a triangle. Not sure if there were many users trying to access the page.
  • There is a label in the upper right hand corner called ‘Untitled’, is this for some future task or information?

The rest of the features seem to work good and it works on both Chrome and Internet Explorer on Windows 8.1 :slight_smile:

Well done!

Thanks Eugene,
I think when it went off line there was a crash, as I’m get an email when that happens and I got seven of them a little after 8 EDT.
Have not done anything about the tab order, need to take of that.
That some info that only to show for debug… bug
User edit need some work.
Thanks again.