[Bug 22285] File name too long, impossible to create a thumbnail (limit uploaded file name length).

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22285

deletesoftw...@yandex.ru changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #4 from deletesoftw...@yandex.ru 2011-07-16 06:43:44 UTC ---
Sorry, I am not asking to make it possible to use infinite file names, but to
make it less easy to bump into the limit that way.

Why not warn the uploader before he chooses a name which would cause problems?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29913] ScoWp Import sources

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29913

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2011-07-16 07:03:03 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 2027)
+++ InitialiseSettings.php(working copy)
@@ -7351,6 +7351,7 @@
 'sawikisource' = array( 'oldwikisource' ),
 'scnwiki' = array( 'it', 'en', 'fr' ),
 'scnwiktionary' = array( 'w', 'it', 'en', 'fr' ),
+'scowiki' = array( 'en', 'simple' ),
 'sewikimedia' = array( 'w:sv' ),
 'simplewiki' = array( 'en', 'wikt', 'b', 'q'),
 'simplewiktionary' = array( 'en', 'w', 'b', 'q'),
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28221] Romanian Wiktionary $wgSitename change and change of namespace name for extra namespace

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28221

--- Comment #10 from JeLuF je...@gmx.de 2011-07-16 07:22:42 UTC ---
... 56287 (0,Wikționar:Ajutor) - (4,Ajutor) [[Wikționar:Ajutor]]
...  *** cannot resolve automatically; page exists with ID 648 ***
...  *** old title Ajutor
...  *** new title Ajutor/BROKEN
...  *** using suffixed form [[Wikționar:Ajutor/BROKEN]] ***
... resolving on page... ok.
... 56285 (0,Wikționar:Cafenea) - (4,Cafenea) [[Wikționar:Cafenea]]
...  *** cannot resolve automatically; page exists with ID 2745 ***
...  *** old title Cafenea
...  *** new title Cafenea/BROKEN
...  *** using suffixed form [[Wikționar:Cafenea/BROKEN]] ***
... resolving on page... ok.
... 4 (0,Wikționar:Cuvânt) - (4,Cuvânt) [[Wikționar:Cuvânt]]
...  *** cannot resolve automatically; page exists with ID 656 ***
...  *** old title Cuvânt
...  *** new title Cuvânt/BROKEN
...  *** using suffixed form [[Wikționar:Cuvânt/BROKEN]] ***
... resolving on page... ok.
... 56288 (0,Wikționar:Despre) - (4,Despre) [[Wikționar:Despre]]
...  *** cannot resolve automatically; page exists with ID 4226 ***
...  *** old title Despre
...  *** new title Despre/BROKEN
...  *** using suffixed form [[Wikționar:Despre/BROKEN]] ***
... resolving on page... ok.
... 56289 (0,Wikționar:Termeni) - (4,Termeni) [[Wikționar:Termeni]]
...  *** cannot resolve automatically; page exists with ID 4328 ***
...  *** old title Termeni
...  *** new title Termeni/BROKEN
...  *** using suffixed form [[Wikționar:Termeni/BROKEN]] ***
... resolving on page... ok.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29648] Set $wgCollectionHierarchyDelimiter = / for Wikibooks projects

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29648

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from JeLuF je...@gmx.de 2011-07-16 07:36:48 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 2029)
+++ InitialiseSettings.php(working copy)
@@ -8638,6 +8638,11 @@
 'metawiki' = array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT,
NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_HELP, NS_HELP_TALK, 100,
101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 200 ), 
 ),

+'wmgCollectionHierarchyDelimiter' = array(
+'default'  = false, // false == don't overwrite the extension's default
settings
+'wikibooks' = '/',
+),
+
 'wmgUseSpamBlacklist' = array(
 'default' = true,
 'private' = false,
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 5638] show translated titles per user language, based on interlanguage links (patch included)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5638

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX

--- Comment #16 from Ashar Voultoiz has...@free.fr 2011-07-16 07:47:56 UTC ---
See comment #10 for an argument against interwikis. Niklas closed this bug with
comment #11 using the reason above.
Reclosing. We do not want to use the interwikis links.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29906] Edit by a non-(auto)-reviewer flagged automatically

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29906

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

   Severity|major   |normal

--- Comment #2 from Michael M. listenle...@gmail.com 2011-07-16 07:55:28 UTC 
---
At the time of this edit he had 52 edits in main namespace of which some were
reverted. He didn't enter 20 edit summary, but he had more than 20
autosummaries before r69277, so he probably meets that criterion.
If
'totalCheckedEdits'   = 50, # ...Edits before the stable version of pages
really counts every edit to an article that was flagged in a later revision,
even if the edit itself was reverted, then he would have met the conditions.
But this wouldn't be a sensible configuration.

His next edit in main namespace was not flagged automatically, since he has
been blocked in the meantime. But the API still lists the autoreview right for
him.

For me the API even lists the autoreview group:
http://de.wikipedia.org/w/api.php?action=querylist=usersususers=Schnarkusprop=groups|rights
Is this because I'm in editor group as well?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23215] Rename the als.*.org projects to gsw.*.org

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23215

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||LATER

--- Comment #10 from Ashar Voultoiz has...@free.fr 2011-07-16 08:03:43 UTC ---
Per Clemens comment above, I am closing this bug.  It appears GSW might only be
temporary, so better wait a final code :-)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 19986] Wikis waiting to be renamed (Tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

Bug 19986 depends on bug 23215, which changed state.

Bug 23215 Summary: Rename the als.*.org projects to gsw.*.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=23215

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||LATER

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29850] RSS feed broken in Safari

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29850

--- Comment #9 from Domas Mituzas domas.mitu...@gmail.com 2011-07-16 08:11:42 
UTC ---
The problem is that one you _open_ RSS feed, it gets syncidated forever in some
local store, and whole RSS then bloats gigabytes of storage locally (and yes,
there're useless calls to RSS layer).

As we can't differentiate between proper intended RSS request and unintended
one, we are saving our users. 

It isn't link existence that causes the behavior, it is actually opening that
link from Safari.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29850] RSS feed broken in Safari

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29850

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #10 from p858snake p858sn...@gmail.com 2011-07-16 08:15:36 UTC ---
So that is a user issue... we shouldn't be blocking that.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29850] RSS feed broken in Safari

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29850

--- Comment #11 from Domas Mituzas domas.mitu...@gmail.com 2011-07-16 
08:18:43 UTC ---
who are you, and on what did you base your opinion? 
in the end, everything is a user issue, we shouldn't do anything.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 17423] Gecko, WebKit and Opera image left thumb mispositioning

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17423

--- Comment #3 from Derk-Jan Hartman hart...@videolan.org 2011-07-16 08:27:49 
UTC ---
Created attachment 8789
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8789
screenshot

I'm quite sure this (screenshot) is what the original reporter is hinting at.
It's a known issue with floats and allowed by the HTML and CSS standards. There
should be a more elaborate bugreport on it somewhere in bugzilla.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29914] 'Make your own': translated text which is longer

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29914

--- Comment #2 from Raimond Spekking raimond.spekk...@gmail.com 2011-07-16 
08:30:22 UTC ---
(In reply to comment #1)
 Checked in a qqq message in r92301.

Thanks.

 What's the best way to force the longer ones to be retranslated?

A translatewiki.net serveradmin has to fuzzy existing translations, i.e.
http://translatewiki.net/w/i.php?title=MediaWiki:Wikilove-type-makeyourown/dediff=prevoldid=3140540

 Do I just delete them from the i18n file?

That would not work because our export script would add them the next night
again.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29910] Activation of AbuseFilter on Spanish Wiktionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29910

DF wmdf...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|RESOLVED|REOPENED
 CC||wmdf...@gmail.com
 Resolution|FIXED   |
 AssignedTo|wikibugs-l@lists.wikimedia. |je...@gmx.de
   |org |
   Severity|enhancement |normal

--- Comment #3 from DF wmdf...@gmail.com 2011-07-16 09:06:52 UTC ---
Please remove 

$wgGroupPermissions['sysop']['abusefilter-private'] = true;

as it provides unlogged access to IP addresses of users that triggers any
filter to non-identified people.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29773] Upgrade jQuery to 1.6.2 in MediaWiki 1.19

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29773

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #4 from Ashar Voultoiz has...@free.fr 2011-07-16 09:13:14 UTC ---
merged in REL1_18 by r92349

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29919] New: Move the wiki of WMEE

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29919

   Web browser: ---
 Bug #: 29919
   Summary: Move the wiki of WMEE
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://et.wikimedia.org/
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pi...@hot.ee
Blocks: 19986
Classification: Unclassified


et.wikimedia.org → ee.wikimedia.org

'et' is a language code for Estonian, and 'ee' is a country code for Estonia.
Elsewhere chapters seem to be identified by country codes – eg the e-mail of
the same chapther, which is wm-ee or the wiki of WMSE, which is
se.wikimeida.org instead of sv.wikimedia.org. Thanks!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 19986] Wikis waiting to be renamed (Tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

Pikne pi...@hot.ee changed:

   What|Removed |Added

 Depends on||29919

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28613] Thumbnails of updated files fail to purge on squids

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28613

Matthias Becker matthiasbecker1...@yahoo.de changed:

   What|Removed |Added

 CC||matthiasbecker1...@yahoo.de

--- Comment #61 from Matthias Becker matthiasbecker1...@yahoo.de 2011-07-16 
09:16:22 UTC ---
I observed that changing the image size using the upright parameter does
produce a new thumb but only for that size. For example in 
http://de.wikipedia.org/wiki/Diskussion:Nuklearkatastrophe_von_Fukushima#Tropisches_Wettergeschehen
the map on the right does not actualize. But it did, when I changed it from
upright=1.5 to upright=1.4. A later reverting to the former size brought back
the older image version.

With the specific file
http://commons.wikimedia.org/wiki/File:JTWC_wp0811.gif
I made yet another observation which is valid at least for the last four or
five uploads.

When I uploaded the second version (edit comment Adv. 12) the preview updated
as it should. From the third version (Adv. 13) onwards the preview and the
thumb for the latest version didn't refresh anymore, so is both showed the map
to Adv. 12 all the time. But: Uploading a new version did make the second
last thumb in the file versions history updating, i.e. after I uploaded version
Adv. 20 the version Adv. 19 got it's correct thumb. Before uploading Adv.
20 the Adv. 19 thumb showed the same as the second version in row, Adv.
12.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 25184] Toolbar API: Unnecessary cookies are stored when inserting a booklet

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25184

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

   Keywords||patch
  Component|UsabilityInitiative |WikiEditor

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 17423] Gecko, WebKit and Opera image left thumb mispositioning

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17423

--- Comment #4 from Kozuch kol...@seznam.cz 2011-07-16 09:47:10 UTC ---
Hi, I have no idea why I did not attach a screenshot (too lazy probably). I can
not see the issue in FF5 now anymore (in the old revision) and there is onyl a
slight problem in Chrome 13.0.782.55 beta-m. Did you want to say there is a
dupe somewhere here?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29917] LiquidThreads should obey Vector's useeditwarning user preference

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29917

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Summary|LiquidThreads should have   |LiquidThreads should obey
   |the Are you sure you want  |Vector's useeditwarning
   |to leave this page?|user preference
   |warning |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 16875] Importing (transwiki) only the top revision should succeed reliably

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16875

--- Comment #4 from Chad H. innocentkil...@gmail.com 2011-07-16 11:37:42 UTC 
---
Transwiki importing? Yes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 164] Support collation by a certain locale (sorting order of characters)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #214 from Niklas Laxström niklas.laxst...@gmail.com 2011-07-16 
11:51:15 UTC ---
There are lots of places where pages are listed - don't they also require or
benefit form such index?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29921] New: Loading a page with ResourceLoader takes more time than without that

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29921

   Web browser: ---
 Bug #: 29921
   Summary: Loading a page with ResourceLoader takes more time
than without that
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Resource Loader
AssignedTo: tpars...@wikimedia.org
ReportedBy: szots...@gmail.com
CC: roan.katt...@gmail.com
Classification: Unclassified


I've just upgraded to MediaWiki 1.17 and also updated my skin file to use
ResourceLoader.
But the problem is with ResourceLoader, that my site is loading from 8 secs to
2 mins… Before it took approximately 4-5 seconds.

After I investigated the issue, I found out, that RL doesn't cache the
generated minimized files, rather than it let a proxy to cache it for own
purpose.

It's very bad, because for a slow server (typical at hosting providers) every
page generation takes a lot of time to generate to all users a dedicated JS and
CSS file (which are mostly the same).

For example phpBB stores its generated cache in the database. Wordpress with
W3 Total Cache extension stores every minimized files on the file system
after the first visitor had that generated (and even automatically stores that
on a CDN).

After I disabled the RL and removed it from my skin, the site loads again in 2
seconds.

Here is a thread on it:
http://lists.wikimedia.org/pipermail/mediawiki-l/2011-July/037638.html

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29919] Move the wiki of WMEE

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29919

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29922] New: Live hack abusefilter-private out of abusefilter if possible

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29922

   Web browser: ---
 Bug #: 29922
   Summary: Live hack abusefilter-private out of abusefilter if
possible
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com
CC: agarr...@wikimedia.org, tstarl...@wikimedia.org
Classification: Unclassified


Can we/is it possible to livehack out the access to the details that the
abusefilter-private right in abuse filter gives out if its accidently enabled
for user groups (eg: bug 29910 comment #3)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29910] Activation of AbuseFilter on Spanish Wiktionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29910

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #4 from Ariel T. Glenn ar...@wikimedia.org 2011-07-16 12:53:21 
UTC ---
it's been set to false like all the rest now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29910] Activation of AbuseFilter on Spanish Wiktionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29910

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from p858snake p858sn...@gmail.com 2011-07-16 12:54:26 UTC ---
(In reply to comment #4)
 it's been set to false like all the rest now.

remarking fixed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29923] New: Install QA system at help.en.wikipedia.org

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29923

   Web browser: ---
 Bug #: 29923
   Summary: Install QA system at help.en.wikipedia.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kol...@seznam.cz
Classification: Unclassified


I think there is a need for a user-generated help system like for instance
help.openstreetmap.org is. The rules of English Wikipedia are a big barier in
acquiring of new users and editors. 

New users are not familiar with wiki interface and there is no easy place
where they could ask something (if they are not at least so tech savvy to leave
a note on a discussion page, usualy without a signature). Opening an easy
interface for help will be a big benefit for English Wikipedia.

Incorporate the QA system in SUL. Open source software should be used (OSQA,
Pligg etc.). The HELP site over at OpenStreetMap is a big success so far I
think.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29923] Install QA system at help.en.wikipedia.org

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29923

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29855] Killing Invitation to connect on LinkedIn

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29855

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Keywords|shell   |
 CC||innocentkil...@gmail.com

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-07-16 13:03:01 UTC 
---
-shell, anybody with the ambition can reach out to LinkedIn with this list (per
Casey's experience with OTRS)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29912] Unit tests break if parsertest tables are still present

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29912

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||innocentkil...@gmail.com,
   ||maxsem.w...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29924] New: Creation of namespace Stagadenn on br.wiktionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29924

   Web browser: ---
 Bug #: 29924
   Summary: Creation of namespace Stagadenn on br.wiktionary
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: malaf...@clix.pt
Classification: Unclassified


Currently, the Wiktionary Appendixes in the Breton Wiktionary
(br.wiktionary.org) are in the main namespace, identified by the prefix
Stagadenn:.
The active user there (nearly the only one) asked me to request the creation of
this new namespace for him (
http://br.wiktionary.org/w/index.php?title=Kaozeadenn_Implijer%3AMalafayaaction=historysubmitdiff=82658oldid=55823
).

Please create the new Appendixnamespace (usually, namespace 100) at
br.wiktionary named Stagadenn.

What will happen to the pages that currently have the Stagadenn prefix? Will
they be renamed to Broken/... or something?  (list:
http://br.wiktionary.org/w/index.php?title=Dibar%3AAnHollBajenno%F9from=Stagadenn%3AAraogenno%F9+brezhonekto=Stagadenn%3ATreuzlizherennadur
)

Thank you.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29210] Make ВП: a namespace alias for the project namespace at ukwiki

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29210

--- Comment #8 from microce...@gmail.com 2011-07-16 15:02:47 UTC ---
If your question is about the formal subsection with a summary by an uninvolved
administrator, it wasn't closed this way as you can see. After some active
users agreed to the suggestion, I announced it right on Bugzilla asking about
possible fallout. Then I posted a link to this bug so that everyone could
express their opinion or concerns here and get a response from a technical
point of view. However, nobody had any questions nor did anyone contribute to
the local discussion after my last post. Therefore I think the consensus for
the adjustment has been reached, since no objections were raised throughout the
talk (apart from possible breaks in similarly named pages, which, as explained
above, will be visible and amendable immediately).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28613] Thumbnails of updated files fail to purge on squids

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28613

--- Comment #62 from Mark A. Hershberger m...@everybody.org 2011-07-16 
15:52:35 UTC ---
RT ticket filed to get Ops to put multicast listeners in place since we think
there is some packet happening still. 
http://rt.wikimedia.org/Ticket/Display.html?id=1174

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26360] Disabling sessions in memcached produces open() error

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26360

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Brion Vibber br...@wikimedia.org 2011-07-16 18:02:43 UTC 
---
Chad's r92124 should resolve this for trunk/1.19, so going ahead and closing as
fixed.

Note that r49370 didn't actually cause the issue; it just maintained the same
behavior we previously had as the default case, while allowing it to be
overridden.

Changing the behavior to leave the site's existing PHP config as-is by default
does seem like the right thing, and I don't think we had a _really_ good reason
for overriding it in the first place (IIRC there were originally reports of
things getting left with another app's 'user' setting in place or something,
which is probably super-obsolete).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29655] Restore $wgFlaggedRevsAutopromoteInRC setting in some way

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29655

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-07-16 
19:50:04 UTC ---
Doesn't this need to be re-opened so that someone can make it live after
deployment?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23956] Font-size in Vector too small in Epiphany browser

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23956

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||krinklem...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=25257
Web browser|--- |Other
Summary|Small font size in vector   |Font-size in Vector too
   ||small in Epiphany browser

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-07-16 19:59:41 UTC ---
(In reply to comment #3)
 I created Bug #25257 for the more general issue affecting browsers other than
 Epiphany.

Just for your information, this bug was not renamed to be Epiphany-specific.
But since you opened another  bug, I'll re-name this one.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 25257] Don't specify font-size in pixels or 1em for usability

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25257

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low
Summary|specifying font size in |Don't specify font-size in
   |pixels (px) or 1em |pixels or  1em for
   |diminishes usability|usability

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 16166] Remove hits from CAPTCHA dictionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16166

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org
   |org |

--- Comment #5 from Platonides platoni...@gmail.com 2011-07-16 20:08:15 UTC 
---
Yes, we use that file with a few filters (I prefer not to give too much details
here, although our wordlist is public).
I don't think the files are ever regenerated.

Anyone with shell should be able to fix this and regenerate the files, giving
to Tim just because he is familiar with it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29907] action=parse only fetches from the parser cache, it does not store to it

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29907

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-07-16 
20:19:38 UTC ---
(In reply to comment #1)

 Do you have a specific use case for this bug where you've hit a limitation
 that's saying you can't do that?

CCing Tim since he raised this issue.  See  http://hexm.de/54 and search for
action=parse.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 17313] Moving edits incomplete and stalled after renaming a user on enwiki

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17313

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29757

Bug 29757 depends on bug 17313, which changed state.

Bug 17313 Summary: Moving edits incomplete and stalled after renaming a user on 
enwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=17313

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28613] Thumbnails of updated files fail to purge on squids

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28613

--- Comment #63 from Saibo saibotr...@arcor.de 2011-07-16 20:27:14 UTC ---
(In reply to comment #61)
 I observed that changing the image size using the upright parameter does
 produce a new thumb but only for that size. For example in 
 http://de.wikipedia.org/wiki/Diskussion:Nuklearkatastrophe_von_Fukushima#Tropisches_Wettergeschehen
 the map on the right does not actualize. But it did, when I changed it from
 upright=1.5 to upright=1.4. A later reverting to the former size brought back
 the older image version.

This happens always (to my knowledge): only the thumbnail size/sizes which
was/were in use somewhere before the new version was uploaded stay(s) old. All
thumbnail sizes which were not in use before the upload of a new version will
work as expected.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24651] Page text compressed to 4 chars wide on Palm devices

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24651

Thor Malmjursson thor.malmjurs...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Thor Malmjursson thor.malmjurs...@yahoo.co.uk 2011-07-16 
20:30:39 UTC ---
refers to an old version of mediawiki, issue does not exist in newer versions
of the software, closing as invalid.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26338] Wikimedia Javascript and CSS files are getting an extra max-age cache-control param

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26338

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |innocentkil...@gmail.com
   |org |

--- Comment #11 from Mark A. Hershberger m...@everybody.org 2011-07-16 
20:42:48 UTC ---
Assigning this to Chad since we now have the information he requested.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29925] New: https-links should not be outputted to irc.wikimedia.org (Regression)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29925

   Web browser: ---
 Bug #: 29925
   Summary: https-links should not be outputted to
irc.wikimedia.org (Regression)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: IRC
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
Classification: Unclassified


Today I noticed an https-link showing up in the raw recentchanges feed at
irc.wikimedia.org, it was this link:

https://commons.wikimedia.org/w/index.php?diff=56725539oldid=53104016rcid=57922460

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29925] https-links should not be outputted to irc.wikimedia.org (Regression)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29925

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||krinklem...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29223] Querying for rvdiffto=prev fails for many revids: notcached

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29223

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-07-16 
20:59:27 UTC ---
(In reply to comment #7)

 I'll look at looking into it properly later

So, it is now later... Is this resolved?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 3348] Passwords should be checked for strength before being set

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3348

--- Comment #11 from Rd232 rd...@hotmail.com 2011-07-16 21:01:51 UTC ---
OK - I see now in its description as well as a password strength checker, but
there is zero documentation of this that I can find.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 22708] Update Wikimedia's Mailman install

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22708

--- Comment #11 from Mark A. Hershberger m...@everybody.org 2011-07-16 
21:05:54 UTC ---
http://rt.wikimedia.org/Ticket/Display.html?id=1176

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26388] Upgrade Ghostscript at Commons

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26388

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-07-16 
21:08:28 UTC ---
http://rt.wikimedia.org/Ticket/Display.html?id=1175

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29223] Querying for rvdiffto=prev fails for many revids: notcached

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29223

--- Comment #9 from Reedy s...@reedyboy.net 2011-07-16 21:07:38 UTC ---
(In reply to comment #8)
 (In reply to comment #7)
 o
  I'll look at looking into it properly later
 
 So, it is now later... Is this resolved

One would presume as the bug is still open, it isn't resolved...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 24000] Update rsvg so styling SVG images with CSS works properly on Commons

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24000

--- Comment #15 from Mark A. Hershberger m...@everybody.org 2011-07-16 
21:15:54 UTC ---
http://rt.wikimedia.org/Ticket/Display.html?id=1177

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 28314] Redirect mail traffic from wikimedia.com to wikimedia.org

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28314

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-07-16 
21:19:05 UTC ---
http://rt.wikimedia.org/Ticket/Display.html?id=1178

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29210] Make ВП: a namespace alias for the project namespace at ukwiki

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29210

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2011-07-16 
21:26:50 UTC ---
 What is the outcome of the discussion, did the community approve the
 change?

Yes, this can be done.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 28223] iPhone Native Crash with UTF-8

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28223

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

 CC||matanya.mo...@gmail.com

--- Comment #13 from matanya matanya.mo...@gmail.com 2011-07-16 21:32:59 UTC 
---
got some OTRS tickets regarding this problem. all Israeli. crashes on all ios
versions.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29906] Edit by a non-(auto)-reviewer flagged automatically

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29906

--- Comment #3 from Aaron Schulz aschulz4...@gmail.com 2011-07-16 21:40:49 
UTC ---
(In reply to comment #1)
 Does the user meet $wgFlaggedRevsAutoconfirm? Before MW 1.19, the 'autoreview'
 implicit group is not actually *listed* on rights pages or API.

Scratch that. I looked the 1.17 code again, and it should be listed on the API
even for 1.17 (which is why it showed up for you).

It makes sense for you that the API list both the group and the right called
'autoreview'. For this user however, he only has the right and not the group.
The only way this can normally happen is for users with the bot right (which
he is not).

(In reply to comment #2)
 'totalCheckedEdits'   = 50, # ...Edits before the stable version of pages
 really counts every edit to an article that was flagged in a later revision,
 even if the edit itself was reverted, then he would have met the conditions.
 But this wouldn't be a sensible configuration.

Reverted edits are not subtracted from 'totalCheckedEdits', so they still
count. 

Maybe there should be a 'maxRevertedEditRatio' setting to at least check the
reverted:total ratio (which is fast to check)?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23215] Rename the als.*.org projects to gsw.*.org

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23215

Gerard Meijssen gerard.meijs...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |

--- Comment #11 from Gerard Meijssen gerard.meijs...@gmail.com 2011-07-16 
21:51:16 UTC ---
The comments by Clemens do not address one essential thing, The current code
als is the code for the most used Albanian language. 

This is why the code has to change.
Thanks,
GerardM

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 19986] Wikis waiting to be renamed (Tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

Bug 19986 depends on bug 23215, which changed state.

Bug 23215 Summary: Rename the als.*.org projects to gsw.*.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=23215

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|LATER   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29655] Restore $wgFlaggedRevsAutopromoteInRC setting in some way

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29655

--- Comment #7 from Aaron Schulz aschulz4...@gmail.com 2011-07-16 21:51:33 
UTC ---
(In reply to comment #6)
 Doesn't this need to be re-opened so that someone can make it live after
 deployment?

You can make another report that is a Wikimedia shell bug (enable
wgAutopromoteOnceLogInRC on plwiki).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29926] New: request a delink or debracket magic word

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29926

   Web browser: ---
 Bug #: 29926
   Summary: request a delink or debracket magic word
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gustron...@gmail.com
Classification: Unclassified


Problem:
In template tags, parameter values sometimes are linked and sometimes are not.
Inserting those values into double brackets (in template code) may conduce to
four-bracketed links. In the other hand, not inserting them into brackets may
conduce to 0-bracketed not-linked titles.

Proposal:
Add a new delink function that eliminates internal-linking double brackets.
* {{delink:[[Title]]}} arr; Title
* {{delink:Title}} arr; Title
* {{delink:[external link]}} arr; [external link]

And possibly a link counterpart.
* {{link: [[foo]] }} arr; [[foo]]
* {{link: foo }} arr; [[foo]]
* {{link: [external] }} arr; [external]

It should also be very useful for parameter comparison:
{{#ifeq: {{delink: {{{1}}} }} |my title|yes|no}}

An alternative (or additional) option to help bypass the problem could be to
introduce a overall wikitext conversion of four brackets into two, wherever it
occurs:
*  arr; [[
*  arr; ]]

comments? Gustavo

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29927] New: CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

   Web browser: ---
 Bug #: 29927
   Summary: CentralAuth using wrong Language on
Special:MergeAccount
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: trmina...@gmail.com
CC: agarr...@wikimedia.org
Classification: Unclassified


On Special:MergeAccount, the Name of the WikiGroup is currently given as the
one Listed as the one given in MediaWiki:Centralauth-groupname instead of the
one in int:Centralauth-groupname.

Due to that, it will be always in the language of the Wiki Installation instead
of the user-selected locale.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

Thor Malmjursson thor.malmjurs...@yahoo.co.uk changed:

   What|Removed |Added

 CC||thor.malmjurs...@yahoo.co.u
   ||k

--- Comment #1 from Thor Malmjursson thor.malmjurs...@yahoo.co.uk 2011-07-16 
22:48:06 UTC ---
Not so, I've just opened Special:MergeAccount from hi.wikipedia.org, with my
locale selected as the Hindi Language / Devanagari script, and the whole page
is in Hindi.  If the language of the installation was being overridden, it
would come up in English, no?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

--- Comment #2 from Thor Malmjursson thor.malmjurs...@yahoo.co.uk 2011-07-16 
22:49:35 UTC ---
Created attachment 8790
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8790
Image of Special:MergeAccount on hi.wikipedia.org taken with Ksnapshot

This is the Special:MergeAccount page from hi.wikipedia.org, note I have my
local language set to Hindi, and the page is appearing IN Hindi, not in the
language of the Wiki Installation.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

--- Comment #3 from Thor Malmjursson thor.malmjurs...@yahoo.co.uk 2011-07-16 
22:53:21 UTC ---
Created attachment 8791
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8791
And a screenshot of Special:MergeAccount from hi.wikipedia.org with my locale
pref set to en-GB

This one is with the prefs set to English-GB for my local language. It's
working fine :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

--- Comment #4 from trmina...@gmail.com 2011-07-16 23:07:47 UTC ---
Well, go to
http://de.wikipedia.org/wiki/Spezial:Benutzerkonten_zusammenf%C3%BChren (which
is where Special:MergeAccount leads on de.) with a en locale.

You will find this:

Once your login is unified, you will be able to log in to any wiki site of der
Wikimedia Foundation without creating a new account.

(notice the of der Wikimedia Foundation there. Should be of the, shouldn't
it? ;))

Got the same issue on another, private wiki, which has a German installation
too, so it might be specific to this?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

--- Comment #5 from Thor Malmjursson thor.malmjurs...@yahoo.co.uk 2011-07-16 
23:51:51 UTC ---
I think it possibly is. I'll file a request for the localisation to be looked
at, it's possibly just a mistake in the localisation for the german language
version.

Thanks for the link, I'll pass it on.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29927] CentralAuth using wrong Language on Special:MergeAccount

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29927

--- Comment #6 from Noël n...@gmx.de 2011-07-16 23:53:46 UTC ---
@Thor:
on your wiki its different - compare 'centralauth-merge-welcome' in your
language here:
http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/CentralAuth/CentralAuth.i18n.php

In the english and german version there is {{MediaWiki:Centralauth-groupname}}
included in the message - that directs to the installation language of your
wiki, not to the local pref language like in {{int:Centralauth-groupname}}.

These are the messages with the (same) bug:
centralauth-desc
centralauth-merge-welcome
centralauth-complete-text
centralauth-incomplete-text

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29924] Creation of namespace Stagadenn on br.wiktionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29924

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||shell
   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29922] Live hack abusefilter-private out of abusefilter if possible

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29922

--- Comment #1 from Reedy s...@reedyboy.net 2011-07-17 00:43:54 UTC ---
(In reply to comment #0)
 Can we/is it possible to livehack out the access to the details that the
 abusefilter-private right in abuse filter gives out if its accidently 
 enabled
 for user groups (eg: bug 29910 comment #3)

Quite easily

Replace line 325 of SpecialAbuseLog with return false;, and on line 57 of
ApiQueryAbuseLog, comment out  !$wgUser-isAllowed( 'abusefilter-private' )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29928] New: show translated titles per user language

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29928

   Web browser: ---
 Bug #: 29928
   Summary: show translated titles per user language
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rd...@hotmail.com
Classification: Unclassified


It is essential to support the multingualism of Wikimedia Commons (especially
for categories) to allow page titles to be translated. Bug #5638 attempted to
do this by building on interlanguage links. Comment 10 there
https://bugzilla.wikimedia.org/show_bug.cgi?id=5638#c10 is given as the reason
for 5638 being repeatedly WONTFIXed. If those issues are indeed insurmountable
then ANOTHER SOLUTION MUST BE FOUND. (Sorry for shouting, but this message
didn't get through at the tail of the 5638 discussion.) Thank you.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 5638] show translated titles per user language, based on interlanguage links (patch included)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5638

--- Comment #17 from Rd232 rd...@hotmail.com 2011-07-17 01:28:17 UTC ---
Created bug #29928 for more generic discussion of the problem, away from the
rejected solution of interlanguage links.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29916] add follow-up fetching to CR API

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29916

--- Comment #3 from Reedy s...@reedyboy.net 2011-07-17 01:48:35 UTC ---
Also, what level of information do you want returning for the followups? Same
as the GUI? More? Less?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 708] Interproject links

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=708

--- Comment #46 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com 
2011-07-17 01:48:51 UTC ---
(In reply to comment #40)
 This obviously covers only local interwikis, doesn't it?

It covers interwikis in $wgInterProjectLinks, no matter if they are local or
global (although I'm not sure what you mean by local).

 What happens if there are multiple links to the same project?
They are all shown.

 I'm not sure it's wise to show Text in the sidebar, it could be half a
sentence.
I thought it would be useful to specify a text other than the default project
name, e.g. [[n:Title|View news reports about this event]]
But it's easy to remove this feature from the proposed patch.

(In reply to comment #41)
 The suggested implementation would be a disaster at Wikibooks.
If my implementation is chosen, it can be specified opt-in per-project through
$wgInterProjectLinks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 16166] Remove hits from CAPTCHA dictionary

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16166

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #6 from p858snake p858sn...@gmail.com 2011-07-17 01:57:47 UTC ---
(In reply to comment #4)
 (Wikimedia doesn't use Recaptcha due to its proprietary licensing.)
We do for fund-raising stuff, the reason we don't normally is because of the
external reliance stuff (as of the last discussion), but we apparently pay no
attention to that for the fund-raising.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 28668] Narayam input method does not take effect in many input boxes

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28668

--- Comment #7 from Junaid junu...@gmail.com 2011-07-17 01:58:01 UTC ---
Unfortunately my above line
$.narayam.addInputs($('input').not('[type]'));
not worked. Then I tried with jQuery's proprietary :text selector and found
working (no performance boost). So used it in code and made a commit (r92347,
forgot to mention this bug id on commit message)

As Brion noted out it was a problem that the extension has no effect on input
fields added to DOM later. So I tried with jQuery's live() function, found it
working :)

I have installed changed extension on my testwiki: http://testwiki.junaidpv.in
the site has HotCat installed, it is working on HotCat's fields, you may try
it.

My code diff is: https://gist.github.com/1087017

Should I commit the change or any suggestions?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29860] Ability to select a period and have diffs over that period highlighted on the articles themselves, not just in a side-by-side markup diff view

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29860

--- Comment #3 from Mark James m...@advancedcontrols.com.au 2011-07-17 
02:19:54 UTC ---
Planned to be implemented in an extension:

http://www.mediawiki.org/wiki/Extension:Diff_Highlighting_on_Article_Pages

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29929] New: Failed db upgrade from 1.14

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29929

   Web browser: ---
 Bug #: 29929
   Summary: Failed db upgrade from 1.14
   Product: MediaWiki
   Version: 1.17.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
CC: innocentkil...@gmail.com
Classification: Unclassified


Stepping through the upgrade process from 1.14.0 on the web-ui, I keep ending
up on ?page=Upgrade and not being able to continue.  The screen that displays
has the following error message:


Adding log_user_text field to table logging...ok
Populating log_user_text field, printing progress markers. For large
databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateLogUsertext.php.

An error occured:
Error in fetchObject(): Unknown column 'log_user_text' in 'field list'
(localhost)
Backtrace:
#0
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/db/Database.php(3137):
DatabaseMysql-fetchObject(Object(ResultWrapper))
#1
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/db/Database.php(3195):
ResultWrapper-fetchObject()
#2
/home/mah/work/code/mediawiki/mediawiki-1.17.0/maintenance/populateLogUsertext.php(55):
ResultWrapper-next()
#3
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/DatabaseUpdater.php(529):
PopulateLogUsertext-execute()
#4 [internal function]: DatabaseUpdater-doLogUsertextPopulation()
#5
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/DatabaseUpdater.php(250):
call_user_func_array(Array, Array)
#6
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/DatabaseUpdater.php(218):
DatabaseUpdater-runUpdates(Array, false)
#7
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/DatabaseInstaller.php(265):
DatabaseUpdater-doUpdates()
#8
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/WebInstallerPage.php(492):
DatabaseInstaller-doUpgrade()
#9
/home/mah/work/code/mediawiki/mediawiki-1.17.0/includes/installer/WebInstaller.php(250):
WebInstaller_Upgrade-execute()
#10 /home/mah/work/code/mediawiki/mediawiki-1.17.0/mw-config/index.php(46):
WebInstaller-execute(Array)
#11 /home/mah/work/code/mediawiki/mediawiki-1.17.0/mw-config/index.php(14):
wfInstallerMain()
#12 {main}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29833] Enable Extension:Replace Text on Hindi Wikipedia

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29833

mayurkumar mayur...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #7 from mayurkumar mayur...@gmail.com 2011-07-17 02:33:56 UTC ---
I am reopening this bug as this extension in already in review process for
Upper Sorbian and Lower Sorbian Wikipedia as per thi bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=23606.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29823] Enable specific extensions on Hindi Wikipedia (tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29823

Bug 29823 depends on bug 29833, which changed state.

Bug 29833 Summary: Enable Extension:Replace Text on Hindi Wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=29833

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29929] Failed db upgrade from 1.14

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29929

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-07-17 
02:41:40 UTC ---
While running maintenance/update.php seems to work somewhat, it fails at a
different place:


Making pl_namespace, tl_namespace and il_to indices UNIQUE... A database query
syntax error has occurred.
The last attempted database query was:
DROP INDEX pl_namespace ON `pagelinks`

from within function DatabaseBase::sourceFile(
/home/mah/work/code/mediawiki/mediawiki-1.17.0/maintenance/archives/patch-pl
-tl-il-unique.sql ).   
Database returned error 1142: INDEX command denied to user
'wikiuser'@'localhost' for table 'pagelinks' (localhost)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29929] Failed db upgrade from 1.14

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29929

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-07-17 
02:47:24 UTC ---
Executing that command as root to get around the permission problems and then
rerunning update.php I ended up with:

A database query syntax error has occurred.
The last attempted database query was:
ALTER TABLE `pagelinks`
 DROP INDEX pl_namespace,
 ADD INDEX pl_namespace(pl_namespace, pl_title, pl_from)


This was fixed by removing the DROP INDEX bit

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 23606] Enable ReplaceText extension in Upper Sorbian and Lower Sorbian Wikipedia

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23606

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #7 from p858snake p858sn...@gmail.com 2011-07-17 02:53:29 UTC ---
WONTFIX per bug 29833#c4

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29833] Enable Extension:Replace Text on Hindi Wikipedia

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29833

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX

--- Comment #8 from p858snake p858sn...@gmail.com 2011-07-17 02:53:35 UTC ---
(In reply to comment #7)
 I am reopening this bug as this extension in already in review process for
 Upper Sorbian and Lower Sorbian Wikipedia as per thi bug
 https://bugzilla.wikimedia.org/show_bug.cgi?id=23606.

23606 does not state anything like that, only that it will need to be reviewed.

Wontfixing both of these based on brion's wontfix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29823] Enable specific extensions on Hindi Wikipedia (tracking)

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29823

Bug 29823 depends on bug 29833, which changed state.

Bug 29833 Summary: Enable Extension:Replace Text on Hindi Wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=29833

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29833] Enable Extension:Replace Text on Hindi Wikipedia

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29833

--- Comment #9 from p858snake p858sn...@gmail.com 2011-07-17 02:54:03 UTC ---
(In reply to comment #8)
 23606 does not state anything like that, only that it will need to be 
 reviewed.
*need to be reviewed if enabled.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29929] Failed db upgrade from 1.14

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29929

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-07-17 
03:02:06 UTC ---
Upgrade to 1.17 appears to miss whateveer was in 1.15's AdminSettings.sample. 
Upgrading to 1.15 first worked.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 25453] Special default parameter value issue when embedding

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25453

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||en.wp.s...@gmail.com
 Resolution||FIXED

--- Comment #3 from Dan Collins en.wp.s...@gmail.com 2011-07-17 03:03:52 UTC 
---
Tested this in my userspace (type {{User:ST47/A}} on enwiki) output is '?'.

Closing fixed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26212] Nested tags without space before them don't work

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26212

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

 CC||en.wp.s...@gmail.com
Version|1.16-svn|1.17

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830

--- Comment #13 from mayurkumar mayur...@gmail.com 2011-07-17 03:23:30 UTC ---
(In reply to comment #12)
 It doesn't look like the config has been localized yet:
 http://hi.wikipedia.org/wiki/MediaWiki:WikiLove.js
 
 Can someone who speaks Hindi and is an admin on hi.wiki work on localizing the
 WikiLove configuration? Also, if you want to replace the cheeseburger icon 
 with
 something else, there are two alternatives you can easily switch to currently:
 /WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-cookie.png
 /WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-beer.png
 
 We can create an entirely new icon for the Food and drink category 
 specifically
 for the Hindi wikipedia if you can give me a suggestion.
 
 Finally, it looks like there are a few minor formatting issues that I'll work
 on resolving.

Thanks, We shall soon localize it and inform you regarding some replacement for
hi Wiki,BTW what i noticed is this extension can be made enabled by default
through  MediaWiki:WikiLove.js or it can only possible by php settings

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29855] Killing Invitation to connect on LinkedIn

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29855

--- Comment #4 from Andrew Billinghurst billinghu...@gmail.com 2011-07-17 
03:26:34 UTC ---
Is it worth getting OTRS to undertake, hence a record is maintained of the
communication?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26243] $wgUseGzip is not working

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26243

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

   Keywords||testme
 CC||en.wp.s...@gmail.com

--- Comment #7 from Dan Collins en.wp.s...@gmail.com 2011-07-17 03:26:47 UTC 
---
How did the new installation work for you?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26396] Allow uncapitalized user names and User: pages

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26396

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||en.wp.s...@gmail.com
Version|1.16.0  |1.19-svn
Summary|User namespace should allow |Allow uncapitalized user
   |uncapitalized titles|names and User: pages
   Severity|major   |enhancement

--- Comment #12 from Dan Collins en.wp.s...@gmail.com 2011-07-17 03:30:56 UTC 
---
Recategorize, as this appears to be a feature request, not a bug.
1.16 - 1.19-svn
Normal - Low
Major - Enhancement
Summary - Allow uncapitalized user names and User: pages

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 29930] New: tt tag ends formatting early

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29930

   Web browser: ---
 Bug #: 29930
   Summary: tt tag ends formatting early
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: foxysha...@hotmail.com
Classification: Unclassified


When tt is used in multiline, formatting seems to end one word too early.

Example at:

https://secure.wikimedia.org/wikipedia/en/wiki/Help:Wiki_markup#Text_formatting

Scroll down to Typewriter font section.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26411] Entries never deleted from category table

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

 CC||en.wp.s...@gmail.com
   Severity|minor   |enhancement

--- Comment #3 from Dan Collins en.wp.s...@gmail.com 2011-07-17 03:48:50 UTC 
---
- enhancement

If not an actual change to the category handling code, perhaps there could be a
maintenance script to this effect?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26411] Entries never deleted from category table

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

Robert Morley rmor...@magma.ca changed:

   What|Removed |Added

 CC||rmor...@magma.ca

--- Comment #4 from Robert Morley rmor...@magma.ca 2011-07-17 03:54:11 UTC ---
I have to agree with Alex and Dan on this...data that serves no purpose and is
unrelated to anything is usually considered A Bad Thing in database
administration. It causes bloat, potential slow-downs (not that that's a big
concern when you've got a bazillion servers g), and is just that much more
data that might cause problems in a corruption or large-scale-change scenario.
Something should definitely be implemented to clean up the unused entries.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26411] Entries never deleted from category table

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

--- Comment #5 from Dan Collins en.wp.s...@gmail.com 2011-07-17 04:42:08 UTC 
---
I figured that it would be nice to completely embarrass myself by writing some
actual code. Attached patch adds a function to Category.php that deletes a
category from the category table, and adds a maintenance script which calls
that on all categories which do not have any subcats, pages, files, or a
description page. I don't have a wiki to test this on, at least not one I have
shell to, and I really don't know how things work, so it would be nice to know
what I screwed up.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26411] Entries never deleted from category table

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

--- Comment #6 from Dan Collins en.wp.s...@gmail.com 2011-07-17 04:43:15 UTC 
---
Created attachment 8792
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8792
Add a deleteFromTable to Category.php, new maintenance script

One of the things that I screwed up is that I forgot to attach the actual
patch.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 27789] 400 Bad Request on Save/Preview

2011-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27789

Dan Collins en.wp.s...@gmail.com changed:

   What|Removed |Added

   Keywords||testme
 CC||en.wp.s...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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


  1   2   >