Project

General

Profile

Search

Results (12483)

Defect #23841 (Closed): Custom field URL spaces not decoded properly
Custom field link Urls with spaces (%20) are ... s %2520 (it escaped the %): !CustomFieldOnIssueURL.png! <pre> Redmine version ... ld not be encoded. This is related to #23067 2016-09-15 21:48
Defect #23840 (Closed): Reduce the maximum height of the issue description field
When editing a issue description with extensive content, the vert ... a text at the end of the description of this issue , which will cause double scroll informed. ... . . . . . . . . . <end of the text> 2016-09-15 18:53
Defect #23839 (Closed): "Invalid query" (Error 500) message with MS SQL when displaying an issue from a list grouped and sorted by fixed version
Steps: Prerequisite: this happens only with MS SQL # Filter a list of issues by grouping on the fixed version field, and ... ne":https://www.redmine.org/projects/redmine/issues?c[]=tracker&c[]=status&c[]=author&c[]=subje ... olumn names in an ORDER BY clause Note: the issue also happens on MySQL, but MySQL does not consider duplicated sort columns as an error. The issue happens in the feature to be able to navigat ... g. See attached patch for a suggested fix. 2016-09-15 15:07
Patch #23835 (Closed): Bulgarian translation (r15754)
Translated: * field_textarea_font * label_new_project_issue_tab_enabled * label_font_default * label_font_monospace * label_font_proportional 2016-09-15 08:09
Defect #23833 (Closed): Unhandled exception on custom fields with mailto URL
When attempting to create a custom field that ... when clicking save: !customfielderror.png! 2016-09-13 21:30
Patch #23806 (Closed): Fix Japanese translati ... label_tracker_new and label_custom_field_new
Current translation for label_tracker_new and ... projet | New project | 新しいプロジェクト | | label_issue_new | Nouvelle demande | New issue | 新しいチケット | | label_document_new | Nouveau ... ker | New tracker | *新しいトラッカーを作成* | | label_issue_status_new | Nouveau statut | New status | 新しいステータス | | label_issue_category_new | Nouvelle catégorie | New cate ... le page wiki | New wiki page | 新しいWikiページ | 2016-09-11 01:29
Defect #23800 (Closed): Subproject start/due dates are dependent on adjacent subprojects
Currently, subproject start/due dates seem to depend on the start/due dates of issues assigned not only to that subproject, but also issues assigned to other subprojects under the par ... see my subproject lines and dates limited to issues assigned to only that subproject, while the ... ......<----------SubProject2--------->..... 2016-09-09 17:57
Defect #23794 (Needs feedback): Regression in REST API ISSUES GET
In previos redmine version i've used rest api ... for further analisis To get only updated issues we used uri like this issues.xml?key=8c4cc4a8a142484dcbe62b7e86bdfe1cb90 ... 7T06:12:07Z" is a timestamp of the last sync issue After 3.3 update this GET request returns issues that were update before this date I've t ... , but when i add time - i get strange set of issues I've also checked the [[Rest_Issues]], but i did not see any changes Please ... 3.3 update) or fix the problem if it is a bug 2016-09-08 18:04
Defect #23781 (Closed): Previous/Next navigation on a issue is not displayed on r15639 and later
Affected version: trunk (r15639 and later) Step to reproduce: 1. Sign in to Redmine 2. Click "Issues" 3. Click a issue in the issues list 4. Previous/Next navigation cannot be seen on the issue !no-prev-next-link.png! 2016-09-08 03:38
Feature #23778 (Closed): default sort email reminders by due date (and list due date in email)
I think this should be default behavior. I'v ... il reminders look like now after the changes. 2016-09-07 17:10
Defect #23777 (Closed): Login button is too thin on WebKit browsers
Affected version: trunk (r15595 and later) ... seems to be ineffective. !login-chrome.png! 2016-09-07 03:57
Defect #23766 (Closed): API : creating issues with project identifier no longer possible
Since r13999 it is not possible anymore to pass @params[:issue][:project_id]@ to the new issue API anymore. This is still referenced in the API documentation [[Rest_Issues#Creating-an-issue]]. 2016-09-05 16:33
Patch #23764 (Closed): closed_on field of copied issue is always set to source issue's value
When we copy a closed issue, the value of "closed_on" of copied issue is always set to source issue's value, even if the status of copied issue is not closed. I think it should be nil because the copied issue have not been closed before. Steps to reproduce: 1. Create a closed issue (Issue_A). 2. Click "Copy" on Issue_A. 3. Change status to "New" and create a new copied issue (Issue_B). 4. "closed_on" field of Issue_B should be nil, but the value is same with Issue_A. 2016-09-05 11:26
Feature #23763 (Closed): REST API fixed_version shown in issues list
Hi I didn't found anything about it. Is it ... show the fixed_version/target version of an issue when retrieving the issues.json ? If it is already possible, I'm sorry for creating an issue, but would be pleased if anyone can tell me how it's done. 2016-09-05 09:56
Defect #23751 (Closed): Tab buttons appear on pages that have no tabs
The JS condition that's supposed to hide the ... ything related to SVN installed on my system. 2016-09-02 12:41
Feature #23747 (Closed): Per-tracker Issue Categories
Redmine issue categories let you organize issues. Being able to auto-assign new issues to a specific user based on the chosen cate ... cify a tracker for each category. Making the issue category list shorter, the issue form is cleaner and it helps the user to avoid mistakes. 2016-09-01 19:18
Patch #23745 (Closed): German translation for 3.3-stable
From #23388. <pre><code class="diff"> === ... ändert. - 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 + error_no_tracker_allowed_for_new_issue_in_project: Für dieses Projekt wurden keine ... cker_all: Alle Tracker label_new_project_issue_tab_enabled: Tab "Neues Ticket" anzeigen - ... ed: Dropdown-Menü "+" anzeigen </code></pre> 2016-09-01 17:53
Patch #23744 (Closed): German translation for 3.1-stable
From #23388. <pre><code class="diff"> === ... bhängigkeit erzeugen" cant_link_an_issue_with_a_descendant: "Ein Ticket kann nicht mi ... be earlier than %{date} because of preceding issues" + earlier_than_minimum_start_date: ... _blank_option: Bitte auswählen </code></pre> 2016-09-01 17:48
Defect #23741 (Closed): unable to modify the issue description
Hello, I am using the last git version of ... le and I cannot modify the description of my issues once they have been defined. I get the ... models/journal.rb:67:in `save' app/models/issue.rb:1679:in `create_journal' app/models/issue.rb:210:in `create_or_update' app/controllers/issues_controller.rb:515:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:503:in `save_issue_with_child_records' app/controllers/issues_controller.rb:179:in `update' lib/redmin ... If I select to modify the description of the issue but I do not modify any character, there is no problem once I update the issue. * If I select to modify the description of the issue and I modify even only one character, this error raises. Thanks, Christian 2016-09-01 12:28
Feature #23739 (Closed): Add ability to "Duplicate" / "Save as" custom queries
Now, when I want to add a new custom query, w ... nd/or save as modified version as a new query 2016-09-01 09:31
Patch #23737 (Closed): Russian translation for 3.2-stable
From #23497. <pre><code class="diff"> === ... d: Запрещённые расширения label_any_open_issues: любые открытые задачи label_no_open_issues: нет открытых задач - label_default_value ... лчанию для новых пользователей </code></pre> 2016-09-01 06:12
Patch #23736 (Closed): Russian translation for 3.1-stable
From #23497. <pre><code class="diff"> === ... лической зависимости" cant_link_an_issue_with_a_descendant: "Задача не может быть свя ... be earlier than %{date} because of preceding issues" + earlier_than_minimum_start_date: ... " support: array: </code></pre> 2016-09-01 05:44
Feature #23731 (Closed): Attribute value Inheriting
Hello Sir, In redmine, if the value of (Sp ... ated time or Due Date) is null in the parent issue, and the values for these fields is given in the child issues, then the fields of parent issue get the values of child issue. How can I stop this auto completion values of parent issue from child issues. Thank you 2016-08-31 10:40
Defect #23729 (Closed): Unable to update some issues
Hi, I am running into a weird issue on redmine 3.2.2. We've been using this vers ... ow, and all of a sudden today I can't update issues that are assigned to one particular user. Also if an issue has ever been assigned to that user but is n ... dmine plugins: no plugin installed </pre> 2016-08-30 22:11
Patch #23718 (Closed): do not ignore zero byte attachments
this patch fixes #5969 2016-08-30 12:07
(3551-3575/12483)