Project

General

Profile

Search

Results (18306)

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
Open discussion: Ticket keywords
The last issue listed above, #2504, deals with the import o ... as well throw it on the pile and git'r'done. 2010-03-21 00:09
Open discussion: Tables and Special Links
Ticket #2114 consolidated many issues into a single unit, some of which have been ... r, it is worth examining the remaining three issues to ensure that #5035 addresses them. * # ... we can close #2114, #2054, #2068, and #2089. 2010-03-21 00:06
Open discussion: Headers with no blank lines in between
#5035 has vastly improved the "header recogni ... 5035 should probably attempt to address this issue by incorporating the proposed solution. N ... t closing #3910 as soon as the header import issue is fixed. 2010-03-20 23:57
Open discussion: Issues havnig to do with encoding/multibyte characters
The following issues both deal with multibyte character set prob ... ange the database schema such that: <pre> issue_categories name varchar(30) -> varchar(255) ... at need to be handled? Thoughts on this? 2010-03-20 23:41
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
James Holle wrote: > Is there any way to wor ... on of the atom feed only showing the last 15 issues? Sorry. I forgot there was a issue Feed Size option in the main Redmine settings. Great plugin by the way! 2010-03-20 00:06
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Is there any way to work around the limitation of the atom feed only showing the last 15 issues? 2010-03-19 22:09
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
my account in your site is not activated, but ... field_scope: Область действия field_issue_type: Свазана с АР label_id: "№" ... ion_new: Новый <u>К</u>омментарий label_issue_add: Добавить <u>З</u>адачу label_issue_or_url: Задача или внешняя ссылка label_ad_issue_type_task: Задача label_ad_issue_type_poc: Проверка концепции label_ad_issue_type_impl: Осуществление label_ad_issue_type_gov: Регулируется label_ad_issue_type_task_phrase: Задача для label_ad_issue_type_poc_phrase: Проверка концепции для label_ad_issue_type_impl_phrase: Осуществление label_ad_issue_type_gov_phrase: Регулируется # Created to avoid duplicate definition conflicts (see Issue... 2010-03-19 21:26
Plugins: RE: XLS export plugin
strexy strexy wrote: > One question: is th ... hose in project report/details? Not only the issues list.. So far it is possible to export issue lists only 2010-03-19 18:04
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Alexey Lustin wrote: > i did not have a mess ... ur account wasn't created. I've created two issues to track your request and contribution: 1) http://opensource.integritas.com.br/issues/show/607 2) http://opensource.integritas.com.br/issues/show/608 2010-03-19 15:15
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
Michael Lednev wrote: > Plugin installed its ... or this: http://opensource.integritas.com.br/issues/show/606 2010-03-19 15:09
Open discussion: Redmine interfaces for use on iPhone
Hi, I am thinking on creating an iPhone Ap ... ne App could be and instead of presenting an Issue using a browser an App could present the act ... awback: when doing a query of for example an Issue, that Issue is returned as XML in a minimal form. The AP ... d tracker has some user defined fields, that Issue returned in XML uses types you can not know ... ding the API as well is a little too much. 2010-03-19 15:03
(14851-14875/18306)