Search
Results (18298)
- 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
- Help: RE: Error during "rake db:migrate RAILS ... when updating to latest trunk (3556 to 3586)
- Got help in the Redmine IRC channel in the meantime. Issue was caused by a former install of the subtas ... to remove lines from the 20100313132032_add_issues_nested_sets_columns.rb file as already desc ... ove. Thanks to Eric Davies for his help.
- Plugins: RE: XLS export plugin
- First of all, does the plugin utilize local f ... orting. Here is the error: Note, I have a issue that start with "Setup new email..." <pre> Iconv::IllegalSequence in IssuesController#xls_export_action "\223setup n ... ne_default_columns/lib/xls_export.rb:203:in `issues_to_xls2' /Users/marton/development/rails_a ... e/vendor/plugins/redmine_default_columns/lib/issues_controller_xls_patch.rb:43:in `xls_export_a ... ne_default_columns/lib/xls_export.rb:203:in `issues_to_xls2' </pre>
- Help: RE: Problems upgrading from 0.8.7 to 0.9.3.
- sorry adding system info: About your app ... 0090406161854 About your Redmine plugins Issue Due Date 0.1.0 Redmine Graph ... harts Plugin 0.0.14 Redmine Issues Group plugin 0.1.6
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- *To ensure we dont lose bugs please log all issues at the site http://code.google.com/p/redmine-projects/issues/list* Thanks