Search
Results (18327)
- 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?
- 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.
- Help: RE: Unable to assign issue to group
- This feature is not available at this time, see #2964.
- 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?
- 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!
- 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 :-)
- 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?
- 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.
- 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!
- 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)
- 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.
- 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.
- 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.
- 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?
- 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!
- 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?
- 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...
- 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
- 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
- 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
- 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.
- Hi, We've been using Redmine at a developm ... While it's possible to log time spent on an issue within a project, it's not possible (as far ... this seems to defeat the object of using the issue system to plan out project tasks in advance. ... useful to us! Thanks in advance, Rick.
- Is there a way to comment documents? Or is t ... n available to do so? As that is the only issue I have before using this script :( Kind regards Peter
- Plugins: RE: Can a plugin modify the view of the projects page?
- Hi! I have a similar question - see at htt ... iew or partial eg. in redmine-0.8/app/views/issues/_form.rhtml my_pluginA: replace the default partial with <pre code="ruby"> # new row <% @issue.assigned_to ||= User.find_by_id(8) %> <% if User.current.allowed_to?(:manage_issue_assignment, @project) -%> <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... label><%=l(:field_assigned_to)%></label><%= @issue.assigned_to ? link_to_user(@issue.assigned_to) : "-" %></p> <% end %> </pre> ... :start_date, :size => 10 %><%= calendar_for('issue_start_date') %></p> <p><%= f.text_field :due_date, :size => 10 %><%= calendar_for('issue_due_date') %></p> # new row <p><%= f.text_field :done_date, :size => 10 %><%= calendar_for('...
- A new release of the "Redmine Timesheet plugi ... treamsoftware.com/projects/redmine-timesheet/issues is open to the public and you are welcome t ... s and patches for the next version. Eric