[Bug 37812] Module cache should be invalidated (newer timestamp) when lesser old items are removed or added (scripts, style, messages)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37812

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Module cache invalidation   |Module cache should be
   |for new old components|invalidated (newer
   ||timestamp) when lesser old
   ||items are removed or added
   ||(scripts, style, messages)

--- Comment #2 from Krinkle krinklem...@gmail.com 2012-10-13 06:02:23 UTC ---
Note this also affects removal of items in the registry.

The only way to do this I've come up with so far is by adding a hash of the
module registry to the module registry itself. And then version that in the
configured cache handler.

Basically the same way we cache/invalidate cache of global variables. Just like
the registry, global variables aren't files so they have no timestamp. Instead
we hash the contents, and add it + timestamp to cache, and next time hash again
and compare hashes. If different, update timestamp to current timestamp.

See also the way I implemented it in ResourceLoaderLanguageDataModule.

-- 
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 39268] [Regression] Toolbar inserts in main textarea only (instead of the focussed textarea)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39268

--- Comment #15 from Tpt thoma...@hotmail.fr 2012-10-13 06:02:42 UTC ---
I think there is a missunderstanding: ProofreadPage is used by not-Wikisource
wikis like wikilivres.ca
but don't know if there is another extension that add a textarea after the
toolbar is initialized.

-- 
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 40892] ResourceLoader: Missing files in a module should trigger an error

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40892

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #5 from Krinkle krinklem...@gmail.com 2012-10-13 06:10:15 UTC ---
Marking this as wontfix per the following reasons:

* On a regular request, ResourceLoader does not traverse all 100s of modules
and their even bigger number of components. That would be very slow and
infeasible. Instead this is handled through ResourceLoader load.php on-demand
and cached in the startup module.

* load.php already emits an error to the php error log and in a /* comment */
on top of the response. This response does not have an HTTP error status code,
because the (rest) of the response is OK and should be handled correctly. It
does include in the response (instead of the broken/incomplete module)
mw.loader.state({module.name:error}), which then triggers the error
callbacks (if any).

* QUnit itself should imho not fail because there is no wrong assertions.
Anything given to QUnit will be executed accordingly, and it can't act on what
it isn't given. Responding with a QUnit test from load.php doesn't seem very
appropiate either because in 99.9% of cases there will be no QUnit on the page
where load.php is requested from.

* And last, if there are any missing files, this is a server-side configuration
problem that the PHPUnit test will (should) cover instead. That way this only
affects local development, and commits will not be merged if there are missing
files.

And for local development, watching the php error log is a good habit anyway,
as there are many components in MediaWiki that fail silently towards the
front-end (e.g. keep using old cache if no new value can be generated from
disk, or from the database etc.).

-- 
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 40855] Provide the containing... search term right away instead of waiting for an API request

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40855

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Target Milestone|--- |Future release
   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 40346] Way to bring back user preferences that were removed from core (tracking)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40346

--- Comment #12 from Nemo_bis federicol...@tiscali.it 2012-10-13 06:22:05 UTC 
---
(In reply to comment #9)
 I'd say we can create an extension called LegacyPreferences that implements
 them exactly the way they used to be in core (be in server side, client side 
 or
 both, whatever the implementation was in core). Then when preference is 
 removed
 from core, but some people still want it, it can be moved there instead.

I don't have opinions on the new summary, but I've read somewhere that the
so-called gadgetization had as a purpose moving the preferences to another
tab to reduce clutter in the others. If that were the purpose, just using the
existing (almost empty) Misc tab would achieve it quickly.

-- 
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 39992] ULS: Don't set inline family: sans-serif when no fonts are specified

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39992

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||krinklem...@gmail.com
Summary|ULS should not override |ULS: Don't set inline
   |default font when webfonts  |family: sans-serif when
   |are not in use  |no fonts are specified
   Severity|normal  |major

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-10-13 06:29:14 UTC ---
When I navigate to https://translatewiki.net/w/i.php?title=Special:UserLogin

I always get this annoying tiny font in the username input field because ULS is
setting inline style=font-family: sans-serif; on the input field.

-- 
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 40965] General-purpose HTTPS-friendly GeoIP solution

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40965

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-10-13 06:32:33 UTC ---
FYI: This request is blocked in Google Chrome by default when browsing
translatewiki over HTTPS (as it should).

-- 
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 40814] Standardise portlet html structure

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40814

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   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 23515] Provide a standard addPortlet function

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23515

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 40813] mw.util.addPortletLink doesn't work for third party skins that have different portlet HTML

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40813

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 39773] You cannot post a blank message error on every summary edit

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39773

--- Comment #14 from Nemo_bis federicol...@tiscali.it 2012-10-13 06:49:09 UTC 
---
(In reply to comment #13)
 Note: taking issues off the blocker list don't diminish their priority.  It
 just means we're not going to hold a particular version deployment hostage 
 over
 it.

The difference is subtle: given the nature of LQT, this means that any and all
bugs affecting it will rot forever and get worse at each update.
Also, no need for hostages: is it really impossible to revert changes which are
known to break stuff and deploy them only *after* they've been fixed? 

rantFrom a user perspective it's really impossible to understand what the
purpose of continuous integration is, if nothing can stop known bugs from
getting deployed. Erik asked people to file major bugs against LQT a year ago
http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/56008 ,
but it's obviously useless; I do it only for masochism and
tracking-addiction./rant

-- 
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 40927] Moving files results in broken descriptions and deleted images

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40927

--- Comment #7 from Marco maic...@yahoo.com 2012-10-13 07:58:22 UTC ---
(In reply to comment #1)
 Marco, thanks for reporting this. Can you find any pattern in which files are
 affected?

(In reply to comment #4)
 Marco: Is this problem reproducible?

Sorry, I did not find any pattern and I could also not reproduce the behavior. 

(In reply to comment #5)
 What do you mean by partial contents of the files?

Description is one part and the image file is the other part. So only one part
gets moved and the other stays as far as I could observe.

-- 
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 40997] Some unstable test cases are in master

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40997

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-10-13 09:35:44 
UTC ---
I triggered the build manually. The dump error fail from time to time for an
unknown reason :/

-- 
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 38994] Implement a way to index Bugzilla bugs by Wikimedia wiki family

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38994

--- Comment #15 from Andre Klapper aklap...@wikimedia.org 2012-10-13 09:58:53 
UTC ---
(In reply to comment #12)
 Point is, for the same reason we don't have a watch-Krinkle tag

Just for better understanding, as Krinkle is a user you can watch him though by
adding his account ID (email address) to User Watching under
https://bugzilla.wikimedia.org/userprefs.cgi?tab=email .

In general agreeing with Krinkle, achieving this functionality manually sounds
extremely error-prone.

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-10-13 10:35:14 
UTC ---
(In reply to comment #1)
 Reedy and it's not occuring too frequently

Seems to happen for any non-existing page, like
http://en.wikipedia.org/wiki/Hr?action=info
http://www.mediawiki.org/wiki/Hr?action=info

http://commons.wikimedia.beta.wmflabs.org/wiki/foo?action=info is just white.

Bug 40996 sounds very similar. Wondering whether to set a tentative Target
Milestone (but I'm clueless whether 1.20 or 1.21).

-- 
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 40996] action=info fatals for non-existent pages

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40996

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-10-13 10:36:00 
UTC ---
Sounds like bug 40939.
This happens with git master?

-- 
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 40126] Search icon missing on cached pages due to upgrades: Add a redirect?

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40126

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
Summary|Search icon missing on some |Search icon missing on
   |pages   |cached pages due to
   ||upgrades: Add a redirect?

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #3 from Sumana Harihareswara suma...@wikimedia.org 2012-10-13 
10:44:34 UTC ---
 (In reply to comment #1)

 Bug 40996 sounds very similar. Wondering whether to set a tentative Target
 Milestone (but I'm clueless whether 1.20 or 1.21).

If the fix needs to be backported because it's that urgent or security-related,
1.20. Otherwise, 1.21.(In reply to comment #2)

-- 
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 40996] action=info fatals for non-existent pages

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40996

--- Comment #3 from Liangent liang...@gmail.com 2012-10-13 10:45:29 UTC ---
(In reply to comment #2)
 Sounds like bug 40939.
 This happens with git master?

Yep.

-- 
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 41000] New: User_talk page does not display section heading icons

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41000

   Web browser: ---
 Bug #: 41000
   Summary: User_talk page does not display section heading icons
   Product: MediaWiki
   Version: 1.21-git
  Platform: All
   URL: http://commons.wikimedia.beta.wmflabs.org/wiki/User_ta
lk:Aklapper
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aklap...@wikimedia.org
CC: krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Going to 
http://commons.wikimedia.beta.wmflabs.org/wiki/User_talk:Aklapper 
(MediaWiki 1.21alpha) 
the section heading icons like
File:Gnome-colors-alacarte.svg next to First steps tutorial
are not displayed.

Works fine on 
http://commons.wikimedia.org/wiki/User_talk:Malyacko
(MediaWiki 1.21wmf1 (69cfa2e))
though.

Wondering if bug 40126 might be related, or if this is a labs-only issue.

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

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

   What|Removed |Added

   Target Milestone|--- |1.21.0 release

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #4 from Liangent liang...@gmail.com 2012-10-13 10:50:38 UTC ---
(In reply to comment #2)
 Bug 40996 sounds very similar. Wondering whether to set a tentative Target
 Milestone (but I'm clueless whether 1.20 or 1.21).

From above talk I see the related code in InfoAction was rewritten and new code
introduced bug 40996 and it has the same root cause.

When a page doesn't exist, its $firstRev is null but both old and new code try
to get its author: in old code it calls $firstRev-getUserText() and in new
code it calls Linker::revUserTools( $firstRev ).

-- 
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 37755] robots noindex,nofollow not set

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37755

Oren Held o...@held.org.il changed:

   What|Removed |Added

 CC||o...@held.org.il

--- Comment #3 from Oren Held o...@held.org.il 2012-10-13 11:00:08 UTC ---
Thanks! So much better indeed, not sure how come I missed that in the developer
docs.

Submitted to Gerrit (https://gerrit.wikimedia.org/r/#/c/27867/).

-- 
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 40965] General-purpose HTTPS-friendly GeoIP solution

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40965

--- Comment #5 from Platonides platoni...@gmail.com 2012-10-13 12:05:10 UTC 
---
 External services are a security risk regardless of whether it is http or
 https.
Yes, but being in http additionally means it is also open to
main-in-the-middle, attacks so it disables the https security (for an active
attacker).

-- 
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 40247] Description input field on items list is LTR in an RTL environment (5)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40247

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #12 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-13 
12:26:33 UTC ---
Appears to work correctly in the current test site.

-- 
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 36637] WikiData RTL / BiDi tracker bug

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36637

Bug 36637 depends on bug 40247, which changed state.

Bug 40247 Summary: Description input field on items list is LTR in an RTL 
environment (5)
https://bugzilla.wikimedia.org/show_bug.cgi?id=40247

   What|Old Value   |New Value

 Status|NEW |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 30996] Set $wgCategoryCollation to 'uca-default' and rebuild category sort keys on Wikimedia wikis deployment

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30996

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #7 from Liangent liang...@gmail.com 2012-10-13 12:30:20 UTC ---
Some related info:

I created some collations for Chinese and is expected to be used on zhwiki.
This code requires ICU 4.8+ to run. Current php5-intl in WMF's APT repo uses
libicu42 and existing wikis with uca-default (ptwiki) have sort keys generated
with libicu42. Once libicu is updated all existing uca-default sort keys need
to be rebuilt.

-- 
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 41001] New: It's unclear which language should be used in Special:CreateItem

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41001

   Web browser: ---
 Bug #: 41001
   Summary: It's unclear which language should be used in
Special:CreateItem
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Blocks: 745
Classification: Unclassified
   Mobile Platform: ---


Which language is supposed to be used on Special:CreateItem?

The field labels are localized, but it's not quite clear in which language the
values are supposed to be written. Is it supposed to be some common agreed
language (like English) or the user's interface language?

Given that the form is localized, the expected answer is the user's interface
language. If it's true, then the proper lang and dir attributes must be
applied to the fields.

If it's supposed to be English or some other language, which is not the same as
the user's interface language, then it must be clearly stated in the form.

-- 
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 745] RTL/bidirectional issues (tracking)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||41001

-- 
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 41001] It's unclear which language should be used in Special:CreateItem

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41001

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Blocks|745 |36637

-- 
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 745] RTL/bidirectional issues (tracking)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on|41001   |

-- 
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 36637] WikiData RTL / BiDi tracker bug

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36637

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||41001

-- 
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 37729] wikidata needs unicode-bidi:embed; for rtl wikis

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37729

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution||FIXED

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-13 
12:48:58 UTC ---
Hi Reza,

 now rtl direction is not completed and writing titles which has () is 
 difficult

If I understand you correctly, this works correctly now: If I add an item in
Persian, then the input box is defined as rtl, and if I add an item in Catalan,
then it's defined as ltr.

 http://wikidata-test-repo.wikimedia.de/wiki/Special:CreateItem?uselang=fa
 also in create page the text boxes should be rtl

I reported the Special:CreateItem issue separately as Bug 41001. Thanks for
finding this.

All the issues mentioned here seem to be fixed or reported elsewhere, so I'm
closing this bug. If you find any new issues, please report them as new bugs,
and mark them as bugs that block Bug 36637.

-- 
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 40979] When creating a table via 'LoadExtensionSchemaUpdates' a missing semicolon in the sql file silently fails

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40979

--- Comment #2 from Howard Miller howardsmil...@gmail.com 2012-10-13 12:49:01 
UTC ---
Hi,

This was with version 1.21alpha (3cf0ce4) pulled from git in the last couple of
days

-- 
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 36637] WikiData RTL / BiDi tracker bug

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36637

Bug 36637 depends on bug 37729, which changed state.

Bug 37729 Summary: wikidata needs  unicode-bidi:embed; for rtl wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=37729

   What|Old Value   |New Value

 Status|NEW |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 40979] When creating a table via 'LoadExtensionSchemaUpdates' a missing semicolon in the sql file silently fails

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40979

Sumana Harihareswara suma...@wikimedia.org changed:

   What|Removed |Added

 CC||afeld...@wikimedia.org,
   ||marcin.cies...@gmail.com
Version|1.20|1.21-git

--- Comment #3 from Sumana Harihareswara suma...@wikimedia.org 2012-10-13 
12:51:14 UTC ---
Thanks for that update, Howard. CC'ing a couple people who could potentially
fix.

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #5 from Sam Reed (reedy) s...@reedyboy.net 2012-10-13 13:10:28 
UTC ---
(In reply to comment #4)
 (In reply to comment #2)
  Bug 40996 sounds very similar. Wondering whether to set a tentative Target
  Milestone (but I'm clueless whether 1.20 or 1.21).
 
 From above talk I see the related code in InfoAction was rewritten and new 
 code
 introduced bug 40996 and it has the same root cause.
 
 When a page doesn't exist, its $firstRev is null but both old and new code try
 to get its author: in old code it calls $firstRev-getUserText() and in new
 code it calls Linker::revUserTools( $firstRev ).

Indeed. As I said originally, the code is gone in master, so it's more of a
backport needed.

Having said that, trying it locally on a non existant page:

Fatal error: Call to a member function isDeleted() on a non-object in
/var/www/wiki/mediawiki/core/includes/Linker.php on line 1218 Call Stack:
0.0013 646280 1. {main}() /var/www/wiki/mediawiki/core/index.php:0 0.2353
19940056 2. MediaWiki-run() /var/www/wiki/mediawiki/core/index.php:59 0.2354
19940056 3. MediaWiki-main()
/var/www/wiki/mediawiki/core/includes/Wiki.php:447 0.2614 22619272 4.
MediaWiki-performRequest() /var/www/wiki/mediawiki/core/includes/Wiki.php:554
0.2887 25522248 5. MediaWiki-performAction()
/var/www/wiki/mediawiki/core/includes/Wiki.php:305 0.2904 25640368 6.
FormlessAction-show() /var/www/wiki/mediawiki/core/includes/Wiki.php:428
0.3962 35517104 7. InfoAction-onView()
/var/www/wiki/mediawiki/core/includes/Action.php:541 0.4011 35778216 8.
InfoAction-pageInfo()
/var/www/wiki/mediawiki/core/includes/actions/InfoAction.php:75 0.4802 38876608
9. Linker::revUserTools()
/var/www/wiki/mediawiki/core/includes/actions/InfoAction.php:292

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #6 from Liangent liang...@gmail.com 2012-10-13 13:19:07 UTC ---
(In reply to comment #5)
 (In reply to comment #4)
  (In reply to comment #2)
   Bug 40996 sounds very similar. Wondering whether to set a tentative Target
   Milestone (but I'm clueless whether 1.20 or 1.21).
  
  From above talk I see the related code in InfoAction was rewritten and new 
  code
  introduced bug 40996 and it has the same root cause.
  
  When a page doesn't exist, its $firstRev is null but both old and new code 
  try
  to get its author: in old code it calls $firstRev-getUserText() and in new
  code it calls Linker::revUserTools( $firstRev ).
 
 Indeed. As I said originally, the code is gone in master, so it's more of a
 backport needed.
 

We have to fix bug 40996 first to get something to backport.

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #7 from Liangent liang...@gmail.com 2012-10-13 13:19:54 UTC ---
(In reply to comment #6)
 (In reply to comment #5)
  (In reply to comment #4)
   (In reply to comment #2)
Bug 40996 sounds very similar. Wondering whether to set a tentative 
Target
Milestone (but I'm clueless whether 1.20 or 1.21).
   
   From above talk I see the related code in InfoAction was rewritten and 
   new code
   introduced bug 40996 and it has the same root cause.
   
   When a page doesn't exist, its $firstRev is null but both old and new 
   code try
   to get its author: in old code it calls $firstRev-getUserText() and in 
   new
   code it calls Linker::revUserTools( $firstRev ).
  
  Indeed. As I said originally, the code is gone in master, so it's more of 
  a
  backport needed.
  
 
 We have to fix bug 40996 first to get something to backport.

*get something working

-- 
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 41002] New: Fails to save when some Unicode characters are used

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41002

   Web browser: ---
 Bug #: 41002
   Summary: Fails to save when some Unicode characters are used
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: magioladi...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---


It seems that API fails to save pages that contain some special (or deprecated
characters).

For instance

https://en.wikipedia.org/w/index.php?title=Wikipedia:AutoWikiBrowser/Sandboxoldid=516371076

I fixed manually the following cases:

https://en.wikipedia.org/w/index.php?title=Dahaediff=517542432oldid=512734888

https://en.wikipedia.org/w/index.php?title=Osun_Statediff=517542603oldid=516042594

When AWB meets these pages we get the following message: Bot API returned the
following error: 'The supplied MD5 hash was incorrect'.

According to Rjwilmsi: I suspect this is an API issue, a rare one.

-- 
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 40911] Enhance the account creation limit on Malayalam Wikipedia for an event (October 13, 2012)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40911

Krenair kren...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #4 from Krenair kren...@gmail.com 2012-10-13 13:39:59 UTC ---
Looks like this didn't get deployed in time for the workshop...

-- 
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 41000] User_talk page does not display section heading icons

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41000

Krenair kren...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||benap...@gmail.com,
   ||fai...@wikimedia.org,
   ||has...@free.fr,
   ||kren...@gmail.com,
   ||mhershber...@wikimedia.org,
   ||platoni...@gmail.com
  Component|Interface   |deployment-prep (beta)
Version|1.21-git|unspecified
 Resolution||INVALID
Product|MediaWiki   |Wikimedia Labs

--- Comment #1 from Krenair kren...@gmail.com 2012-10-13 13:41:29 UTC ---
The problem here is that the images exist in production but not
deployment-prep.

-- 
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 37714] [Regression] Incomplete log entries

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37714

--- Comment #6 from Krenair kren...@gmail.com 2012-10-13 13:53:44 UTC ---
Gerrit change 27869

-- 
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 41000] User_talk page does not display section heading icons

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41000

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-10-13 13:57:07 
UTC ---
I see. That makes using deployment-prep to find bugs unneccessarily hard. How
do I find out (for future reference) if issues are real bugs in the codebase or
just deployment-prep's differing setup?

-- 
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 23721] Useless Deleted only checkbox on page history and Special:Contributions for users unable to view deleted revisions

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23721

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #5 from Krenair kren...@gmail.com 2012-10-13 14:05:57 UTC ---
Gerrit change 27870

-- 
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 37036] Thumbnail missing on upload of video

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=28810
Summary|Thumbnail missing on upload |Thumbnail missing on upload
   ||of video

--- Comment #7 from Andre Klapper aklap...@wikimedia.org 2012-10-13 14:23:39 
UTC ---
Using https://en.wikipedia.org/wiki/File:Folgers.ogv on
http://commons.wikimedia.beta.wmflabs.org/wiki/Special:UploadWizard (MediaWiki 
   1.21alpha) I don't get a broken image icon anymore when uploading this OGV
file, but instead the preview is just black.

Also see bug 28810.

-- 
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 28810] Video thumbnails don't work (on live Commons?)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28810

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=37036

-- 
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 35918] no preview thumbnails upon uploading video via UploadWizard

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35918

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-10-13 14:24:24 
UTC ---
Chris: Dup of bug 37036, or is this issue specific for Labs?

-- 
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 41003] New: Pending changes protection has no affect on API (googlebot will pick up pending changes)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41003

   Web browser: ---
 Bug #: 41003
   Summary: Pending changes protection has no affect on API
(googlebot will pick up pending changes)
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hartman.w...@gmail.com
CC: aschulz4...@gmail.com, asha...@wikimedia.org,
ro...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Per
https://en.wikipedia.org/wiki/Wikipedia_talk:PC2012/RfC_2#Comment_-_The_Google_results_will_show_the_.22vandalized.22_versions

This undermines part of the goal of Pending changes of making vandalized page
less visible to the general public.

-- 
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 37009] PageTriage: Uncaught TypeError in Chromium

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37009

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #11 from Andre Klapper aklap...@wikimedia.org 2012-10-13 14:27:20 
UTC ---
Logan: Did you manage to isolate this?

-- 
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 5785] when moving page, hooks for magical redirects not called

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5785

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
  Component|General/Unknown |Redirects

-- 
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 41002] Fails to save when some Unicode characters are used

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41002

--- Comment #1 from Bryan Tong Minh bryan.tongm...@gmail.com 2012-10-13 
14:39:41 UTC ---
I think this has to do with Unicode normalization. WebRequest pre-normalizes
any text params before passing them to the API, which will of course have as
effect that the md5 sum is no longer valid.

-- 
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 41003] Pending changes protection has no affect on API (googlebot will pick up pending changes)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41003

Brad Jorsch b-jor...@alum.northwestern.edu changed:

   What|Removed |Added

 CC||b-jorsch@alum.northwestern.
   ||edu

--- Comment #1 from Brad Jorsch b-jor...@alum.northwestern.edu 2012-10-13 
14:47:43 UTC ---
Somewhere in the linked discussions, Jdforrester (WMF) wrote:
 Unfortunately I've confirmed that the PC work did not include modifying the
 output of the API feeds in this way (so yes, GoogleBot et al. will get the
 latest version regardless of the page's PC state).

Which API feeds, specifically, do Googlebot and other search engine bots use?

-- 
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 26173] Invalid CSS in jquery.ui.datepicker.css: filter: mask()

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26173

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
Version|unspecified |1.21-git
Summary|Invalid CSS in  |Invalid CSS in
   |jquery.ui.datepicker.css|jquery.ui.datepicker.css:
   ||filter: mask()

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-10-13 14:49:53 
UTC ---
Still valid in git master: mediawiki/core/resources/jquery.ui/themes

-- 
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 41002] Fails to save when some Unicode characters are used, as MD5 hash changes

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41002

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

   What|Removed |Added

   Keywords||i18n
 CC||aklap...@wikimedia.org
Summary|Fails to save when some |Fails to save when some
   |Unicode characters are used |Unicode characters are
   ||used, as MD5 hash changes

-- 
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 41000] User_talk page does not display section heading icons

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41000

--- Comment #3 from Krinkle krinklem...@gmail.com 2012-10-13 14:52:37 UTC ---
These kind of things are never a bug in any code base.

MediaWiki displays a red link for images that are not uploaded to the wiki
(and/or don't exist in any of the  foreign repositories, if some are
configured).

Wikis in beta.wmflabs use their own commons, just like wikimedia.org wikis use
their commons as foreign file repository.

If templates are copied from live to beta without copying the images used, then
a red link is displayed.

So for future reference I'd say:
* Don't import templates without importing related other
templates/files/scripts/styles. Or accept that the display will be different.

* Most things in wiki pages are never software bugs anyway, just content
issues. For example the page [[Commons:Licensing]] doesn't exist on the beta
wiki, so links to it on the beta wiki are (naturally) red 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 40994] Problem with extension submodules (Persona: fatal: reference is not a tree)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40994

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-10-13 14:52:56 
UTC ---
Works for me:

reedy@ubuntu64-web-esxi:/var/www/wiki/mediawiki/extensions$ git pull
Already up-to-date.
reedy@ubuntu64-web-esxi:/var/www/wiki/mediawiki/extensions$ git submodule
update Persona
Submodule path 'Persona': checked out
'655d019b84689e37b3fb1018600f629c657fb575'


Delete the extension folder and then re-pull/submodule update


Also, git head is now mediawiki 1.21

-- 
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 21494] Edits are overwriting text without user notification

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21494

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-10-13 14:57:57 
UTC ---
Wondering if this happened for section editing only, or for the complete page?
Should this just be closed as RESOLVED WORKSFORME nowadays?

Similar old tickets: bug 2055, bug 1181, bug 17434. Couldn't find recent
tickets.

-- 
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 41004] New: squid001 gives Zero Sized Reply error on POST request

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41004

   Web browser: ---
 Bug #: 41004
   Summary: squid001 gives Zero Sized Reply error on POST
request
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: benap...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Due to there being a load balancer, this error is harder to replicate (and
accessing the squid directly obviously gives the domain not configured
message[1]).

Just try using Special:UserLogin or Special:UserRights, it will come up 1/3
times.

-- 
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 41005] New: for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

   Web browser: ---
 Bug #: 41005
   Summary: for rtl wikis labels and input text previews  in
wikidata needs to be rtl
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: reza.ene...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Hi,
http://wikidata-test-repo.wikimedia.de/wiki/Q20309?uselang=fa
these items should be rtl
test boxes when they are in edit condition
1-at the editing condition textboxs should be rtl now some part of text covers
with X button (in this case please edit تست۲ and you will see that ۲ covers
with X) (number 1)
2-defualt preview they are ltr (number 2)

-- 
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 41005] for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Blocks||36637

-- 
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 36637] WikiData RTL / BiDi tracker bug

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36637

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||41005

-- 
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 41004] squid001 gives Zero Sized Reply error on POST request

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41004

Krenair kren...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||kren...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Krenair kren...@gmail.com 2012-10-13 15:03:12 UTC ---


*** This bug has been marked as a duplicate of bug 40991 ***

-- 
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 40991] Zero Sized Reply when saving page edit

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40991

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #3 from Krenair kren...@gmail.com 2012-10-13 15:03:12 UTC ---
*** Bug 41004 has been marked as a duplicate of this bug. ***

-- 
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 40991] Zero Sized Reply when saving page edit

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40991

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||fai...@wikimedia.org,
   ||has...@free.fr,
   ||mhershber...@wikimedia.org,
   ||platoni...@gmail.com
  Component|Page editing|deployment-prep (beta)
Product|MediaWiki   |Wikimedia Labs

-- 
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 40714] ULS geoclient needs proper interface

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40714

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|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 41005] for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

--- Comment #1 from reza1615 reza.ene...@gmail.com 2012-10-13 15:06:01 UTC ---
Created attachment 11188
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11188
screen shot

-- 
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 37520] using {{WesterBuddhism}} template changes position of image in article

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37520

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
  Component|General/Unknown |Templates
Version|unspecified |1.21-git

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-10-13 15:06:51 
UTC ---
Confirming on MediaWiki 1.21wmf1 (69cfa2e) and FF 15.0.1.

Looks like the picture is moved to below the level of {{Infobox}} when
inserting {{WesternBuddhism}} after {{Infobox}}.
Same happens when inserting {{WesternBuddhism}} before {{Infobox}}: Image will
be below an imaginary horizontal line below the {{WesternBuddhism}} template.

Might be a more generic problem.

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Version|unspecified |1.20
   Target Milestone|1.21.0 release  |1.20.0 release
   Severity|normal  |blocker

--- Comment #8 from Krinkle krinklem...@gmail.com 2012-10-13 15:11:50 UTC ---
*
http://commons.wikimedia.beta.wmflabs.org/w/index.php?title=Template:Doesntexistaction=info
* https://en.wikipedia.org/w/index.php?title=User:Krinkle/Sandbox/1action=info

-- 
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 40996] action=info fatals for non-existent pages

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40996

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||DUPLICATE

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-10-13 15:12:39 UTC ---
*
http://commons.wikimedia.beta.wmflabs.org/w/index.php?title=Template:Doesntexistaction=info
* https://en.wikipedia.org/w/index.php?title=User:Krinkle/Sandbox/1action=info

*** This bug has been marked as a duplicate of bug 40939 ***

-- 
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 40939] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

--- Comment #9 from Krinkle krinklem...@gmail.com 2012-10-13 15:12:39 UTC ---
*** Bug 40996 has been marked as a duplicate of this bug. ***

-- 
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 40939] [Regression] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
Summary|InfoAction: Call to a   |[Regression] InfoAction:
   |member function |Call to a member function
   |getUserText() on a  |getUserText() on a
   |non-object  |non-object

-- 
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 26173] Invalid CSS in jquery.ui.datepicker.css: filter: mask()

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26173

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||upstream

-- 
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 26173] Invalid CSS in jquery.ui.datepicker.css: filter: mask()

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26173

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-10-13 15:18:57 
UTC ---
Looks like it's not fixed in jQuery UI 1.9 either

-- 
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 41005] for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-13 
15:19:58 UTC ---
I confirm this. Making sure that the direction is correct for selector
ul.tagadata li.tagadata-choice .tagadata-label input fixes it.

-- 
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 40991] squid001 gives Zero Sized Reply error on POST request

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40991

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|Zero Sized Reply when |squid001 gives Zero Sized
   |saving page edit|Reply error on POST
   ||request
   Severity|major   |critical

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-10-13 15:20:42 UTC ---
Just like the production cluster, there is a load balancer. When navigating the
site a squid is semi-randomly chosen from a pool.

squid001 is the problematic one. And it appears to only fail for POST request
(logging in, saving/previewing edits, changing user rights etc.)

-- 
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 40991] squid001 gives Zero Sized Reply error on POST request

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40991

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |benap...@gmail.com
   |org |

-- 
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 40939] [Regression] InfoAction: Call to a member function getUserText() on a non-object

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40939

Krenair kren...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=39688

--- Comment #10 from Krenair kren...@gmail.com 2012-10-13 15:23:00 UTC ---
This is already fixed in Gerrit change 22880, it's just waiting for review.

-- 
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 41001] It's unclear which language should be used in Special:CreateItem

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41001

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com

--- Comment #1 from reza1615 reza.ene...@gmail.com 2012-10-13 15:27:47 UTC ---
also Special:NewProperty

-- 
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 41006] New: Tables in action=info should have th properly used.

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41006

   Web browser: ---
 Bug #: 41006
   Summary: Tables in action=info should have th properly used.
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Currently all of cells there are tds.

-- 
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 41007] New: localizing numbers in wikidata input form

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41007

   Web browser: ---
 Bug #: 41007
   Summary: localizing numbers in wikidata input form
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: reza.ene...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Hi,
please localize count number in wikidata client pages
http://wikidata-test-repo.wikimedia.de/wiki/Q321

-- 
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 41006] Tables in action=info should have th properly used.

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41006

Krenair kren...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||kren...@gmail.com
   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 41007] localizing numbers in wikidata input form

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41007

--- Comment #1 from reza1615 reza.ene...@gmail.com 2012-10-13 15:37:52 UTC ---
Created attachment 11189
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11189
screen shot

-- 
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 41007] localizing numbers in wikidata input form

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41007

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

   Keywords||i18n

-- 
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 41006] Tables in action=info should use more semantic tags

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41006

Liangent liang...@gmail.com changed:

   What|Removed |Added

Summary|Tables in action=info   |Tables in action=info
   |should have th properly   |should use more semantic
   |used.   |tags

--- Comment #1 from Liangent liang...@gmail.com 2012-10-13 15:46:35 UTC ---
Maybe the first column should be th, or the whole table should be replaced
with dl?

-- 
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 40844] download tool issue with Cyrillic encoding in filenames (wget)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40844

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||LATER

--- Comment #4 from Platonides platoni...@gmail.com 2012-10-13 15:52:58 UTC 
---
Andrij, you would add that inside download.bat

I could try downloading the category for you if that helps.

I reported the problem upstream https://savannah.gnu.org/bugs/index.php?37564
This should be fixed at wget level.

-- 
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 40844] download tool issue with Cyrillic encoding in filenames (wget)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40844

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Keywords||upstream

-- 
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 40844] download tool issue with Cyrillic encoding in filenames (wget)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40844

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #5 from Liangent liang...@gmail.com 2012-10-13 15:55:48 UTC ---
Does this bug belongs to this 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 40238] apply correct lang and dir attributes to language names in List of pages linked to this item (2)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40238

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-13 
16:00:25 UTC ---
Partial fix in https://gerrit.wikimedia.org/r/#/c/27873/ .

-- 
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 40238] apply correct lang and dir attributes to language names in List of pages linked to this item (2)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40238

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
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 41002] Fails to save when some Unicode characters are used, as MD5 hash changes

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41002

Jarry1250 jarry1...@gmail.com changed:

   What|Removed |Added

 CC||jarry1...@gmail.com

--- Comment #2 from Jarry1250 jarry1...@gmail.com 2012-10-13 16:07:11 UTC ---
So presumably AWB needs to do the normalisation itself (so it knows the
post-normalisation MD5) or the API needs to accept pre-normalisation hashes
(which, given the distribution of functions between WebRequest and the API
seems tricky).

-- 
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 41005] for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-13 
16:10:55 UTC ---
Fixed in https://gerrit.wikimedia.org/r/#/c/27876/ .

-- 
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 38994] Implement a way to index Bugzilla bugs by Wikimedia wiki family

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38994

--- Comment #16 from MZMcBride b...@mzmcbride.com 2012-10-13 16:16:56 UTC ---
(In reply to comment #15)
 In general agreeing with Krinkle, achieving this functionality manually sounds
 extremely error-prone.

So I guess we'll need some kind of tool, then.

I'm not sure how best to implement this idea (indexing Bugzilla bugs by
Wikimedia wiki family). The HTML5 app idea sounds kind of cool, but maybe doing
something in a Bugzilla extension or even inside a MediaWiki extension makes
more sense? Not sure.

-- 
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 40386] Installation of FormatNum on sl.wiki

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40386

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #6 from Platonides platoni...@gmail.com 2012-10-13 16:22:04 UTC 
---
Sl localisation seems right (since 2010,
abb2949d3e10412ea998dc06b39da7f545543c48). See
http://sl.wikipedia.org/wiki/Uporabnik:Platonides/Bug_40386

So the requested extension is apparently not needed.

-- 
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 40943] Fix the instance types

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40943

--- Comment #3 from Damian Z dam...@damianzaremba.co.uk 2012-10-13 16:53:28 
UTC ---
https://gerrit.wikimedia.org/r/#/c/27883/ hopefully fixes this

-- 
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 39792] Labsconsole session is omnipresent

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39792

--- Comment #1 from Damian Z dam...@damianzaremba.co.uk 2012-10-13 16:58:34 
UTC ---
Related to this - can we not store the session in the db? Currently it's in
memcached which if restarted for any reason causes a 'no nova credentials'
error message.

That error in its self for our use case is silly, as nova is backed by ldap
being able to login to labsconsole in the first place implies you have a nova
login and as the check is after the 'am I logged in' check it's redundant.

Changing it to force a logout breaks others use cases but having the token
stored properly in the db, like the mediawiki session token would fix this.

-- 
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 41008] New: Clear out NFS

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41008

   Web browser: ---
 Bug #: 41008
   Summary: Clear out NFS
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dam...@damianzaremba.co.uk
CC: benap...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


NFS is getting full again and probably wants sorting before it hits 100%

labs-nfs1 (i-005d.pmtpa.wmflabs)

DISK CRITICAL - free space: /export 367 MB (2% inode=58%): /home/SAVE 367 MB
(2% inode=58%)

Alternatively progress on moving to Gluster would be awesome :)

-- 
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 41009] New: There's no way to specify the directionality of an inline piece of text

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41009

   Web browser: ---
 Bug #: 41009
   Summary: There's no way to specify the directionality of an
inline piece of text
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
AssignedTo: i...@wikia-inc.com
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com,
wikibugs-l@lists.wikimedia.org
Blocks: 33126
Classification: Unclassified
   Mobile Platform: ---


In MediaWiki pages it is frequently required to write some text in a different
languages, and possibly also with different directionality. For example, an
quotation in English in an article in the Hebrew Wikipedia.

With the plain wikitext editor this can be achieved using HTML, for example
span lang=en dir=ltr. In some Wikipedias there are templates that do
this.

There must be a way to do this using the VE GUI. For example, the user can
select the text in a different language, open a dialog with Language
properties and select English language and Directionality: Left-to-right.

For reference and further details:
https://www.mediawiki.org/wiki/VisualEditor/Bidirectional_text_requirements

-- 
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 33126] VisualEditor right-to-left support tracking bug (RTL, bidi)

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33126

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||41009

-- 
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 41010] New: There's no way to specify the directionality of a paragraph

2012-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41010

   Web browser: ---
 Bug #: 41010
   Summary: There's no way to specify the directionality of a
paragraph
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
AssignedTo: i...@wikia-inc.com
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com,
wikibugs-l@lists.wikimedia.org
Blocks: 33126
Classification: Unclassified
   Mobile Platform: ---


In MediaWiki pages it is frequently required to write a paragraph in a
different
language, and possibly also with different directionality. For example, a
quotation in English in an article in the Hebrew Wikipedia.

With the plain wikitext editor this can be achieved using HTML, for example
div lang=en dir=ltr. In some Wikipedias there are templates that do
this.

There must be a way to do this using the VE GUI. For example, the user can
select the text in a different language, open a dialog with Paragraph language
properties and select Language: English and Directionality: Left-to-right.

For reference and further details:
https://www.mediawiki.org/wiki/VisualEditor/Bidirectional_text_requirements

-- 
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


  1   2   >