Project

General

Profile

Search

Results (18298)

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
Open discussion: RE: File linkage
Discovered a simple work-around for this. ... stored in the Files area (or attached to an issue) by right-click "copy link address", then paste that URL into your new issue, wiki, forum, etc. This way, you upload file ... e. For future reference.. Thanks, etech 2011-04-13 18:12
Help: Redmine Installation Help
Hello, I need to pay someone to get Redmin ... I have attempted to do so but there are some issues with the version of rails and i18n gem. I d ... ugh time to invest into this. Thanks, M 2011-04-13 17:19
Open discussion: Get inspired from Redmine
Hi there. I'm Guillaume Storchi of the Cod ... of this script to our needs, for performance issue reason this piece of code is really good. Th ... d from redmine ...) Freely :) Guillaume 2011-04-13 16:32
Development: RE: IssuePatch, belongs_to works once
It works when I run my server with the *produ ... , it only works once :-( How is it possible ? 2011-04-13 16:30
Help: REST API - Custom Fields
Hi, I'm having issues getting custom fields to update. I have rea ... od? Any help much appreciated. Thanks. 2011-04-13 16:23
Help: auto preview in wiki on the right side of the content
Hi, I implement this Javascript (http://www.redmine.org/issues/244) in the edit.rhtml, so now I see the pr ... t a good programmer. Best regards, Vige 2011-04-13 15:20
Help: Fields not updated through REST API
I am trying to updated an issue and some custom fields through the REST API (using REBOL). I read the current issue data: <pre> GET /issues.xml?key='ValidApiKey'&issue_id=122&include=journals HTTP/1.0 </pre> ... p and then send the follwing: <pre> PUT /issues/122.xml?key='ValidApiKey' HTTP/1.0 Conte ... ml <?xml version="1.0" encoding="UTF-8"?><issue><id>122</id><project name="ToDo" id="2"/><tr ... d_on>2011-04-13T14:46:44+02:00</updated_on></issue>} </pre> With log level set to DEBUG I get: <pre> Processing IssuesController#update to xml (for 1.2.3.4 at 201 ... tion"=>"update", "id"=>"122", "controller"=>"issue... 2011-04-13 15:18
Help: RE: Unable to delete track
Guy Barnhart-Magen wrote: > i was able to so ... not what I meant, you should have taken the issue IDs and visited the issues in Redmine. You now probably have orphaned data. 2011-04-13 11:50
Help: RE: Unable to delete track
Make sure you are on the _global_ issue list, not the list for just one project, and make sure to show _all_ issues, not just the ones with an open status, and ... ve a look at the @tracker_id@ column in the @issues@ table, I think you will find at least one corresponding issue there. 2011-04-13 08:51
Help: RE: Unable to delete track
It doesn't list any issues related to that tracker "No data to display" 2011-04-13 07:58
Help: massive startup delays
Hi all We are using redmine under apache2. ... 00% and sits there for a good few mins. Our issues database is pretty small (maybe 300-400 issues) and all the CPU load seems to be on the ru ... nformation I can find is this: Processing IssuesController#index (for 10.0.0.58 at 2011-04-1 ... aamobjob", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 132043ms (View: 4 ... ) | 200 OK [http://ssaosvn/projects/aamobjob/issues] We had SVN integration turned on, but I ... loaded super fast, but a few mins later the issue had returned. I'm not sure how to debug this issue. The server is a ubuntu 10.4 LTS, happy to ... t up the redmine install originally Thanks 2011-04-13 06:39
Help: RE: hebrew language problem
Hi Eyal Did you ever get this issue solved. Would really be nice if someone has a solution Jonathan 2011-04-12 23:02
Help: RE: Unable to delete track
Go to the global issue list and filter according to that tracker and show _all_ issues, not just closed ones. 2011-04-12 22:12
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
You should have a look at the other importers and draw inspiration from there. 2011-04-12 22:08
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
Etienne, thank you for your quick response. H ... know of any such tool ? Thank you. Arnald 2011-04-12 17:49
Development: IssuePatch, belongs_to works once
Hello, I have a issue_patch.rb file with the following code : <pre> require_dependency 'issue' module IssuePatch def self.included(base) # :nodoc: ... d module InstanceMethods end end Issue.send(:include, IssuePatch) </pre> When I go the issue page, I can access to the 'issue.analytic_code'. The problem is that I can ac ... pre> undefined method `analytic_code' for #<Issue:0x1076d16d8> Extracted source (around l ... 3: </tr> 44: <%= render_custom_fields_rows(@issue) %> 45: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> 46: </table> 47: 48: <% if @issue.description? || @... 2011-04-12 16:53
Help: RE: How to fill 'lft' and 'rg' fields in table 'issues'
You should have a look at migration file source:trunk/db/migrate/20100313132032_add_issues_nested_sets_columns.rb, the rule has not ch ... t_id = NULL, root_id = id, lft = 1, rgt = 2@. 2011-04-12 16:28
Help: How to fill 'lft' and 'rg' fields in table 'issues'
Hi all, I am trying to migrate to redmine ... opulate the lft and rgt fields in the table 'issues'. Can anybody help me on how to solve this ... Thank you very much in advance, arnald 2011-04-12 16:19
Help: Unable to delete track
Hi, I am trying to delete a track and recieve the following Error: "This tracker contains issues and can't be deleted" i understand that is has some issues that i need to delete first, how can i do this? as far as i can tell that issue is not accessible from the web gui at all. can i somhow delete the issues directly from the database? About your a ... 686 GNU/Linux rails --version Rails 2.3.5 2011-04-12 15:48
(11801-11825/18298)