Search
Results (12706)
- Defect #8019 (Closed): ActiveRecord::StatementInvalid in Issues#show
- Showing app/views/issues/show.rhtml where line #32 raised: Mysql::Error: Unknown column 'issues.lft' in 'where clause': SELECT sum(time_entries.hours) AS sum_time_entries_hours FROM `issues` LEFT OUTER JOIN `time_entries` ON time_entries.issue_id = issues.id WHERE ((issues.`lft` >= NULL AND issues.`rgt` <= NULL) AND (`issues`.`root_id` IS NULL)) Extracted source ( ... _category)%>:</th><td class="category"><%=h @issue.category ? @issue.category.name : "-" %></td> 30: <% if U ... >:</th> 32: <td class="spent-time"><%= @issue.spent_hours > 0 ? (link_to l_hours(@issue.spent_hours), {:controller => 'timelog', :action => 'details', :project_id => @project, :...
- Defect #8018 (Closed): NoMethodError in Issues#show
- NoMethodError in Issues#show Showing app/views/issues/_action_menu.rhtml where line #9 raised: ... rized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %> 7: <% ... authorized l(:button_copy), {:controller => 'issue_moves', :action => 'new', :id => @issue, :copy_options => {:copy => 't'}}, :class => ... authorized l(:button_move), {:controller => 'issue_moves', :action => 'new', :id => @issue}, :class => 'icon icon-move' %> 9: <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@...
- Feature #8016 (New): Drag-and-drop issue (ticket) ordering
- We would really like to be able to specify an ... y be ordered at the bottom of their Priority.
- Patch #8009 (Closed): Allow to specify watches for issues created by e-mail
- The patch allows to specify watchers when creating issues received by e-mail. Author: Denis Malinovsky (dmalinovsky at mediateka.tv)
- Patch #8008 (Closed): Fix 'rdm-mailhandler --help' not working
- Invoking "rdm-mailhandler --help" gives the f ... ge' for #<RedmineMailHandler:0x7f7335c540b8 @issue_attributes={}> (NameError) from /usr/lib/r ... er.rb:167 @ The attached patch fixes the issue by correcting the call to RDoc.usage (line 103).
- Feature #8006 (Closed): Right click context menu for Related Issues
- Hi, the right-click context menu for issues is amazing. It not only works on the issue tab, but also for the subtasks section included on each created issue. I'd like this feature could also be enabled for the +related issues+ section, just below the "subtasks" section.
- Feature #8002 (New): Close issue at a precise date
- I want to know if it is possible to close issue with a defined date, not the date at you cha ... would be cool to have a button to close the issue with a textbox (with the date of today but you can change) .
- Feature #8000 (New): News filters
- Hello, I would like to suggest implementation of filters for news in the way similar to the issues' filters. An example is 'filter news by aut ... er by author is very close to a blog. Ivan
- Feature #7999 (Closed): Issue Custom Query: Default Query
- It would be nice to be able to create a default custom query, so when I get to issue list of a project, I don't need to select my ... 0 for comments (some people really want that)
- Feature #7997 (New): Merge Issues
- Feature Request: Merge related issues The idea would be to create a "Merge Issue" link next to the "Duplicate" and "Delete" links when viewing or updating Issues. Clicking it presents a box allowing you to enter an Issue number to merge with. Merging two issues combines all the comments and status update ... n to re-edit the title of the newly combined issue). This would be super helpful! Sometimes issues are entered as separate tickets, when in fa ... same task. Sorting through all the duplicate issues is a huge pain, but merging the issues would solve this problem.
- Feature #7996 (Closed): Bulk edit and context menu for time entries
- The bulk edit and right-click context menu for issues is wonderful. Time entries could benefit f ... ty. I am going to look at implementing this.
- Feature #7994 (Closed): reopen closed issues on e-mail
- Closed issues should be re-opened when e-mail is received.
- Feature #7993 (Closed): Select Default Report (or Custom Report quick links)
- Our most important report is a Progress Repor ... he report we have to first load the default "Issues" report. It would be fantastic if we cou ... ur Custom Report so we can get there quickly.
- Feature #7989 (Closed): Make or move subtask
- I've searched hard within Redmine and using G ... sks (to several levels). 1. I created two issues (for me, tasks) and would like to make one ... that it has a different parent? Thank you.
- Feature #7987 (Closed): None is not in the list of options for the 'assigned to' filter.
- Using 1.0.4 In the issue filter for assigned to there is no option to specify 'None'.
- Feature #7986 (New): a different method to show the existance of subtasks
- I am currently using 1.0.4 and waiting for 1.2.0. I would like to be able to distinguish issues that have subtasks from each other in the basic issue list. I could use the display of parent task ... e right indicating the presence of subtasks ?
- Defect #7985 (Closed): Trying to do a bulk edit results in "Internal Error"
- When selecting multiple issues in the issue list, right clicking and selecting "Edit" fr ... ion.log shows this error: <pre> Processing IssuesController#bulk_edit (for 192.168.1.1 at 201 ... 689"], "action"=>"bulk_edit", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/bulk_edit ActionView::TemplateError (und ... ' for nil:NilClass) on line #51 of app/views/issues/bulk_edit.rhtml: 48: <% end %> 49: 50: ... </label> <%= custom_field_tag_for_bulk_edit('issue', custom_field) %></p> 52: <% end %> 53: 54: <%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %> app/helpers/custom_fields_help ... stom_field_tag_for_bulk_edit' app/views/...
- Defect #7984 (New): Confusing revisions links on repository root
- Actually, there's something weird on devel si ... ory.supports_all_revisions? %></code> </pre>
- Feature #7983 (New): Use project description, Wiki content etc for META description
- It's not good to use "Redmine" for every page ... t_some_description)) -%> </pre> P.S. The issue is related to #3121 and #225.
- Feature #7982 (New): Folding project list (expand/collapse)
- Dear Redmine Team, I would realy like to p ... be cookies ?) Thanks very much in advance.
- Feature #7979 (Closed): Automatically show attached images in-line
- I would like an option to automatically show ... -techies I'm trying to get to use the system.
- Feature #7978 (New): Ability to reference another issue when creating new one
- Currently I have to create an issue and then edit it in a second step to add a reference to another issue. It would be nice to be able to reference the issue on the creation page.
- Defect #7977 (Closed): 'Watch' multiple issues from bulk edit menu
- If I right-click on one issue in the issue list, I'm able to watch it. However if I select multiple issues, the Watch menu item is no longer available ... with two rows checked it's gone: !2.png!
- Patch #7975 (Closed): Hook for adding content to the side bar of Wiki page
- I believe it can be useful to have an ability ... ws/wiki$ patch < _sidebar.rhtml.patch </pre>
- Defect #7973 (New): UI issue: edit options invisible and users simply do not see the "Sign in" link
- I've been running Redmine for over a year now ... his: They can't work out how to add a new issue or edit something. In every single case, ... The ideal solution would be for the "New issue" and "Update" links to be visible always, an ... ficult, a suitable stopgap would be for "New issue" and "Update" links to be visible, that just ... ant the site to be indexable by web crawlers.