Project

General

Profile

Search

Results (18317)

Open discussion: Email to redmine Target version
Is it possible to set target version when sending issue mails to Redmine? (Target version:1.0) 2010-11-04 09:27
Help: RE: 'Issues' TAB giving internal error
Are you more comfortable with the DB or the r ... you, but it can be applied from both places. 2010-11-04 09:10
Help: RE: 'Issues' TAB giving internal error
In the issues table in the redmine DB ,in the lft column ... irst 40 rows are NULL and rest 548 rows are 2 2010-11-04 08:30
Help: Redmine not getting all info from Git repositories
Hi all, My Redmine is set up with the redm ... t shows up under "Annotate". Is this a known issue, or any idea what's wrong? Thanks, Andrew 2010-11-04 06:26
Help: RedMine 500 Internal Error
When i trying access to *Issues* getting the error 500 internal Server error Rails 3.0.1 Webrick <pre> Processing IssuesController#show (for 77.120.120.57 at 2010-1 ... "action"=>"show", "id"=>"33", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml DEPRECATION WARNING: using %d i ... <Class:0x2adb3f38>) on line #55 of app/views/issues/show.rhtml: 52: ... 4: <div class="wiki"> 55: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 56: </div> 57: 58: <%= link_to_attachments @issue %> lib/redmine/wiki_formatting.rb:47: ... lper.rb:470:in `textilizable' app/views/issues/show.rhtml:55:in `_run_rhtml_app47views47... 2010-11-03 21:33
Open discussion: Upgrade from 0.9.6 to 1.0.3
I recently upgraded to the 1.0.3 version. The Projects all show up but when I click on the issues tabs I get an internal Error 500. Any ideas? When I create a New issue in the project it will show. 2010-11-03 20:42
Help: RE: What is the difference between closed and locked versions?
Locked: you can't assign issues to it anymore, but it still shows up on the roadmap. Closed: you can't assign issues anymore, and it doesn't show up on the roadmap. 2010-11-03 19:49
Help: RE: 'Issues' TAB giving internal error
priyadarshee kumar wrote: > and I faced no p ... ill have inconsistent data. Any rows in the @issues@ table in the DB with empty @lft@, @rgt@ or @root@ columns? 2010-11-03 19:32
Open discussion: RE: notification e-mail's content change
Thank you, Felix! What you wrote, it’s OK ... how should I exactly modify the content of @issue_edit.text.plain.rhtml@, I've never done anyt ... ine (@"Spent time: [spent time]"@) below the issue's details in the e-mail? So how can I use ... look like this: @Project: [project name] Issue: [Issue name] who did update: [name] Link: [hyperlink] The update: [Update] ---------------------- Issue: [Issue name] Added by [who] and [when] Status: [ ... e] Description: [DESCRIPTION] @ Thanks! 2010-11-03 18:09
Help: RE: How to get versions off of roadmap but leave them in new issues "Target Version"?
While experimenting with due dates relating t ... hat have a due date in the past with no open issues are hidden on the Roadmap view * Versions ... Target Version drop down and can still have issues assigned to them However, if an issue is assigned to a legacy version it then trig ... I cannot have my cake and eat it too. :) 2010-11-03 16:32
Help: RE: 'Issues' TAB giving internal error
I upgraded using the link: http://www.redm ... under the plugin button under administration. 2010-11-03 15:04
Help: RE: 'Issues' TAB giving internal error
Have you had any problems upgrading the datab ... ine? What plugins do you have installed now? 2010-11-03 14:57
Help: RE: 'Issues' TAB giving internal error
priyadarshee kumar wrote: > Yes to 1.0.1 ,1 month back. 2010-11-03 13:45
Help: RE: 'Issues' TAB giving internal error
Yes to 1.0.1 ,1 months back. 2010-11-03 13:44
Help: RE: Email Keywords
Craig Efrein wrote: > We have tried several ... gnored mails are mostly caused by permission issues, if redmine doesn't recognize a keyword, it just stays in the description/note of the issue. > When using *Status:*, I should be usin ... ts? Use the names defined in your redmine. 2010-11-03 11:44
Help: RE: How to get versions off of roadmap but leave them in new issues "Target Version"?
That would need a patch, i.e. not possible in vanilla redmine. 2010-11-03 11:32
Help: RE: 'Issues' TAB giving internal error
Have you upgraded recently? 2010-11-03 11:21
Help: RE: 'Issues' TAB giving internal error
Can anyone help me ? 2010-11-03 10:28
Help: RE: Migrate a project to redmine 0.9 to 1.0.2
This looks like a data consistency problem. C ... look at your DB and see if any rows in the @issues@ table have an empty @rgt@, @lft@ or @root@ ... m memory, could be slightly different) entry? 2010-11-03 09:05
Help: How to use Redmine API to create a project?
Hello. Is it any examples on how to use redmi ... redmine/Rest_Projects) states that i need to issue "POST /projects.xml" with a "hash of paramet ... ody, or something else? And in what format? 2010-11-03 08:50
Help: RE: Search does not return all custom field results
Figured out the issue. For those who imported data and are findin ... g) otherwise the results may not be complete. 2010-11-02 23:29
Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
This is a great idea, especially allowing pro ... o component B. Then, it should show up as an issue when looking at Program A's issues as well as when looking at component A's issues. It should not show up in Program B's issues, as that Program can have its own issues registered with component A. The nesting ... shared components. The actual assignment of issues could be limited to 1, where each parent ca ... the team at the next level down reviews the issue, they can optionally assign it down the next ... supported today. I hope this makes sense! 2010-11-02 22:50
Help: RE: Estimated versus spent time report?
For the record, I found an answer at "StackOv ... tions/321403/redmine-add-spent-time-field-to-issues-display/4074299#4074299 and updated it for Redmine 1.0.3... 2010-11-02 22:42
Help: RE: Creating issue via api
Hi, Thanks for your reply, I have tried en ... updated code: response = self.class.post("/issues.xml", :body => {:issue => { :subject => issue_tracker_title, :description => issue_tracker_body, :project_id => issue_tracker_project_id, :tr ... :priority_id => 4} }) 2010-11-02 21:10
Help: How to get versions off of roadmap but leave them in new issues "Target Version"?
If I "Close" a version it removes the version ... rsions from the "Target Version" of the "New Issue" view. What should I be doing instead so tha ... lso showing up in the default "Roadmap" view? 2010-11-02 18:32
(13051-13075/18317)