World: r3wp
[!CureCode] web-based bugtracking tool
older newer | first last |
Graham 3-Dec-2009 [822x3] | Henrik, you can probably identify the crash by the error object and then create a checksum from it to avoid duplicates. |
My product collects error objects and sends them to my gmail account with optional comments from users. But they're usually easy to fix so not worth entering into a database. | |
And to avoid issues with asking users to setup the smtp details, I hard code gmail's smtp server :) | |
Henrik 3-Dec-2009 [825] | yes, that might be possible. |
Dockimbel 5-Dec-2009 [826] | I'd like to hear your opinion about ticket #1371 where Meijeru is asking for ticket submitters to be granted the right to delete their own tickets ("Developer" and "Admin" users can delete any ticket). This right has been restricted to "Reporter" users to avoid situations where comments added by other users, having valuable information would risk to be lost due to intentional or unintentional deletion by the ticket's owner. Maybe this policy is too restrictive as pointed out by Meijeru. What do you think? |
Steeve 5-Dec-2009 [827] | agree until the ticket is "touched" by someone else. |
Dockimbel 5-Dec-2009 [828] | So only while the ticket's status remains "submitted" and no comment has been added by other users, the owner can delete it. Seems ok to me. |
Oldes 5-Dec-2009 [829] | I agree with Steeve. |
BrianH 6-Dec-2009 [830] | Sounds like a good policy to me. |
Maxim 6-Dec-2009 [831] | I agree also. |
Dockimbel 6-Dec-2009 [832] | Looks like there's a consensus. I have a few improvements pending for CureCode to be done this week, so I'll add also this new rule to my todo list. |
BrianH 9-Dec-2009 [833] | Here's an old rule that just broke: A non-admin undismissed a ticket - their own ticket, but still. This should not be allowed. |
Dockimbel 10-Dec-2009 [834] | Agreed. |
Dockimbel 18-Dec-2009 [835x4] | I've just made a minor CureCode upgrade. Changes are : FIX: Issue #1371 regarding policy for ticket deletion by owner. FIX: Dimissed ticket can't be changed by the owner anymore. FIX: Minor missing translations for french catalog. |
Ticket #1371 status is now built, I'll close it in a few days after a few more tests in production. | |
Regarding the second fix I've made, a ticket with status "dismissed" won't allow its owner (if profil type is Reporter) to change it. The owner still can add comments to the dismissed ticket if needed. | |
As usual, let me know if you see any regression after this update. | |
Paul 18-Dec-2009 [839x4] | Doc, why don't you expand curecode into a full ITIL package? |
Use it to handle not just bug tracking but general IT support issues within the ITIL framework. | |
Other solutions like Remedy and HP Server Center (which I have used since before HP owned it) are not very good solutions. | |
There is a true void in that market that is being dominated currently by powerhouses just because of their perceived value not their actual value. | |
Dockimbel 19-Dec-2009 [843] | The gap between CureCode and solutions like Remedy is huge in terms of features. Trying to compete with them would require a large funding and a lot of time that I both lack. |
Paul 19-Dec-2009 [844] | Could make it an opensource project. |
Pavel 21-Dec-2009 [845] | Doc could you activate my account in curecode please? |
Dockimbel 21-Dec-2009 [846x2] | Pavel, your account is now active. |
There was several accounts not activated, I've switched them all on. I guess that the activation email didn't make it (using an old extension of SEND mezz command). It's time to upgrade CC to the new builtin email support API and MTA... | |
Pavel 22-Dec-2009 [848] | THX |
Fork 28-Dec-2009 [849] | CureCode had a problem when I created my account a couple of days ago, went to a page not found, and didn't send me a notification mail. After that it wouldn't let me try and sign up for that name again. Reset password came up with an error page as well. |
Dockimbel 28-Dec-2009 [850] | Your account has been validated, you can use it now. I got an error also while validating your account, this is new. I'll check the server to see what's going wrong. |
Fork 28-Dec-2009 [851] | Thanks, I'll have to reset the password, I was messing with errors and never wrote what I picked down... |
Dockimbel 28-Dec-2009 [852x2] | Please wait a minute, I'm restarting the server. |
Done. | |
Fork 28-Dec-2009 [854x2] | Reset password is giving me "Sorry, this page cannot be displayed. Try again or contact the web site administrator." after I submit id and email address |
Running to lunch now but will check in with it when I get back... | |
Carl 28-Dec-2009 [856] | Hi Doc, one small thing... Chrome browser does not remember the login password cookie. |
Dockimbel 28-Dec-2009 [857] | Hi Carl, I'll check that too. |
BrianH 28-Dec-2009 [858] | Doc, we'll need a RAMBO migration to a new CureCode project some time next month, after the new R2 release. Open tickets only should be fine. Afaict we won't need to delay the first R2 release until the migration happens. The first release should be emergencies (like installation) and low-hanging fruit only. |
Dockimbel 28-Dec-2009 [859] | No problem, we can add a new project to the current server when you need it. |
BrianH 28-Dec-2009 [860] | Carl, could you chime in here about the RAMBO migration process? Dataset migration is better than web scraping :) |
Carl 28-Dec-2009 [861] | If I recall, RAMBO is just a big REBOL file. |
Dockimbel 28-Dec-2009 [862] | Fork: the mail agent script seems to break on sending emails to your address (don't know why). Your reset password attempt an hour ago failed. I will fix these email issues tomorrow. |
Graham 28-Dec-2009 [863] | Is this the Cheyenne mail server? |
Dockimbel 29-Dec-2009 [864x2] | nope, it's just REBOL's SEND with a simple MX retrieving routine. |
When the SMTP protocol fails to connect or to send, it raises an exception that traverse UniServe's and Cheyenne layer and is messing things in a way I cannot track back. That's the only case where I see such kind of issues. It seems to be specifically related to raised errors in port's handlers. | |
Graham 29-Dec-2009 [866] | Why are you not using the chyenne mail server? |
Dockimbel 29-Dec-2009 [867] | Didn't have time yet to upgrade CC for that. I'm planning to do that this week with other improvements to CC. |
Graham 16-Jan-2010 [868x4] | http://www.curecode.org/rebol3/reset-pass.rsp server error when I entered my name and email ... maybe I don't have an account on R3 |
Now get #[object! [ code: 501 type: access id: not-open arg1: "Port" arg2: #[none] arg3: #[none] near: [if empty? block: reduce block] where: confirm ]] | |
when I try to reset my password ... | |
I tried to create another account using my name and it said one already existed ... | |
older newer | first last |