Search
Results (12665)
- Feature #6711 (Closed): redmine installation on apache
- I need an help installing Redmine on apache s ... but couldn't fix it . need help immediately
- Feature #6710 (Closed): dispatcher.rb
- Hi , h1. i'm new to redmine, please anyone ... ll really appreciate it. Thanks, Ram
- Patch #6709 (Closed): Updating an issue will fail if mail_notification is false
- When submitting an issue update, if mail_notification happens to be f ... otify_about? The attached patch fixes the issue.
- Feature #6708 (Closed): Change owner when change status
- I thought of the possibility of changing the owner of the issue automatically when changed her status.
- Feature #6707 (Closed): Order of my Issues
- I would like to order on the screen issues I was Assigned to: <pre> :order => "#{IssuePriority.table_name}.position DESC, #{Issue.table_name}.status_id DESC, #{Issue.table_name}.start_date ") %> </pre> Sorry about my english
- Defect #6706 (Closed): Resolving issues with the commit message produces the wrong comment with CVS
- The comment redmine automatically closes the issue with will say something like 'Applied in changeset r_4.' instead of the actual changeset number.
- Defect #6705 (Closed): Incoming emails from Apple Mail not parsed correctly
- Following "this discussion on the forum":http ... en the messages are sent in Rich Text format.
- Defect #6704 (Closed): Blocking content of an Issue for user or group
- Hello, How can I control what content in an issue, is visible to everyone ? and how can i block from someone to view some content i entered in an Issue? Generaly, how can I control who can view some content in an Issue? Thanks alot Adam
- Defect #6703 (Closed): Mylyn fails to submit comment b/c screenshot plugin
- Submiting a comment on a task in eclipse with ... fails with: > A NoMethodError occurred in issues#update: > undefined method `[]' for nil:Ni ... in `attach_files' [RAILS_ROOT]/app/models/issue.rb:504:in `save_issue_with_child_records' /var/lib/gems/1.8/gem ... :in `transaction' [RAILS_ROOT]/app/models/issue.rb:492:in `save_issue_with_child_records' [RAILS_ROOT]/app/controllers/issues_controller.rb:170:in `update' /var/lib/g ... enger/passenger-spawn-server:61 </pre>
- Defect #6702 (Closed): TimeLog controller does not have 'details' action
- TimeEntry create a url for detail of timelog. ... ion => 'details', :project_id => o.project, :issue_id => o.issue}},@ http://www.redmine.org/projects/redmi ... trunk/app/controllers/timelog_controller.rb
- Feature #6701 (New): Split the Enumerations admin panel to separate panels
- Grouping Activities, Document Categories, and Issue Priorities in the Enumerations menu can be c ... u item (like how LDAP authentication is).
- Feature #6698 (New): add insane set of features to subprojects
- Subprojects are phenomenal. But I'd still ... cal location for. Such as which Customer an issue belongs to. Or whether a report is regardin ... cides that it is perfectly acceptable for an issue to select multiple bindings for some particu ... m not sure if this is a good or bad thing.)
- Feature #6695 (Closed): Allow filters to include an 'OR' search
- Currently you can only create filters (or eve ... s/2/topics/17951 . Basically, let me see all issues that I am assigned to AND watching. If I try to do this search now, it will only let me see those issue that fall into both. If OR was allowed, I could then see everything I want to see.
- Defect #6694 (Closed): Bug in project name when create issue by email
- I think you must replace the code in the func ... y_name otherwise it is impossible to create issues via email in case if the ID is not equal to ... _identifier change to Project.find_by_name
- Patch #6690 (Closed): Redmine link to user profile
- new redmine link keyword to user profile. format: @user#1@ or @user:admin@
- Patch #6688 (Closed): Improvements for query-views of Calendar and Gantt
- Over the last few days I have been prepping a ... is active, show the custom query name (as in issue-lists) on Calendar & Gantt (undo regression ... n r4176) * Move Calendar & Gantt links from issue _sidebar partial to projects-index view (inc ... hanges for #5920) * Remove remaining @:view_issues_sidebar_planning_bottom hook@ (has become o ... improve, update and incorporate if complete.
- Feature #6687 (New): Making an issue a subtask leads to loss of issue-property values
- When a normal issue is changed to being a subtask (thus getting an initial parent id) current values for the following issue-properties are lost due to roll-up from subtasks to parent issues: * priority * start/due dates * progress * estimate These changes aren't recorded to issue-journals (besides an entry about the changed parent id), thus are lost without any reminder/notice.
- Defect #6684 (Closed): Adding subheads to CF posts
- Can we enable subheadlines in County Fair posts?
- Defect #6683 (Closed): Error 500 when viewing one of the repository
- When I try to open 'Repository' tab in one of ... /models/changeset.rb:171:in `find_referenced_issues_by_id' app/models/changeset.rb:170:in `s ... /models/changeset.rb:170:in `find_referenced_issues_by_id' app/models/changeset.rb:96:in `scan_comment_for_issue_ids' app/models/changeset.rb:77:in `after ... 00.html (500 Internal Server Error) </pre>
- Defect #6682 (Closed): Karen Famighetti Blackberry
- Karen Famighetti in research does not current ... mbursed. Can we get her a blackberry? Thanks.
- Defect #6681 (Closed): Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
- Mercurial and Bazaar have revision numbers. ... ls/repository/darcs.rb#L73 . If @"closes #issue_number"@ is in commit log, Redmine adds @"Applied in changeset rN"@ at issue journal. Following two Mercurial reposit ... ster is http://bitbucket.org/yuja/redmine-mq-issue4455/src/d6bc15c54f5d/hg-use-scmid.patch/issue-auto-close.diff . !auto-close-hg.png!
- Feature #6677 (Closed): Remove "Description" label from issues#show view
- Description section on the issue#show view is obvious. So, this label can be ... iption)%></strong></p>@ from the @app/views/issues/show.rhtml@
- Feature #6675 (Closed): change mail notification of existing and future users
- TWo questions: How do I change the mail n ... rs (I want everybody to be switched to "only issues assigned to me or that I watch")? How do ... assigned assigned to them? I'm having an issue with people complaining about the defaults a ... group of 100 people) Thanks for any help!!
- Defect #6673 (Closed): Error with links of users and projects
- I saw http://www.redmine.org/issues/5608, but it still not work: ************* ... +0400 2010} given)) on line #30 of app/views/issues/_list.rhtml: 27: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... class="checkbox"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 29: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %></td> 30: <% query.columns.each d ... <%= content_tag 'td', column_content(column, issue), :class => column.name %><% end %> 31: </ ... per.rb:41:in `column_content' app/views/...
- Defect #6671 (New): In version detail page of ... tegory of a sub-project it opens a wrong page
- In the version detail page of project with su ... /projects/parent-project/versions/1' in the 'Issues by category' section it shows all categories of sub projects. But they link to the parent project issue list instead of their own projects. For exa ... rent-project' the links of 'A' hyperlink in 'Issues by category' is 'http://redmine.example.org/projects/parent-project/issues?category_id=1&fixed_version_id=1&set_filter ... of 'http://redmine.example.org/projects/sp1/issues?category_id=1&fixed_version_id=1&set_filter ... 'A' category with id '1' and so it shows all issues for that version instead of showing just issues of that category.