Search
Results (18307)
- First off... Redmine is wonderful. There i ... of the other projects in the system. Related issues and shared versions often come up short in ... opose a solution that facilitates sharing of issues and milestones/versions across projects. Th ... d app. Each of these projects has 3 separate issues that would update the respective product/pr ... lor Rebranding" and I'd like to bring in the issues from these others as "shared" or "dependent" (and without having to create new issues that are "related"). And I'll sprinkle in a new Issue called "Press Release Event" that is not sha ... ke Activity, Roadmap, GANTT.. etc.. but most issues would be from other projects. Can this a ... y else find this idea interesting? Cheers!
- Help: RE: initial rake db:migrate error: stac ... 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
- Now, running as root: <pre> # RAILS_ENV=p ... ' /usr/local/share/redmine-1.0.0/app/models/issue.rb:30 /usr/pkg/lib/ruby/vendor_ruby/1.8/rub ... 9:in `load' /usr/pkg/bin/rake:19 # </pre>
- Help: RE: initial rake db:migrate error: stac ... 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
- <pre> $ gem list ^[[A *** LOCAL GEMS *** ... ' /usr/local/share/redmine-1.0.0/app/models/issue.rb:30 /usr/pkg/lib/ruby/vendor_ruby/1.8/rub ... 9:in `load' /usr/pkg/bin/rake:19 $ </pre>
- Help: RE: initial rake db:migrate error: stac ... 1.0.0 RC with PostgreSQL 8.4.4 and NetBSD 4.0
- Will_paginate did not fix my issue, but I don't seem to be able to get two equa ... lled and so on... Thanks for the effort.
- Certain repo's seem to be getting 500 interna ... /models/changeset.rb:163:in `find_referenced_issues_by_id' app/models/changeset.rb:162:in `s ... /models/changeset.rb:162:in `find_referenced_issues_by_id' app/models/changeset.rb:103:in `scan_comment_for_issue_ids' app/models/changeset.rb:100:in `each' app/models/changeset.rb:100:in `scan_comment_for_issue_ids' app/models/changeset.rb:77:in `after ... 61 Any help will be greatly appreciated.
- Development: RE: Merging Files & Documents
- Felix Schäfer wrote: > Shane Pearlman wrote: ... ss to ALL files including attachments to the issues. Also a lot of people are using file in Red ... lp users better manage project related data.
- Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
- Hi Stepan, I've carefully read #5907, I drope ... , :created_on) -> 0.0047s -- add_index(:issues, :created_on) -> 0.0321s -- add_index( ... ============================== == AddViewIssuesPermission: migrating ======================================== == AddViewIssuesPermission: migrated (0.0785s) =============================== == AddDefaultDoneRatioToIssueStatus: migrating =============================== -- add_column(:issue_statuses, :default_done_ratio, :integer) -> 0.0049s == AddDefaultDoneRatioToIssueStatus: migrated (0.0050s) ================== ... ========================= == AddIndexesToIssueStatus: migrating ======================================== -- add_index(:issue_statuses, :position) -> 0.0042s -- add_index(:issue_statuses, :is_closed) -> 0.0044s -- add_index(:issue...
- Hello, I have a remote dedicated server wh ... redmine can connect to. However I am having issues pushing my GIT repository from my home comp ... greatly appreciated. Thank you in advance!
- Development: RE: Merging Files & Documents
- This is a really nice idea! It would be helpful to attach files to any issues from a central Media Library.
- I created a desktop application (based on Ecl ... re: http://code.google.com/p/redmine-connect/issues/list
- Hi Everyone, In the last core meeting we a ... les for a project includes those uploaded in issues or the wiki. It will help answer the questi ... ke it simply because of resource constraints.
- Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
- look at #5907
- Development: RE: news about REST API changes
- ok, I submitted "check status" feature request: http://www.redmine.org/issues/5977
- Help: [closed] RE: 1.0.0 - Context Menu on Issue Overview not working as before
- seems that way: http://www.redmine.org/projects/redmine/repository/revisions/3871
- Here's the results on production.log: Processing IssuesController#new (for 10.80.116.27 at 2010-07- ... ea-tec-fat", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new ActionView::TemplateError (undefined method `-' for nil:NilClass) on line #10 of app/views/issues/_attributes.rhtml: 7: <p><label><%= l(:field_status) %></label> <%= @issue.status.name %></p> 8: <% end %> 9: 10: <p ... p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p> 11: <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... blank => true %></p> 12: <% unless @project.issue_categories.empty? %> 13: <p><%= f.select :category_id, (@project.issue...
- Help: RE: 406 Not Acceptable when using REST Issues API
- Should work by PUTting an xml of the form @<issue><status_id>3</status_id></issue>@ to @http://your.redmi.ne/issues/6.xml&key=1a022b4661da64e5dca53ebab0c94ad7@, or that's how I would expect it to work.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Another question: Is it possible to set issue status via the REST API? It seems like a fairly basic feature...
- Help: RE: 406 Not Acceptable when using REST Issues API
- I'd tried messing with Accept headers with no ... d as expected. There seems to have been some issue in our lighttpd/FastCGI setup (possibly ligh ... en?). I couldn't figure out exactly what the issue was, so just moved it over to a lighttpd + m ... en with Accept: */*). Thanks all, Stephen
- Help: RE: 1.0.0 - Context Menu on Issue Overview not working as before
- AFAIK this only broke on status changes and a fix for that has been committed on Sunday (I think).
- In version 0.9.4 and before, a right-click on an issue brought up the context menu, where you could change various metainformation on issues. After a click, the requested change was do ... Now, in 1.0.0, the usual edit-page for an issue is shown before the changes can be made. Is ... he old behaviour back? Best Regards, Lars
- Help: RE: 406 Not Acceptable when using REST Issues API
- Now all is clearer. Thanks for comments.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Taras Bunyk wrote: > May be problem is becau ... it to make it work with older rails versions.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Yes of course. I just thought it was "To enab ... ries and version is "0.9.3.stable (SQLite)" ?
- Help: RE: 406 Not Acceptable when using REST Issues API
- It's the last checkbox in _Administration_ > _Configuration_ > _Authentication_.
- Help: RE: 406 Not Acceptable when using REST Issues API
- > You do have the REST API enabled, right? Y ... w to enable it? And thanks for your help.