Re: Bug Tracking

2010-11-12 Thread David C.
> Chipp - where can I get a copy of Magic Carpet? I'm not Chip obviously, but you can find everything you should need here: http://www.altuit.com/webs/altuit2/MagicCarpetCover/default.htm I registered it several years ago and it's a nice product! Best regards, David C. _

Re: Bug Tracking

2010-11-12 Thread Peter Haworth
Chipp - where can I get a copy of Magic Carpet? Pete Haworth On Nov 12, 2010, at 10:16 AM, Andre Garzia wrote: f you decide to go with option (b) then you can do pretty much whatever you want. Chipp Walters has a wonderful tool in the form of Magic Carpet. _

Re: Bug Tracking

2010-11-12 Thread Peter Haworth
Thanks Andre. I guess I've gone down the path of rolling my own so far. I don;t think I need the more exotic features like branching, merging, etc so I think I'll just go ahead and add the logic to copy the necessary files to a version folder when I set up a release. I will check out Magi

Re: Bug Tracking

2010-11-12 Thread Andre Garzia
Peter, This was a hot topic some months ago here. There are many alternatives and many users have rolled their own as well. Your first choice is: (a) To use a standard VCS/SCM software such as Git, Mercurial, Darcs, Bazaar, Svn, Fossil... (b) Roll your own If you go with letter (a) then you sho

Bug Tracking

2010-11-12 Thread Peter Haworth
I've learned over the last few days how important it is to keep track of code changes in each release of an app. I already have a LiveCode app that lets me catalog bugs/enhancements, prioritise them, write notes about how they were fixed and define which release they were fixed in. What's

Re: clipboarddata: a mind bending bug tracking excersize....

2007-06-25 Thread David Bovill
I wouldn't want to inflict it on anyone :) I've got round the problem, if anyone else had had the same problem I'd look into it more deeply. There were no similar bugs reported in Bugzilla - so let sleeping dragons lie. On 25/06/07, Mark Schonewille <[EMAIL PROTECTED]> wrote: David, Could you

Re: clipboarddata: a mind bending bug tracking excersize....

2007-06-25 Thread Mark Schonewille
David, Could you please post the actual script? If it is very long, you might want to make a demo version that illustrates the problem. Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http;//www.salery.com Quickly extract data

clipboarddata: a mind bending bug tracking excersize....

2007-06-25 Thread David Bovill
I cant for the life of me track this one down - i am trying to copy text onto the clipboard so it can be pasted into a browser. The last lines of the script are: set the clipboarddata ["text"] to someHandler put the clipboarddata ["text"] Tow basic points: 1. The script works fine as is an

Re: [OT] Bug tracking systems

2005-05-17 Thread Alex Tweedly
Richard Gaskin wrote: I need to implement a bug-tracking system for a couple clients. Requirements include: - MySQL backend - simple interface (so Bugzilla's out of the running) - simple installation - should have the ability to merge reports (as for handling duplicates without losing

Re: [OT] Bug tracking systems

2005-05-16 Thread Monte Goulding
I need to implement a bug-tracking system for a couple clients. Requirements include: - MySQL backend - simple interface (so Bugzilla's out of the running) - simple installation - should have the ability to merge reports (as for handling duplicates without losing info; another non-Bug

Re: [OT] Bug tracking systems

2005-05-16 Thread Brian Yennie
s not so pretty, but if you're thinking Rev front-end... Some URLs: http://www.zentrack.net/ http://www.zentrack.net/modules/features/ http://demo.zentrack.net/ HTH, Brian I need to implement a bug-tracking system for a couple clients. Requirements include: - MySQL backend - simple interfac

[OT] Bug tracking systems

2005-05-16 Thread Richard Gaskin
I need to implement a bug-tracking system for a couple clients. Requirements include: - MySQL backend - simple interface (so Bugzilla's out of the running) - simple installation - should have the ability to merge reports (as for handling duplicates without losing info; another non-Bug