Project

General

Profile

Activity

From 2024-05-02 to 2024-05-05

2024-05-04

16:14 Redmine Patch #40658 (New): Traditional Chinese translation update (to 22813)
* new
** label_issue_attachment_added, field_estimated_remaining_hours, field_last_activity_date
ChunChang (Nagaharu) Lo
10:05 Redmine 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 Redmine 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
10:04 Redmine Revision 22813 (svn): Add workflow to run Rubocop action.
Marius BĂLTEANU
09:11 Redmine Feature #28011: Setting for My page blocks to change the maximum number of issues
+1 Dmitry Nekrasov

2024-05-03

18:07 Redmine Defect #40648 (Needs feedback): Session Strength Medium Vulnerability
Marius BĂLTEANU
16:57 Redmine 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 Redmine 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 Redmine 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 Redmine 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 Redmine 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 Redmine Patch #40654 (New): Czech translation update
... Pavel Rosický
15:20 Redmine Revision 22812 (svn): Update locales (#37862).
Marius BĂLTEANU
15:16 Redmine 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
15:14 Redmine Revision 22811 (svn): Adds the date of the last activity to the list of available columns for Projects (#23954).
Patch by Frederico Camara (@fredsdc) and Marius BĂLTEANU (@marius.balteanu). Marius BĂLTEANU
15:04 Redmine Revision 22810 (svn): Updates locales (#40569).
Marius BĂLTEANU
14:29 Redmine 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 Redmine 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 Redmine 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 Redmine 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
13:57 Redmine Revision 22809 (svn): Fixes random failing tests.
Marius BĂLTEANU
10:27 Redmine 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
10:24 Redmine Revision 22808 (svn): Fixes failing tests on postgresql (#29894).
Marius BĂLTEANU
09:31 Redmine Revision 22807 (svn): Fixes failing tests caused by r22802 (#40652).
Marius BĂLTEANU

2024-05-02

23:55 Redmine Revision 22806 (svn): Fixes RuboCop offense Layout/SpaceInsideParens (#24457).
Marius BĂLTEANU
23:35 Redmine Revision 22805 (svn): Fixes RuboCop offense Performance/Sum (#24457, #4682).
Marius BĂLTEANU
23:27 Redmine 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 Redmine Feature #12895 (Closed): add more information to milestone / roadmap view
I think the request from here is covered in #1671. Marius BĂLTEANU
23:15 Redmine Revision 22804 (svn): Adds test for #24457.
Marius BĂLTEANU
23:01 Redmine Defect #4682 (Closed): Completed version with wrong progress bar status
Fixed in r22803. Marius BĂLTEANU
23:01 Redmine 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:58 Redmine Revision 22803 (svn): Progress of version should be calculated the same way as parent tasks (#24457, #4682).
Marius BĂLTEANU
22:23 Redmine Patch #40652 (Closed): Replace MD5 with SHA256 when creating the hash for gravatar URL
Marius BĂLTEANU
17:02 Redmine 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
22:23 Redmine Revision 22802 (svn): Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652).
Marius BĂLTEANU
20:58 Redmine 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 Redmine 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 Redmine 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 Redmine 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 Redmine 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 Redmine 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
 

Also available in: Atom