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

World: r3wp

[!CureCode] web-based bugtracking tool

james_nak
11-Oct-2010
[1052]
0.9.11 beta. Sometimes I am redirected to the login screen but the 
selection  is none and from there it will go to the rsp error. Thanks. 
Knowing that I can remove that cookie is pretty easy.
Andreas
27-Oct-2010
[1053]
Is the CureCode running the R3 tracker a plain 0.9.11? Or has it 
custom modifications?
Dockimbel
27-Oct-2010
[1054x2]
It's supposed to be 0.9.11, I might have done a few minor patches 
since 0.9.11 public release.
I'm checking my logs to give you a more accurate answer.
Andreas
27-Oct-2010
[1056]
Thanks Nenad, "mostly 0.9.11" is already sufficient.
Dockimbel
27-Oct-2010
[1057]
Additions to v0.9.11in production:
- Added the "import account" form in registering page.

Seems that's all the differences.
Andreas
27-Oct-2010
[1058]
Great, thanks!
Dockimbel
28-Oct-2010
[1059x2]
CureCode server upgraded to Cheyenne r104. All is going well.
I've seen in the trace logs a few minor errors with the CureCode 
API that I'll fix in the next days. 

I'll also have a look at Gregg's issue with double line-breaks when 
posting comments using the PRE tag.
Maxim
28-Oct-2010
[1061x2]
one thing I am missing in curecode is a way to track stuff I've commented 
on.   as tickets roll, I find it very frustrating to go back to check 
comments made by others.


I thing a option for "commented by me" in the filters or search would 
be really helpfull for everyone.
thing=think
BrianH
28-Oct-2010
[1063]
I sort by recent changes, comments show up as such changes. But not 
comment modifications though.
Maxim
28-Oct-2010
[1064x3]
yeah but that's everyone's comments, just those you commented on.
actually, a search field to select by comment author would be even 
better... so that I could search stuff to see if someone specific 
commented on a comment of mine.

like search-comment = "brian max"
or maye a  "me" could stand in for our user name  (quick to type)
BrianH
28-Oct-2010
[1067x2]
True, it probably only works when you are interested in all the tickets, 
not just the ones you have commented on.
Have you tried searching the comments for your name?
Maxim
28-Oct-2010
[1069]
nope.  good point... I try that...
BrianH
28-Oct-2010
[1070]
It might only find ones where you were mentioned by name, not the 
ones where you commented. The latter would be a good enhancement 
to CC.
Maxim
28-Oct-2010
[1071x2]
doesn't work, it only matches the comment text.  so the only relevant 
one returned is the one where carl says "good point maxim"
I'd add add  a simple new search key, "comment author"  I think that 
pretty much does what I need.
BrianH
28-Oct-2010
[1073x2]
Just add a new search field "User" and have it pick up tickets not 
only submitted by you but also those commented on by you. You are 
likely to be interested in both.
Not as useful when searching for "BrianH" or "meijeru", but it might 
come in handy for "Maxim" :)
Maxim
28-Oct-2010
[1075]
I can't add a search field.
BrianH
28-Oct-2010
[1076]
The suggestion was for Doc :)
Maxim
28-Oct-2010
[1077x2]
ah ok.
also a switch to enable mail notification of any of my posts or those 
I have commented on would be GREAT.
Dockimbel
28-Oct-2010
[1079x3]
I'm planning to add a customizable RSS feed for each ticket for managing 
notifications. I would like also to remind everyone of the CureCode 
API that enable any REBOL coder to easily build any kind of clients 
(making a tool that checks on some tickets changes should be trivial). 
See http://rebol.net/wiki/CureCode#API_documentation
BrianH: I'll see if your feature request can be easily added.
Btw, I've also thought about adding a XMPP interface for sending 
notifications directly to your favorite Jabber-compatible instant 
messenger. Maybe better than a RSS feed, I guess more people are 
using an IM client than a RSS client.
BrianH
28-Oct-2010
[1082]
I tend to use Google Reader, and no IM. So simple new ticket and 
new comment notifications would work for me.
Maxim
28-Oct-2010
[1083x2]
same for me.
problem with IM is that when you're not there they usually aren't 
as well managed for looking up stuff "after the fact" 

rss clients on the other hand are optimized specifically for that 
use case
Gregg
29-Oct-2010
[1085]
Thanks for the API reminder Doc!
Ladislav
8-Nov-2010
[1086]
Could somebody mark http://www.curecode.org/rebol3/ticket.rsp?id=1672&cursor=92
as complete, please?
Henrik
24-Nov-2010
[1087]
Doc, you can create an R3 GUI project in Curecode, if you like (or 
can). This way, we don't pollute the REBOL 3 project with GUI bugs.
MikeL
28-Nov-2010
[1088]
This site seems to be down http://rebol.net/wiki/CureCode#API_documentation
Dockimbel
28-Nov-2010
[1089]
I confirm that the REBOL wiki is not responding. For CureCode API, 
you can read it through Google's cache at http://webcache.googleusercontent.com/search?q=cache:Z0Rflqyek5QJ:www.rebol.net/wiki/CureCode+curecode+api&hl=fr&gl=fr&strip=1
MikeL
28-Nov-2010
[1090]
Thanks Doc.    P.S. I re-ran an install of CureCode today and it 
is failing on the sql file (build-db.sql)  used to define the data 
base and tables.  I found it and moved it but now I am failing on 
webapp setup.
Henrik
6-Dec-2010
[1091]
Any news on having an R3 GUI project under Curecode?
Dockimbel
6-Dec-2010
[1092]
Does it have to be a separate project or can it be a category of 
R3 project?
BrianH, what do you think?
BrianH
6-Dec-2010
[1093x3]
The problem with making a separate project is that it is difficult 
to move tickets from one project to another when they are misfiled. 
The other problem is that some tickets apply to both the core and 
the GUI. I would be OK with creating a separate project if we had 
a way to move tickets. But I would be even more happy with being 
able to filter by category in the detail view, which would allow 
us to effectively do the same thing with a single project.
I would be even happier with both, of course :)
There are tickets in the REBOL 3 project already that apply to the 
GUI, and others that apply to CureCode. Both would be nice to move.
Dockimbel
6-Dec-2010
[1096x2]
Understood. I agree with the need for a "move ticket" feature and 
adding categories in detail view. I should be able to work on that 
this week, there's a lot of changes pending already for CureCode.
So, I'll add a R3 GUI project as soon as the "move ticket" feature 
will be put online.
Henrik
6-Dec-2010
[1098]
ok, feel free to do whatever is needed. thanks.
Dockimbel
10-Dec-2010
[1099]
BrianH: "But I would be even more happy with being able to filter 
by category in the detail view, [...]"


Category are already present in detail view (you just need to ensure 
that the project selector is on "REBOL 3.0"). Did I miss something?
BrianH
10-Dec-2010
[1100]
You are right, I hadn't noticed. You might want to put a disabled 
category selector in all projects mode, with text in it suggesting 
to select a project, as a UI discoverability improvement.
Dockimbel
11-Dec-2010
[1101]
I made the following changes on my dev instance of CureCode:

	o FEAT: Added the ability to move tickets between projects.
	o FEAT: New search field: "User".
	o FEAT: New isolated search field: "Commented by".
	o FEAT: RSS feed added for projects changes.
	
	o FIX: double line breaks in PRE tags in comments removed.
	o FIX: stats bar graphs were never displaying per-project stats.


I'll put it online tomorrow. If I missed an important bug to fix, 
let me know.