Project

General

Profile

Activity

From 2024-05-01 to 2024-05-04

2024-05-04

16:14 Patch #40658 (Closed): Traditional Chinese translation update (to 22813)
* new
** label_issue_attachment_added, field_estimated_remaining_hours, field_last_activity_date
ChunChang (Nagaharu) Lo
10:05 Defect #40657: Rest API - filtering by regular expresion
I noticed just now that "*something*" doesnt work.
Sorry, please reject this issue :(
If you could direct me where ...
Petr Müller
09:57 Defect #40657 (New): Rest API - filtering by regular expresion
Hello,
on following link:
https://www.redmine.org/boards/2/topics/36299
i found example how to do "full search" by...
Petr Müller
09:11 Feature #28011: Setting for My page blocks to change the maximum number of issues
+1 Dmitry Nekrasov

2024-05-03

18:07 Defect #40648 (Needs feedback): Session Strength Medium Vulnerability
Marius BĂLTEANU
16:57 Defect #40648: Session Strength Medium Vulnerability
Session tokens are generated by https://ruby-doc.org/stdlib-2.7.0/libdoc/securerandom/rdoc/SecureRandom.html which is... Pavel Rosický
17:54 Feature #1757: Immediately send a notify email when a user is added to issue's watcher list
Yes, I can confirm that this worked now. Mails are sent, thanks for your work. Robert Röttger
17:14 Feature #1757: Immediately send a notify email when a user is added to issue's watcher list
Yes, indeed, this part of code is also non-default.
You need to delete from patch all lines with @@mail_signature = ...
User Redmine
16:45 Feature #1757: Immediately send a notify email when a user is added to issue's watcher list
thx again, I tried the 2nd option and removed the two lines. Now we got a different Error
> , [2024-05-03T16:42:41...
Robert Röttger
17:22 Patch #40655 (New): Revisions count is wrong on the wiki content page
It shows the number of the last revision instead of count of revisions
!clipboard-202405031721-7rb9m.png!
Karel Pičman
16:35 Patch #40654 (Closed): Czech translation update
... Pavel Rosický
15:16 Feature #23954 (Resolved): Shows the date of the last activity on Projects administration
The last activity date is now available as a column in Project query, I just committed the patch.
@fredsdc, did yo...
Marius BĂLTEANU
14:29 Defect #40643: Mail med länk att byta lösenord innehåller fel länk
Yes, that might be it.
We will test without the plugin.
Thank you very much.
Katarina Eklund
14:21 Defect #40643: Mail med länk att byta lösenord innehåller fel länk
Yes, thank you!
Can you check without the @redmine_editauthor@ plugin?
I've just tested on my local environment an...
Marius BĂLTEANU
14:14 Defect #40643: Mail med länk att byta lösenord innehåller fel länk
!clipboard-202405031414-1rki7.png!
Is this what you need?
Katarina Eklund
13:53 Defect #40643: Mail med länk att byta lösenord innehåller fel länk
Can you post details about your environment from Administration -> Information? Marius BĂLTEANU
10:27 Feature #29894 (Closed): View watchers on the issue list
@super.sorted@ triggers lots of queries on my environment. I've committed a different fix in r22808. Marius BĂLTEANU

2024-05-02

23:27 Patch #1671: Show a breakdown of estimated/spent/remaining time for a version
I attached a patch to #37862 that brings the Estimated remaining time information in version page. Please take a look. Marius BĂLTEANU
23:20 Feature #12895 (Closed): add more information to milestone / roadmap view
I think the request from here is covered in #1671. Marius BĂLTEANU
23:01 Defect #4682 (Closed): Completed version with wrong progress bar status
Fixed in r22803. Marius BĂLTEANU
23:01 Defect #24457 (Closed): Progress of version should be calculated the same way as parent tasks
This is a very old issue and I've committed the fix from my previous patch in order to have the same behaviour from p... Marius BĂLTEANU
22:23 Patch #40652 (Closed): Replace MD5 with SHA256 when creating the hash for gravatar URL
Marius BĂLTEANU
17:02 Patch #40652 (Closed): Replace MD5 with SHA256 when creating the hash for gravatar URL
https://docs.gravatar.com/avatars/hash/
This is extracted from #35217....
Marius BĂLTEANU
20:58 Feature #1757: Immediately send a notify email when a user is added to issue's watcher list
> Hi! Thanks for the contribution, I tried it with Redmine 5.1.1.stable but it didnt work, I'm getting this error:
...
User Redmine
19:14 Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest
yeah, it looks like https://www.gravatar.com does support SHA256 now, it wasn't supported at the time when I wrote th... Pavel Rosický
17:06 Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest
Jens Krämer wrote in #note-3:
> I would suggest to just swap out MD5 for SHA256 for the Gravatar use case. It seems ...
Marius BĂLTEANU
06:24 Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest
I would suggest to just swap out MD5 for SHA256 for the Gravatar use case. It seems not practical to tie this to the ... Jens Krämer
18:16 Patch #37862: Estimated time remaining issue query column
Jens, I made some changes in top of your patch in order to add the estimated remaining time info also to version page... Marius BĂLTEANU
12:02 Feature #29894: View watchers on the issue list
The test IssuesControllerTest#test_index_with_watchers_column_as_csv randomly fails.
Please review the patch attachm...
Go MAEDA

2024-05-01

19:58 Defect #40650 (New): Fix alt and title attributes when alt text is specified for attached images in Textile format.
This patch fixes the following problems when specifying alt text for attached images in Textile format.
* When a d...
Katsuya HIDAKA
10:13 Patch #35217: Replace use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest
Pavel Rosický wrote in #note-1:
> thanks for working on this!
>
> however, the OpenID change isn't safe. The SHA1...
Marius BĂLTEANU
09:57 Feature #24277: Introducing Remaining Time field as method to track the remaining time to complete an issue
Thanks Rakek for updating the patches. For now, I've committed #37862 in order to build on top of it this feature.
...
Marius BĂLTEANU
03:49 Feature #24277: Introducing Remaining Time field as method to track the remaining time to complete an issue
Hi,
This is a feature that would be very handy to exist in Redmine! I've had a go at updating the patchsets to the...
Radek Pesina
09:52 Patch #37862: Estimated time remaining issue query column
This is a nice addition, but I think we should develop more this feature in order to add this info also to issue page... Marius BĂLTEANU
09:50 Patch #37862 (Resolved): Estimated time remaining issue query column
I've committed this feature for version:"6.0.0". Marius BĂLTEANU
03:45 Patch #37862: Estimated time remaining issue query column
Hi,
For ease of making it into the next major release, I've merged the patch to the latest version of Redmine (v5....
Radek Pesina
09:33 Defect #40632 (Closed): Changed email notification configuration disregarded
Thanks for your feedback! Marius BĂLTEANU
 

Also available in: Atom