Activity
From 2024-06-18 to 2024-06-20
2024-06-20
-
17:43 Defect #30974 (Closed): Code coverage report on the official site has not been updated
- It appears that the coverage information is not updated (or published at all) anymore. I take this as a "won't fix" i...
-
17:36 Defect #27356 (Closed): Confusing statements concerning fixed versions on Security Advisories wiki page
- I have update the entries according to the proposed changes by Gregor #note-5 in revision 78 of [[Security_Advisories...
-
17:14 Defect #38571 (Closed): Registration via gmail
- This appears to be resolved now. Thanks everyone!
-
17:11 Feature #9828 (Closed): Add a hint about reproducing a bug in the online demo
- The http://demo.redmine.org service was discontinued entirely.
As for using the forum, there is now an explicit no... -
17:05 Defect #31755 (Closed): Couldn't download Redmine by curl in Debian buster
- "ssllabs.org currently shows a A rating for redmine.org":https://www.ssllabs.com/ssltest/analyze.html?d=redmine.org
... -
17:00 Defect #24957 (Closed): demo.redmine.org: wrong spelling
- The http://demo.redmine.org service was discontinued entirely.
-
16:57 Defect #39893 (Closed): Password reset is not possible
-
16:56 Defect #20367 (Closed): I catch internal server error when I try commit a edit message.
- Thank you for your report!
Editing issue comments appears to work correctly now on redmine.org. If you still exper... -
16:53 Defect #38512 (Confirmed): Email Notifications: offending header
-
16:51 Defect #26407 (Closed): Unable to edit a comment on redmine.org
- Thank you for your report!
Editing issue comments appears to work correctly now on redmine.org. If you still exper... -
16:49 Defect #24864 (Closed): svn.redmine.org: "The certificate is not issued by a trusted authority"
- It seems that this was fixed.
svn.redmine.org currently sends an intermediate certificate which allows clients to ... -
16:43 Feature #33836 (Closed): Demo.redmine.org version
- The http://demo.redmine.org service was discontinued entirely.
-
16:42 Defect #38024 (Closed): demo.redmine.org SSL_ERROR_UNSUPPORTED_VERSION
- The http://demo.redmine.org service was discontinued entirely.
-
16:41 Defect #38025 (Closed): Add free SSL certificate to demo.redmine.org
- The http://demo.redmine.org service was discontinued entirely.
-
14:01 Defect #40831: The icon-ok/icon-error png is not shown in the administration/information page
- At present, I am unable to reproduce the issue. Icons are displayed normally.
My test environment is deployed in the... -
13:40 Defect #40860: Creating a new issue fails with an internal error if no issue priorities are defined
- I wrote a test for the fix.
-
11:38 Feature #9180 (Closed): Improve search system for issues - like "context specific search"
- kju kju wrote:
> This means to apply the search only to a specific set of tickets.
In Redmine 5.1 and later, you ... -
11:33 Feature #14943 (Closed): Split the 'Status' search field
- Redmine 5.1 introduces a new filter named "Any searchable text" (#38402). This filter returns the same results as the...
-
09:56 Defect #23010 (Closed): ActiveRecord::StaleObjectError in issue bulk update
-
06:12 Feature #40864 (Closed): Upgrade jQuery UI to 1.13.3
- Done in r22887.
-
06:03 Feature #40864 (Closed): Upgrade jQuery UI to 1.13.3
- https://blog.jqueryui.com/2024/04/jquery-ui-1-13-3-released/
-
06:12 Feature #40853 (Closed): Upgrade jQuery to 3.7.1
- Upgraded jQuery in r22887. Thank you for pointing it out.
2024-06-19
-
18:23 Defect #40860: Creating a new issue fails with an internal error if no issue priorities are defined
- See message#69861 for the original description of this issue.
-
18:21 Defect #40860 (Closed): Creating a new issue fails with an internal error if no issue priorities are defined
- If no issue priority is defined, creating an issue using @issue#create@ fails with the following error:...
-
16:27 Feature #38446 (Closed): Support multiple multi-word phrases in the search engine
- Committed the patch in r22886.
-
16:06 Defect #34473 (Closed): Displaying the table of content on the right causes wrong position
- Committed the fix in r22885. Thank you.
-
13:16 Defect #40859: server start fails upon update to Ruby 3.1.6
- Vincent Robert wrote in #note-1:
> However, WEBrick is not suitable for production environments because it is not a p... -
12:33 Defect #40859: server start fails upon update to Ruby 3.1.6
- WEBrick used to be included with Ruby itself before version 3.0. If you want to continue using it with Ruby 3.1, you'...
-
10:45 Defect #40859 (Closed): server start fails upon update to Ruby 3.1.6
- After having installed redmine-5.1.3 onto my Debian 11 server, I encountered the problem that saving an issue results...
-
09:09 Feature #1448: Add tags to issues
- We're developing fast full text search plugin for Redmine: https://github.com/clear-code/redmine_full_text_search/
... -
01:45 Patch #40854 (Closed): Optimize Issue#blocked? and Issue#duplicates
- I withdraw this patch.
I found that this patch may generate more queries than before the change.
2024-06-18
-
18:14 Defect #40856: random failing integration test for plugin routes in 5.1.3
- I have the same problem with my plugins. To fix CI tests with Redmine 5.1.3, I currently have to remove @plugins_test...
-
15:14 Defect #40856: random failing integration test for plugin routes in 5.1.3
- ...
-
15:12 Defect #40856 (New): random failing integration test for plugin routes in 5.1.3
- Hi,
I think this is related to #38707 and #39864. I have a plugin that carries routes and when I run ... -
11:58 Patch #40854 (Closed): Optimize Issue#blocked? and Issue#duplicates
- This patch optimizes the @Issue#blocked?@ and @Issue#duplicates@ methods with the following changes:
* Adds an ear... -
11:20 Feature #40853 (Closed): Upgrade jQuery to 3.7.1
- There are no security issues since the current version 3.6.1. It's just a bugfix / feature update.
-
11:17 Defect #40810 (Closed): I want to upgrade lastest version jquery
-
11:16 Defect #40810: I want to upgrade lastest version jquery
- jQuery is shipped as part of Redmine and is used in various places. Upgrading it on its own will likely cause issues ...
-
11:08 Defect #40809 (Needs feedback): context-menu shows out of screen when scrolled down with a lot of issues
- Could you add a screenshot (or generally more explicit details) which describes the issue you see? From your descript...
-
11:08 Patch #40802: Support builder 3.3.0
- Redmine 4.2 is no longer supported but you can fix the error by adding the following line to @Gemfile.local@.
<pre... -
11:03 Patch #40802: Support builder 3.3.0
- I don't know how, but Redmine 4.2 seems impacted by this change. All our automated tests under Redmine 4 are now fail...
-
11:03 Defect #40796 (Closed): CSV option error
- The error message on your screenshot indicates than CVS is not available (which is a file versioning tool in the same...
-
10:59 Feature #40851 (Closed): ask for patch of Gantt: right and left resizable panel for Redmine 3.3.3
- Redmine 3.3.x is not supported anymore any won't receive any updates anymore. You should upgrade to a newer Redmine v...
-
08:24 Feature #40851 (Closed): ask for patch of Gantt: right and left resizable panel for Redmine 3.3.3
- I tried to apply change_to_right_and_left_resizable_panel_v2.patch in #20481 to my Redmine 3.3.3, but seems the files...
-
08:30 Feature #24946: Issue rating (like button or vote up button)
- +1
-
08:18 Feature #20481: Gantt: right and left resizable panel
- Felix Gliesche wrote in #note-20:
> I found a small problem, after this patch has been applied. There is some space b...
Also available in: Atom