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

World: r3wp

[!CureCode] web-based bugtracking tool

Pekr
20-Jul-2009
[482]
I would like to propose some enhancements:


- having to manually always select particular ticket-view category 
and project name in changelog section, becomes kind of denerving, 
once you have to do it several times a day

- hence I propose to extend user-profile settings, where we can preselect 
such things. If it is more complicated effort, I vote to change default 
ticket view from "my tickets" to "most recent reports" one
BrianH
20-Jul-2009
[483]
The default ticket view for anonymous login shows up as Most Recent 
Reports in the dropdown box, but is actually Recent Changes. The 
first thing I check when going in anonymously is Recent Changes, 
but either default would be fine if the dropdown and display matched.
Dockimbel
20-Jul-2009
[484]
BrianH: Ok, issue fixed in the new version (not yet released).
BrianH
20-Jul-2009
[485]
In case you were curious, the reason I go in anonymously is to check 
to see if there has been any changes. Only if there is something 
that needs some action on my part do I log in.
Dockimbel
20-Jul-2009
[486x2]
Pekr: I'm looking at thoses features to see if I can add it easily 
now (or postpone it in a future release).
BrianH: that's how it supposed to be used. ;-)
BrianH
20-Jul-2009
[488x4]
I've been trying to add categories, but keep getting hampered by 
problems with rearranging the categories in the dropdown when more 
data leads to more categories. I've had to clear the category list 
in whole or in part several simes, then recategorize tickets.
I noticed that the first category in the list gets selected by default, 
so I cleared the list and added an Uncategorized category first then 
readded the rest of the categories back. Later I came up with more 
categories to add in the middle. Eventually I had to give up for 
a while - too much work.
It would be easier if the order in the dropdown list was a separate 
field from the order added, then add little up/down arrows or something 
to the management page. That way you can rearrange the dropdown list 
without needing to recategorize tickets.
Having a default Uncategorized category (however you want to name 
it) would help too.
Dockimbel
20-Jul-2009
[492]
I agree. I'll look into that too to see how much work it would require.
BrianH
20-Jul-2009
[493]
That kind of thing wasn't hard the last ttime I did it for another 
site :)
Henrik
22-Jul-2009
[494]
looks like the charts aren't working?
Dockimbel
22-Jul-2009
[495]
They are not back, I didn't released the new version yet. I'm still 
implementing the features asked by Pekr and Brian.
Dockimbel
26-Jul-2009
[496x5]
Changelog : 0.9.9 - 26/07/2009

	o FEAT: Prefered filters and project can now be user-defined.
	o FEAT: Categories order can now be set by admin.
	
	o FIX:   Stats charts are now correct.
	o FIX:  Default filter in anonymous mode works now correctly.
	o FIX:  Switched from HTML quirk mode to correct doctype.
	
	o LOOK: Fixed borders issues in CSS (except for IE8)
CureCode will be down for a few minutes from now for upgrading files 
and the database.
Upgrade done. If you had a previously opened session on CureCode, 
you have to close it and log again.
Pekr: you can now save your filter and project settings using the 
new button in "Profile" page. On new session, you'll get back your 
last saved settings.
Brian: You can now play with the new ordering buttons for categories. 
;-)
Henrik
26-Jul-2009
[501]
For a long while, "Most Recent Reports" and "Recent Changes" produced 
identical results here, but works properly now. Is that part of the 
fixes above?
Dockimbel
26-Jul-2009
[502x2]
It's not in my Changelog, so maybe I did the fix but forgot to note 
it.
As this release marks the end of the "quirk mode" era for CureCode, 
you may found some minor rendering issues here and there. If you 
think that it has to be fixed, please report it here.
Henrik
26-Jul-2009
[504]
is there a status on the API?
Dockimbel
26-Jul-2009
[505]
The API hasn't changed since the first release. I guess that no one 
is using it.
Henrik
26-Jul-2009
[506]
I might give it a shot at some point. We also need an R3 native client 
to connect to it eventually, so I might want some practice.
BrianH
26-Jul-2009
[507]
Category order setting works great. The new layout has more padding 
on Chrome than it did before (I may be wrong about that), but looks 
good to me. Great stuff! :)
BrianH
27-Jul-2009
[508]
Today, CureCode on Chrome looks like it does on Firefox: No extra 
padding, white grid separators, nice. Must have been a cache issue 
yesterday. Good work, Doc :)
Dockimbel
27-Jul-2009
[509]
Thanks to the new CSS, the look is now consistent across Chrome / 
FF / IE7, but I gave up on trying to hack the CSS to make IE8 render 
pages as the others. The time spent in making all browser render 
the same way is quite insane.
Anton
6-Aug-2009
[510]
Hey Doc, is this picture of CureCode schema still current ?
http://softinnov.org/dl/DB-schema.png
Janko
6-Aug-2009
[511]
nice, what's this "drawn" in?
Anton
6-Aug-2009
[512]
Doc said 27-Aug-2008 in this group "Microsoft Visio"
Dockimbel
6-Aug-2009
[513x2]
Nope, the schema was changed a little for R3 specific needs.
I didn't had the time yet to update the picture.
Anton
6-Aug-2009
[515]
I'm interested in the "logs" table. It records changes to tickets 
once they are created, right?
Dockimbel
6-Aug-2009
[516]
Right, it records every event for each ticket (including creation).
Anton
6-Aug-2009
[517x3]
If a new project is created, does that go into the logs table?
(as an example).
In the "tickets" table, there are several foreign key fields of INT(8) 
which link to tables with ids of INT(16), eg. severities.
Is that just an oversight?
Dockimbel
6-Aug-2009
[520x2]
New project => not logged, only tickets info are logged.
That's a typo, it should be INT(16).
Anton
6-Aug-2009
[522x2]
Ok, that makes sense. So does the "field" field of the logs table 
tell which field of the tickets table was changed?
If so, then when several fields of a ticket are changed at once, 
does that generate several log entries in the logs table?
BrianH
6-Aug-2009
[524]
That is what the log at the bottom of the ticket shows, Anton.
Dockimbel
6-Aug-2009
[525]
Yes, each field changed generates a new log entry.
Anton
6-Aug-2009
[526]
Thanks, it is clear to me, now.
Henrik
9-Aug-2009
[527]
Are the changes to the API? I'm downloading the bug list from the 
API, but the column order does not correspond to what is in the docs. 
Also the column order is not mentioned in the docs.
Dockimbel
10-Aug-2009
[528x2]
API hasn't changed. Do you have an example URL? I don't see any difference 
in column order. Btw, I've just released a fix for a bug in the type=ticket 
mode throwing an error if the 'fixedin field was none.
Looks like you were talking about the "user" column that don't appear 
in the docs? I need to update CureCode's wiki.
Henrik
10-Aug-2009
[530]
updating the docs might solve the problem, so I'll wait with further 
action until that is updated.
Dockimbel
17-Aug-2009
[531]
For CureCode users: do you guys think that a project-wide timeline 
page like the following one would be useful? http://www.sqlite.org/cvstrac/timeline