[Bug 2415] Add pagination to Special:Lonelypages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2415

--- Comment #16 from Riley Lynch  2011-11-28 07:05:30 UTC 
---
With a querycache of 250,000 rows, including 50,000 lonelypages rows, a query
with a large offset without the patch:

  select SQL_NO_CACHE qc_type, qc_namespace, qc_title, qc_value from querycache
  where qc_type = 'lonelypages'
  order by qc_value ASC
  limit 500 offset 35000;

  --> about 0.191 seconds

The same offset with the patch:

  select SQL_NO_CACHE qc_type, qc_namespace, qc_title, qc_value from querycache
  where qc_type = 'lonelypages'"+
  and qc_seq between 35001 and 35500
  order by qc_value ASC;

  --> about 0.004 seconds

-- 
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 32679] ContributionReporting extension (Special:FundraiserStatistics) has been disabled

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32679

Max Semenik  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||maxsem.w...@gmail.com
   Severity|normal  |major

--- Comment #1 from Max Semenik  2011-11-28 07:01:32 UTC 
---
A simple stopgap solution would be to introduce a new right 'viewfrstats' and
enable it only for registered users - this would prevent slashdotting while
keeping the page working. While people are working on a real fix of performance
issues, of course.

-- 
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 32679] New: ContributionReporting extension (Special:FundraiserStatistics) has been disabled

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32679

   Web browser: ---
 Bug #: 32679
   Summary: ContributionReporting extension
(Special:FundraiserStatistics) has been disabled
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Fundraising - misc
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: fr-t...@wikimedia.org
Classification: Unclassified


The full details are a bit unclear to me, but as far as I understand it,
 was linked
from reddit and due to the feature's implementation, it caused excessive
database load through long-running queries. This excessive load eventually took
down the main wiki sites and the extension was consequently disabled:
.

The extension should be optimized and re-enabled. There are already questions
about the page's disappearance (cf.
).

Until the extension is re-enabled, it would be nice if the link didn't display
such a terrible error message. "You have requested an invalid special page."
isn't accurate; the user has requested a disabled special page due to a special
set of circumstances.

Related mailing list posts:
* http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056604.html
* http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056606.html

-- 
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 32426] SF needs to check for file existence to prevent replacing existing file using upload function

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32426

Yaron Koren  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #4 from Yaron Koren  2011-11-28 06:20:36 UTC ---
I'm setting this to "invalid"; feel free to re-open, if you still think there's
an issue there.

-- 
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 32678] Unneeded line break after combobox fields

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32678

Yaron Koren  changed:

   What|Removed |Added

Summary|Unneeded line break after   |Unneeded line break after
   |form fields |combobox fields

--- Comment #2 from Yaron Koren  2011-11-28 06:18:43 UTC ---
Renamed to "Unneeded line break after combobox fields" for clarity.

-- 
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 32677] LocalisationUpdate setup: don't update messages that are not used on a site

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32677

--- Comment #2 from Liangent  2011-11-28 06:16:15 UTC ---
(In reply to comment #1)
> LU doesn't really have anything to do with this, Its how we handle our 
> language
> files, LU just updates the languages files from SVN more often compared to
> someone  having to manually svn them up and push them out.

It's not a simple svn up. But in this case if we consider it as svn up for
individual sites, the issue is, don't let it svn up
extensions/ContactPage/ContactPage.i18n.php on dewiki.

-- 
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 2415] Add pagination to Special:Lonelypages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2415

Riley Lynch  changed:

   What|Removed |Added

   Keywords||need-review, 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 2415] Add pagination to Special:Lonelypages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2415

--- Comment #15 from Riley Lynch  2011-11-28 05:51:52 UTC 
---
Created attachment 9568
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9568
Rewrite of previous patch using branch REL1_17 (104384)

Rewrote the patch to conform to changes since it was originally written.

-- 
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 32416] Semantic Maps break with the error "Undefined variable: mwmaps"

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32416

--- Comment #11 from fastgoldf...@gmail.com 2011-11-28 05:45:50 UTC ---
I'm not getting the undefined variable error for the non-working map on the
lower right of this page:

http://www.coincompendium.com/wiki/index.php/Sandbox/another_maps_bug

I'm not sure if the cause is identical to the cause for this reported bug, but
whatever it is, the workaround is not effective. I have not been able to
isolate the bug better, and I have not been able to find anything that can make
it work. The same code that's generating the map works fine when it is not in
the template.

In general, it appears something is wrong with how Semantic Maps functions when
being called from a template, and the JS error I discovered might be just an
artifact of that.

-- 
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 32648] Combobox dropdown displays character escape codes in values instead of human-readable characters

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32648

--- Comment #3 from Yaron Koren  2011-11-28 05:41:56 UTC ---
I still don't see the issue. For both of those pages, the form is correctly
showing the contents of the page, and when submitted it correctly saves the
value from the dropdown.

-- 
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 32678] Unneeded line break after form fields

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32678

--- Comment #1 from fastgoldf...@gmail.com 2011-11-28 05:36:53 UTC ---
Just for an example, the simple instruction I'm trying to put to the right of a
combobox is just to explain how to use a combobox for those who have never seen
one and don't know that they are, or for users who aren't aware it's a
combobox:

"Select from the dropdown list, or type something in."

-- 
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 16112] Special:Wanted* - purge link tables

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16112

--- Comment #18 from MZMcBride  2011-11-28 05:35:04 UTC ---
(In reply to comment #17)
> (In reply to comment #16)
>> An alternative is to exclude non existing pages from the count: bug 32395
> 
> Better than that bug is to run always/weekly/monthly the maintenance script
> "refreshLinks.php --dfn-only" before "updateSpecialPages.php" in the same cron
> job, because bug 32395 only fixed the Wanted*-Specialpages. In theory this
> ghost entries also effected other querypages like Special:MostLinkedPages, but
> in that big count the ghost entries are not verifiably.
> 
> It is possible to add that script to the existing cron job? Thanks.

That sounds like the subject of a separate bug/ticket.

-- 
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 32677] LocalisationUpdate setup: don't update messages that are not used on a site

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32677

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #1 from p858snake  2011-11-28 05:34:35 UTC ---
LU doesn't really have anything to do with this, Its how we handle our language
files, LU just updates the languages files from SVN more often compared to
someone  having to manually svn them up and push them out.

-- 
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 32678] New: Unneeded line break after form fields

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32678

   Web browser: ---
 Bug #: 32678
   Summary: Unneeded line break after form fields
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: fastgoldf...@gmail.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified


I noticed this with the combobox field type, but it may occur with others. I
cannot put a simple instruction to the right of the field because a 
seems to be hard coded, causing the instructions to go underneath. That is
confusing to people who can't tell whether the instructions are for the above
or below fields.

-- 
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 32648] Combobox dropdown displays character escape codes in values instead of human-readable characters

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32648

--- Comment #2 from fastgoldf...@gmail.com 2011-11-28 05:31:29 UTC ---
Yes, use the login user: Demo pass:test

http://www.coincompendium.com/wiki/index.php/Special:FormEdit/Type/CCT31

Look at the fields for Country and Issuer. If you click the dropdowns, you will
see the escape code for the apostrophe. If someone selects the dropdown items,
you'll see this:

http://www.coincompendium.com/wiki/index.php/Special:FormEdit/Type/CCT36

Notice on that page that the dropdown list's escapes are accumulating.

-- 
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 32652] [[Special:Nuke/USERNAME]] no longer works, chucks user back to main entry point

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32652

Max Semenik  changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #1 from Max Semenik  2011-11-28 05:06:40 UTC 
---
r82136 needs backporting to deployment branch.

-- 
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 32677] New: LocalisationUpdate setup: don't update messages that are not used on a site

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32677

   Web browser: ---
 Bug #: 32677
   Summary: LocalisationUpdate setup: don't update messages that
are not used on a site
   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: liang...@gmail.com
Classification: Unclassified


dewiki is not using Extension:ContactPage but one of WMF wikis are using it
(foundationwiki?). Now LocalisationUpdate updates localizations of the message
"contact" on dewiki, which causes a side effect:

On http://de.wikipedia.org/w/index.php?title=Spezial:Leerseite&uselang=en
there's an item in the sidebar called "Contact page" which does not mean
"Kontakt". If LocalisationUpdate is not operating on the message "contact" on
dewiki, the item is expected to show as "Kontakt".

-- 
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 32676] New: Rusyn language needs a Latin variant

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32676

   Web browser: ---
 Bug #: 32676
   Summary: Rusyn language needs a Latin variant
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: https://www.mediawiki.org/wiki/Thread:Project:Support_
desk/Transliteration_of_Rusyn_Wikipedia_(Wikipedias_in
_Multi-writing_System)
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maxsem.w...@gmail.com
CC: niklas.laxst...@gmail.com, s.mazel...@xs4all.nl
Classification: Unclassified


Per the link above, Rusyn may need automatic transliteration from Cyrillic to
Latin.

-- 
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 32621] Root /Foo style article paths and action paths conflict

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32621

--- Comment #3 from Voyagerfan5761 / dgw  2011-11-28 
03:26:49 UTC ---
As of r104385 action paths defined in $wgActionPaths are still being
intercepted as article titles.

Setting $wgActionPaths['edit'] = "/edit/$1": Page is treated as if the title is
"Edit/$1", and displayed (though non-existent).

Setting above plus $wgActionPaths['view'] = "/view/$1": Redirect loop to
"/view/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/View/$1"

I might not be setting the options correctly; my article-path-related
LocalSettings.php code is below. Leaving as Resolved Fixed for now.


## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath   = "";
$wgScriptExtension  = ".php";
$wgScript   = "$wgScriptPath/index.php";
$wgArticlePath  = "/$1";

# Action paths
$actions = array( /*'view', causes redirect loop*/ 'edit', 'watch', 'unwatch',
'delete','revert', 'rollback',
  'protect', 'unprotect', 'markpatrolled', 'render', 'submit', 'history',
'purge' );

foreach ( $actions as $action ) {
  $wgActionPaths[$action] = "/$action/$1";
}
// $wgArticlePath = $wgActionPaths['view']; # causes redirect loop

-- 
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 30245] Use full localized name for Special:Log in IRC RC feed

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30245

--- Comment #14 from Krinkle  2011-11-28 01:59:34 UTC ---
(In reply to comment #13)
> (In reply to comment #12)
> > I think we can make this change, but the bot authors should be notified as 
> > far
> > in advance of deployment as possible.
> 
> That sounds good. But what the best ways to get information to the bot 
> authors?
> 
> * Village pump (technical) on en.wp?
> * Breaking change note in the Release-Notes?
> * Maillingslists?
> * techblog?

Since there is no central way (at least not one that bot authors actually
commonly follow) I suggest at least all of the above (mailing lists:
mediawiki-l, wikitech-l, commons-l, .. )

-- 
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 32230] Provide a JavaScript variable for the "redirected from" page title

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32230

MrBlueSky  changed:

   What|Removed |Added

   Keywords||need-review, 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 32230] Provide a JavaScript variable for the "redirected from" page title

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32230

--- Comment #4 from MrBlueSky  2011-11-28 00:41:07 UTC 
---
Created attachment 9567
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9567
patch against trunk

Puts the "redirected from" pagetitle in mw.config.get('wgRedirectedFrom').

Usage example: 
if (window.mw.config.get('wgRedirectedFrom')) {
alert(window.mw.config.get('wgRedirectedFrom'));
}

-- 
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 21860] Add checksum field to database table; expose it in API

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #33 from Brion Vibber  2011-11-27 21:26:44 UTC 
---
So did anybody actually check to make sure we know how to deploy this change
live for 1.19?

-- 
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 32630] Improve mime type detection for Photoshop files

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32630

--- Comment #2 from Joerg  2011-11-27 21:07:21 UTC 
---
Thanks for committing it so quickly, Bryan!

-- 
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 32628] Disable Oversight extension on WMF

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32628

LordAndrew  changed:

   What|Removed |Added

 CC||reachouttothetruth@hotmail.
   ||com

--- Comment #3 from LordAndrew  2011-11-27 
19:45:04 UTC ---
The Oversight extension has no way to un-oversight revisions anyway. So
disabling shouldn't make a difference. As long as the hidden table is kept,
nothing should be lost, right? And then hopefully eventually it can be
converted to RevDel.

-- 
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 23280] Show servername instead of dbname for home wiki on Special:CentralAuth

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23280

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Robin Pepermans (SPQRobin)  
2011-11-27 17:23:49 UTC ---
Fixed in r104347 (I have now CentralAuth installed :p)

-- 
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 32667] Open Wikipedia url in the app

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

--- Comment #4 from thoma...@hotmail.fr 2011-11-27 17:22:08 UTC ---
Escape URL : it's done by Android framework when it send it to the app.

The app open only links to Wikipedia (wikipedia.org). If you can't open an
other url like google.com in the app (it is android:host="*.wikipedia.org" in
the manifest)

For this problem of come back : it's because the link is open in an other
instance of the main activity, I don't know how solve 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 25168] CentralAuth: give links to secure server when logged-in into the secure server

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25168

Platonides  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||platoni...@gmail.com
 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 25168] CentralAuth: give links to secure server when logged-in into the secure server

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25168

--- Comment #4 from Robin Pepermans (SPQRobin)  
2011-11-27 16:59:10 UTC ---
I fixed the new https in r104337 (should have mentioned that).

For the old secure server, indeed on e.g.
https://secure.wikimedia.org/wikipedia/tet/w/index.php?title=Special%3ACentralAuth&target=Dferg+%28test%29
they point to the normal http server. I didn't see that an on-wiki script was
used to change the links dynamically.

We might close this bug as I assume the secure.wikimedia.org server will be
phased out in the future.

-- 
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 19195] Make user IDs more readily available with the API

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19195

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||32675

-- 
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 32675] New: API: Allow listing of logevents per userid/pageid

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32675

   Web browser: ---
 Bug #: 32675
   Summary: API: Allow listing of logevents per userid/pageid
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Blocks: 19195
Classification: Unclassified


list=logevents has a user and a title param. Please add a userid and a pageid
param, to allow listing per userid/pageid. 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 25168] CentralAuth: give links to secure server when logged-in into the secure server

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25168

Marco Aurelio  changed:

   What|Removed |Added

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

-- 
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 12019] ifexist function uses pagelinks table in lieu of better options

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12019

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #9 from Platonides  2011-11-27 16:38:18 UTC 
---
This has little to do with the parser. It's about the way that information is
stored.
I suppose we could add an ENUM to pagelinks to state if it's a link check or a
ifexists, but pagelinks does seem the right table .

-- 
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 25168] CentralAuth: give links to secure server when logged-in into the secure server

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25168

Marco Aurelio  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
URL|https://secure.wikimedia.or |https://meta.wikimedia.org/
   |g/wikipedia/meta/w/index.ph |wiki/Special:CentralAuth/Df
   |p?title=Special%3ACentralAu |erg_%28test%29
   |th&target=Dferg+%28test%29  |
 Resolution|FIXED   |

--- Comment #3 from Marco Aurelio  2011-11-27 16:34:38 UTC 
---
Reopening. Not fixed.

Please see


Please note that when the old secure.wikimedia.org server was used I imported a
script  so all
links pointed to secure.wikimedia when you were logged in that server.

Best.

-- 
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 32667] Open Wikipedia url in the app

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

--- Comment #3 from Brion Vibber  2011-11-27 16:32:08 UTC 
---
Appears to work, though there's a couple things I'd recommend tweaking.

Probably need to escape that URL before passing it into the query string;
otherwise we might lose some chars.  and
 both pass through correctly, but I'm just
suspicious. :)


Some oddities:
* Open Wikipedia app
* switch to another app (say Gmail)
* follow a Wikipedia link in this app to another page and open it in Wikipedia
app

A Wikipedia app screen pops up, loading the article. Neat!

* now hold down 'home' button and switch to some other randon app
* hold down 'home' and switch back to Wikipedia

You're seeing the original page you had open before, not the one you followed a
link to.

* hold down 'home' and switch back to that other app (Gmail)

Now we see the Wikipedia view again, in the context of this other app, instead
of the rest of the app.

* hitting 'back' from there can get us back to Gmail/etc


While this feels natural for a single view/back cycle, going to other apps back
back it looks very wrong.



I'm also a little unsure about the input processing; if we somehow manage to
get a bogus URL in there, does it load inline or does it pop back over to
regular browser?

-- 
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 32673] Special:Log lost username of non-existing users in the input field

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32673

Platonides  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||platoni...@gmail.com
 Resolution||FIXED

--- Comment #1 from Platonides  2011-11-27 16:30:34 UTC 
---
Fixed in r104343.

-- 
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 32674] New: provide log in link, when visit Special:ChangePassword or Special:ChangeEmail as anon

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32674

   Web browser: ---
 Bug #: 32674
   Summary: provide log in link, when visit Special:ChangePassword
or Special:ChangeEmail as anon
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


When visiting Special:Preferences (or Special:Watchlist) as anon, you get the
message

 You must be logged in to set user preferences.

where [logged in] is a link to Special:UserLogin.
Please provide this link also when visiting

Special:ChangePassword
Special:ChangeEmail

as anon. 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 30783] mw.config.get and mw.config.set should allow additional calling patterns

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30783

Salvatore Ingala  changed:

   What|Removed |Added

 CC||salvatore.ing...@gmail.com

--- Comment #7 from Salvatore Ingala  2011-11-27 
16:24:17 UTC ---
Yes, there is full scope overlapping, of course, and I knew of the existence of
JSConfig when I started my project. Solutions like JSConfig are probably the
nicest thing one can do without relying on some form of server-side support.

By the way, mw.config has the "set" method because it's an instance of the
mw.Map class, but I think that using mw.config.set in user scripts or gadgets
should be strongly discouraged.

-- 
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 32673] New: Special:Log lost username of non-existing users in the input field

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32673

   Web browser: ---
 Bug #: 32673
   Summary: Special:Log lost username of non-existing users in the
input field
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


When searching for log entries and give a non-existing user into the input
field, the username is lost after the search. On Special:Contribs the username
stays in 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 27721] Special:CentralAuth doesn't sort by edit count correctly on other languages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27721

--- Comment #4 from duplicate...@googlemail.com 2011-11-27 16:04:49 UTC ---
What about setting the page language to the user language for this special
page? Maybe js vars like wgSeparatorTransformTable where added in the user
language to the output page and the sort script has the right vars.

-- 
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 32672] New: Firefox 11 nightlies on Android size text, controls incorrectly on MobileFrontend

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32672

   Web browser: ---
 Bug #: 32672
   Summary: Firefox 11 nightlies on Android size text, controls
incorrectly on MobileFrontend
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: https://bugzilla.mozilla.org/show_bug.cgi?id=705546
OS/Version: All
Status: NEW
  Keywords: upstream
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: prei...@wikimedia.org, tf...@wikimedia.org
Classification: Unclassified


Filed an upstream bug:


Sounds like a problem with recent changes to the text reformatting:


-- 
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 32440] Link to mediawiki.org in extension description should be protocol-relative

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32440

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #4 from Robin Pepermans (SPQRobin)  
2011-11-27 15:41:14 UTC ---
I changed the simple link to mediawiki.org in r104339 (found this bug after
committing).

-- 
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 1450] short URLs (really short, almost tiny)

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1450

--- Comment #17 from Yuvi Panda  2011-11-27 15:39:13 UTC 
---
Request from Odiya Wikipedia for deployment:
http://or.wikipedia.org/wiki/%E0%AC%89%E0%AC%87%E0%AC%95%E0%AC%BF%E0%AC%AA%E0%AC%BF%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%86:VP#Request_to_install_ShortUrl

Added 'shell' keyword.

-- 
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 16655] Install RandomRootPage on WMF wikis

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16655

Danny B.  changed:

   What|Removed |Added

   Priority|Low |Normal
Summary|Install RandomRootPage on   |Install RandomRootPage on
   |Wikibooks and Wikisources   |WMF wikis

--- Comment #9 from Danny B.  2011-11-27 15:33:15 UTC ---
Any progress on code review and deployment, please? This is very much needed
feature for many WMF wikis.

-- 
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 23280] Show servername instead of dbname for home wiki on Special:CentralAuth

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23280

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #4 from Robin Pepermans (SPQRobin)  
2011-11-27 15:26:06 UTC ---
I think changing return $wiki; to return $this->foreignUserLink( $wiki['wiki']
); in determineHomeWiki() in SpecialCentralAuth.php would be enough, but I
don't have the extension installed on localhost to test 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 27721] Special:CentralAuth doesn't sort by edit count correctly on other languages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27721

--- Comment #3 from Robin Pepermans (SPQRobin)  
2011-11-27 15:16:10 UTC ---
We shouldn't compromise on localisation in MediaWiki, formatnum should remain
dependent on user language. Instead, the sort script should be adapted to be
able to sort according to the language (maybe look at the CSS :lang(xx) value,
but I don't know enough JavaScript to know if that is possible).

-- 
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 25168] CentralAuth: give links to secure server when logged-in into the secure server

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25168

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||robinp.1...@gmail.com
 Resolution||FIXED

--- Comment #2 from Robin Pepermans (SPQRobin)  
2011-11-27 15:08:02 UTC ---
Seems to have been fixed meanwhile. Marking as RESOLVED.

-- 
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 1450] short URLs (really short, almost tiny)

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1450

Yuvi Panda  changed:

   What|Removed |Added

   Keywords||shell

--- Comment #16 from Yuvi Panda  2011-11-27 14:58:44 UTC 
---
Roan pointed out more issues, have been fixed in r104219.

-- 
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 31801] Update logo for or.wiktionary

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31801

Srikant Kedia  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

-- 
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 32671] Special:LinkSearch no longer filters by path

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32671

--- Comment #3 from Reedy  2011-11-27 14:19:06 UTC ---
(In reply to comment #2)
> Right, but it's a bit unpractical, when there are 3(protocols)×2(www)
> posssibilities, how to link there, so you have to perform 6 searches and
> combine the results together.
> 

Sure, hence I didn't close the bug as RESOLVED WORKSFORME ;)

-- 
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 32671] Special:LinkSearch no longer filters by path

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32671

--- Comment #2 from Danny B.  2011-11-27 14:18:23 UTC ---
Right, but it's a bit unpractical, when there are 3(protocols)×2(www)
posssibilities, how to link there, so you have to perform 6 searches and
combine the results together.

"*.toolserver.org/~username" should return:

//toolserver.org/~username
http://toolserver.org/~username
https://toolserver.org/~username
//www.toolserver.org/~username
http://www.toolserver.org/~username
https://www.toolserver.org/~username

(which it does)

but not
http://toolserver.org/~otheruser
etc.

(which it does as well now but should not)

-- 
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 32671] Special:LinkSearch no longer filters by path

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32671

--- Comment #1 from Reedy  2011-11-27 14:07:37 UTC ---
It works alright if you don't have the "*." at the start

-- 
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 29087] Enable $wgPFEnableStringFunctions on he.wikipedia

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29087

Danny B.  changed:

   What|Removed |Added

 Blocks|6455|
 Depends on||6455

-- 
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 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

Danny B.  changed:

   What|Removed |Added

 Blocks||6455
 Depends on|6455|

-- 
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 6455] Set $wgPFEnableStringFunctions = true on WMF wikis

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6455

Danny B.  changed:

   What|Removed |Added

 Blocks|26092   |29087
 Depends on|29087   |26092

-- 
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 10593] Make namespace filter in Special:Linksearch efficient enough to enable on WMF wikis

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10593

Reedy  changed:

   What|Removed |Added

 CC|s...@reedyboy.net|
  Component|LinkSearch  |Special pages
Version|any |unspecified
 AssignedTo|br...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|MediaWiki

-- 
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 32671] Special:LinkSearch no longer filters by path

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32671

Reedy  changed:

   What|Removed |Added

  Component|LinkSearch  |Special pages
Version|any |(wikimedia-deployment)
 AssignedTo|br...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|MediaWiki

-- 
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 32671] New: Special:LinkSearch no longer filters by path

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32671

   Web browser: ---
 Bug #: 32671
   Summary: Special:LinkSearch no longer filters by path
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: code-update-regression
  Severity: major
  Priority: Unprioritized
 Component: LinkSearch
AssignedTo: br...@wikimedia.org
ReportedBy: dann...@email.cz
Classification: Unclassified


Special:LinkSearch no longer filters by path.

Example:
It was possible to put e.g. "*.toolserver.org/~username" there and it would
return the list of tools by given username. Now it returns every single link
linking to toolserver.org.

-- 
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 32669] Enable Narayam on mr.wikipedia

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32669

Reedy  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 11480] Immediately after deleting a talk page, the discussion / talk link at the top of the page will still show as blue, rather than as red.

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11480

Jarry1250  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jarry1...@gmail.com
 Resolution||WORKSFORME

--- Comment #2 from Jarry1250  2011-11-27 13:33:34 UTC ---
Couldn't recreate this using the steps provided, at least in Vector. Reopen if
it#s still happening but I do vaguely recall a similar bug being closed a while
back.

-- 
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 32651] MF won't display some pages

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32651

--- Comment #2 from Reedy  2011-11-27 13:31:36 UTC ---
(In reply to comment #1)
> Isn't this just the usual 'main page restructuring stuff shows up empty if you
> don't have any of the special ids'?

Could be. It worked fine before. I wonder if should make that optional

-- 
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 32660] File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file)

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32660

--- Comment #7 from Sven Manguard  2011-11-27 12:48:08 
UTC ---
The reason why I personally like the extensions, even though this isn't really
much of a reason all things considered, is that it's the fastest way to tell
what type of file I've got on my hands when I'm working. When I've got a
bulleted list of files and no thumbnails, it's really the only way to tell,
save clicking on each individual item. (This comes to mind since I work in the
non-free file size reduction requests queue when the bot goes down, and the
extensions allow me to pick up which ones are sound files very quickly.)

Yes, leaving them allows for the problem of Foo.jpg and Foo.png, which sucks,
but happens so comparatively rarely to the problem in this bugzilla as to
almost not be an issue. You probably could code this problem away too, but I
don't want to ask too much.

I guess what I'm saying (yes, I know I'm very TLDR) is that there are valid
reasons, at least for the file maintenance people, to keep the extensions in.
Not great reasons, but reasons none-the-less.

It's your call. Either fix will be an improvement, and if we eliminate file
extensions from public view, I can always ask a local to create a user script
that makes it easier for me to tell the file type myself.

-- 
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 20342] Support for protocol-relative URLs (tracking)

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20342

Umherirrender  changed:

   What|Removed |Added

 Depends on|32215   |

-- 
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 32215] [Wikimedia Messages] Change all sitesupport-url to a https URL

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32215

Umherirrender  changed:

   What|Removed |Added

 Blocks|20342   |
Summary|[Wikimedia Messages] Change |[Wikimedia Messages] Change
   |all sitesupport-url to  |all sitesupport-url to a
   |protocol-relative URL   |https URL

--- Comment #5 from Umherirrender  2011-11-27 
11:24:11 UTC ---
https sounds better than protocol relative, changing summary

-- 
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 23890] Log: the usertoollinks are inside of mw-logevent-actionlink

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23890

Umherirrender  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Umherirrender  2011-11-27 
11:19:26 UTC ---
Looks fixed by the LogFormatter (re)write.

-- 
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 23006] create #speciale parser function

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23006

--- Comment #10 from Umherirrender  2011-11-27 
11:11:50 UTC ---
'Centralauth-merge-notlogged' has changed, so there is no need for this parser
function in that message, but there can be use case where a #speciale parser
function makes the template programming code easy on wiki. I have no pratical
use case at the moment, but when the function exist, it will be used, I am
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 16112] Special:Wanted* - purge link tables

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16112

--- Comment #17 from Umherirrender  2011-11-27 
10:54:36 UTC ---
(In reply to comment #16)
> An alternative is to exclude non existing pages from the count: bug 32395

Better than that bug is to run always/weekly/monthly the maintenance script
"refreshLinks.php --dfn-only" before "updateSpecialPages.php" in the same cron
job, because bug 32395 only fixed the Wanted*-Specialpages. In theory this
ghost entries also effected other querypages like Special:MostLinkedPages, but
in that big count the ghost entries are not verifiably.

It is possible to add that script to the existing cron job? 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 30245] Use full localized name for Special:Log in IRC RC feed

2011-11-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30245

--- Comment #13 from Umherirrender  2011-11-27 
10:46:42 UTC ---
(In reply to comment #12)
> I think we can make this change, but the bot authors should be notified as far
> in advance of deployment as possible.

That sounds good. But what the best ways to get information to the bot authors?

* Village pump (technical) on en.wp?
* Breaking change note in the Release-Notes?
* Maillingslists?
* techblog?

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