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

World: r3wp

[!CureCode] web-based bugtracking tool

Dockimbel
11-Apr-2009
[286]
Is the value="" removal request related to an issue you've experienced 
with Chrome?
BrianH
11-Apr-2009
[287]
The value="" disables saved passwords. I don't want to have to load 
up my password database if I am on a trusted computer that I can 
just let the browser track my passwords.
Dockimbel
11-Apr-2009
[288]
Good to know. Your fixes are built on my CC developer instance. I'm 
currently adding a few more feature/fixes before releasing.
Dockimbel
12-Apr-2009
[289x6]
BrianH, on 21-Jan 11:16 PM you said : "Do a server-side redirect 
to a get page when you go into edit mode on a ticket or comment update."


I'm not sure to understand the "server-side redirect to a get page" 
part. When you click on a ticket ID or comment [Edit] button, you 
enter in edit mode using a GET request. What would a redirect improve 
here? Is it related to the browser Back button and client cache management?
New CureCode version released. Changelog : 0.9.7 - 11/04/2009


 o FEAT: Dismissed tickets are now filtered out from "Active Priorities" 
 and "Worst Severity" filters
	o FEAT: Current project name added to "Add Ticket" form.

 o FEAT: Reversed sort order for Versions and Categories lists in 
 admin page.

 o FEAT: Added an experimental API for getting tickets in REBOL format.

	o FIX:	Front page stats now count "dismissed" tickets as closed.

 o FIX:	Message "n ticket(s) found" fixed for localization, now translates 
 correctly in french.
CureCode API documented here : http://rebol.net/wiki/CureCode#API_documentation
Let me know if there's any bug or regression.
Source code package for 0.9.7 available at : http://curecode.org
I've started working on the "POST data lost when session times out" 
issue, but that requires some deep changes in the RSP engine, so 
this enhancement is currently postponed.
Graham
12-Apr-2009
[295]
Great.
Sunanda
26-Apr-2009
[296]
Dockimbel -- could we have some way of searching (or sorting results) 
according to Submitter name?

I just tried to have a quick scan of all my contributions to the 
R3 bugs (see discussion in REBOL3 group).
It was not easy.

I'd especially like an easy way to find FIXed bugs by submitter name......That'd 
remind and encourage me to test the ones I'd raised.
Dockimbel
26-Apr-2009
[297]
Good point, the "By submitter" filter is not fully implemented yet, 
so not really working. I've added that in my Todo list and will see 
next week if I can improve that quickly.
Sunanda
26-Apr-2009
[298]
thanks!
Dockimbel
27-Apr-2009
[299]
Did anyone tried to play with CureCode's API yet? Should be fairly 
easy to make a VID-based popup notifier for new or modified tickets.
Henrik
27-Apr-2009
[300]
Looks interesting.
Dockimbel
27-Apr-2009
[301]
Should be also easy to integrate in RebDev, so you could see a ticket 
content without going in the browser. Or maybe just by extending 
the 'bugs function to accept an issue! ID and display the ticket 
in console...
Henrik
27-Apr-2009
[302]
We could write an example client to show how it would work?
Dockimbel
27-Apr-2009
[303]
I thought about doing that for the last release, but didn't had the 
time. I should be able to work a little on that next weekend. IIRC 
Gabriele wrote a small popup notifier app in View (was it for incoming 
emails?) with a nice slide in effect.
Henrik
27-Apr-2009
[304]
we still don't have an API for writing bots for Rebdev, though.
Henrik
12-May-2009
[305]
does anyone think it would be even remotely possible to write a one-time 
exporter from bugzilla to curecode?
Dockimbel
18-May-2009
[306x2]
I have a question for CureCode users : do you think that adding a 
rich text editor for Description and Comment editing areas would 
be a usefull addition? See an example of such integrated rich text 
editor in the bottom of the page there : http://www.cheyenne-server.org/blog.rsp?view=19&cmt=on
One drawback of such change would be that these fields would be stored 
as HTML in the database making them less easily usable for external 
non-HTML renderers (like making a View-based client, or integrating 
in a IDE).
Graham
18-May-2009
[308]
HMTL can always be stripped out.
Henrik
18-May-2009
[309]
I'd rather see a possibility for wrapping code in preformatting tags. 
Rich text is not important in comments.
PeterWood
18-May-2009
[310]
I don't think that rich text descriptions and comments will add much 
value. 


I agree with Henrik that  pre-formatted code (and console sessions) 
would be helpful especially if they were  displayed in "boxes".
Robert
19-May-2009
[311]
Don't think so too.
Gregg
19-May-2009
[312]
I don't think rich text will add much value.
Janko
19-May-2009
[313]
me to.. maybe bold and italic.. to emphasise something but not much 
beyond that
Dockimbel
19-May-2009
[314]
I sometimes use a few HTML tags for CureCode tickets like : <B>, 
<U>, <I> and <A>, but not much more. Having to type HTML code inside 
text areas is not a clean method, that's why I proposed an integrated 
WYSIWYG editor. But it seems not adequate to R3 users. I might add 
it as an option for our customers in a future CureCode version, thought.
Janko
19-May-2009
[315]
yes, for links it's also helpfull.. I agree that <a href=...> or 
other html stuff inside of comments field is not that great
Brock
19-May-2009
[316]
Doc, did you ever notice that Cure is one letter away from Curse? 
 ;-)
RobertS
22-May-2009
[317]
.
Dockimbel
24-May-2009
[318x4]
Bugzilla exporter: sure, it's possible, but requires a significant 
amount of work to make the mapping between the Bugzilla and CC data 
models. 

Bugzilla: http://www.bugzilla.org/docs/2.16/images/dbschema.jpg

CureCode: http://softinnov.org/dl/DB-schema.png(not the latest version, 
but close enough)


Btw, I did some similar work when I migrated tickets from AltMe tracker 
to CC. You can find the migration script in R3-alpha world (cached 
locally at altme\worlds\r3-alpha\files\Users\DocKimbel\migrate.r)
Brock: well, I guess that's maybe because, sometimes, the "cure" 
can be worst than the desease, so you might want to call it a "curse". 
;-)
I'm about to release a new CureCode version in a few hours, let me 
know if you have some bugs/issues to fix.
Currently the changelog for the new version is :

	o FEAT: "User" column added to tickets list page.
	o FEAT: Search text feature extended to comments.	
	o FIX:	"By Submitter" filter now working correctly.	
	o LOOK: Textarea edit fields enlarged to maximum width.
Henrik
24-May-2009
[322]
will sorting work? they don't work for me in Safari
BrianH
24-May-2009
[323]
Cool. Does it have the value="" removed from the login page fields? 
That is the top of my want list :)
Dockimbel
24-May-2009
[324]
BrianH, that one has been fixed in the previous release.
BrianH
24-May-2009
[325]
Gah, it has and it didn't solve the problem for me. Darn.
Dockimbel
24-May-2009
[326]
Sorting: it works with the "Search" and "Detail" filters but not 
with the "Preset" ones. That's an intended feature. I've just tested 
with Chrome 2.0 and sorting works as expected (should be the same 
for Safari, no?).
Henrik
24-May-2009
[327x4]
Let me check...
If I click Detail and click a header, it just jumps back to Preset 
and doesn't sort. There is an orderby=N in the header though.
checking in chrome and Firefox...
Same in Chrome and Firefox.
Dockimbel
24-May-2009
[331]
Clicking on Detail only shows the Detail filters, the list below 
still reflects the result of the Preset filter. You have to activate 
the Detail filter first by hit "Apply" button.
Henrik
24-May-2009
[332x3]
oh, you're right. I wonder if there could be a UI tweak done here.
or simply have sorting working under Presets. then no need for UI 
tweaks.
although I do see why it's intended not to sort.
Dockimbel
24-May-2009
[335]
I could refresh the list below when you jump in Detail mode (and 
clear it when jumping in Search mode), but that means doing a quite 
big SQL query on all the tickets each time you switch from one mode 
to another...I tried to avoid that in exchange to a little less intuivite 
UI. Maybe there's some better solution.