Project

General

Profile

Actions

Bug #349

closed

Fix Commit Notification bot

Added by Dennis Roczek about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
Due date:
% Done:

100%

Tags:

Description

The Commit Notification bot doesn't handle special characters in the Commiter's name well, see comment #19 in fdo#43157 ( https://bugs.freedesktop.org/show_bug.cgi?id=43157#c19 )

Actions #1

Updated by Alexander Werner almost 10 years ago

Notified Throsten, Norbert and David about this bug.

Actions #2

Updated by Alexander Werner almost 10 years ago

  • Status changed from New to Feedback
Actions #3

Updated by Norbert Thiebaud almost 10 years ago

the perl script that seems to be responsible to send stuff to bugzilla contains:

  1. sanitize the comment - we are not handling utf-8 correctly from some reason
    for ( $comment ) {
    s/á/a/g;
    s/Á/A/g;
    s/é/e/g;
    s/ě/e/g;
    s/É/E/g;
    s/Ě/E/g;
    s/í/i/g;
    s/Í/I/g;
    s/ó/o/g;
    s/Ó/O/g;
    s/ú/u/g;
    s/ů/ů/g;
    s/Ú/U/g;
    s/Ů/U/g;
    s/ý/y/g;
    s/Ý/Y/g;
    }

which seems to indicate that the thing is fundamentally borked.. and does not deal with ë anyway
I added more hack to deal with ë and ê

Actions #4

Updated by Dennis Roczek over 9 years ago

and another one:
https://bugs.freedesktop.org/show_bug.cgi?id=79673#c22

Tomaž Vajngerl should be Tomaž Vajngerl

Would you add this one, too?

Actions #5

Updated by Florian Effenberger over 9 years ago

  • Assignee set to Norbert Thiebaud

Norbert, can you help? ;-) Or can this be closed?

Actions #6

Updated by Adolfo Jayme Barrientos over 9 years ago

  • % Done changed from 0 to 100

Florian Effenberger wrote:

Norbert, can you help? ;-) Or can this be closed?

This is actually already fixed :-) It was Markus who inadvertently fixed this when rewriting the script in Python for the new Bugzilla version.

Actions #7

Updated by Florian Effenberger over 9 years ago

  • Status changed from Feedback to Closed

Thanks! ;)

Actions

Also available in: Atom PDF