Re: [Wikitech-l] git clone --depth=1 fails with error: RPC failed; result=22, HTTP code = 500

2012-04-15 Thread Thomas Gries
Am 14.04.2012 20:17, schrieb Chad: If you read my comments on that bug you will see I believe it is an upstream issue and is probably fixed in 2.3. -Chad Yes, but see https://code.google.com/p/gerrit/issues/detail?id=769 . The questions are: who is upgrading the software, and when ? Comment

Re: [Wikitech-l] git clone --depth=1 fails with error: RPC failed; result=22, HTTP code = 500

2012-04-15 Thread Chad
Yes, but if you read the release notes for 2.3 you will see they've upgraded to jgit 1.1. I'd like to upgrade our gerrit install in a week or two. -Chad On Apr 15, 2012 3:34 AM, Thomas Gries m...@tgries.de wrote: Am 14.04.2012 20:17, schrieb Chad: If you read my comments on that bug you will

[Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Ole Palnatoke Andersen
Hi! I would love to be able to manage my settings in one place - skins, language, gender etc. - rather than having to guess which option is which in a foreign language where I may even have chosen Cologne Blue in some distant past... I have found no way in the current setup to do so. Am I

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Martijn Hoekstra
On Sun, Apr 15, 2012 at 10:42 AM, Ole Palnatoke Andersen palnat...@gmail.com wrote: Hi! I would love to be able to manage my settings in one place - skins, language, gender etc. - rather than having to guess which option is which in a foreign language where I may even have chosen Cologne Blue

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Ole Palnatoke Andersen
On Sun, Apr 15, 2012 at 10:50 AM, Martijn Hoekstra martijnhoeks...@gmail.com wrote: On Sun, Apr 15, 2012 at 10:42 AM, Ole Palnatoke Andersen palnat...@gmail.com wrote: I would love to be able to manage my settings in one place - skins, language, gender etc. - rather than having to guess

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Petr Bena
I could be easily preference of users to pick if they want to use global settings or override it, should be very easy to implement On Sun, Apr 15, 2012 at 10:50 AM, Martijn Hoekstra martijnhoeks...@gmail.com wrote: On Sun, Apr 15, 2012 at 10:42 AM, Ole Palnatoke Andersen palnat...@gmail.com

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Thomas Gries
see open issue https://bugzilla.wikimedia.org/show_bug.cgi?id=14950 and the bugs marked as duplicates to it. Global preferences importance = high ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Ole Palnatoke Andersen
On Sun, Apr 15, 2012 at 11:15 AM, Thomas Gries m...@tgries.de wrote: see open issue https://bugzilla.wikimedia.org/show_bug.cgi?id=14950 and the bugs marked as duplicates to it. Global preferences importance = high Thanks. I'll just sit over in the corner impatiently, then :-) --

[MediaWiki-CodeReview] [MediaWiki r38992]: New comment added

2012-04-15 Thread MediaWiki Mail
MZMcBride posted a comment on MediaWiki.r38992. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/38992#c32679 Commit summary for MediaWiki.r38992: (bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which allows having the unprefixed page title as the default category

[MediaWiki-CodeReview] [MediaWiki r70416]: New comment added

2012-04-15 Thread MediaWiki Mail
MZMcBride posted a comment on MediaWiki.r70416. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70416#c32680 Commit summary for MediaWiki.r70416: Sort pages in categories without namespace prefix This removes $wgCategoryPrefixedDefaultSortkey and effectively always makes it false.

[MediaWiki-CodeReview] [pywikipedia r10110]: Revision status changed

2012-04-15 Thread MediaWiki Mail
Xqt changed the status of pywikipedia.r10110 to reverted URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10110 Old status: new New status: reverted Commit summary for pywikipedia.r10110: Localisation updates from http://translatewiki.net.

[MediaWiki-CodeReview] [pywikipedia r10111]: Revision status changed

2012-04-15 Thread MediaWiki Mail
Xqt changed the status of pywikipedia.r10111 to ok URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10111 Old status: new New status: ok Commit summary for pywikipedia.r10111: Revert r10110. For some reason, the source language was removed.

[Wikitech-l] Merging the ContentHandler branch for WIkidata

2012-04-15 Thread Daniel Kinzler
Hi all! As you may know, I have been working on a core branch to introduce the concept of content handlers http://meta.wikimedia.org/wiki/Wikidata/Notes/ContentHandler. Wikidata relies on the features introduces in that branch, and I'd like to merge them into core as soon as possible. Now, I'd

Re: [Wikitech-l] Lua: return versus print

2012-04-15 Thread Marcin Cieslak
Trevor Parscal tpars...@wikimedia.org wrote: +1 to all the points for using return values. Zope has a nice solution here: print Asdsds prints actually to the internal magic variable printed which has to be returned later with return printed if it's going to end up as the function

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Andrew Garrett
I wrote it once upon a time (in about 2009). It was never reviewed, and I could never find a sensible way to set up an interface for it. Not all preferences are transferrable, not everybody wants any shared preferences at all. I thought about using a whitelist and a single opt-in/out option, but

Re: [Wikitech-l] git-review wanting to submit lot of changes

2012-04-15 Thread Marcin Cieslak
Daniel Friesen li...@nadir-seen-fire.com wrote: What about the users who clone from their own GitHub fork as origin and push side-project branches there before merging and pushing finished projects to gerrit? A proper fix in the works currently is to not need .gitreview file at all if one

Re: [Wikitech-l] Lua: return versus print

2012-04-15 Thread Martijn Hoekstra
On Sun, Apr 15, 2012 at 5:40 PM, Marcin Cieslak sa...@saper.info wrote: Trevor Parscal tpars...@wikimedia.org wrote: +1 to all the points for using return values. Zope has a nice solution here:   print Asdsds prints actually to the internal magic variable printed which has to be returned

[Wikitech-l] When are new Interwiki links rendered ?

2012-04-15 Thread Thomas Gries
On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1 I found that links on my pages like [[geocache:GC3GAJZ|GC3GAJZ]] which uses the new Interwiki definitions were not rendered as

Re: [Wikitech-l] When are new Interwiki links rendered ?

2012-04-15 Thread Roan Kattouw
On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries m...@tgries.de wrote: On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1 How did you add these interwiki definitions exactly? Roan

Re: [Wikitech-l] When are new Interwiki links rendered ?

2012-04-15 Thread Thomas Gries
Am 15.04.2012 21:05, schrieb Roan Kattouw: On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries m...@tgries.de wrote: On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1 How did you add these

Re: [Wikitech-l] When are new Interwiki links rendered ?

2012-04-15 Thread Platonides
On 15/04/12 21:07, Thomas Gries wrote: Am 15.04.2012 21:05, schrieb Roan Kattouw: On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries m...@tgries.de wrote: On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache =

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Petr Bena
It would be better if user could override it on local wiki, or kept using global one, per project On Sun, Apr 15, 2012 at 5:43 PM, Andrew Garrett agarr...@wikimedia.org wrote: I wrote it once upon a time (in about 2009). It was never reviewed, and I could never find a sensible way to set up an

Re: [Wikitech-l] When are new Interwiki links rendered ?

2012-04-15 Thread Platonides
On 15/04/12 21:21, Platonides wrote: On 15/04/12 21:07, Thomas Gries wrote: Am 15.04.2012 21:05, schrieb Roan Kattouw: How did you add these interwiki definitions exactly? I added them via the Extension:Interwiki (they _are_ in the database table) /Interwiki

[MediaWiki-CodeReview] [MediaWiki r114913]: Revision status changed

2012-04-15 Thread MediaWiki Mail
Platonides changed the status of MediaWiki.r114913 to ok URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114913 Old status: new New status: ok Commit summary for MediaWiki.r114913: upd version number to 2.1 ___ MediaWiki-CodeReview mailing

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Platonides
On 15/04/12 21:47, Petr Bena wrote: It would be better if user could override it on local wiki, or kept using global one, per project He could now. Preference system have been rewritten since that time. ___ Wikitech-l mailing list

[MediaWiki-CodeReview] [MediaWiki r114912]: Revision status changed

2012-04-15 Thread MediaWiki Mail
Wikinaut changed the status of MediaWiki.r114912 to ok URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114912 Old status: new New status: ok Commit summary for MediaWiki.r114912: Purge the cached value from memcached. This fixes issues such as the one reported in

Re: [Wikitech-l] Lua: return versus print

2012-04-15 Thread Tim Starling
Thanks for your comments everyone. I'll stick with return. On 13/04/12 22:12, Petr Bena wrote: I have no knowledge of Lua, but I don't see what is problem with print here, the function print is supposed to print output to output device in most of programming languages, just as in this case, so

Re: [Wikitech-l] Too many random test wikis

2012-04-15 Thread Federico Leva (Nemo)
Just in case someone thinks otherwise, none of my doubts has been addressed. The point is what Helder stressed, and a lot of work is needed to reduce confusion. Nemo ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Andrew Garrett
On Mon, Apr 16, 2012 at 6:37 AM, Platonides platoni...@gmail.com wrote: On 15/04/12 21:47, Petr Bena wrote: It would be better if user could override it on local wiki, or kept using global one, per project He could now. Preference system have been rewritten since that time. *I* rewrote

[Wikitech-l] Bugzilla Weekly Report

2012-04-15 Thread reporter
MediaWiki Bugzilla Report for April 09, 2012 - April 16, 2012 Status changes this week Bugs NEW : 355 Bugs ASSIGNED : 12 Bugs REOPENED : 48 Bugs RESOLVED

[MediaWiki-CodeReview] [pywikipedia r10114]: Revision status changed

2012-04-15 Thread MediaWiki Mail
Xqt changed the status of pywikipedia.r10114 to ok URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10114 Old status: new New status: ok Commit summary for pywikipedia.r10114: Add trailing newline. ___ MediaWiki-CodeReview mailing list

Re: [Wikitech-l] Unified login vs. unified settings

2012-04-15 Thread Bináris
2012/4/15 Ole Palnatoke Andersen palnat...@gmail.com Hi! I would love to be able to manage my settings in one place There is somewhere a bot that does it for you, but I don't remember where I saw it. -- Bináris ___ Wikitech-l mailing list