Project

General

Profile

Search

Results (12572)

Defect #25468 (Closed): Reopening a closed issue
Hello, When an issue is closed and I later wish to reopen it; the ... am I missing something? :-) Regards, Erik 2017-03-29 14:39
Patch #25459 (Closed): Portuguese translation for 3.3-stable
From #25204 <pre><code class="diff"> === ... ailable - error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers - for which you can create an issue - label_tracker_all: All trackers - label_new_project_issue_tab_enabled: Display the "New issue" tab - setting_new_item_menu_tab: Project ... ror_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue + mail_subject_security_notification: Noti ... ponível + error_no_tracker_allowed_for_new_issue_in_project: O projeto não possui nenhum tipo ... dos os tipos de tarefa + label_new_project_issue_tab_enabled: Apresentar a aba "Nova tarefa" ... ror_no_projects_with_tracker_allowed_for_new_issue: Não há projetos com tipos de tarefa para os ... ont_monospace: Monospaced font </code></pre> 2017-03-29 06:42
Patch #25458 (Closed): Portuguese translation for 3.2-stable
From #25204 <pre><code class="diff"> === ... @@ -1168,13 +1168,13 @@ label_assigned_issues: Assigned issues label_field_format_enumeration: Key/val ... ed: Disallowed extensions - label_any_open_issues: any open issues - label_no_open_issues: no open issues - label_default_values_for_new_users: Def ... Extensões não permitidas + label_any_open_issues: Quaisquer tarefas abertas + label_no_open_issues: Sem tarefas abertas + label_default_valu ... - error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot - be reassigned to an issue that is about to be deleted + error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: O tempo gasto não pode ... gs I watch or I am assigned to </code></pre> 2017-03-29 06:40
Feature #25454 (Closed): Add bulk edit after save hook
Correct me if I'm mistaken, but now there only exists a @issue_bulk_edit_before_save@ controller hook. This ... ve controller hooks. Say, a user edits an issue via issue view and triggers a @issue_edit_after_save_hook@ which handles the issue in a proper way. The same is expected to happen when an issue is edited via context menu (right click) in any multiple issues view, but there is no way to provide that a ... is called for context menus and there is no @issue_bulk_edit_after_save@ hook which makes @issue_edit_after_save@ hook useless. I think it would be useful to have something like this in issues#bulk_edit controller method: <pre> def bulk_edit ... @issues.each do |orig_issue| ... begin ... 2017-03-28 15:54
Feature #25445 (Closed): unify email notifications
Under certain circumstances, separate mail no ... notification. I attach a patch to fix this issue. (I couldn't make the code less awkward than ... ngly useless yields in the called methods.) 2017-03-27 16:24
Feature #25419 (Closed): Portfolio Project Management - Specific use case as an example for a Plugin
Hello, it's about two years I use Redmine fo ... to define the compound activity as a set of issues assigned automatically to a subproject with ... I'm interested too. Regards, Giovanni 2017-03-23 17:10
Feature #25418 (New): Allow Custom Field Lists to list working links
I.e. A pull-down list that looks like |Custo ... an integration project where we enter parent issues, and then add the sub-tasks needed to finis ... es, any of which could be associated with an issue, so that the resource is easily accessed from the issue page. #5794 goes into the usefulness of s ... special case, plain or link only imposition. 2017-03-23 14:28
Defect #25416 (Closed): "My account" broken with MySQL 8.0 (keyword admin should be escaped)
Clicking "My account" when using a mysql data ... = ? AND id <> ?", true, id).exists?) </pre> 2017-03-23 12:46
Defect #25411 (New): Custom fields - bulk edi ... ions overwrites existing values or selections
During backlog grooming I need to add new value of a custom field to a number of issues. The problem is that existing values in ... reproduce: # Click checkmarks of a number issues, with multiple values in a custom field, for bulk edit # Right-click the checkbox of a random issue among the issues marked for bulk edit # Click edit # Click ... field value to be added across the selected issues # Click submit # Observe that only the n ... ues on fields with multiple values/selections 2017-03-23 09:52
Patch #25402 (Closed): stop misusing distance_in_words
When _x_hours_ and _x_days_ are *not* used fo ... the Hungarian/Magyar language files that way. 2017-03-22 13:26
Defect #25400 (Closed): Documentation for Rest API issue listing seems incorrect
Hello ! On the documentation page for listing issues through the API, these lines were added 2 months ago : > @issue_id@: get issue with the given id or multiple issues by id using ',' to separate id. > GET /issues.xml?issue_id=1 > GET /issues.xml?issue_id=1,2 Source page : https://www.redmine.org/projects/redmine/wiki/Rest_Issues#Listing-issues History diff : https://www.redmine.org/projects/redmine/wiki/Rest_Issues/diff?utf8=%E2%9C%93&version=56&version_from ... I can't find anything proving that "listing issues by ID" is working, or even implemented. (on ... t working when he was trying to get multiple issues by ID through the API) 2017-03-22 11:35
Patch #25397 (Closed): Russian translation update (r16388)
From #25392, translated by Ilya Potapov. * error_no_projects_with_tracker_allowed_for_new_issue * field_textarea_font * label_font_defau ... field_full_width_layout * label_last_notes 2017-03-22 06:32
Patch #25392 (Closed): Change Russian translation for field_due_date and label_relation_new
There is a mistranslation for these labels in ... e: "error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted": * If one tell me when ... be great to add this feature to version:3.4.0 2017-03-21 19:39
Feature #25384 (New): Add new issue relation type: Obsoletes and Obsoleted_by
In order to be able to manage cumulative work ... e a relationship type dedicated to obsolete. 2017-03-21 16:06
Feature #25381 (Closed): Allow project selection when editing timelog entries
When you go to create a new time entry, and there's nothing project or issue related in the URL, you're given a project s ... his patch is for Redmine version 3.3.2-stable 2017-03-21 11:32
Defect #25371 (Closed): Git 2.9 compatibility
With git 2.9 I have some problems with redmin ... ted: 39 Actual: 38 This patch heals it. 2017-03-20 15:50
Feature #25358 (New): Read-only reports of Permissions and Workflows
The set-up of roles, their permissions, and issue workflows is currently (at least on 2.6.9.st ... t permissions they actually have and how the issue workflow looks like, in the given role. C ... e globally, that would show this information? 2017-03-17 15:53
Feature #25357 (New): "Raw view" of a file in repository
Right now one can "view" a file in the reposi ... highlight the code in a way the user prefers. 2017-03-17 11:48
Defect #25355 (Closed): Unable to edit tracker on issue with status "new" if not "create an issue" selected on profile
If an user haven't "create an issue" selected on his profile, he can't edit tracker on issue with "new" status. However "All trackers" is selected on "modify issues" column. It should be able to modify the trackers on issues with the "new" status, even if he can't create them. 2017-03-17 10:13
Patch #25349 (Closed): Russian translation (r16388)
<pre> error_no_projects_with_tracker_allowed_for_new_issue: Нет проектов с трекерами для которых м ... error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Затраченное время не мо ... abel_last_notes: Последнее примечание </pre> 2017-03-16 13:20
Defect #25342 (Closed): ActionView::Template: ... for #<ActiveRecord::Type::Value:0xa91ee78>):
ActionView::Template::Error (undefined method ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> app/models/role.rb:213 ... t.rb:532:in `assignable_users' app/models/issue.rb:863:in `assignable_users' app/views/issues/_attributes.html.erb:18:in `block in _app_views_issues__attributes_html_erb___393264238_89404116' ... b:1058:in `labelled_fields_for' app/views/... 2017-03-16 07:58
Defect #25301 (Closed): "Related issues" list in version type custom field detail
When we look at the details of a version type custom field, there isn't this Related issues list, but the issue list of default version field is OK. 2017-03-10 13:22
Feature #25300 (Closed): Merging issues
User story: Sometimes people in team are cre ... information. To avoid copying data from one issue to another, assigning as duplicated etc, I'd like to have posibility to marge selected issues. It can be available in issues report under right mouse button. 2017-03-10 11:21
Defect #25289 (Closed): Adding a principal to 2 projects with member inheritance leads to an error
When batch adding a user or a group to a proj ... oject is saved and recognised as a duplicate. 2017-03-08 20:54
Feature #25287 (New): List all issues that are mentioned in a ticket
I would find it helpful to get a list of all mentioned issues in a ticket. This is somewhat similar to #5453, but I could imagine that those issues do not get into the list of related issues, rather it could be a separate (visually collapsed) list in the head area of the issue. This would be similar to Stackoverflow wher ... One can then get a quick overview of related issues without the necessity that someone has explicitly and manually declared issues being related. 2017-03-08 10:01
(3301-3325/12572)