Activity
From 2024-02-03 to 2024-02-05
2024-02-05
-
16:57 Patch #40194 (Closed): Fix error in clear_disabled_fields method when IssuePriority is missing
- Hello
The clear_disabled_fields method in the Redmine codebase raises a NoMethodError exception when called,
and... -
16:15 Defect #40193 (Closed): Performance issue with email address auto-linking in the default ("none") formatter
- We recently encountered a significant issue where a user created issues with very lengthy descriptions, including ema...
-
16:06 Defect #8913 (Closed): Bug after deleting a project
-
15:58 Defect #6468 (Closed): wrong update query in Issue model
- I am closing this issue because awesome_nested_set gem, the library formerly used to implement nested sets, is no lon...
-
15:46 Defect #37922 (Closed): Valid email address is not allowed
- Fixed in Redmine 5.1.0 (#36969). Redmine now accepts "user@domain" format email addresses.
-
15:16 Feature #23488 (Closed): Image button with CSS formatting
-
14:40 Defect #38155 (Closed): RuntimeError when reloading Rails console
- Committed the patch in r22681. Thank you.
-
13:47 Defect #28243 (Confirmed): Principal.not_member_of scope does not accept ActiveRecord::Relation
- Setting the target version to 6.0.0.
-
11:22 Feature #19484 (Closed): Users ordering
- Following #38458 / r22224, the watchers list in the issue sidebar is ordered alphabetically according to the chosen u...
-
09:36 Defect #23019 (Closed): Markdown doesn't recognize mails
- Using CommonMark Markdown instead of Redcarpet-based Markdown can avoid the issue.
Please switch to CommonMark Markd... -
09:19 Feature #3956: Login by Email
- I think the problem may occur when a user sets another user's email address as their login ID. For example, if there ...
-
08:56 Defect #31507 (Closed): Test fails if trailing whitespaces are removed
- Committed the fix in r22679.
-
08:27 Defect #31010: The query visibility option "To me only" actually behaves as "To the owner only"
- The attached attachment:31010.patch implements #note-6.
-
05:24 Defect #27543: Key/value-pair custom field type not available to all customisable contents
- +1
I agree with @Felix Improvement.
I attach a patch with additional tests. -
03:54 Defect #25342 (Closed): ActionView::Template::Error (undefined method `accessor' for #<ActiveRecord::Type::Value:0xa91ee78>):
- Please reopen this issue if someone still experiences the same problem.
2024-02-04
-
14:34 Patch #28509 (Closed): hu.yml for Redmine 3.4
- Closing this issue as a duplicate of #33413.
-
14:34 Patch #33413 (Closed): Complete Hungarian/magyar hu.yml for Redmine 4.1.1
- Committed the translation in r22678. Thank you for your contribution.
-
06:56 Feature #40190 (Closed): Stop appending the utf8 checkmark parameter to form URLs
- Ruby on Rails appends the "utf8=✓" parameter to form URLs. I propose to remove this parameter by setting @config.acti...
-
06:05 Feature #34025: Raise the maximum length of the title element in the Atom feed from 100 to 300 characters
- Holger Just wrote in #note-10:
> The truncate was initially introduced in #1356.
>
> When changing this to not tr... -
05:55 Patch #13658 (Closed): include "In-Reply-To" field to aid email threading for some clients
- Marius BĂLTEANU wrote in #note-9:
> I've attached a patch to #13111 that fixes the threading issues on Gmail and Off... -
05:47 Defect #31831: Back url parse in validation
- You can fix this problem by preventing Rails from appending a "utf8" parameter to form URLs. This can be achieved by ...
-
03:33 Feature #30368 (Closed): How save crypt style password to extra filed in users table
- Please use "forums":/projects/redmine/boards for asking questions.
2024-02-03
-
10:03 Defect #40166 (Closed): Internationalize "Check all / Uncheck all" tooltip in project list for admins
-
10:00 Defect #40166 (Resolved): Internationalize "Check all / Uncheck all" tooltip in project list for admins
- Committed the fix in r22675. Thank you for reporting the issue.
-
09:45 Defect #33829: Fix Atom feed for issues to correctly use the updated time for "updated" element instead of the created time
- Setting the target version to 6.0.0.
-
08:31 Defect #33829: Fix Atom feed for issues to correctly use the updated time for "updated" element instead of the created time
- We can fix this issue by simply adding one line....
-
09:02 Defect #32983 (Closed): Filter for "Blocked by" "no open issues" not working
-
08:59 Defect #32852 (Closed): Upgrading from Redmine v4.0.5 to v4.1.0 gives 2 errors
-
08:39 Feature #34773: Redmine should be able to understand ":30" or ":5" in the Estimated time field of issues
- To omit entering leading zero, how about using "30m" or "5m"? Redmine also accepts this format.
-
07:50 Defect #32840 (Closed): Element title appears blank
-
07:33 Defect #32762 (Closed): Unicode character fails edit Issue
- #note-6 is the solution.
-
07:23 Defect #40189: about packaging and distribution on fedora
- Go MAEDA wrote in #note-6:
> Thank you for providing the information.
>
> Neftali Yagua wrote in #note-5:
> > Yo... -
07:12 Defect #40189: about packaging and distribution on fedora
- Thank you for providing the information.
Neftali Yagua wrote in #note-5:
> You will find the packaging repository... -
06:31 Defect #40189: about packaging and distribution on fedora
- Go MAEDA wrote in #note-4:
> Could you please point out the URL of a web page that describes the license file requir... -
06:14 Defect #40189: about packaging and distribution on fedora
- Could you please point out the URL of a web page that describes the license file requirements for Fedora packages?
... -
05:44 Defect #40189: about packaging and distribution on fedora
- Go MAEDA wrote in #note-1:
> Redmine is released under GNU General Public License v2.0.
> Please see source:trunk/d... -
05:43 Defect #40189: about packaging and distribution on fedora
- Go MAEDA wrote in #note-1:
> Redmine is released under GNU General Public License v2.0.
> Please see source:trunk/d... -
05:40 Defect #40189: about packaging and distribution on fedora
- Redmine is released under GNU General Public License v2.0.
Please see source:trunk/doc/COPYING. -
05:04 Defect #40189 (Closed): about packaging and distribution on fedora
- We would like to package redmine for the fedora distribution, however we hace not found information in the sources ab...
-
07:17 Feature #38265: When the user login is via 'autologin' cookiee, then the password change, and 2fa setting flow should not get triggered
- Does the "flow" mean some code you added to the Redmine, and what you mean is that the code does not work as expected...
-
02:48 Defect #38447: Time Tracking max time per day
- Maybe it is due to a rounding error of floating point values but I still cannot reproduce it in my environment.
Co... -
02:09 Feature #38504: Display pasted images in appropriate size on HiDPI displays
- I want to update the patch to specify the width of an image in the markup like GitHub, instead of using the "@2x" tri...
-
01:52 Defect #39802 (Closed): Fix click event handling in mobile view after closing flyout menu
- Thank you for your contribution.
Also available in: Atom