Search
Results (12600)
- Defect #5170 (Closed): Done ratio can not revert to 0% if status is used for done ratio
- I use issue statuses to calculate done ratio of issues, and set the done ratio of "New" to 0%, that of "Assigned" to 30%. I changed the status of an issue from "New" to "Assigned", so the done ratio ... 30%. After that I changed the status of the issue to "New", but the done ratio did not revert ... So I wrote a patch to fix the bug. Regards
- Patch #5169 (Closed): Issue list view hook request
- Attached you can find a patch that adds a hook to the issues/index.rhtml view and makes it possible to d ... o display the hours left on a project/set of issues. One place where I would like to add that piece of information is within the issues/index.rhtml view. Unfortunately there is cu ... to add more related information to redmine.
- Feature #5168 (Closed): Preview option when editing issues and notes
- Currently Redmine provides a 'preview' feature when creating an issue for the first time or creating a new note on an issue. It would be nice if the user could also preview changes to the texts of issue descriptions and notes. At the moment the ... lot of email notifications to be sent out.
- Defect #5162 (Closed): translation missing: zh-TW, field_time_entrie
- I got this error message when I typed an inva ... tion missing: zh-TW, field_time_entries 是無效的*
- Feature #5159 (Closed): Ability to add Non-Member watchers to the watch list
- We currently have over 4,000 employees in our ... so that they can be added to the watch list.
- Defect #5157 (Closed): But in Russian locale
- Azamat, I'm sorry, looks like I forgot to add '}' in label_x_open_issues_abbr's 'few' and 'many' keys in a patch attached to #4861. May you fix it?
- Defect #5156 (Closed): Bulk edit form lacks estimated time field
- If I have a lot of tickets without estimated ... to estimate - that would be great. Thanks
- Defect #5154 (Closed): Migrate from Trac with postgresql and more.
- When trying to migrate from Trac to Redmine w ... sr/bin/rake:28 </pre> After studying the issue, I found the cause of the error. It arises from the table "issue_categories". In our Trac database contains ... t on the size of the column "name" in table "issue_categories" equal to 30 (corresponds to 15 c ... e" to 255. This immediately decided how this issue, and the problems mentioned earlier: #3392, ... : auth_sources, custom_fields, enumerations, issue_statuses, projects, roles, trackers. All the ... limit.rb (put in the directory: db/migrate/)
- Defect #5151 (Closed): There is an error in the age calculation for git repositories
- The time ago of a git commit is decreasing wi ... it was 37 minutes old (see first screenshot)
- Defect #5150 (Closed): CSS problem
- In @app/helpers/issues_helper.rb@ <pre><code class="ruby">def render_descendants_tree(issue) s = '<form><table class="list issues">' ancestors = [] issue.descendants.sort_by(&:lft).each do |child| level = child.level - issue.level - 1</code></code> Shouldn't the table class be just "issues". I'm pretty sure CSS class names can't have spaces in them.
- 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 :(