Search
Results (12715)
- Defect #21073 (Closed): redmine_customized_report
- Bonjour, J'ai installer redmine 3.0.5 avec ... nnoncer que le plugin est bien mise à jour.
- Defect #21071 (Closed): find_referenced_issue_by_id fails with RangeError for large numbers
- When a commit message contains a large number ... /models/changeset.rb:203:in `find_referenced_issue_by_id' app/models/changeset.rb:134:in `block (2 levels) in scan_comment_for_issue_ids' app/models/changeset.rb:133:in `each' ... angeset.rb:133:in `block in scan_comment_for_issue_ids' app/models/changeset.rb:129:in `scan' app/models/changeset.rb:129:in `scan_comment_for_issue_ids' app/models/changeset.rb:102:in `scan_for_issues' app/models/repository/git.rb:218:in `save ... 1.9.1 Filesystem </pre>
- Patch #21066 (Closed): Enable adding attachments to wiki entries using the Rest-API
- The issue #14830 requests a feature to add attachments ... The patch attached here enables this feature.
- Feature #21061 (Closed): Custom Field for Spent time
- i know issue #1766 have same topic. but nobody answer it ... ion. I do it but i can not see value of it.
- Feature #21060 (Closed): Custom field format with possible values stored as records
- Introduce a new custom field format that stor ... nts like nested values, per project values...
- Patch #21057 (New): Update and extend Gantt module wiki documentation
- I think it's time for [[RedmineGantt]] wiki p ... this weekend; I create and self-assign this issue to prevent this slips out of my sight again.
- Defect #21056 (Closed): Project specific TimeEntryActivity name not updating properly
- In Enumerations, create a new TimeEntryActivi ... other activities settings for the project...
- Patch #21043 (Closed): Japanese translation update (r14718)
- Translated label_assigned_issues.
- Defect #21037 (Closed): Issue show : bullet points not aligned if sub-task is in a different project
- The project name is before the hierarchy tria ... # fix text = h("(#{issue.project}) - ") + text if options[:project] ... :hours_by_day s = link_to(text, issue_path(issue, :only_path => only_path, ... ), :class => issue.css_classes, :title => title) s ... subject}") if subject #s = h("#{issue.project} - ") + s if options[:project] </code></pre>
- Defect #21036 (Needs feedback): Problem with concurrent edition of issues - data loss
- I apologize if I'm not submitting this correc ... t when more than one person tries to edit an issue at the same time, we experience a loss of da ... general search as well, and the only similar issue was for a wiki problem. #2876
- Patch #21033 (Closed): Polish translation change
- From #20785. <pre><code class="diff"> === ... ) on %{total} selected: %{ids}." label_x_issues: - zero: 0 zagadnienie + zero: 0 ... ository_new: Nowe repozytorium </code></pre>
- Feature #21026 (New): Select user-groups in custom fields of type "User"
- A custom field of type "User" allows only sel ... already has this feature (?). >!Group.PNG!
- Defect #21023 (Closed): Data inconsistency wh ... (no check for enumerator present in database)
- steps: open 2 browser windows (user and admin actions emulation): window 1 (W1) - issue page window 2 (W2) - enumerators administration page or project actions settings # W1: open an issue page end press edit button to insert spent t ... be an ID of deleted action in action_id field
- Defect #21021 (Closed): Copying a Redmine issue does not allow change of Status
- Although the form presented allows selection ... hange is not accepted. As a result, the new Issue is created with the Status = Closed and the changes to Subject and Description not done.
- Defect #21013 (Closed): Links not formatted in documents
- Using Documents, links with different display ... dmine plugins: no plugin installed </pre>
- Defect #21012 (Closed): Link custom fields with long URLs are distorting issue detail view
- As you can see on screenshot, when using cust ... rtened part of URL, with full link in a href.
- Defect #21011 (Closed): Watchers can not be deleted from a ticket
- Watchers can not be deleted from a ticket if ... ction@ watchers can be delete from a ticket
- Defect #20995 (Closed): Automatic done ratio calculation in issue tree is wrong in some cases
- Currently the done ratio of parent issues in an issue tree is calculated based on the average of done ratios of the _leaves_ bellow that issue source:/tags/3.1.1/app/models/issue.rb#L1491. This however can lead to inconsist ... ally calculated done ratios. For example: issue C with a done ratio of 50% and an open status, which is a subtask of issue B with a done ratio of 70% automatically set by its (open) status, which itself is a subtask of issue A, with a status that doesn't automatically ... s an acceptable change I can work on a patch.
- Defect #20994 (Closed): You can not change the priority of the parent issue
- We're using Redmine3.1 Priority setting it i ... Is this would be specifications? What bugs?
- Defect #20993 (Closed): auto-importing GPG signature file
- When replying to a Redmine mail by e-mail, wi ... ature file (siganture.asc) to the respective issue/task of the project. For users using GPG ... er within redmine that recognizes such files.
- Defect #20992 (Closed): Parent priority "Independent of subtasks" setting doesn't work
- >(Comes from #5490-97) I've just updated f ... e_logger 0.5.1 </pre> }}
- Defect #20988 (Closed): % done field shown on issue show subtree even if deactivated for that tracker
- The issue subtasks, i.e. the list of subtasks shown below the description on a single issue view, will show the progress bar even in the %-done is deactivated for the tracker of that subtask.
- Defect #20987 (Closed): "h3(#my_anchor). My title" does not work
- The wiki for "" at http://www.redmine.org/pro ... generates an id property not a link anchor.
- Feature #20985 (Closed): Include private_notes property in xml/json Journals output
- When getting issues with the REST api, the journal flag private ... local copy by modifying one files: * views/issues/show.api.rsb > * add <pre> api.private_notes journal.private_notes </pre>
- Feature #20967 (New): Activity section doesn't show entries for some Issue changes
- The Activity section is naturally understood ... ity on a project. However, when I change an issue's subject, priority, or assignee, the activi ... Activity page does show changes made to an Issue's status or if any comments are added to the issue.