Project

General

Profile

Search

Results (12477)

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
Defect #32732 (Closed): How can I increase the word length of a subject?
How can I increase the word length of a subject? 2019-12-31 10:15
Defect #32729 (New): Line breaks when creating ticket or comment via Mail
Hello, this affects new created issues from mail and tickets comments coming from ... ng from outlook and from web interface mails. 2019-12-30 11:13
Defect #32728 (Closed): File upload when editing EXISTING comments
Why there is no file upload function anymore ... thub.com/thorin/redmine_image_clipboard_paste 2019-12-30 10:32
Feature #32706 (New): Creating new ticket via e-mail: use inline images also inline
Hello, when i send a email containing an i ... of the email to fill the description of the issue. If a HTML-only email is received, HTML tag ... ttachments are automatically attached to the issue, unless their size exceeds the maximum attac ... tml image tags into redmine image shortcut. 2019-12-27 16:04
Defect #32704 (Closed): ActionView::Template::Error (undefined method `position' for nil:NilClass):
Started GET "/redmine/projects/chinastockrece ... documents_index_html_erb__107423285_27756576' 2019-12-27 13:59
Defect #32664 (New): Adding an empty reply to a forum message does not show any error
Steps to reproduce: 1. Open any forum topi ... ent cannot be blank" error should be shown. 2019-12-20 01:45
Defect #32663 (New): negative string size (or size too big)
*Hi, when i run script (RAILS_ENV=production ... dle exec rake db:migrate') give me the below issue :* rake aborted! ArgumentError: negative ... y running task with --trace) *Any Help* 2019-12-19 18:45
Feature #32657 (Closed): Arranging Redmine
Hello, we are planning to use Redmine in o ... very much in advance! Best regards, Anna 2019-12-18 15:59
Defect #32656 (Closed): Drag and drop objects from Outlook to Redmine deletes the objects
There is a issue: why when we drag and drop the letters from ... om outlook. Will be pleased for promt reply. 2019-12-18 11:38
Defect #32654 (Closed): How to integrate with gitlab
When I use SVN as SCM, add refs #id when comm ... e corresponding changes on the corresponding issue. Using the same method, when commit on Gitlab, the issue on Redmine cannot be tracked to the changes on Gitlab. what should I do? 2019-12-18 03:21
Defect #32644 (Closed): 配置renmine时,无法识别renmine数据库
错误详情: C:\redmine>set RAILS_ENV=production ... password: "" encoding: utf8 求大神指教 2019-12-16 10:20
Feature #32641 (Closed): "general_csv_encoding:" should be "UTF-8" in en.yml.
When language on "My Account" is set to “Engl ... special and different from other languages. 2019-12-15 07:07
Patch #32635 (Closed): How to write wrapper for timelog_controlller "create" method in my plugin?
I write experimental code inside the core tim ... lude, TimelogControllerPath) end </pre> 2019-12-13 12:35
Feature #32628 (Closed): Notify users about high issues (only)
This feature introduces a setting in each use ... t a new option labeled *Also notify me about issues with a priority of high or higher*. If this option is set, users will be notified about issues that have a high priority even if they're n ... lementation works akin to the CSS classes of issues (for colouring in some themes) in the issue list. For this, Redmine already computes "po ... Tests for all relevant parts are included. 2019-12-12 17:15
Defect #32625 (Closed): mysql2-0.3.21/mysql2/mysql2.so: [BUG] Segmentation fault
/home/utsapkota/.rbenv/versions/1.9.3-p0/lib/ ... etop (1.4.15) tzinfo (0.3.56) yard (0.9.20) 2019-12-12 08:58
Defect #32610 (New): A inner join can be removed
There is a query <pre> SELECT DISTINCT(issues.id) FROM issues INNER JOIN projects ON projects.id = issues.project_id INNER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN users ON users.id = issues.assigned_to_id LEFT OUTER JOIN trackers ON trackers.id = issues.tracker_id LEFT OUTER JOIN enumerations ON enumerations.id = issues.priority_id AND enumerations.type IN ('IssuePriority') LEFT OUTER JOIN versions ON versions.id = issues.priority_id WHERE (projects.status <> 9 AND ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((issues.status_id IN (SELECT id FROM issue_statuses WHERE is_closed=0)) AND projects.id = 3821) ORDER BY ... 2019-12-11 18:24
Defect #32609 (New): PRE: texts in PRE of issue mail will be renderred as large font and with multiple line break
texts in a pre block will be renderred with l ... break, in the notification mail. h2. View issue from browser: !Browser.png! h2. View issue in mail: !Outlook.png! 2019-12-11 16:09
(1826-1850/12477)