Project

General

Profile

Search

Results (12607)

Defect #30457 (Closed): MailHandler.safe_receive does not output any error log
MailHandler.safe_receive has a rescue clause ... Rails.logger. The attached patch fixes this issue. 2019-01-17 18:03
Defect #30456 (Closed): redmine does not work, just show directory /redmine
Hello, I´ve done new instalation of ubuntu ( ... orial. What is wrong. I´ve found similar issue but it is not my case. Could you help me please? Thank you Have a nice day 2019-01-17 12:42
Defect #30455 (Closed): Adding an issue note via email fails due to NoMethodError
After upgrading my production Redmine to 4.0.0, I encountered a critical problem that I cannot add issue notes by replying emails. On investigatio ... # ignore CLI-supplied defaults for new issues handler_options[:issue].clear </code></pre> The code expects that the class of @handler_options[:issue]@ is Hash, however, it is actually ActionCon ... on and Redmine fails to add the email to the issue note. The error cannot be detected by ru ... test because the class of @handler_options[:issue]@ is not ActionController::Parameters but Ha ... . The following is a workaround for this issue. <pre><code class="diff"> Index: app/mod ... # ignore CLI-supplied defaults for new issues - handler_options[:issue].clear + handler_options[:issue... 2019-01-17 10:55
Patch #30451 (New): Move #main-menu outside o ... to follow directly after the #header insetad
I think it would be good to move #main-menu o ... pawn a blocking behaviour I mentioned in the issue #30448 and first and foremost concerns achieving sticky design without using JavaScript. 2019-01-16 19:49
Patch #30448 (Closed): Remove wrapper2 and wrapper3 wrapping containers
I think maybe it would be good to remove the ... need *min-height: 600px* rule in the future. 2019-01-16 18:33
Defect #30441 (Closed): Attachments with Unicode uppercase names are not shown in wiki pages
Attachments with Unicode upper-case filenames ... ot an attachment I have investigated this issue and it seems that the @ApplicationHelper#par ... @ that avoids calling @downcase@. Related issues: - #27780 can fix the problem just by call ... dmine plugins: no plugin installed </pre> 2019-01-16 13:49
Defect #30438 (Closed): Internal error after replying isuess
Hello, When someone tries to answer in a ... 8.3ms) Started GET "/projects/test_projekt3/issues/new" for 185.28.17.74 at Tue Jan 15 15:25:08 +0000 2019 Processing by IssuesController#new as HTML Parameters: {"proj ... Current user: j.onak (id=177) Rendered issues/_form_custom_fields.html.erb (17.6ms) Rendered issues/_attributes.html.erb (49.7ms) Rendered p ... it_mentionable.html.erb (23.0ms) Rendered issues/_form.html.erb (105.3ms) Rendered attachments/_form.html.erb (4.2ms) Rendered issues/new.html.erb within layouts/base (116.2ms) ... .3ms) Started POST "/projects/test_projekt3/issues" for 185.28.17.74 at Tue Jan 15 15:25:14 +0000 2019 Processing by IssuesController#create as HTML Parameters: {"commit"=>"Stwórz", "utf8"=>"✓", "issue... 2019-01-15 16:40
Defect #30437 (Closed): db upgrade /Validation failed: Name has already been taken/
<pre> sh: 1: hg: not found sh: 1: cvs: not ... n failed: Name has already been taken </pre> 2019-01-15 15:24
Patch #30435 (Closed): Replace float rules with flexbox for content and sidebar block
What this patch does: 1. It moves the sideba ... lock is the only one that will stretch now. 2019-01-15 12:42
Defect #30434 (Closed): Line height is too la ... highlighting if the line terminators are CRLF
The height of some lines is too large if the ... px solid #ccc;}.line-height-too-large@2x.png! 2019-01-15 12:04
Patch #30433 (New): Flash notices to behave like flash notices :)
This is a patch which will add one way animat ... de, wait for some time, and then slide out :) 2019-01-15 09:49
Defect #30431 (Closed): Useless "Delete issues" tracker permission is shown on the role page for Anonymous and Non-member
Since you cannot grant a "Delete issues" permission for Anonymous and Non-member roles, "Delete issues" column in the tracker permission table on ... idth: 773px; border: 1px solid #ccc;}.delete-issues-tracker-permission@2x.png! 2019-01-15 07:09
Defect #30426 (Closed): Table rows are not highlighted on mouseover on some pages
I am testing redmine v4.0.0 and discovered th ... that row, while row label is on the far left. 2019-01-14 16:45
Feature #30424 (Closed): How to configure the received mail to create a problem
Redmine has only one project. How to create a ... mail, so as to link with the monitoring alarm 2019-01-14 07:34
Patch #30421 (Closed): Issue tracking table on user profile page
Currently, you can see the number of open assigned issues and all reported issues on the user profile page, but cannot see other values such as the number of closed assigned issues and open reported issues. This patch adds other values by replaci ... ill be able to easily access various kind of issues list about the user. Please see the screens ... 008px; border: 1px solid #ccc;}.after@2x.png! 2019-01-14 03:31
Patch #30412 (Closed): Import UTF-8 issue CSV files with BOM and quoted strings
Importing issue CSV files with UTF-8 encoding, a BOM and quo ... I will provide a patch with a failing test. 2019-01-12 00:49
Defect #30411 (Closed): Filesystem adapter does not show correct size for large files
We have a couple of large files (~9GB) which ... @L@ to @q@ and @Q@ should solve the problem. 2019-01-11 23:44
Feature #30407 (New): Custom reporting for Redmine
There is need of report: * Created vs Closed Issues * Created vs Resolved Issue * Aging issues. Chart showing the average age (in days) of unresolved issues at given points in time. This report (ht ... I need, but does it support 3.4.6 version ? 2019-01-11 09:35
Defect #30370 (Closed): No validation when adding watcher who is not in this project
# No validation when adding watcher who is not in this project # When adding watcher to several issues from different projects, all users are displayed and can be added. 2019-01-10 10:19
Defect #30367 (Closed): "Last updated by" filter causes an SQL error with MariaDB
feature #6375 doesn't seem to work on MariaDB ... b2d0dd14014988b9b15096a33f5b9b2d1/app/models/issue_query.rb#L382 2019-01-09 18:50
Defect #30359 (Closed): Time entries of subtasks in other projects are not listed
When you click a link on the spent time value ... me entries of subtasks. But if the parent issue has subtasks from other projects, time entries from those issues don't appear on the list. The attached patch fixes the problem. --- *Parent issue:* Issue 18 has two subtasks. Issue 19 is in the current project but issue 20 is in another project. You may think that ... idth: 777px; border: 1px solid #ccc;}.parent-issue@2x.png! *Before:* However, in Redmine 4.0.0, you cannot see time entries of issue 20 because the project is in the different p ... After applying the patch, time entries of issue 20 are shown as well. I think this is desira ... der: 1px solid #ccc;}.time-entries-after.png! 2019-01-08 09:32
Feature #30356 (Closed): Drop Ruby 2.2 support
Currently, Redmine 4.0 supports Ruby 2.2. But ... uld support Ruby 2.6 rather than retired 2.2. 2019-01-08 01:54
Feature #30346 (Closed): Add "Target Version" to the list of "Available columns" in "Spent time" Tab
I am evaluating last Redmine version (v4.0.0) ... lable columns") can avoid any unclearness. 2019-01-06 18:51
Defect #30332 (Closed): API Post new Issue, Custom Fields mandatory
Hi - Sorry if this bug has alread been submit ... s for defects with keyword "API". Also this issue might be already solved because I have an ol ... fault Tracker of the project. If I add an issue via the API for Tracker Y I cannot, because ... y and without changing the XML I can add the issue with POST. 2019-01-04 18:41
Defect #30325 (Closed): Redmine Version number not updated
I made the update from 3.4.6 to 3.4.7. /adm ... ine/wiki/RedmineUpgrade update script Thnx 2019-01-04 13:10
(2451-2475/12607)