Project

General

Profile

Search

Results (18317)

Plugins: Issue Closed Date
I have been trying to install the 'Issue Closed Date' plugin (http://www.redmine.org/ ... After installation, when clicking on the 'Issues' tab for a specific project I receive the following error: <pre> NoMethodError in Issues#index Showing app/views/queries/_filters ... "> Trace of template inclusion: app/views/issues/index.rhtml </pre> Any ideas? I've posted the same problem on the author's github issue list, but so far have received no response. 2011-04-18 10:00
Plugins: RE: Show Issue Descriptions plugin
Is there any possibility to export data we get by using this plugin to PDF? 2011-04-18 09:25
Help: RE: Can't install redMine
Got it fixed, it was a rack issue (Must be equal to 1.1.0 or it would error) 2011-04-17 19:52
Open discussion: RE: Redmine with JRuby on PostgreSQL issue
I have a working configuration on Tomcat righ ... Please update this thread when you'll finish. 2011-04-17 12:08
Help: RE: Attachments through ReST API
C# Redmine client can upload attachment to Re ... loundApp.com, and embed the photo url in the issue description http://redminepro.jawasoft.com/issues/74 2011-04-16 17:44
Help: RE: Attachments through ReST API
What redmine version are you (Rongde / Svetla ... redmine when testing this out with curl: issue3.json: 1 { 2 "issue":{ 3 "subject":"Test ohne journal ... ny help is greatly appreciated. Cheers Robert 2011-04-16 16:51
Help: RE: Can't install redMine
Seems to be a mysql gem installation issue. Have a look at Vagner's way to solve the problem : message#18238 2011-04-16 16:36
Help: RE: Can anybody help me with HGRedmine
*Pay attention*: the above fix broke the sqli ... rg/nolith/hgredmine/downloads which fix this issue. I decided to bring up the HgRedmine work ... ttps://bitbucket.org/redmine/hgredmine/ And issues, wiki and so on are located at http://hg4.m ... erested in the development is wellcome. 2011-04-16 12:34
Help: RE: Glassfish 1.3 + Redmine 1.1.2 + JRuby 1.6.1 + Postgres 9.0 Guide (working)
Argh.. I spoke too soon, turns out redmine has issues with postgres. Everything appears to be fi ... topics/19434?r=23384#message-23384 -=ben 2011-04-16 01:37
Help: RE: massive startup delays
I have an issue that seems to be the same as yours. Take a l ... ry tab; # Now I can open the Repository tab; 2011-04-16 00:31
Open discussion: RE: Redmine with JRuby on PostgreSQL issue
I am also having this error. I tried adding ... can I check/pervent that? Thanks. -=ben 2011-04-15 23:44
Help: Glassfish 1.3 + Redmine 1.1.2 + JRuby 1.6.1 + Postgres 9.0 Guide (working)
Here is a guide for those that might find it ... /karanar.net/?p=265 http://www.redmine.org/issues/7516 http://www.redmine.org/boards/2/topi ... ----------------------------------------- 2011-04-15 23:27
Help: Redmine environment...
I discovered my server is still running Ruby 1.8.6 after encountering email notification issues with a Redmine upgrade. I installed RVM and ... and restarted the Redmine instances, but the issues remain. How can I confirm Redmine is now running in Ruby 1.8.7? 2011-04-15 21:32
Plugins: redmine_charts migrate.rake problem
Hi all, I'm trying to fix a problem (https://github.com/mszczytowski/redmine_charts/issues/84) using the charts plugin on RedMine 1.1. ... al.all(:conditions => {:journalized_type => "Issue"}, :order => "id asc").each do |journal| ... == "done_ratio" RedmineCharts::IssuePatch.add_chart_done_ratio(+journal.issue.project_id+, +journal.issue.id+, +journal.issue.status_id+, detail.value.to_i, journal.creat ... y == "status_id" RedmineCharts::IssuePatch.add_chart_issue_status(+journal.issue.project_id+, +journal.issue.id+, detail.value.to_i, journal.created_on) ... method `project_id' for nil:NilClass* So issue is a NilClass istead of a Issue... 2011-04-15 17:50
Help: RE: Migrate from Mantis
I also met this kind of issue. Does someone have a solution ? 2011-04-15 11:42
Help: RE: Logging time in mercurial commit message doesn't work
h2. Solution *1)* Actually, setting: > ... . What the problem is? # When +@log_time(issue, time)@+ method is called, then +@TimeEntry@ ... angeset.rb :@ <pre> def log_time(issue, hours) time_entry = TimeEntry.ne ... Hope it solves your problem, Maciej :) 2011-04-14 21:18
Open discussion: Imap unable to retrive mail from specific domain
Hi, I am quiet new to redmine. I have setup redmine to retrieve mails from an IMAP server. The issue I am facing is a bit confusing. When i send ... file does show anything related to this. 2011-04-14 16:08
Help: RE: Issue Submitter not being notified of updates
I solved this issue myself. The project wasn't public so people ... project but have the submitters get updates. 2011-04-14 15:34
Help: 'missing header for unified diff' applying patch #2024
Hi, when I try to apply patch #2024 (gantt_e ... ication_helper.rb patching file app/helpers/issues_helper.rb patching file app/models/issue.rb patching file app/views/gantts/show.html ... t what I'm doing wrong? thanks, Charles 2011-04-14 15:17
Help: Issue Submitter not being notified of updates
The person who submitted issues is not receiving updates (aka when a note i ... r because they aren't supposed to be updated? 2011-04-14 14:56
Help: RE: Fetching e-mails into Redmine via IMAP
Today I did a fresh redmine install (Git vers ... data over to it, hoping this would solve the issue. But it didn't. I created a question with ... has to be some solution. Can someone help me? 2011-04-14 10:58
Help: RE: How to "include_in_api_response" in an API call?
Ok, lookst like all I have to do is to pass ' ... the URI, ie to call @http://redmine.example/issues/999.xml?include=changesets@ 2011-04-14 01:40
Help: How to "include_in_api_response" in an API call?
I would like to get the changeset for issues when using API calls. According to the show.api.rsb for Issues, there are two conditions changeset to return with an issue: # @include_in_api_response?('changesets')@ ... ctually "include changesets in api response"? 2011-04-14 01:29
Open discussion: forced message on issue close
Greetings, Is there a way to make it manda ... ing in the notes section when they change an issue's status to closed? I thought there was a plugin for this but I can't find it anymore. Thanks 2011-04-13 22:24
Help: RE: Can't install redMine
Alright, I redid the SSH and it produced this ... ake aborted! Object is not missing constant Issue! /home/improvcm/rails_apps/redMine/vendor/r ... n/rake:19:in `load' /usr/bin/rake:19 </pre> 2011-04-13 20:22
(11801-11825/18317)