[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #14 from JackPotte hubert.bos...@gmail.com ---
Now it seems to refuse my Change-Id, I tried to follow the hint below without
success:

$ git push ssh://jackpo...@gerrit.wikimedia.org:29418/mediawiki/extensions/Quiz
 HEAD:refs/for/master
Enter passphrase for key '/c/Users/hbossot/.ssh/id_rsa':
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 352 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2)
remote: Processing changes: refs: 1, done
remote: ERROR: missing Change-Id in commit message footer
remote: Suggestion for commit message:
remote: https://bugzilla.wikimedia.org/show_bug.cgi?id=67375
remote:
remote: Change-Id: I6d592bddb47ada1e221e3d6921a1b62484ee3e04
remote:
remote: Hint: To automatically insert Change-Id, install the hook:
remote:   gitdir=$(git rev-parse --git-dir); scp -p -P 29418
jackpo...@gerrit.wi
kimedia.org:hooks/commit-msg ${gitdir}/hooks/
remote:
remote:
To ssh://jackpo...@gerrit.wikimedia.org:29418/mediawiki/extensions/Quiz
 ! [remote rejected] HEAD - refs/for/master (missing Change-Id in commit
messag
e footer)
error: failed to push some refs to
'ssh://jackpo...@gerrit.wikimedia.org:29418/m
ediawiki/extensions/Quiz'


I've posted the summary of my process:
https://www.mediawiki.org/w/index.php?title=User%3AJackPottediff=1222023oldid=1014645

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #15 from JackPotte hubert.bos...@gmail.com ---
Finally it seems to work by manually inserting the change ID above:


$ git push ssh://jackpo...@gerrit.wikimedia.org:29418/mediawiki/extensions/Quiz
 HEAD:refs/for/master
Enter passphrase for key '/c/Users/hbossot/.ssh/id_rsa':
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 398 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2)
remote: Processing changes: new: 1, refs: 1, done
remote:
remote: New Changes:
remote:   https://gerrit.wikimedia.org/r/166284
remote:
To ssh://jackpo...@gerrit.wikimedia.org:29418/mediawiki/extensions/Quiz
 * [new branch]  HEAD - refs/for/master

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 166284 had a related patch set uploaded by Bartosz Dziewoński:
Do not hardcode colons outside of translatable strings

https://gerrit.wikimedia.org/r/166284

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #10 from JackPotte hubert.bos...@gmail.com ---
I've regenerated an SSH key, re-added it into Git Bash, Gerrit and Wikitech,
and recloned Quiz. But finally the same error occurred during the push:
/Git/quiz (master)
$ git push https://gerrit.wikimedia.org/r/mediawiki/extensions/Quiz HEAD:refs/f
or/master
Username for 'https://gerrit.wikimedia.org': JackPotte
Password for 'https://jackpo...@gerrit.wikimedia.org':
fatal: Authentication failed for
'https://gerrit.wikimedia.org/r/mediawiki/exten
sions/Quiz/'

/Git/quiz (master)


The password I've entered several times works on https://gerrit.wikimedia.org/


It may be simpler if someone else could proceed, Quiz.class.php took me less
than one minute to be modified.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #11 from Bartosz Dziewoński matma@gmail.com ---
You must set a separate password to push via HTTPS:
https://gerrit.wikimedia.org/r/#/settings/http-password .

But I'm not aware of anyone who has successfully uses that, people usually push
via SSH after adding public key at
https://gerrit.wikimedia.org/r/#/settings/ssh-keys .

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #12 from JackPotte hubert.bos...@gmail.com ---
Thank you, the authentication has worked in HTTPS, but now I've got prohibited
by Gerrit, by pushing in HTTPS or SSH, with the branch master or another:

/Git/quiz (master)
$ git push
Username for 'https://gerrit.wikimedia.org': jackpotte
Password for 'https://jackpo...@gerrit.wikimedia.org':
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 352 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2)
remote: Branch refs/heads/master:
remote: You are not allowed to perform this operation.
remote: To push into this reference you need 'Push' rights.
remote: User: jackpotte
remote: Please read the documentation and contact an administrator
remote: if you feel the configuration is incorrect
remote: Processing changes: refs: 1, done
To https://gerrit.wikimedia.org/r/mediawiki/extensions/Quiz
 ! [remote rejected] master - master (prohibited by Gerrit)
error: failed to push some refs to
'https://gerrit.wikimedia.org/r/mediawiki/ext
ensions/Quiz'


/Git/quiz (master)
$ git push origin master
Enter passphrase for key '/c/Users/jackpotte/.ssh/id_rsa':
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 352 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2)
remote: Branch refs/heads/master:
remote: You are not allowed to perform this operation.
remote: To push into this reference you need 'Push' rights.
remote: User: jackpotte
remote: Please read the documentation and contact an administrator
remote: if you feel the configuration is incorrect
remote: Processing changes: refs: 1, done
To ssh://jackpo...@gerrit.wikimedia.org:29418/mediawiki/extensions/Quiz
 ! [remote rejected] master - master (prohibited by Gerrit)
error: failed to push some refs to
'ssh://jackpo...@gerrit.wikimedia.org:29418/m
ediawiki/extensions/Quiz'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #13 from Bartosz Dziewoński matma@gmail.com ---
You still need to push to 'refs/for/master', like in the command you had in
comment 10. You can't directly push to 'master' unless you have Push rights,
like the error message explains (which no one has for most of our repositories,
as far as I know).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
JackPotte: If you think that you don't have sufficient rights, please do paste
the commands and error messages here when you follow
https://www.mediawiki.org/wiki/Gerrit/Tutorial

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #6 from JackPotte hubert.bos...@gmail.com ---
https://gerrit.wikimedia.org/r/#/settings/group-memberships indicates that I'm 
 Anonymous Users
 Registered Users
 mediawiki-training
So it seems I don't have the right to submit any modification for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
(In reply to JackPotte from comment #6)
 So it seems I don't have the right to submit any modification for now.

Did you follow the steps in https://www.mediawiki.org/wiki/Developer_access ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #8 from JackPotte hubert.bos...@gmail.com ---
I've got a Wikitech shell account since the beginning, but my groups are:
Registered users, Users, shell

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||i18n
Summary|Non-breaking space needed   |Hardcoded colons in
   |in French for Quiz  |translatable strings -
   ||Non-breaking space needed
   ||in French for Quiz

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
The problem is the TODO here:
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FQuiz.git/b23418d4903d448f7a478403925230400249c668/Quiz.class.php#L140

A really ugly hack might be to change the French translations in Quiz.i18n.php
to end with an nbsp but I have no idea if our translation format supports
entering and processing that. Somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #4 from JackPotte hubert.bos...@gmail.com ---
I had removed the three colons in this file (rather not than without space, to
initiate any Translatewiki colons addition after), but I can't push by using my
Gerrit account:

$ git push --set-upstream quiz master
Username for 'https://git.wikimedia.org': JackPotte
Password for 'https://jackpo...@git.wikimedia.org':
fatal: Authentication failed for
'https://git.wikimedia.org/git/mediawiki/extensions/Quiz.git/'

$ git push --set-upstream quiz master
Username for 'https://gerrit.wikimedia.org': JackPotte
Password for 'https://jackpo...@gerrit.wikimedia.org':
fatal: Authentication failed for
'https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Quiz.git/'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 67375] Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz

2014-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67375

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
You probably need to use Gerrit for this to get a review first - see
http://www.mediawiki.org/wiki/Gerrit/Tutorial or
http://tools.wmflabs.org/gerrit-patch-uploader/ as a shortcut.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l