Project

General

Profile

Search

Results (31855)

Help: Multiple Target version for an issue ?
Hi, I'm using Redmine to manage a software with different branches (eg. dev and stable). Some issues (bugs or features) are therefore handled in different software milestones. The issue is that the Target field in an Issue record can hold only one target version reference. So I can't easily keep track of issues in both version. So basically, 1. Is it ... irement to have only one version for a given issue ? (I can understand that) 2. In this case, ... est work around ? Currently, I duplicate the issues and change the Target field but it's long a ... ocedure. Any help, comment is appreciated. 2008-04-03 19:22
Help: Minor textile issues
I'm running the 0.7rc1 and I noticed few textile (minor) issues: * footnote references @sample[2]@ are n ... re not working It is definitely not major issues but want to know if it is by design before I fill in a feature request. Thank you. 2008-04-03 17:22
Help: RE: Issue # should be unique in each project but not across the projects?
I don't really see this as an issue that needs fixing at all. Debian, for ins ... orting two systems. I like it the way it is. 2008-04-03 15:26
Open discussion: Problem with Mongrel server
Not sure if this is the proper place to compl ... get timeout from Apache saying the proxy had issues. When I stop and start Mongrel, I get mess ... :0xb71d9c48 sleep> is too old, killing. 2008-04-03 14:50
Defect #985 (Closed): Russian character
Russian char is not correct in pdf 2008-04-03 13:02
Help: RE: Issue # should be unique in each project but not across the projects?
AMHO, it's a big yard but it have to be done: Redmine should by default propose a global issue identifier as it's currently the case (this, ... still identifier: project shortname + local issue identifier. But once in "JIRA style" identifier and a new issue created, switching again to default style sh ... igible layer of complexity in every usage of issue reference in redmine, so it's a big big big yard. Maybe for 0.8? 2008-04-03 12:44
Defect #984 (Closed): trying to preview a new issue raises an exception
When creating a new issue, clicking on 'Preview' causes an error: < ... a trace of the exception: <pre> Processing IssuesController#preview (for 156.148.120.93 at 20 ... action"=>"preview", "id"=>"", "controller"=>"issues", "issue"=>{"start_date"=>"2008-04-03", "estimated_ho ... nput syntax for integer: "" : SELECT * FROM issues WHERE (issues.project_id = 2) AND (issues."id" = E'') ORDER BY issues.created_on DESC LIMIT 1): /usr/lib/rub ... 64:in `method_missing' /app/controllers/issues_controller.rb:347:in `preview' /usr/li ... 00.html (500 Internal Server Error) </pre> 2008-04-03 10:09
Defect #981 (Closed): Incompatbility with prototype.js version 1.6.0.2
This is mostly for an early warning. If we n ... ch could have been helpful, for example with Issue #960, so maybe there are other helpful additions as well. 2008-04-03 03:53
Defect #980 (New): "For all projects" custom queries
I have setup several custom queries and marke ... it works great. If I then select one of the issues in the list, then click on the custom query again, the issue list is restricted to just the issues in the project of the current issue. ie, it doesn't show all issues for all projects. If I go back out to "My page", click on "View all issues" under "Issues assigned to me", then click on the custom q ... 6-07 patchlevel 52) [i386-linux] Rails 2.0.2 2008-04-03 02:18
Help: RE: Multiple Roles per project
Sorry, didn't see that this was already added as an issue: http://www.redmine.org/issues/show/706 Thanks! 2008-04-02 20:45
Redmine web site migration
As you may have noticed, redmine.org has been having some performance issues, causing some requests to time out and user ... , let me know if you experience any problems. 2008-04-02 19:32
Help: RE: Issue # should be unique in each project but not across the projects?
My urgency+curiosity forces me to ask a quest ... done within the database (some where in the "issue" table "project_id" or "issue_id" fields) . This would be really great to ... ing forward for some guidance. Thanks Tom 2008-04-02 18:25
Feature #978 (New): Different trackers on different projects?
As projects are wastly different - there shou ... lobal" ones as templates for new projects)? 2008-04-02 15:34
Defect #975 (Closed): Spent time not entered correctly!
There is bug when updating ticket: Is user en ... e is no warning, so user cannot correct this issue. We've lost lot of time records due this error ;( Please, can you fix this ASAP? Regards! 2008-04-02 13:20
Help: RE: RE: Issue # should be unique in each project but not across the projects?
Hi, Me also having this same issue. In my case I have different clients working ... utomatically generated based on a continuous issue id. If there is any work around for getting a unique issue id for each project kindly let me know . Eve ... ine is working perfectly fine. Thanks Tom 2008-04-02 12:44
Feature #974 (Closed): footnotes wiki markup
It would be nice to be able to have footnotes ... good features for the Wiki engine in Redmine. 2008-04-02 12:27
Feature #973 (New): Assign different status sets and workflows for separate projects
Hey, Currently it seems the statuses and w ... ase tell me how to do so. Thanks, Clyde 2008-04-02 05:14
Open discussion: Correct mistakes when linking issues and revisions via commits
So what if someone simply types the wrong number on a commit, and it is linked to the wrong issue. Is there a way to fix this? 2008-04-01 17:16
Feature #971 (Closed): Add "Spent time" column to query
I need to have custom qury for issues, which shows estimated time (it's possible ... unately there is no spent time column to add) 2008-04-01 08:35
Feature #970 (Closed): Add "Issue" to Spent time report
I'm just creating report for our client. I wo ... hich is not divided by tickets ;( Thanx!!! 2008-04-01 08:31
Defect #969 (Closed): Custom Field causes 500 internal server error when adding tracker items
I added a custom field and applied it to a si ... see what was going on, and saw where in the issues_controller it was happening, I realized it ... doing some troubleshooting: Processing IssuesController#new (for 72.215.161.251 at 2008-0 ... "=>"Create", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"2008-03-31", "estimated_ho ... []' for nil:NilClass): /app/controllers/issues_controller.rb:143:in `new' /app/controllers/issues_controller.rb:143:in `collect' /app/controllers/issues_controller.rb:143:in `new' /usr/lib/ru ... ' /mnt/redmine/public/dispatch.fcgi:27 2008-04-01 01:34
Help: Editing multiple bugs fails - only the last selected bug is edited
Hi, Just started using Redmine and it is g ... The URL I am sent to is: /projects/3ev-com/issues/bulk_edit?ids=2121%2F2122 But if I tweak, everything works: projects/3ev-com/issues/bulk_edit?ids[]=2119&ids[]=2120 I guess ... in whatever builds the URL? Cheers, Dan 2008-03-31 18:42
Feature #964 (New): Global Forums-overview
A user at our Redmine has reported a wish to ... Maybe something for the "Personalize"-page? 2008-03-31 14:22
Patch #962 (Closed): Hebrew translation and RTL Layout
An updated Hebrew translation with most of th ... meone wants to achieve this feat be my guest. 2008-03-30 23:39
Defect #960 (Closed): Right click menu can be rendered off-screen
The right click menu is always rendered below ... ff the screen". For example, if you go into issues and right click on an issue towards the bottom of the browser window, th ... xample to learn the code and help contribute. 2008-03-30 21:16
(31201-31225/31855)