Project

General

Profile

Search

Results (18298)

Open discussion: Redmin fresh install : half French, half English!
Hi guys, I just installed Redmine on a test ... take in the fits place, buit anyway). The issue I have is that Redmine seems to "half Englis ... bar "Non members" & "anonymous", trackers & issue statuses all "nicely" display in "langue de ... he way to go? Many thanks, Jean-Michel 2011-04-29 13:48
Plugins: An idea for a new plugin
Just in case you are looking to (a) polish yo ... ike response time and resolution time for an issue, that would allow Redmine to be used as a gr ... gin that would: * Add an extra column to @issues@ DB table and store response time in it. Ba ... of seconds between the point in time when an issue is created (@issues.created_on@), and the point in time when this issue transfers to any other state. * Add an extra column to @issues@ DB table and store resolution time in it. ... of seconds between the point in time when an issue is created (@issues.created_on@), and the point in time when this issue enters any of the terminal/final states (suc ... ssible to select and see these two fields in issue reports. Ideally, in both formats: (1) as "8 ... sible to use those two fields in filters for issue... 2011-04-29 10:00
Open discussion: RE: PDF Export text layout problems
thank you for the information. we do not use issue relations, then I cannot reply your question. 2011-04-28 17:15
Open discussion: RE: PDF Export text layout problems
We use 1.1.2 here and it is the same. Do you actually miss issue relations in the single issue pdf? Then you might look at #5634 2011-04-28 17:07
Plugins: RE: plugin to assign issues to groups
Do you have any suggests to modify the patch at [[#2964]] so that it can become a plugin? 2011-04-28 09:56
Plugins: RE: plugin to assign issues to groups
Thanks you Terence Mill but the link shows th ... he-difference-between-a-patch-and-a-plugin/]] 2011-04-28 09:53
Plugins: RE: Issue Closed Date
Matheus Ashton Silva wrote: > Im working to ... d will be extremely useful once it's working. 2011-04-28 08:45
Plugins: RE: plugin to assign issues to groups
Chekout Issue #2964 2011-04-28 07:30
Plugins: RE: Knowledgebase Plugin
Terence Mill wrote: > If thos pdf export is ... ndard redmine wiki functionality. > > See Issue #1468 See Issue #401 2011-04-28 07:27
Plugins: RE: Knowledgebase Plugin
If thos pdf export is working for textile pag ... standard redmine wiki functionality. See Issue #1468 2011-04-28 07:26
Help: How to link issue status to another field
Here is what I'm trying to do: I would like to make one custom issue field, lets call it "Fixed in Release" required whenever a user tries to set status of a issue to "resolved/fixed.". Under all other issue statuses, this "Fixed in Release" shouldn't ... me in the right direction? Thanks Chris 2011-04-27 22:06
Plugins: RE: Issue Closed Date
Thanks, Matheus! Looking forward for your fix, and that's not just me :) 2011-04-27 17:46
Plugins: RE: Issue Closed Date
Im working to fix this bug, i'll release the fixed version soon as possible 2011-04-27 16:36
Open discussion: Email bug submission
Hello, I have finally gotten my Redmine in ... know if it can be configured to create a new issue within a project when a email is submitted t ... y insight would be appreciated. Thank you. 2011-04-27 16:31
Help: RE: Submitting Issues through PHP
Hello Michael and thank's a lot for your answer ! As you said i did this $issue = new Issue (array ('subject' => 'XML REST API', 'projec ... ctiveRessource.php :: Undefined property: Issue::$id in C:\Program Files\EasyPHP-5.3.3\www\A ... have time Anyway thank's a lot Michael... 2011-04-27 13:25
Plugins: RE: Issue Closed Date
I'm seeing the same stuff on Redmine 1.0.5.stable (MySQL). Any ideas how to tackle that? 2011-04-27 12:52
Plugins: RE: Knowledgebase Plugin
Chris Darts wrote: > Alex Bevilacqua wrote: ... I would recommend leaving some comments on issue #8215 as well. Hopefully that will get some ... te clear in the past that "popularity" of an issue doesn't mean squat when it comes to prioritization of effort :P 2011-04-27 12:09
Plugins: RE: plugin to assign issues to groups
Hi Davude, Can you share us your plugin? Thanks, Who 2011-04-27 08:58
Open discussion: RE: List of pro's - JIRA vs Redmine
We are using Redmin for issue tracking we were not happy with the versions ... can not figure out some thing that a simple issue tracker can consumes that amount of memory. ... igure at jira) but it is a good and complete issue tracker. It works well and all of the major ... , development and project management teams. 2011-04-26 16:35
Help: RE: Can I update status issues directly on the issues table through SQL?
I tried Rest API, but it has a problem updating status for issues (see: redmine-java-api/issues/detail?id=25) I also tried the e-mail op ... Redmine? It is another option... Regards. 2011-04-26 16:01
Help: RE: Can I update status issues directly on the issues table through SQL?
You'll loose mail notification, won't see any status change in the issue journal or in the activity report. If you up ... ou'll loose done ratio computation of parent issues, etc. A proper way to do it would be to get the list of issues to be updated via REST API and update those issues still vie REST API. Guess that can be done quickly with minimal js coding. 2011-04-26 15:49
Help: RE: Can I update status issues directly on the issues table through SQL?
Basically, all I need to do is automate the way that issues get flagged as being ready to test. Every ... , I need to scan the subject field for every issue with status '2', and if I find some text like 'Fixed issue ###", I should update those issues with status 'Y' (as an example). I want to ... ple script that accomplishes this. update issues set status_id = 5 where status_id = 3 and subject like 'Fixed%' (something like that) 2011-04-26 15:40
Help: RE: Can I update status issues directly on the issues table through SQL?
I don't think this will cause any problem to ... L ; note that you can already update several issues statuses at a time with the contextual menu of the issue list, what's your exact need ? 2011-04-26 15:19
Help: Can I update status issues directly on the issues table through SQL?
Hello, I am wondering whether I can perform updates through SQL directly on the issues table on MySQL. Specifically, I am interested in updating the status field for some issues. However, somebody mentioned that this may ... ? I have checked the relationships with the issues table, but I cannot find anything else that ... on files. Anyone has any ideas? Thanks. 2011-04-26 14:35
Open discussion: SLA handling: any way to include response/resolution time in issue reports?
Apparently, Redmine records all updates to all the issues, including status changes. However, as far ... e.g. a way to see the amount of time between issue creation and closure, for each issue, as a column in issue reports. Or maybe I overlooked it?.. Also ... gestions are welcome... Thanks in advance! 2011-04-26 13:36
(11701-11725/18298)