r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!CureCode] web-based bugtracking tool

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 ...
Dockimbel
17-Jan-2010
[872x7]
I'm upgrading CureCode to the latest version to fix this issue. Emails 
will be sent through the builtin MTA, fixing the instability caused 
by the SMTP scheme when a connection error occurs.
Entering in maintenance mode on CureCode server, current user sessions 
will be closed for the upgrade. If you're editing a ticket please 
save your changes now and logout from CureCode. I'll do the server 
upgrade in ~10mn.
Restarting server...
server up again, testing if everything is working ok....
forgot to add new options in config file...restarting
Seems to work ok now.
CureCode v0.9.10 changelog :

	o FEAT: Ticket's attached files management added.
	

 o FIX: Default query parameters corruption for anonymous users fixed.

 o FIX: Issue #1371 regarding policy for ticket deletion by owner.
	o FIX: Dimissed ticket can't be changed by the owner anymore.

 o FIX: Ordering not working properly for all filters and columns.
	o FIX: Minor missing translations for french catalog.

	o LOOK: Added Henrik's 33% fix for page header.

 o LOOK: "Example code" field now use PRE tag for better rendering 
 of source code.
Will
17-Jan-2010
[879]
is CC available for download?
Dockimbel
17-Jan-2010
[880x3]
Older versions are available here: http://curecode.org
Latest version: I need to build a package first, can be done rapidly, 
but no install script yet available, you'll have to figure it out.
Regarding the new attached files feature: adding or deleting files 
doesn't generate any new entry in the ticket's log. As attached files 
management is done asynchronously, it doesn't require posting the 
ticket's form to commit changes. So, the policy for logging attached 
files actions is not clearly defined yet. Your feeback about this 
topic is welcome.