Search
Results (12665)
- Defect #5149 (Closed): The roadmap progessbar is strange
- My progessbar on some project seams to be wro ... I think it should be 75% (screen attached)
- Patch #5148 (Closed): metaKey not handled in issues selection
- When I try to select multiple issues on OS X, I use the command key instead of t ... So here is a very tiny patch to handle it.
- Defect #5146 (Closed): Email notification not sent for some issues
- I have a certain project that contains ticket ... ng else to provide you with more information?
- Defect #5143 (Closed): Can`t watch my issue on Redmine site
- http://www.redmine.org/watchers/watch?object_id=5142&object_type=issue&replace%5B%5D=watcher&replace%5B%5D=watcher2
- Defect #5142 (Closed): Can`t import Bazaar changesets from repository to Redmine
- Iconv::InvalidCharacter in RepositoriesContro ... t-Type"=>"", "Cache-Control"=>"no-cache"}
- Defect #5141 (Closed): textile style tags do not work
- Based on the examples here. http://rpc.textpa ... d}red% p{color:#ddd}. A Paragraph </pre>
- Feature #5140 (New): email notification when related blocking issues get closed
- First of all I would like to thank you very m ... get email notification when related blocking issues change status to closed?
- Defect #5139 (Closed): Default issue display cannot be changed by setting display options
- When changing the column order or 'Group results by' setting on the issue list page, clicking "View all issues" causes these changes to be discarded. h3. Steps to reproduce # In the issue list display options, change the column disp ... lick Apply # Leave this page by viewing any issue in the list # Return by clicking "View all issues" in sidebar # Note that your grouping and ... custom query to be the default, so that the Issues tab and "View all issues" links cause this customized view to be displayed.
- Defect #5138 (Closed): Don't use Ajax for pagination
- Redmine currently uses Ajax to load pages in ... noted in Safari and Firefox on Mac OS X.
- Feature #5137 (Closed): export project
- Sometimes it is necessary to export a whole p ... ssible via interface (at least exporting all issues, not wiki or other stuff)
- Defect #5134 (Closed): JUnique socket should bind to localhost instead of primary interface
- > netstat -lnp Proto Recv-Q Send-Q Local Ad ... ind to 127.0.0.1. This should be easy to fix.
- Feature #5132 (New): Printer Friendly Issues Index
- I spoke with Eric Davis on IRC about this fea ... give redmine a printer-friendly view of the issues index. Our main use-case for this is when ... dmine and then need a way to print out those issues, including the descriptions, in a single do ... thub.com/rsyring/redmine/tree/print-friendly-issues A few things I would appreciate feedback ... different location and use a route like ".../issues/print" instead of ".../issues.print". What I have works fine, but it see ... ically off. 2) Not sure about including the issue ID in the header. I know my company likes i ... inter-friendly view seems a little off too.
- Feature #5130 (Closed): Configurable columns in related tasks section
- Related tasks section in an issue view has predefined columns now. There must ... ssigned_to" and "category" fields of related issues, i must use a workaround like editing "@app\views\issues\_relations.rhtml@": <pre> <td><%= relation.other_issue(@issue).category %></td> <td><%=h relation.other_issue(@issue).subject %></td> <td><%= relation.other_issue(@issue).assigned_to %></td> <td><%= relation.other_issue(@issue).status.name %></td> </pre> *Implementat ... be nice to have an "options" in the related issues section of an issue, which should be similar to "Options" in "...
- Defect #5129 (Closed): backslashes in issue description/note should be escaped when quoted
- Assume that a issue has the following description. <pre> qui ... ped. <pre> > quick brown fox\ </pre>
- Defect #5128 (Closed): custom field date type have wrong sort via filters
- Step to reproduce 1. Create custom field nam ... t it's impossible to do that automatically :(
- Feature #5127 (New): Custom Fields to be configurable on 'per project' basis
- I think, it would be very useful to change se ... m name for the field in every project...)
- Feature #5125 (New): Export roadmap to PDF
- It would be really nice if it was possible to export the roadmap to a PDF file.
- Defect #5123 (Closed): NoMethodError when no issue params are submitted (undefined method `[]' for nil:NilClass)
- This error occurs randomly when managing issues. Error log is here: http://pastie.org/8 ... n 20100221100219 I'm using Redmine 0.9.3
- Patch #5121 (Closed): Fix issues list layout overflow
- Currently, #content overflows right sidebar i ... s a scrollbar to #content on that situations.
- Defect #5118 (New): "Follow"ing issues not updated on preceding issue change
- Hi, I did the following using Redmine:- 1) Created a set of issues A and B 2) Set the time of A from 18th to ... Now I did the following:- 1) Created a new issue C from 18th to 20th. 2) Set the condition t ... something else to force B to be updated too?
- Patch #5117 (Closed): mercurial_adapter should ensure the right LANG environment variable
- http://www.redmine.org/projects/redmine/repos ... abase schema version 20100222000000 </pre>
- Feature #5115 (New): Assignee & Target version issuelist filters: allow to specify multiple selections (e.g. x OR blank)
- I'd love to be able to filter the issues list to any issues that are either: * assigned to myself *or* ... useful as new users are added to the system.
- Defect #5114 (Reopened): New issue statuses not showing up in old workflows
- In trunk (r3596) if I add a new issue status it does not appear in the Administrat ... unk. If I create a new tracker then the new issue status is present but old tracker do not get the new status.
- Defect #5113 (Closed): ActionView::TemplateError (undefined local variable or method `issue')
- Might have been introduced in r3594 Processing IssuesController#show (for 0.0.0.0 at 2010-03-17 1 ... action"=>"show", "id"=>"139", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (undefined local variable or method `issue' for #<ActionView::Base:0x107304208>) on line #14 of app/views/issues/_history.rhtml: 11: <li><%= show_de ... %> 13: </ul> 14: <%= render_notes(issue, journal, :reply_links => reply_links) unles ... %> 15: </div> 16: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> 17: <% end %> app/views/issues/_history.rhtml:14:in `_run_rhtml_app47views47issues47_history46rhtml_locals_history_journals_object' app/views/...
- Feature #5112 (New): Texting formatting setting is global (Allow override in module level)
- The current text formatting setting is global ... have, for example, textile mark-=up for the issues but markdown in the wiki.