Project

General

Profile

Search

Results (18267)

Help: Getting 404 error trying to open documents after upgrading from 0.9.1 to 0.9.3
Hi, I`ve upgraded to the latest version an ... cept all the docs i`ve added to projects and issues give a 404 error when clicking them. It see ... page to the files got lost. Is this a known issue or something i can do to fix? Thanks Derick 2010-03-24 10:11
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
Hello Amine, Thank you for you solution. I'll check that. Jaroslav K. 2010-03-24 07:29
Plugins: Plugin Architecture Help
Hi Guys, I'm new to Rails; I've just read ... n that will allow me to add two fields to an issue; they will be drop down lists, and their contents will be the @issue.assignable_versions list. The purpose of the ... version_field name:string version:references issue:references </pre> This didn't quite create ... t.references :version t.references :issue end end def self.down drop ... ionField < ActiveRecord::Base belongs_to :issue belongs_to :version end </pre> *The ... s into the Edit, New, and Show views for the Issue. I can create some partials to do that, but ... . I'm also not quite clear on how to get the Issue view to show my stuff... I know I can monkey patch/"duck punch" (I love that name) the Issue model to add the "has_many :version_field" a ... allowing me to grab the version fields via "@... 2010-03-24 00:49
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
Hi Jarolav, I found the solution. In th ... orrectly configuring the plugin i have a new issue now. After clicking on the ezsummary labe ... endor/plugins/redmine_ezsummary/app/views/ez_issue_summaries/_email_form.html.erb: 1: <%= rend ... ></legend> 4: <% form_tag ezsummary_path(:issue_id => issue), :html => { :method => :post, :id => "creat ... ow if you find a fix... Ty Amine Lahlou 2010-03-23 17:04
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
Hello Amine Lahlou, no, I found no solution ... o Jaroslav, > > I'm experiencing the same issue, > > Redmine 0.9.3 > Rails 2.3.5 > rub ... you found how to deal with it ? > > Ty 2010-03-23 16:03
Plugins: RE: ezSummary plugin 0.0.1 - Send issue status summary(including all journals) mail to somebody
Hello Jaroslav, I'm experiencing the same issue, Redmine 0.9.3 Rails 2.3.5 ruby 1.8.7 Have you found how to deal with it ? Ty 2010-03-23 15:56
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Dmitry Koroban wrote: > I have Bitnami Redmi ... ppropriate. #* Hopefully that addresses the issue you are having. If not, please provide all o ... nt (2) above if the screenie shows the URL. 2010-03-23 12:29
Plugins: RE: Not working on Redmine 0.9.3
Paryank Kansara wrote: > I have recently upg ... t and installed Ruby 1.8.7. That resolved my issue. Now it works perfectly! Thank you. 2010-03-23 10:40
Open discussion: RE: What about repeating issues?
Maxim Krušina wrote: > I yhink that plugin w ... script/runner'? to make 6 monthly type tasks? 2010-03-23 09:23
Help: getting require errors
Hello, i've installed a fresh redmine from ... ome/m4buto/etc/rails_apps/redmine/app/models/issue.rb:35 [Tue Mar 23 03:52:18 2010] [error] [c ... @ someone maybe an idea what i did wrong? 2010-03-23 09:22
Help: Help installing Redmine
Hello, I have had Redmine up and going, but due to an unknown issue Redmine has stopped working. I thought it w ... not help. I am really not sure what to do. 2010-03-23 08:53
Help: RE: How to link sub project's repository to master projects?
No, subprojects are full-blown projects on th ... sions in the project tree, and you will view issue from the whole project's subtree in the issue list. 2010-03-23 00:31
Help: RE: Unable to assign issue to group
I'm not familiar with windows, sorry, and I h ... ybe someone on IRC might be able to help you. 2010-03-22 23:49
Help: Revision in parent project referring to a ticket in a child project
Hi, Just thought I'd run this past your co ... l this work as expected? For example, if an issue is raised in the child project, will a commit log referring to that issue associate with the issue correctly, bearing in mind that the reposito ... ent project? Thanks for any help! Chris 2010-03-22 17:54
Help: RE: Unable to assign issue to group
Thanks for the info Felix. #2964 mentions a p ... ere). BTW this is a Windows XP installation. 2010-03-22 17:14
Help: Is there some plugin or code that replicate's issues to a another server.
I am using redmine both locally and remotely for the same project. I am interested in issues being replicated to the remote server. Is there some plugin that can accomplish that? 2010-03-22 16:58
Help: RE: How to link sub project's repository to master projects?
When I select the sub project, it does not ha ... ain project's tab automatically. Some of the issues refer to the sub project, rather than the master project, and I wonder whether such issues will be displayed under both the sub project and the master. 2010-03-22 16:54
Help: RE: Unable to assign issue to group
This feature is not available at this time, see #2964. 2010-03-22 16:39
Help: Unable to assign issue to group
I am running 0.9.3, and have created a group of users, but when I try to assign an issue to the group (a new issue or an existing one) then the group name does ... Any suggestions as to what I am doing wrong? 2010-03-22 15:57
Help: RE: REST API 406 Errors
edavis10 helped and now it's working. git's ... d to remove the :count symbol from app/views/issues/index.xml.builder (http://www.redmine.org/issues/4745) but after fixing it all is well. now i'll look for *put* operations on issues in the docs. Thanks! 2010-03-22 06:00
Plugins: RE: Automatic repository creation for Mercurial (or Git)..
See [[HowTo_Automate_repository_creation]], t ... ou'll have to dig through the forums and the issue tracker to find them :-) 2010-03-22 00:49
Open discussion: Question: Why is the Description Field not included in the issue journal?
Hi. I'm new to ruby and redmine and I'm curre ... the following modification in the app/models/issue.rb (line 428) old: (Issue.column_names - %w(id description lock_version created_on updated_on)).each {|c| new: (Issue.column_names - %w(id lock_version created_on ... y was this excluded in the first place? 2010-03-21 15:52
Help: RE: REST API 406 Errors
Oren, as I already pointed out above, the Issues REST API is _not_ in version:0.9.3, only in trunk. 2010-03-21 08:39
Help: RE: REST API 406 Errors
i use 0.9.3 and try to use the ruby sample bu ... e 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... self.password = 'admin' end # Retrieving issues issues = Issue.find(:all) puts issues.first@ I read somewhere that I should us ... ng it from the browser - http://0.0.0.0:3000/issues.xml /issues/9.xml i get 406 as well. Thanks! 2010-03-21 08:12
Plugins: RE: ToDo lists plugin
hi,i got an error. linux BitNami Redmine ... ===== 3)view http://172.30.8.11/redmine/issues/6 , got 500 error, log: Processing IssuesController#show (for 172.30.7.56 at 2010-03- ... {"action"=>"show", "id"=>"6", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (un ... endor/plugins/redmine_todos_plugin/app/views/issues/_todos.html.erb:17 lib/redmine/hook.rb ... vendor/plugins/advanced_roadmap/app/views/issues/show.rhtml:65:in `_run_rhtml_vendor47plugins47advanced_roadmap47app47views47issues47show46rhtml' vendor/plugins/redmine_subtasks/app/controllers/issues_controller.rb:131 vendor/plugins/redmine_subtasks/app/controllers/issues_controller.rb:129:in `show' Rendering /o ... e/public/500.html (500 Internal Server Error) 2010-03-21 08:00
(14801-14825/18267)