Project

General

Profile

Search

Results (12479)

Defect #29032 (Closed): Files and attachements uploads failing
I cannot uplod Files to issues and into Files module in project. There is ... iews: 6.5ms | ActiveRecord: 36.8ms) @ In Issues module > The file is stored as expected but ... , what to check? Many thanks for any clue. 2018-06-14 12:52
Defect #29028 (Closed): Redmine generates not ... ll therefore often be rejected or quarantined
I am one of the email administrators for my e ... rantined or rejected. I recently filed an issue about Ruby at https://bugs.ruby-lang.org/. I ... esulting from the notifications about my new issue that were emailed out. This is because Redmi ... ser's spam folder) or rejected, whenever the issue author's email domain has as quarantine or r ... nowadays publish and enforce DMARC policies. 2018-06-13 19:45
Feature #29027 (New): Add more structure to the issues view by using tabs
I've tested the patch series in #3058 on the ... urther with the idea of tabbed views for the issues content. In my opinion, it would be great to rework the whole issue page and convert it to a tabbed view. There ... ng advantages: * Faster switching between issue history and details * Less scrolling needed ... eded to access the latest information on the issue. The sections 'Subtasks' and 'Related issues' could move to their own tabs, too. !issues_details_tab.png! --- !issue_time_tab.png! 2018-06-13 18:22
Defect #29023 (New): Can't see subtask created in a issue
Hi. Im making a migration from Redmine 2.6 to ... .4 and I have this situation. In an existent issue I created a new subtask succesfully but I ca ... en them, neither the subtask, nor the parent issue. But when I create a new Issue and a new subtask there is no problem. ... e plugins: no plugin installed </pre> 2018-06-13 04:06
Defect #28967 (New): could the RESTAPI be used in the plugin with auth again?
I wrote a plugin. when I use $.ajax to acces ... for the RESTAPI to use the current user auth? 2018-06-06 07:20
Defect #28953 (New): Issue content gets lost if user deletes an attachment
Given is an already existing issue with one or more attachments. A user wants to edit this issue and add a comment, so he clicks "Edit". While editing and adding the issue's text, he notices an unwanted attachment in the issue head (in the yellow box on top of an issue) - so he clicks the small trash bin icon rig ... changes are gone because Redmine reloads the issue page! And it doesn't even warn the user that all of his changes will get lost.* To resolve this issue, I suggest a solution similar to when a user ... browser tab while there is still an unsaved issue edit. Here the user gets asked if he really ... o confirmed this with an older Redmine 2.6.2. 2018-06-05 10:28
Feature #28952 (Closed): Update User#last_login_on only once per minute
On setups where a lot of logins happen (e.g. ... g the @last_login_on@ column once per minute. 2018-06-05 10:18
Defect #28951 (Closed): Cannot clear category field on copying an Issue
If I copy an issue with a non-empty category and clear the cate ... he category is still set in the new (copied) issue. <pre> Environment: Redmine version ... 1.4.6 DB: mysql 5.6.39 </pre> 2018-06-05 10:08
Feature #28950 (Closed): Due date redmine
Hi 1.I had already install redmine 3.4.3 version 2.I had already assign issue owner , if after due date , I need to e-mail alert next owner How can I do ? 2018-06-05 09:50
Feature #28947 (New): Show the existing attachments on the wiki editing page
When attaching a new file on the wiki edit pa ... name.png!). ex) !{width: 30%}example.png! 2018-06-05 04:01
Defect #28946 (Closed): If assignee is locked subtasks don't get copied
<pre> Could not copy subtask #2 while copyin ... alidation errors: Assignee is invalid </pre> 2018-06-04 23:32
Patch #28943 (Closed): Remove RDoc tags
I was removed :nodoc: from *.rb because yard ... :nodoc: and :nodoc: shows in generated html. 2018-06-04 17:54
Patch #28940 (Closed): Use Regexp#match? to reduce allocations of MatchData object
since Rails 5.1+ we can use match? on a regex ... nly on ruby 2.4+ https://bugs.ruby-lang.org/issues/8110 <pre> require 'benchmark/ips' Ben ... wer </pre> *rake test* is about 5% faster 2018-06-04 01:24
Patch #28939 (Closed): replace regexp with casecmp
<pre> require 'benchmark/ips' Benchmark.ips ... match: 2222223.1 i/s - 1.90x slower </pre> 2018-06-04 00:46
Patch #28934 (Closed): Support migration context for plugins
https://github.com/rails/rails/commit/a2827ec ... 14#diff-8d3c44120f7b67ff79e2fbe6a40d0ad6L1005 2018-06-02 00:38
Defect #28931 (Closed): Unreachable code in QueriesControllerTest#test_bulk_copy_to_another_project
this test probably never acually worked <pre> Issue.order('id DESC').limit(issues.size) </pre> issues.size was zero in rails < 5.2, it tests noth ... 713afefd3140421d1ced7abbdc so I removed it 2018-06-01 22:09
Feature #28924 (Closed): Issues filter: Adding a <<Nobody>> special entry to the user list
Sometimes it would be useful to have a specia ... <<Nobody>> in the user list, when filtering issues. The use case is the following: A user wants to filter issues, that are assigned to him OR are assigned to nobody, so that he can find issues to work on. Currently he can only filter fo ... as an additional user. So he has to open the issue list two times with different filters. Th ... nk your for considering this feature request. 2018-05-31 21:27
Defect #28919 (Closed): Cannot update issue when removing locked users to watchers list
Steps to reproduce (in my case with Redmine 3.4.4) : * create user 'bob' * create issue #1 * add 'bob' to watcher list * lock 'bob ... mment Result is 'watchers is invalid' and issue cannot be updated. Workaround : * unlock ... nt Summary : don't remove locked users to issue's watcher list, it's currently buggy. 2018-05-31 09:52
Feature #28913 (Closed): Watcher Changes tracked in History
Would like Redmine to track when watchers are ... a part of journal entries, it might have to. 2018-05-30 23:45
Defect #28896 (Closed): When access the http://ip:3000, it shows the 'Redmine 500 error'
Hi, team, After starting Redmine by comman ... redmine. Could anyone help to solve this issue? 2018-05-28 10:12
Defect #28879 (Closed): Download of Task
Dear Team We were using Redmin, under some ... highly appreciated Regards Kishore 2018-05-25 10:29
Defect #28878 (Closed): Email does not support Russian-language domains.
Example: info@сайт.бел Checked in the registration form. 2018-05-25 10:12
Defect #28874 (Closed): MailHandler does not log exceptions caught
Issue: If a locally unhandled exception is raised ... stead as just logger in the MailHandler class 2018-05-24 17:32
Defect #28864 (Closed): Internal Server Error on query with users
I have two queries. Both are using a custom field where users of redmine are linked to issues. (not as assignee, but associated) On one ... uble <pre> Started GET "/projects/computer/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_ ... at 2018-05-23 15:03:53 +0200 Processing by IssuesController#index as HTML Parameters: {"ut ... ueries/_columns.html.erb (1.5ms) Rendered issues/_list.html.erb (273.2ms) Rendered issues/index.html.erb within layouts/base (292.2ms ... 0>): 28: <% end %> 29: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 31: ... <%= content_tag('td', column_content(column, ... 2018-05-23 15:05
Patch #28861 (New): Add a date item to the context menu
The context menu is very convenient because y ... ate. |!screenshot1.png!|!screenshot2.png!| 2018-05-23 10:23
(2576-2600/12479)