World: r3wp
[!CureCode] web-based bugtracking tool
older newer | first last |
Maxim 28-Oct-2010 [1072] | 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 [1101x2] | 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. |
isolated search field means that it's not included when <all> is selected (due to over-complicated SQL code to get accurate results). | |
Kaj 11-Dec-2010 [1103] | Hey, I was just missing a user search field :-) |
BrianH 11-Dec-2010 [1104] | Those improvements sound good to me. This might be enough to start planning to make a REBOL 2 project and migrate the RAMBO tickets to it. |
Dockimbel 12-Dec-2010 [1105x2] | CureCode new version 0.9.12 is online. (see changes 4 messages above) RSS-based notifications were added both at project and at ticket level : - project notifications: ticket added/deleted/moved, comment added/changed/deleted, status changed - ticket notifications: any change I'll monitor this group in the next days for any issue caused by this new release. I also might add a couple new minor features in the meantime. Once this release is stabilized, I'll upgrade the source archive. |
Btw, RSS notifications can be accessed from the RSS icon on the upper-right corner of tickets list and tickets details page. Default polling delays are provided in the RSS feeds, but if your looking for long-term changes on a given ticket, I recommend you to set your RSS reader polling delay to 24h for the tickets feed. | |
Kaj 12-Dec-2010 [1107] | Very useful |
Dockimbel 12-Dec-2010 [1108x2] | Kaj: thanks, that was a major feature missing in CC, I'm glad I've finally found the time to implement it. |
More about the new "move" feature: - the "Move Ticket" button only appears if there's more than one project defined. - Moving a ticket to another project resets the following fields: "version", "fixed in" and "category" (these are project-specific fields). Their old values are logged in history if they need to be set back. | |
BrianH 12-Dec-2010 [1110] | The RSS feeds seem to work in Google Reader. |
Kaj 12-Dec-2010 [1111x4] | I entered an R3 bug about a character in Slovenian text, but CureCode also mistreats it: |
http://curecode.org/rebol3/ticket.rsp?id=1794&cursor=4 | |
It encodes it as a special HTML entity, but double so that it is not shown as the original character | |
It could be that this happened during Brian's modification. I probably reviewed my own entry, although I don't actively remember | |
Oldes 13-Dec-2010 [1115] | It's for sure CC bug as it converts the HTML entity into bug link. |
BrianH 13-Dec-2010 [1116] | It didn't happen during my mods, it happens when converted from edit to view mode every time. And it converts back when you go into edit mode (at least visibly). |
Dockimbel 13-Dec-2010 [1117] | Right, it's a rendering issue that I've fixed. I'll put it online in a few hours. |
BrianH 13-Dec-2010 [1118] | I just noticed that the ticket RSS link is in a fixed location but the ticket itself isn't: it depends on whether the < > navigator buttons are there. It doesn't look bad either way, but you might consider moving it down a few pixels. |
Dockimbel 13-Dec-2010 [1119] | Thanks, good catch! |
BrianH 13-Dec-2010 [1120] | Direct ticket references like those from the RSS or typed out here cause the no-arrow-buttons thing. That makes it easy to check the alignment. |
Dockimbel 13-Dec-2010 [1121] | About direct ticket references, I'm adding short URLs to reference tickets in the form: http://issue.cc/r3/<ticketid> |
older newer | first last |