Search
Results (12601)
- Defect #5907 (Closed): ActionView::TemplateEr ... for nil:NilClass - missing database migration
- Hi there, I have problems with issues list in 1.0.0. I have a working installati ... e production -p 3001 </pre> Calling the 'issues' tab for any project gives me an 500-error, production.log says: <pre> Processing IssuesController#index (for 172.X.X.X at 2010-07-1 ... roject42", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue...
- Defect #5906 (Closed): Changeset scanner doesn't check if status is within trackers workflow
- The current changeset scanner/parser doesn't ... For example, I have a 'Feature' tracker with issue #1337 and a 'fixing keyword' setup of 'Fixed ... I enter in 'Fixed #1337' the status of this issue will be set to 'Fixed'. However, 'Fixed' isn ... ures, we implement them. This has lead to issues when it comes to altering the status of this issue, since I can't change it to anything as 'Fixed' is not within the workflow.
- Defect #5905 (Closed): "Due date" from a tick ... - > 1.0.0 RC is missing in "Affected version"
- "Due date" from a ticket is readonly after ad ... .0.0 RC", which ist missing here in the list.
- Defect #5904 (Closed): Global gantt PDF and PNG should display project names
- When you go to "/issues/gantt" (cross-project gantt), then try to e ... mes are not displayed. They should, both for issues and versions, because issues can come from many projects (94 in our case ... The Evil:_ This also happens on PNG export.
- Feature #5901 (New): REST API to expose the Redmine version
- After reading Alexey Skor's forum post about ... the API requests it needs (e.g. 1.0+ has an issues API, 0.9 doesn't). Thoughts?
- Patch #5897 (New): Use issue/forum title in URLs for search engine optimization
- Google and other search engines really want t ... ed to. For example, rather than "mysite.org/issues/1234" use "mysite.org/issues/1234-use-issue-title-in-URL" The same technique should be used for all references to issues, news, forum items, etc. The wiki doesn't ... names for features such as this. Thanks
- Defect #5896 (Closed): "Assigned to" text in issue comments is "incorrect"
- I was browsing Redmine issues here, and in #5158, I noticed it says "Assi ... incorrect and doesn't sound or look correct.
- Patch #5895 (Closed): API to query user database
- I've attached a patch that adds an API for qu ... times.com</mail> </user> </users> </pre>
- Patch #5894 (Closed): Allow bulk status change
- We run a big Redmine installation with more t ... the ability to change the status of several issues (especially closing issues) at once. For Redmine version 0.9.4 I ma ... s what i did: <pre> File app/controllers/issues_controller.rb, Line 412ff: Old: def context_menu @issues = Issue.find_all_by_id(params[:ids], :include => :project) if (@issues.size == 1) @issue = @issues.first @allowed_statuses = @issue.new_statuses_allowed_to(User.current) end projects = @issues.collect(&:project).compact.uniq @proje ... (@project && User.current.allowed_to?(:edit_issues, @project)), New: def context_menu @issues = Issue...
- Feature #5893 (Closed): Filter issues by notes
- We run a big Redmine installation with more than 20000 issues. What we are missing is the ability to appl ... QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), New: QueryColumn.new(:subject, :sortable => "#{Issue.table_name}.subject"), QueryColumn.new( ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... db_field = 'user_id' sql << "#{Issue.table_name}.id #{ operator == '=' ? 'IN' : ' ... {db_table} WHERE #{db_table}.watchable_type='Issue' A$ sql << sql_for_field(field, '=' ... ') OR (' + sql_for_field(field, operator, v, Issue...
- Defect #5892 (Closed): Changing status from contextual menu opens the ticket instead
- When in an Issue list and using the right-click contextual navigation and trying to change Status of an Issue, redmine opens the ticket instead of simply ... ch we had before, but it does happen in 0.9.5
- Patch #5891 (New): New IssuesController hook for new issues
- While working on my CC Addresses plugin, I have come across the need to work with @issue during its creation in order to call @issue.cc_addresses.build before render gets called. The :controller_issues_new_before_save hook only gets called after ... es the hands of plugins trying to extend the issue form (like i'm trying to do, obviously). Adding the hook below allows you to touch the @issue object before render, letting you build nest ... jects, etc. <pre> Index: app/controllers/issues_controller.rb ============================ ... ======================= --- app/controllers/issues_controller.rb (revision 3840) +++ app/controllers/issues_controller.rb (working copy) @@ -145,9 +145,10 @@ end @issue.status = default_status @allowed_statu ... o(User.current.roles_for_project(@project), @issue...
- Defect #5890 (Closed): "XLS export" plugin breaks REST API: "issues.xml" returns broken HTML instead of XML
- I spent hours trying to find why my Redmine s ... efore (http://172.17.10.53:3000/projects/ace/issues.xml?query_id=1&key=fc20e8f5f1885fc194b7b786 ... ported the same problem with Redmine 0.9.5.
- Feature #5889 (Closed): Progress bar for large file uploads
- Hi all, We've been using Redmine at our co ... //uber-uploader.sourceforge.net/)? Thanks!
- Defect #5888 (Closed): {{toc}} macro doesn't get headers from {{include}}d pages
- The TOC as created by the {{toc}} macro doesn ... his means the {{toc}} stops working properly.
- Patch #5886 (Closed): bash scanner for Coderay/ Redmine
- I wrote a Bash scanner for Coderay/Redmine. T ... his scanner to Redmine trunk ;) Thank you.
- Defect #5885 (Closed): Issue with Filters
- Hello, I did realize a problem when trying to filter for issues. A sample installation with two posted issues XXXXXX These are the steps to reproduce ... - click on 'My Page' - click on 'View all issues' - Configue the filter settings: o o ... next page is blank (the item list of fetched issues is empty and there are no controls av ... zation of the database the migration of issues from a Mantis v1.x installation has been pe ... 1217-0410-a6f0-8f06a7374b81 Revision: 3840
- Defect #5884 (Closed): PDF export doesn't work for Hebrew
- Hello, I'm running redmine with Hebrew tra ... n't work at all (HTTP 500). I created "an issue with Hebrew":http://demo.redmine.org/issues/26262 text on the demo redmine, and exporte ... w "became gibberish":http://demo.redmine.org/issues/26262.pdf.
- Feature #5881 (Closed): Subtasks do not alway ... in Gantt chart -> a job for a custom filter?
- I'm using trunk as of today r3840. I think th ... tasks/subtasks do not seem to be ordered by issue id but by due date. I suggest adding a filter that sorts the Gantt chart by Task/Subtask.
- Defect #5880 (Closed): Only consider open subtasks when computing the priority of a parent issue
- When computing the priority of a task, only s ... e considered. see http://demo.redmine.org/issues/26174
- Feature #5879 (Closed): Affected version field in issue types
- Hi! It would be great especially when repo ... leased versions. Thanks in advance! Gábor
- Feature #5876 (Closed): Changes to child esti ... igger journal entries for the parent estimate
- With the new 'subtask' feature in Redmine 1.0.0 RC, any existing estimate for an issue is replaced with a rollup of the estimates for the child issues. Some problems arise from this: # Journal entries are created for estimate changes to the child issues, but not for the parent issue, which makes historical burnup reporting muc ... vel estimate which once existed for a parent issue is lost once it gains a child issue. This is the only case I know of in the Redm ... In other words, to reproduce: 1) Create issue 2) Set estimated time to 100 3) Create sub ... se, note that estimated_hours for the parent issue will have changed, but there is no associated journal entry.
- Feature #5875 (New): Changes to child estimat ... igger journal entries for the parent estimate
- With the new 'subtask' feature in Redmine 1.0.0 RC, any existing estimate for an issue is replaced with a rollup of the estimates for the child issues. Some problems arise from this: # Journal entries are created for estimate changes to the child issues, but not for the parent issue, which makes historical burnup reporting muc ... vel estimate which once existed for a parent issue is lost once it gains a child issue. This is the only case I know of in the Redm ... In other words, to reproduce: 1) Create issue 2) Set estimated time to 100 3) Create sub ... se, note that estimated_hours for the parent issue will have changed, but there is no associated journal entry.
- Defect #5874 (Closed): Error after updating trunk
- Hi there, I updated our redmine install to ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/issues_helper.rb:28:in `issue_list' app/helpers/issues_helper.rb:23:in `each' app/helpers/issues_helper.rb:23:in `issue_list' app/views/issues/_list.rhtml:16:in `_run_rhtml_app47views47issues47_list46rhtml_locals_issue...
- Defect #5873 (Closed): My Redmine website is only displaying Text (no blue tabbed menu)?
- I have finally installed Redmine 0.9.6 after ... ying to use Redmine... thanks, Shadowdog.