Search
Results (12600)
- Defect #4314 (Closed): Broken issue list pagination in 0.8.7
- The issue list pagination is broken in v0.8.7, which u ... reenshot for better understanding- !BrokenIssueListPagination.png!
- Feature #4309 (New): create a special role for clients
- The client should not see the inner-workings of the projects: When he adds an issue, he should only set the version, the priority, the category of the issue. He should not know who it will be assigne ... d be two "threads" of conversations over the issue: The notes/questions that the client exchang ... on. So it's sort of a "blind" user - just issue poster, with very limited (customizable) views.
- Defect #4308 (Closed): "None" category issue count is empty while grouping by category
- When I open "Issues" tab and select grouping by Category, the " ... t in brackets. Sorry for my bad english :)
- Feature #4305 (New): More granular control over notification e-mails.
- The company I work for uses redmine to track ... t to someone else, etc I don't get an e-mail.
- Defect #4303 (Closed): How to assign customer (or any custom fields) only to issue in selected project
- Hi All We use Redmine 0.8.7. The problem is: ... t is special project only for my stuff. Each issue is connected with any customer - we use field "cust" in each issue. * I have some customers with access from ... I need something like that: * on list of issue in each project (or only in TTCustomer) I ne ... y for my bad english. Best regards Marcin
- Defect #4302 (Closed): errors viewing tickets with sorting that can't be applied
- This seems to be due to the way redmine remem ... ve_date' in 'order clause': SELECT DISTINCT `issues`.id FROM `issues` LEFT OUTER JOIN `issue_statuses` ON `issue_statuses`.id = `issues`.status_id LEFT OUTER JOIN `projects` ON `projects`.id = `issues`.project_id WHERE ((issue_statuses.is_closed=0) AND projects.id = 2 AN ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) ORDER BY versions.effective_date, versions.name LIMIT 0, 500): app/controllers/issues_controller.rb:66:in `index' This i ... - always seems to be similar cause though
- Defect #4300 (Closed): Internet Explorer have Problem with AJAX in Redmine
- We have Redmine in our Company and many of the employees use IE 8 for Browsing the Issue Tracker. If they make a New Ticket and Se ... oblem, because the Firefox show it correctly.
- Feature #4298 (Closed): An "internal" option for custom fields
- When developing plugins, I often need persistent data attached to a user, a project, an issue, etc. Except for users, where I could techni ... ugin). In other cases it could be a security issue, when these fields simply cannot be displaye ... now # simply create @project_preferences@, @issue_preferences@, etc. similar to @user_preferen ... stom fields. Let me know what you think.
- Feature #4294 (Closed): Store and present working hours of each team member
- It would be fantastic if Redmine could take o ... ment work. What I particularly mean by this issue is: 1)An ability to store working hours for ... Graphical representation (a calendar) of them
- Patch #4293 (Closed): Add the possibility to log time through mail receive gateway
- to test: Just send typical mail to update an issue and add a line with "Time:X.XX" in it B ... ride] << 'project' unless @@handler_options[:issue].has_key?(:project) # Status overridab ... rride] << 'status' unless @@handler_options[:issue].has_key?(:status) + @@handler_optio ... verride] << 'time' unless @@handler_options[:issue].has_key?(:time) super email end @@ -144,6 +145,18 @@ issue.save! add_attachments(issue) logger.info "MailHandler: issue ##{issue.id} created by #{user}" if logger && logger. ... t_keyword(:time) + if (time) + t = issue.time_entries.new + t.spent_on = Time.n ... ler: time entry of #{t.hours} hours added to issue ##{issue...
- Feature #4291 (New): Display percent complete per issue in roadmap view
- Currently you can't tell which issues are not complete before they are closed in the roadmap view. It'd be nice to see the per-issue breakdown of the percent done.
- Feature #4290 (Closed): Add filter by project when viewing all issues.
- http://www.redmine.org/issues For some reason you can't filter by project even though it's clearly a field.
- Feature #4288 (New): Maintain activity traces of an issue after it has been deleted
- Currently in Redmine, if users create an issue, do a lot of update to it, and then delete the issue (using Admin account), then users cannot find any trace of the issue (in the Activity tab). For big projects, it is necessary to maintain the traces of the issue even though it has been deleted; mainly for auditing purpose.
- Feature #4285 (Closed): Add cancel button during edition of the wiki
- Lack of cancel button during edition of wiki ... n? Or where should I click to avoid disaster?
- Feature #4284 (New): Improve "New issue" view for many project members
- When the project too many members, "New issue" tab page becomes very 'ugly' to see. At th ... y long . Reference to the following pictures.
- Feature #4280 (New): Reporting capabilities
- Hey, We have been using Redmine for our su ... y like it however upon using this i'm facing issues on how to extract data in terms of reports, ... rts. 1. No of open/closed incidents/tasks/issues 2. I should be able to run this report aga ... & if needed we can share it with our clients.
- Defect #4279 (Closed): Editing issue comment removes quote link
- How to reproduce: # Add a comment to an issue # Edit the comment After you save, the q ... gets to add it back in. I'm running r3078.
- Patch #4277 (New): Add "hide prefixed projectname from issuesubject on issuelist" setting
- This issue is extracted from #3100 and it's relatives. The patch adds a new system-wide, issue-tracking setting (@hide_prefixed_projectname_from_issuesubject_on_issuelist@) which provides the administrator an op ... ject name (which is prefixed in front of the issue descriptions on mainproject issue lists) completely. Such a setting can be us ... ames are shown prefixed to the descriptions).
- Defect #4276 (Closed): Login failure running 0.8.7 in tomcat with jRuby
- Since Redmine 0.8.7 there is some problem at ... ment Database adapter mysql </pre>
- Patch #4274 (Closed): Use Issue status for percent done
- This patch adds an option which will automatically update an issue's done ratio based on which issue status is assigned. It's an optional setting (default off) in the Admin > Settings > Issue Tracking tab. This is ready to commit pending code review. !issue-status-for-percent-done.png! Designed and sponsored by Shane and Peter Inc.
- Feature #4273 (Closed): SCM command availability automatic check in administration panel
- This feature request is based on forum's topi ... is so simple). p.s. I thinked about this issue because I lost 2 hours myself by setting up ... ense, Anton Andriyevskyy x.meglio@gmail.com
- Feature #4272 (Closed): Add or remove columns from the issue list
- This patch adds a context menu to the issue list's headers. It's activated by the right ... or remove specific columns from the table of issues. These columns are saved into the user's s ... the bugs during the extraction. !dynamic-issue-column.png! This was designed and sponsored by Shane and Peter Inc.
- Defect #4270 (Closed): CVS Repository view in Project doesn't show Author, Revision, Comment
- In repository view under a CVS project, listi ... this for you, but only Html/Php folks here.)
- Feature #4269 (New): Allow ca_path option for reposman.rb to validate peer certificate
- I use the following command for automatic SVN ... n https)? Thank you for looking into this issue. Regards, Pieter
- Patch #4268 (Closed): Fix Render Error while mailto href tag appears in issue description with textile turned off
- We're using svn r3023 of redmine and turned t ... sent successfully. And opening the corrupted issue page will return a 500 error. ## Sample ... bc.com</a> ## Sample Log rendering this issue description Processing IssuesController#show (for 192.168.9.84 at 2009-11 ... ction"=>"show", "id"=>"6647", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (un ... er:0x2b46496bed00>) on line #59 of app/views/issues/show.rhtml: 56: 57: <p><strong><%=l(:fiel ... 8: <div class="wiki"> 59: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 60: </div> 61: 62: <%= link_to_attachments @issue %> lib/redmine/wiki_formatting.rb:62: ... lper.rb:383:in `textilizable' app/views/...