[Bug 40041] New: Update mailmap for 25.11.x
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Bug ID: 40041 Summary: Update mailmap for 25.11.x Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org We missed a few mailmap bits in the 25.05.x release -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #1 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 182895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182895&action=edit Bug 40041: Update .mailmap Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |martin.renvoize@openfifth.c |ity.org |o.uk -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182895|0 |1 is obsolete| | --- Comment #2 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 182952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182952&action=edit Bug 40041: mailmap fixes and tidy This patch fixes a couple errors I found in mailmap. Canonical names are added to some emails. Not 100% they are required, but they make sense anyway (i.e. if someone from OpenFifth forgets to set their name, we want the log/release notes to display it correctly regardless). A good example for the need of a canonical mapping is "Sam <samalau@gmail.com>" which we really want to display "Sam Lau" even if they missed to put the complete name. That's when a canonical mapping serves its purpose. To test: 1. Run: $ for i in colin.campbell@openfifth.co.uk chloe.zermatten@openfifth.co.uk martin.renvoize@openfifth.co.uk aude.charillon@openfifth.co.uk andrew.isherwood@ptfs-europe.com matt.blenkinsop@openfifth.co.uk matt.blenkinsip@ptfs-europe.com matt.blenkinsop@ptfs-europe.com andrew.auld@ptfs-europe.com pedro.amorim@ptfs-europe.com msaby mathsabypro@gmail.com marjorie.barry-vila@collecto.ca andrew.auld@openfifth.co.uk catrina@bywatersolutions.com felicie.thiery@biblibre.com janne.seppanen@lahti.fi jesse@bywatersolutions.com kelly@bywatersolutions.com laurence.rault@biblibre.com samalau@gmail.com ; do git check-mailmap -- $i ; done => FAIL: They don't show correctly 2. Apply this patch 3. Repeat 1 => SUCESS: They display correctly now 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Not sure how to run the commands in step 1 of the test plan - pasting it into the command line gives this error: fatal: unable to parse contact: colin.campbell@openfifth.co.uk fatal: unable to parse contact: chloe.zermatten@openfifth.co.uk .... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #4 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to David Nind from comment #3)
Not sure how to run the commands in step 1 of the test plan - pasting it into the command line gives this error:
fatal: unable to parse contact: colin.campbell@openfifth.co.uk fatal: unable to parse contact: chloe.zermatten@openfifth.co.uk ....
Ohhh. It depends on the git version! * git version 2.49.0: OK * git version 2.39.5 (KTD/bookworm): Error What do we so @ashimema? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com --- Comment #5 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to David Nind from comment #3)
Not sure how to run the commands in step 1 of the test plan - pasting it into the command line gives this error:
fatal: unable to parse contact: colin.campbell@openfifth.co.uk fatal: unable to parse contact: chloe.zermatten@openfifth.co.uk ....
I was also unable to resolve this error. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #6 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- I'm back to my patches and found this one. I feel like I sent this a year ago... The problem y'all have on reproducing the error and the fix is because of the `git` version as I mentioned. Older Git versions required the email to be in the canonical form, i.e. ``` "<$email>" ``` newer versions allow using raw emails. That's also why it worked for me on my mac host OS. I decided to re-do the patch with other enhancements as well as a revisited test plan that works on any git version. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182952|0 |1 is obsolete| | --- Comment #7 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 187423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187423&action=edit Bug 40041: Fix structurally incorrect .mailmap entries This patch fixes malformed entries in .mailmap that were causing display issues and incorrect author mapping. Issues fixed: - Marjorie Barry-Vila: Missing closing '>' in email address - Mathieu Saby: Incorrect alias format instead of proper mailmap format (was using excessive padding with alias, now uses proper 'Name <email> OldName <email>' format) These structural issues were breaking terminal display in tools like tig and preventing proper author consolidation. Test plan: 1. Apply patch 2. Run: git log --oneline | head -20 => SUCCESS: Authors display correctly 3. Check in tig or other git tools => SUCCESS: No excessive column width issues 4. Verify mailmap functionality: git shortlog -sn | grep -E 'Mathieu|Marjorie' => SUCCESS: Authors properly consolidated 5. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #8 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 187424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187424&action=edit Bug 40041: Reorganize and fix .mailmap file - Group same-person entries together for better maintainability - Normalize excessive whitespace padding that breaks terminal tools like tig - Add column alignment with second column at position 65 for readability - Move all sponsor entries to bottom of file - Add missing canonical name mappings for unmapped emails: * Matt Blenkinsop, Andrew Auld, Colin Campbell variations * Mathieu Saby email/username mappings - Remove malformed entry (Alex Arnaud = <=>) - Fix Colin Campbell canonical mapping to OpenFifth email This improves .mailmap functionality in both newer git versions and older versions like those in KTD (git 2.39.5). To test: 1. Run: $ ktd --shell k$ for i in colin.campbell@openfifth.co.uk chloe.zermatten@openfifth.co.uk martin.renvoize@openfifth.co.uk aude.charillon@openfifth.co.uk andrew.isherwood@ptfs-europe.com matt.blenkinsop@openfifth.co.uk matt.blenkinsip@ptfs-europe.com matt.blenkinsop@ptfs-europe.com andrew.auld@ptfs-europe.com pedro.amorim@ptfs-europe.com msaby mathsabypro@gmail.com marjorie.barry-vila@collecto.ca andrew.auld@openfifth.co.uk catrina@bywatersolutions.com felicie.thiery@biblibre.com janne.seppanen@lahti.fi jesse@bywatersolutions.com kelly@bywatersolutions.com laurence.rault@biblibre.com samalau@gmail.com ; do git check-mailmap -- "<$i>" ; done => FAIL: Don't look like canonical email entries 2. Apply this patches 3. Repeat 1 => SUCCESS: They look great! 4. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|martin.renvoize@openfifth.c |tomascohen@gmail.com |o.uk | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187423|0 |1 is obsolete| | --- Comment #9 from David Nind <david@davidnind.com> --- Created attachment 187432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187432&action=edit Bug 40041: Fix structurally incorrect .mailmap entries This patch fixes malformed entries in .mailmap that were causing display issues and incorrect author mapping. Issues fixed: - Marjorie Barry-Vila: Missing closing '>' in email address - Mathieu Saby: Incorrect alias format instead of proper mailmap format (was using excessive padding with alias, now uses proper 'Name <email> OldName <email>' format) These structural issues were breaking terminal display in tools like tig and preventing proper author consolidation. Test plan: 1. Apply patch 2. Run: git log --oneline | head -20 => SUCCESS: Authors display correctly 3. Check in tig or other git tools => SUCCESS: No excessive column width issues 4. Verify mailmap functionality: git shortlog -sn | grep -E 'Mathieu|Marjorie' => SUCCESS: Authors properly consolidated 5. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187424|0 |1 is obsolete| | --- Comment #10 from David Nind <david@davidnind.com> --- Created attachment 187433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187433&action=edit Bug 40041: Reorganize and fix .mailmap file - Group same-person entries together for better maintainability - Normalize excessive whitespace padding that breaks terminal tools like tig - Add column alignment with second column at position 65 for readability - Move all sponsor entries to bottom of file - Add missing canonical name mappings for unmapped emails: * Matt Blenkinsop, Andrew Auld, Colin Campbell variations * Mathieu Saby email/username mappings - Remove malformed entry (Alex Arnaud = <=>) - Fix Colin Campbell canonical mapping to OpenFifth email This improves .mailmap functionality in both newer git versions and older versions like those in KTD (git 2.39.5). To test: 1. Run: $ ktd --shell k$ for i in colin.campbell@openfifth.co.uk chloe.zermatten@openfifth.co.uk martin.renvoize@openfifth.co.uk aude.charillon@openfifth.co.uk andrew.isherwood@ptfs-europe.com matt.blenkinsop@openfifth.co.uk matt.blenkinsip@ptfs-europe.com matt.blenkinsop@ptfs-europe.com andrew.auld@ptfs-europe.com pedro.amorim@ptfs-europe.com msaby mathsabypro@gmail.com marjorie.barry-vila@collecto.ca andrew.auld@openfifth.co.uk catrina@bywatersolutions.com felicie.thiery@biblibre.com janne.seppanen@lahti.fi jesse@bywatersolutions.com kelly@bywatersolutions.com laurence.rault@biblibre.com samalau@gmail.com ; do git check-mailmap -- "<$i>" ; done => FAIL: Don't look like canonical email entries 2. Apply this patches 3. Repeat 1 => SUCCESS: They look great! 4. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #11 from David Nind <david@davidnind.com> --- Testing notes (using ktd): 1. Before the patches: <chloe.zermatten@openfifth.co.uk> <martin.renvoize@openfifth.co.uk> <aude.charillon@openfifth.co.uk> Andrew Isherwood <andrew.isherwood@openfifth.co.uk> <matt.blenkinsop@openfifth.co.uk> Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> Andrew Auld <andrew.auld@openfifth.co.uk> Pedro Amorim <pedro.amorim@openfifth.co.uk> <msaby> Mathieu Saby msaby <mathsabypro@gmail.com> <marjorie.barry-vila@collecto.ca> <andrew.auld@openfifth.co.uk> <catrina@bywatersolutions.com> <felicie.thiery@biblibre.com> <janne.seppanen@lahti.fi> <jesse@bywatersolutions.com> Kelly McElligott <kelly@bywatersolutions.com> <laurence.rault@biblibre.com> <samalau@gmail.com> 2. After the patches: olin Campbell <colin.campbell@ptfs-europe.com> Chloe Zermatten <chloe.zermatten@openfifth.co.uk> Martin Renvoize <martin.renvoize@openfifth.co.uk> Aude Charillon <aude.charillon@openfifth.co.uk> Andrew Isherwood <andrew.isherwood@openfifth.co.uk> Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> Andrew Auld <andrew.auld@openfifth.co.uk> Pedro Amorim <pedro.amorim@openfifth.co.uk> Mathieu Saby <mathsabypro@gmail.com> Mathieu Saby <mathsabypro@gmail.com> Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca> Andrew Auld <andrew.auld@openfifth.co.uk> Catrina Berka <catrina@bywatersolutions.com> Felicie Thiery <felicie.thiery@biblibre.com> Janne Seppänen <janne.seppanen@lahti.fi> Jesse Maseto <jesse@bywatersolutions.com> Kelly McElligott <kelly@bywatersolutions.com> Laurence Rault <laurence.rault@biblibre.com> Sam Lau <samalau@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 187448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187448&action=edit Bug 40041: Remove duplicated or unecessary entries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187448|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 187449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187449&action=edit Bug 40041: Remove duplicated or unecessary entries -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Tomas, can you confirm this follow-up is correct please? (In case I missed something) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187432|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 188045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188045&action=edit Bug 40041: Fix structurally incorrect .mailmap entries This patch fixes malformed entries in .mailmap that were causing display issues and incorrect author mapping. Issues fixed: - Marjorie Barry-Vila: Missing closing '>' in email address - Mathieu Saby: Incorrect alias format instead of proper mailmap format (was using excessive padding with alias, now uses proper 'Name <email> OldName <email>' format) These structural issues were breaking terminal display in tools like tig and preventing proper author consolidation. Test plan: 1. Apply patch 2. Run: git log --oneline | head -20 => SUCCESS: Authors display correctly 3. Check in tig or other git tools => SUCCESS: No excessive column width issues 4. Verify mailmap functionality: git shortlog -sn | grep -E 'Mathieu|Marjorie' => SUCCESS: Authors properly consolidated 5. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187433|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 188046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188046&action=edit Bug 40041: Reorganize and fix .mailmap file - Group same-person entries together for better maintainability - Normalize excessive whitespace padding that breaks terminal tools like tig - Add column alignment with second column at position 65 for readability - Move all sponsor entries to bottom of file - Add missing canonical name mappings for unmapped emails: * Matt Blenkinsop, Andrew Auld, Colin Campbell variations * Mathieu Saby email/username mappings - Remove malformed entry (Alex Arnaud = <=>) - Fix Colin Campbell canonical mapping to OpenFifth email This improves .mailmap functionality in both newer git versions and older versions like those in KTD (git 2.39.5). To test: 1. Run: $ ktd --shell k$ for i in colin.campbell@openfifth.co.uk chloe.zermatten@openfifth.co.uk martin.renvoize@openfifth.co.uk aude.charillon@openfifth.co.uk andrew.isherwood@ptfs-europe.com matt.blenkinsop@openfifth.co.uk matt.blenkinsip@ptfs-europe.com matt.blenkinsop@ptfs-europe.com andrew.auld@ptfs-europe.com pedro.amorim@ptfs-europe.com msaby mathsabypro@gmail.com marjorie.barry-vila@collecto.ca andrew.auld@openfifth.co.uk catrina@bywatersolutions.com felicie.thiery@biblibre.com janne.seppanen@lahti.fi jesse@bywatersolutions.com kelly@bywatersolutions.com laurence.rault@biblibre.com samalau@gmail.com ; do git check-mailmap -- "<$i>" ; done => FAIL: Don't look like canonical email entries 2. Apply this patches 3. Repeat 1 => SUCCESS: They look great! 4. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187449|0 |1 is obsolete| | --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 188047 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188047&action=edit Bug 40041: Remove duplicated or unecessary entries Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |m.de.rooy@rijksmuseum.nl |y.org | CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #18 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|25.11.00 |25.11.00,25.05.05 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #19 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00,25.05.05 |25.11.00,25.05.05,24.11.11 released in| | CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Pushed to oldstable --- Comment #20 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 24.11.x for 24.11.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188047|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 --- Comment #21 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 190239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190239&action=edit Bug 40041: (follow-up) Fix periods and add Robert Fox We introduced some errant periods in the mailmap which cause parsing issues. I also fix the removal of the '=' author by replacing it with a mapping to the original author of the patch from bug 6979, Robert Fox -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188047|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #22 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- follow-up pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Needs documenting CC| |baptiste.wojtkowski@biblibr | |e.com --- Comment #23 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- 22.11 is EOL, won't be pushed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40041 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED --- Comment #24 from David Nind <david@davidnind.com> --- No changes required to the manual. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org