Activity
From 2024-02-06 to 2024-02-08
2024-02-08
-
23:05 Defect #40214 (Closed): NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- Thank you for your feedback.
-
19:04 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- before an upgrade, you should check the software requirements https://redmine.org/projects/redmine/wiki/RedmineInstal...
-
18:22 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- Pavel Rosický wrote in #note-3:
> well, these warnings give you some advice on what's wrong
> _Unknown database ada... -
18:20 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- Pavel Rosický wrote in #note-3:
> well, these warnings give you some advice on what's wrong
> _Unknown database ada... -
18:10 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- well, these warnings give you some advice on what's wrong
_Unknown database adapter `{"adapter"=>"mysql2"..._
it ... -
17:13 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- Pavel Rosický wrote in #note-1:
> most likely you forgot to update your Gemfile
>
> https://redmine.org/projects/... -
16:48 Defect #40214: NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- most likely you forgot to update your Gemfile
https://redmine.org/projects/redmine/wiki/RedmineUpgrade -
14:37 Defect #40214 (Closed): NoMethodError (undefined method `with_advisory_lock!' for class Issue)
- When i try to delete an issue the following error occurs:...
-
18:20 Defect #40215 (New): 422 Invalid form authenticity token.
- Error 422 Invalid form authenticity token is poping when accessing redmine from a different subnet.
-
13:16 Defect #32845 (Closed): New line codes are not reflected in tables created in textile format.
-
12:08 Patch #40211 (Closed): Remove appveyor.yml
- The file appveyor.yml (source:trunk/appveyor.yml@22697) in the root directory, a configuration for a CI/CD service "A...
-
11:28 Patch #40202: Add LICENSE.txt in the root directory
- Holger Just wrote in #note-3:
> As such, I'd rather propose to add the text from the current file headers to the new... -
11:02 Defect #40100: User ordering by name is incorrect for french language
- Sorry, my mistake.
P.S.
Why, when I open https://www.redmine.org/attachments/31850, and compare with 'issues_help... -
08:32 Defect #40100: User ordering by name is incorrect for french language
- Hi Boleslaw,
This patch assumption is that database ordering is fine while ruby ordering is not, patch is to always ... -
00:50 Defect #40100: User ordering by name is incorrect for french language
- Patch user_sorting_20240123193437.patch doesn't correct error for Polish language.
-
10:42 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- Thank you for your feedback!
Setting the target version to 5.0.8. -
10:39 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- Now I can confirm the behavior you described! :)
I missed the ... -
10:17 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- Update:
Tested also with 5.1-stable branch but the result is still the same with `GET /robots`: ... -
09:05 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- I have just installed Redmine 5.1.1 using tarball https://www.redmine.org/releases/redmine-5.1.1.tar.gz and applied t...
-
08:37 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- I have made a fresh install of Redmine 5.1.1 and only changed the robots route according to your suggestion.
Then... -
01:11 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- In my environment, the stable-5.1 branch with the patch works as expected as well. It successfully returns 404 for "/...
-
09:11 Patch #40210: Remove overrides that inserts a non-breaking space (nbsp) to empty option elements
- It appears to be affected by the changes made to config/initializers/10-patches.rb in r22488 ( https://github.com/red...
-
08:29 Patch #40210 (Confirmed): Remove overrides that inserts a non-breaking space (nbsp) to empty option elements
- I have confirmed the issue. In the following screenshot, you cannot set the assignee field to blank.
!{width: 598p... -
08:05 Patch #40210 (Closed): Remove overrides that inserts a non-breaking space (nbsp) to empty option elements
- In Redmine forms, a problem occurs where the "blank" option does not appear in select box fields (e.g., Version or Ca...
-
05:30 Feature #3956: Login by Email
- Marius BĂLTEANU wrote in #note-18:
> Is it safer to enable this feature under a new setting in Administration -> Aut... -
01:58 Defect #28243 (Closed): Principal.not_member_of scope does not accept ActiveRecord::Relation
- Committed the fix in r22697.
2024-02-07
-
22:04 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- I made the following changes:
* included favicon in assets pipeline and switched to @favicon_link_tag@ (https://apid... -
20:55 Defect #40204 (Closed): `rake redmine:plugins` fails with the error "Don't know how to build task 'redmine:plugins:assets'"
- Fixed, thanks!
-
10:20 Defect #40204 (Closed): `rake redmine:plugins` fails with the error "Don't know how to build task 'redmine:plugins:assets'"
- ...
-
19:43 Feature #14673: Custom field width size
- Hi Bruce,
I think this was implemented in core using Long Text field with full_width_layout option.
Regards -
19:30 Patch #30919: Group Issues Custom Fields - (Form like Issues)
- Hi Jérôme,
I rather prefer to discuss in forum : https://www.redmine.org/boards/1/topics/69072.
Kind regards, -
08:53 Patch #30919: Group Issues Custom Fields - (Form like Issues)
- philippe lhardy wrote in #note-34:
> Thanks Frederico,
>
> I didn't integrate your last update for clone yet, but... -
18:11 Feature #3956: Login by Email
- Is it safer to enable this feature under a new setting in Administration -> Authentication which should turn on / off...
-
17:02 Feature #3956: Login by Email
- A simple (and consistent) solution could be to find a user fiorst by login and then as a fallback by email address. T...
-
16:52 Patch #40202: Add LICENSE.txt in the root directory
- Note that in each file header, we currently specify the following:...
-
03:35 Patch #40202 (Closed): Add LICENSE.txt in the root directory
- Currently, the COPYING file which describes the license of Redmine is placed under the doc directory. This placement ...
-
15:09 Defect #40208: An ActionController::RespondToMismatchError occurred in welcome#robots
- When I try your changes with Redmine 5.1.1 I get errors:...
-
14:06 Defect #40208 (Confirmed): An ActionController::RespondToMismatchError occurred in welcome#robots
- Thank you for identifying the issue and proposing a solution. I have verified that your patch successfully resolves t...
-
13:21 Defect #40208 (Closed): An ActionController::RespondToMismatchError occurred in welcome#robots
- h2. Problem
Requesting the robots file via `https://<domain>.tld/robots` raises an error:... -
14:59 Defect #40193 (Closed): Performance issue with email address auto-linking in the default ("none") formatter
-
02:27 Defect #40193 (Resolved): Performance issue with email address auto-linking in the default ("none") formatter
- Committed the patch in r22684. Thank you for reporting the issue.
-
14:56 Defect #39780 (Closed): User select element on activity sidebar views cutoff when displaying long user names
-
10:52 Defect #40205: ThemesTest may fail if a third-party theme having theme.js is installed
- I don't know if this is the right approach, but changing the code as follows will fix the issue....
-
10:47 Defect #40205 (Closed): ThemesTest may fail if a third-party theme having theme.js is installed
- ThemesTest fail if a third-party theme having theme.js is installed, and if the name of the theme is the last in alph...
-
10:02 Patch #33638: Add informative default welcome text for new installations
- Setting the target version to 6.0.0.
-
07:51 Defect #11010 (Closed): Redmine 2.0 does not support Microsoft Quotes
-
07:48 Defect #9170 (Closed): Issue List alignment
-
05:43 Defect #21311 (Closed): Nothing happen when project in issue is changed.
-
05:28 Feature #34025 (Closed): Raise the maximum length of the title element in the Atom feed from 100 to 300 characters
- Committed the patch in r22685.
-
05:27 Feature #34025 (New): Raise the maximum length of the title element in the Atom feed from 100 to 300 characters
2024-02-06
-
16:36 Feature #39530: Feature to Group Custom Fields by Category
- a plugin mixing his feature was done in https://www.redmine.org/issues/30919
-
16:35 Patch #30919: Group Issues Custom Fields - (Form like Issues)
- Thanks Frederico,
I didn't integrate your last update for clone yet, but i reused your work and mixed with other to ... -
16:33 Defect #37784 (Closed): Crash on running v4.2.8
- The current version of Redmine does not have the following line in Gemfile. Probably the reported issue is fixed.
<p... -
16:10 Defect #39794 (Closed): apache + redmine 5.0
-
15:05 Feature #28150: Ability to choose Fields permissions for new issue
- +1
Status Transitions has it.
Field Permissions needs it. -
10:15 Defect #39780 (Resolved): User select element on activity sidebar views cutoff when displaying long user names
- Committed the fix in r22682. Thank you for pointing out the UI issue.
-
09:50 Patch #40197: Update commonmarker to 2.3.0
- FYI: CommonMarker 1.0 requires Ruby 3.1.0 or higher. If this change is included in Redmine 6.0.0, Redmine 6.0.0 will ...
-
08:04 Patch #40197 (Closed): Update commonmarker to 2.3.0
- https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md
-
09:36 Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter
- Setting the target version to 5.0.8.
-
08:43 Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter
- I have just tested the latest patch. It works great. No more performance issues.
-
07:03 Defect #40193: Performance issue with email address auto-linking in the default ("none") formatter
- According to "RFC1034 Section 3.1":https://datatracker.ietf.org/doc/html/rfc1034#section-3.1, the maximum length of e...
-
02:54 Defect #40193 (Confirmed): Performance issue with email address auto-linking in the default ("none") formatter
- I have confirmed the issue is reproducible with Ruby 3.0 and 3.1 but the test does not fail with Ruby 3.2 or later. M...
-
08:05 Patch #40198 (New): Update html-pipeline to 3.0
- https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md
-
06:22 Defect #38618 (Closed): it seems to be sorted by issue number instead of parent issue number. After that, setting the sort order has no effect at custom query
- Closing as a duplicate of #10048.
Also available in: Atom