Project

General

Profile

Search

Results (12767)

Defect #6714 (Closed): Gant visualization issue
We have an estrange Gant visualization issue. In a project when we request to show gant the visualizacion seems to be correct when only open issues are displayed. But when we select to show all issue, issues with subtask closed and opens apears twice (look at issue number 1335), once showing only closed subta ... We are using 1.0.1 stable version of Redmine. 2010-10-20 18:30
Defect #6712 (Closed): Problem with Calendar
In October the date 2010/10/09 show two time. With this name day and number day not match. 2010-10-20 18:18
Feature #6711 (Closed): redmine installation on apache
I need an help installing Redmine on apache s ... but couldn't fix it . need help immediately 2010-10-20 18:07
Feature #6710 (Closed): dispatcher.rb
Hi , h1. i'm new to redmine, please anyone ... ll really appreciate it. Thanks, Ram 2010-10-20 17:56
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. 2010-10-20 17:36
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. 2010-10-20 16:09
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 2010-10-20 16:06
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. 2010-10-20 14:02
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. 2010-10-20 12:00
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 2010-10-20 11:06
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> 2010-10-20 06:29
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 2010-10-20 04:31
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). 2010-10-20 00:24
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.) 2010-10-19 20:20
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. 2010-10-18 16:52
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 2010-10-18 16:13
Patch #6690 (Closed): Redmine link to user profile
new redmine link keyword to user profile. format: @user#1@ or @user:admin@ 2010-10-18 06:49
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. 2010-10-18 06:27
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. 2010-10-18 05:59
Defect #6684 (Closed): Adding subheads to CF posts
Can we enable subheadlines in County Fair posts? 2010-10-15 19:30
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> 2010-10-15 17:05
Defect #6682 (Closed): Karen Famighetti Blackberry
Karen Famighetti in research does not current ... mbursed. Can we get her a blackberry? Thanks. 2010-10-15 15:23
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! 2010-10-15 14:45
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@ 2010-10-15 12:12
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!! 2010-10-14 16:03
(9176-9200/12767)