Project

General

Profile

Search

Results (12389)

Defect #32832 (Closed): FrozenError when exporting content to PDF in some languages
reported on https://github.com/naitoh/rbpdf/issues/55 2020-01-17 20:13
Defect #32829 (Closed): HTML entity is used in CSS string
Ordering handles (green arrows ↕) at some adm ... Affected pages * /roles * /trackers * /issue_statuses * /enumerations * /custom_fields ... * non-breaking space or * <code>\a0</code> 2020-01-17 01:31
Patch #32813 (Closed): Clean up toggleMultiSelect js function
The attached patch cleans up toggleMultiSelec ... toggle_role_selectbox.gif due to the problem) 2020-01-15 07:06
Defect #32808 (Closed): Gantt Query Error 500
If i open the Gantt Tab the following Error w ... "/redmine/projects/buerosystemhaus-schaefer/issues/gantt" for 127.0.0.1 at 2020-01-14 17:08:37 ... st be unique.: EXEC sp_executesql N'SELECT [issues].[id] AS t0_r0, [issues].[tracker_id] AS t0_r1, [issues].[project_id] AS t0_r2, [issues].[subject] AS t0_r3, [issues].[description] AS t0_r4, [issues].[due_date] AS t0_r5, [issues].[category_id] AS t0_r6, [issues].[status_id] AS t0_r7, [issues].[assigned_to_id] AS t0_r8, [issues].[priority_id] AS t0_r9, [issues].[fixed_version_id] AS t0_r10, [issues].[author_id] AS t0_r11, [issues].[lock_version] AS t0_r12, [issue... 2020-01-14 17:15
Feature #32804 (New): API - Include issue count/list in versions and/or filter by issue count
Add an option to include the version's issue count or filter by issue count in the Versions section of the API. ... another request to check if the version has issues. Include issue count : <pre> GET /project/1/issues.<xml/json>?inlude=issue_count <?xml version="1.0" encoding="UTF-8 ... oBarWikiPage</version_wiki_page_title> <issue_count>13</issue_count> </version> </versions> </pre> Filter by issue count : <pre> // Issue count in greater or equal to 0 GET /project/1/issues.<xml/json>?issue_count=%3E%3D0 </pre> 2020-01-14 11:13
Feature #32801 (New): Limit/Filter/Postpone t ... jects and groups that the user is a member of
Requesting a way of limiting the amount of pr ... g the loading of the data due to performance issues. Certain users report very slow performa ... r groups does not heavily impact performance. 2020-01-14 01:07
Defect #32797 (Closed): Can I disable autoupdates for Gems and Redmine in general?
Hi there, We are running a Redmine issue tracker internally in our organization, so i ... 0auto-upgrades Any other ideas? Thanks! 2020-01-13 12:50
Defect #32793 (Closed): Email address with Punycode top-level domain is not accepted
Redmine does not accept email addresses that ... pt top-level domains which begin with "xn--". 2020-01-13 06:28
Defect #32785 (Closed): X-Sendfile header field is not set if rack 2.1.0 is installed
<pre> $ bin/rails test test/integration/atta ... t/integration/attachments_test.rb:150 </pre> 2020-01-11 07:02
Feature #32783 (Closed): Redirect to index pa ... f edit page after creating a new custom field
Current behavior: 1. Click o Create new cu ... iple custom fields would be improved this way 2020-01-10 16:42
Defect #32774 (Closed): Creating time tracking entry for other user through rest API fails with 403
Trying to create a time tracking entry for an ... ities). preload(:user).to_a </pre> 2020-01-08 14:07
Defect #32772 (Closed): Tabs are displayed on ... otal width of the tabs is greater than 2000px
New tab based history has issue with drawing tab frames. !frame_issue.png! Tested on Chrome and IE. <pre> Env ... dmine plugins: no plugin installed </pre> 2020-01-08 12:28
Defect #32771 (Closed): Editing issues does not send notifications to previous assignee
Hello, we are using <pre> Environment: ... smtp </pre> Following steps: # I had an issue, created by me, user A, assigned to user B ... I'm involved in". Other notifications about issues which are directly assigned to him work wel ... ed in version 4.0.x ? Best regards Daniel 2020-01-08 11:35
Defect #32770 (Needs feedback): Text formating on Redmine Home page does not work
On Home page following text formatting is not ... dmine plugins: no plugin installed </pre> 2020-01-08 11:04
Defect #32768 (Closed): Internal Error when issue text custom field is shown in Spent time query results
On Spent Time tab, when selecting, under Opti ... ers: {"c"=>["spent_on", "user", "activity", "issue", "comments", "hours", "issue.cf_47"], "columns"=>"month", "criteria"=>["" ... ::Error (undefined local variable or method `issue' for #<#<Class:0x000000000ca4e780>:0x000000000ca474f8> Did you mean? issue_url): 50: <%= link_to_context_m ... 54: if (text = column_content(column, issue)) && text.present? -%> 55: <tr class= ... dmine plugins: no plugin installed </pre> 2020-01-08 10:48
Feature #32766 (Closed): Remove the URI limitation from external markdown links
*Problem (usecase)* The Markdown Module of R ... the possible URIs could be made adjustable. 2020-01-08 09:36
Defect #32765 (Closed): ##123 syntax for linking to issues: Title cannot be distinguished from following text
Relates to #29488. The displayed title of the linked issue has the same style as the normal text, what ... k color also to the title (bold or not bold). 2020-01-08 08:58
Feature #32764 (Closed): Make form validation errors more obvious for users
Currently, the validation errors are shown on ... re multiple fields (how is in the case of an issue). What do you think if we make those fiel ... ors more obvious? !highlight_fields.png! 2020-01-07 23:26
Defect #32762 (Closed): Unicode character fails edit Issue
2020-01-07 11:03
Feature #32757 (Closed): Show warning when an issue cannot be closed because of blocking issue relations
Same as/inspired by #31589, but for the case that issues cannot be closed as a result of blocking issues. 2020-01-05 21:11
Defect #32754 (Closed): Fix missing arrow icon of collapse macro
When @{{collapse}}@ macro used in the wiki te ... redmine 4.1.0. h3. Steps to reproduce the issue Just use @{{collapse}}@ macro in the wiki ... url(/images/arrow_right.png);} </code></pre> 2020-01-05 09:08
Defect #32752 (Closed): Ruby 2.7: Remove deprecated URI.escape/unescape
Ruby 2.7 shows a warning if URI.escape or URI ... those methods. https://bugs.ruby-lang.org/issues/15961 https://github.com/ruby/ruby/commit/ ... me = URI.encode("#{title}.#{format}") </pre> 2020-01-04 05:09
Defect #32748 (Closed): No notification when removing the assignment
Just look at: https://www.redmine.org/issues/2694 Seems the solution is gone. Its not ... easy to fix since it was already fixed once? 2020-01-03 16:13
Defect #32740 (Closed): Incorrect characters when copying out of a Redmine generated PDF
When copying the text out of a Redmine genera ... t. i.e. "Description jkjk" becomes " 2020-01-02 15:34
Defect #32737 (Closed): Duplicate sort keys for issue query cause SQL error with SQL Server
Installed Redmine 4.1.0.stable from scratch f ... ll guide. Created a new project / tracker / issues. Have done the configuration. Now having a Redmine issue with Gantt. Directly after installation, the ... Started GET "/projects/projektmanagement-it/issues/gantt" for 127.0.0.1 at 2019-12-30 23:07:36 ... st be unique.: EXEC sp_executesql N'SELECT [issues].[id] AS t0_r0, [issues].[tracker_id] AS t0_r1, [issues].[project_id] AS t0_r2, [issues].[subject] AS t0_r3, [issues].[description] AS t0_r4, [issues].[due_date] AS t0_r5, [issues].[category_id] AS t0_r6, [issues].[status_id] AS t0_r7, [issues].[assigned_to_id] AS t0_r8, [issues].[priority_id] AS t0_r9, [issue... 2020-01-02 10:46
(1726-1750/12389)