Search
Results (18298)
- Open discussion: RE: Custom drop-down field.
- Terence Mill wrote: > ..but you can't multis ... here http://www.redmine.org/projects/redmine/issues and add a filter "affected version", that allows to select a subset too.
- Open discussion: RE: Custom drop-down field.
- Felix Schäfer wrote: > You probably want issue custom fields of the list type, see [[RedmineCustomFields#Fields-for-Issues]]. ..but you can't multiselect entries in ticket on the list
- Open discussion: RE: Custom drop-down field.
- You probably want issue custom fields of the list type, see [[RedmineCustomFields#Fields-for-Issues]].
- Help: RE: make an existing issue subtask of another issue
- I think this is possible through the "more" link (see [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]]) that at least on our install has a field to set a parent issue.
- Open discussion: RE: Cannot Upgrade Redmine 0.9.6 to Redmine 1.X
- Hello Felix -- Thanks for the reply. Below is ... 0.9.3 redmine installation to 0.9.6 without issue. I then tried upgrading 0.9.3 straight to 1. ... .0.0 and 1.0.2 with the same error as above.
- Open discussion: RE: Cannot Upgrade Redmine 0.9.6 to Redmine 1.X
- Wanted to add a bit more to this. I started w ... 9.3 and was able to upgrade to 0.9.6 without issue. I then attempted to upgrade to 1.0.2 and 1. ... ving any plugins but still run into the same issue. I also tried to rename vendor/rails to see ... to see if that helped but still ran into the issue.
- Help: RE: Receiving emails - Exchange 2003
- Sorry, we haven't needed this kind of scenari ... t that time I believe. Remember that the issues might have been read this time too. /Simon
- Help: RE: Receiving emails - Exchange 2003
- Thanks, that was the issue. Now I have a separate issue. I've changed the general option "unknown_u ... not want this. I still want to capture the issue, but I don want to create a new user for unk ... now the users are not being created and the issues are not being reported. Any thoughts? her ... erride=project,priority@ Thanks in advance
- Hi, if I have two issues, say #23 and #87 (both top level issues), is it possible to move #87 so that it bec ... to do so yet. Thanks in advance Andreas
- Hi, I added new issue #6634 but maybe you can help me. My wiki ... i history was turned on (but like I wrote in issue description #6634 there is error when I want ... ^ two hex coded lines, one green and one red.
- Help: RE: Not set the lifetime of cookies
- Although I don't have much information about the lifetime of cookies in this issue I am glad that I reached this "site":http://www.redmine.org.
- Help: RE: Proxy Server error
- Please use the @< pre> < /pre>@ tags (without ... cted to http://redmine.imagistic.com/redmine/issues/361 > Completed in 139ms (DB: 19) | 302 Found [http://redmine.imagistic.com/issues/361/edit] There's a discrepancy here, on ... suburi, or there is another error somewhere.
- Help: RE: Proxy Server error
- Please use the @< pre> < /pre>@ tags (without ... cted to http://redmine.imagistic.com/redmine/issues/361 > Completed in 139ms (DB: 19) | 302 Found [http://redmine.imagistic.com/issues/361/edit] There's a discrepancy here, on ... suburi, or there is another error somewhere.
- Help: RE: Proxy Server error
- Hi Felix, See below. ***START*** Mo ... ver mongrel -e production” (issue also occurred with webrick) Apache proxy co ... e (presumably directing users to the tracker issue page with a note about a complete update – a ... urrence of the proxy error)--> Processing IssuesController#show (for 192.168.0.100 at 2010-1 ... action"=>"show", "id"=>"361", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml Completed in 229ms (View: 167, DB: 15) | 200 OK [http://redmine.imagistic.com/issues/361] Processing IssuesController#edit (for 192.168.0.100 at 2010-1 ... cted to http://redmine.imagistic.com/redmine/issues/361 Completed in 139ms (DB: 19) | 302 Found [http://redmine.imagistic.com/issues/361/edit] Processing ...
- Hi, I recently updated Redmine from 0.8 to ... thin their projects. We have users reporting issues only once a year so it's very annoying for ... ect member implies "being involved in" every issue within the project. Is that the intended beh ... s running Ubuntu 10.04. Thanks in advance.
- Open discussion: RE: How to get the projects from an issue ?
- Thanks !
- Open discussion: RE: How to get the projects from an issue ?
- If i is your issue object: <pre><code class="ruby">i.project ... st (the "root" project) at index 0 and so on.
- Dear all, I need to custom a bit the maile ... with the project and the subprojet from one issue. I thank you in advance for you help. Best regards, Guillaume
- Help: RE: Issue numeration
- No, issue IDs are a database increment and must be unique throughout a redmine installation.
- Help: RE: Internal server errors after migrate from Trac
- I execute:<pre>mysql> UPDATE issues SET root_id=id WHERE root_id IS NULL;</pre>Now Redmine work better and not hangs.
- Help: RE: Internal server errors after migrate from Trac
- I found fields @lft@ and @rgt@ in table @issues@ are @NULL@ for migrated issues and not @NULL@ for other (new and old) ones. I fix it:<pre>mysql> UPDATE issues SET lft=1 WHERE lft IS NULL; Query OK, 11 ... 1 Changed: 11 Warnings: 0 mysql> UPDATE issues SET rgt=2 WHERE rgt IS NULL; Query OK, 11 ... Changed: 11 Warnings: 0</pre>Now I can see issue list at http://SITE/projects/PROJECTNAME/issues and issues. Now problem is solved. But when I will ... hangs: process @ruby18@ eats CPU and memory.
- Hi. Is it possible to reset the numeration of issues? Also, can I separate the numeration of issues in different projects?
- I've try to migrate project from Trac 0.11.7 ... oblems: # New field «Resolution» appears in Issues (I remove that field). # Some pages in Redmine now doesn't work (Issue list, Migrated issues) — I see Internal Server error, but new issues, which made after migration, shows correctly. I see in @log/production.log@: <pre>Processing IssuesController#index (for MY.IP.HERE at 2010-10- ... JECTNAME", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (c ... um with nil failed) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |...
- Help: RE: Editing issues?
- Thank you very much, Felix! I have to admit ... ac, because I really want to be able to edit issue descriptions :) You saved me :)
- Help: RE: Editing issues?
- See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]], there is no change history for the description though.