[Bug 29206] AFT appearing on redirects

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29206

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from p858snake p858sn...@gmail.com 2011-05-30 06:11:19 UTC ---


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

-- 
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 29164] ArticleFeedback shouldn't be displayed on redirect pages

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29164

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||swall...@wikimedia.org

--- Comment #5 from p858snake p858sn...@gmail.com 2011-05-30 06:11:19 UTC ---
*** Bug 29206 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 on the CC list for the bug.

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


[Bug 29135] Special:PasswordReset: for logged-in users (password, OpenID, Auth): do not show input field for name, but fill-in current (own) name, and make this field readonly, disallow other names

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29135

--- Comment #6 from T. Gries m...@tgries.de 2011-05-30 07:32:38 UTC ---
Hello, because I do not feel yet competent enough to change the code in such a
sensitive area like login and password issues: can someone of you (experts)
please look into the following change request, and apply a fix for it ?

The following is an aggregated summary.

* Problem to be solved:

User A can trigger a password-mail to other user B by accessing (simply by
accessing Special:PasswordReset and inputting username B into the field)

When logged-in users visit Special:PasswordReset,
they see an _emtpy_ input field for entering a username. 

The _empty_ field does not make sense, because:

Logged-in users should - except in special cases like members of a new group -
$wgGroupPermissions[sysop][isallowed-to-reset-other-user-password] = true;

not be allowed to trigger reset password of a different user.

* Change requests (A), (B) in Special:PasswordReset
* (A)
- if user, then PaswortReset should
- disallow typing of arbitrary usernames
- populate the Username field with the current users' username
- this field set readonly=readonly
- the onSubmit callback must sanitize the return and check wether the
correct and only allowed current users' username comes back
- no password throttle if user resets the own password by mail:
(skip check against password throttle if user resets the own password.)
- then mailing the temporary password to user(username)

* (B) 
I also need (for OpenID) a clean way of internally sending directly a temporary
password (not: e-mail confirmation, this is already implemented) to logged-in
user (without the form). Such a function could be re-used by change request (A)
method.

-- 
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 29207] New: Receiving error in web server log about missing password.js file

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29207

   Web browser: ---
 Bug #: 29207
   Summary: Receiving error in web server log about missing
password.js file
   Product: MediaWiki
   Version: 1.17.0beta1
  Platform: Other
OS/Version: Solaris
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: chrishanra...@mac.com
CC: bryan.tongm...@gmail.com
Classification: Unclassified


When atempting to upload a very large file via http, the load fails with no
error message.  In the web server error log, I receive:

[30/May/2011:03:17:47] info (26881): for host 10.10.20.227 trying to GET
/load.php?debug=falselang=enmodules=startuponly=scriptsskin=monobook,
php5_execute reports: PHP Warning:  filemtime(): stat failed for
/opt/cfgadmin/tqcwiki/skins/common/password.js in
/opt/cfgadmin/tqcwiki/includes/resourceloader/ResourceLoaderFileModule.php on
line 363

I checked the tar file and it did not contain a password.js

-- 
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 29207] Receiving error in web server log about missing password.js file

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29207

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-30 12:02:39 UTC ---
Dupe bug, this specific one fixed in r87534

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

-- 
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 26486] Shut up filemtime() warnings in ResourceLoader (and possibly other warnings related to nonexistent files as well)

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26486

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||chrishanra...@mac.com

--- Comment #9 from Reedy s...@reedyboy.net 2011-05-30 12:02:39 UTC ---
*** Bug 29207 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 on the CC list for the bug.

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


[Bug 15607] Implement the Interlanguage extension in Wikipedia

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15607

--- Comment #86 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-05-30 
13:02:27 UTC ---
Nudge :)

Is there any technical reason now not to deploy this? (Except developers' being
busy with other things...)

-- 
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 29208] New: Call undefined method SMWDIProperty::getPropertyTypeID

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29208

   Web browser: ---
 Bug #: 29208
   Summary: Call undefined method SMWDIProperty::getPropertyTypeID
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: f.tr...@gmx.net
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


Fatal error: Call to undefined method SMWDIProperty::getPropertyTypeID() in
C:\xampplite\htdocs\w\extensions\SemanticMediaWiki\includes\storage\SMW_SQLStore2.php
on line 313

Semantic MediaWiki (Version 1.6 alpha)(r89160)

MediaWiki1.16.0
PHP5.3.0 (apache2handler)
MySQL5.1.37

-- 
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 15607] Implement the Interlanguage extension in Wikipedia

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15607

--- Comment #87 from mybugs.m...@gmail.com 2011-05-30 13:18:10 UTC ---
It is on the review queue:
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Review_queue#Extensions
but I think the problems mentioned on r82778#code-comments were fixed in
subsequent revisions.

I don't know the current status of the Server-side migration script mentioned
in the queue...

-- 
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 29208] Call undefined method SMWDIProperty::getPropertyTypeID

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29208

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-30 
13:28:00 UTC ---
Bug confirmed.

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

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

--- Comment #11 from Yuvi Panda yuvipa...@gmail.com 2011-05-30 13:30:27 UTC 
---
Review request sent in.

http://www.mediawiki.org/wiki/Review_queue#Extensions

-- 
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-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1450

Reedy s...@reedyboy.net changed:

   What|Removed |Added

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

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

--- Comment #12 from Srikanth srik@gmail.com 2011-05-30 14:15:42 UTC ---
Please enable this extension it in tamil wiki projects (Wikipedia,
Wiktionary,Wikinews). Would like short urls of form ta.wiki*.org/r/abcdef
on each of pages. Find the link to community consensus on the same
http://ta.wikipedia.org/wiki/விக்கிப்பீடியா:குறுந்தொடுப்பு#Support_to_install_mw:Extension:ShortUrl_on_tamil_wiki_projects

-- 
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 29209] New: Request for a request an article extension

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29209

   Web browser: ---
 Bug #: 29209
   Summary: Request for a request an article extension
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: yonideb...@gmail.com
Classification: Unclassified


This special-page extension should be a form which allows the user to request a
new article. The form includes a textbox and a submit button. The user will
enter the requested article name in the textbox and then click submit. The
server will then check if the page already exists. If it does - the user will
be alerted. If it doesnt exists, the server will check the requests table (a
new table) to see if it has ever been requested. If it has been requested, the
counter will be increased. If not - the article will be added to the table. The
user will given the results.

The special page will also allow to see which articles are currently requested
and how many times (i.e. put them in a descending table or list).

Upon creating a new article, the server will check if the page exists in the
requests table and remove it from there if it does.

-- 
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 27543] Warning: in_array() [function.in-array]: Wrong datatype for second argument in ParserOptions.php

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27543

he...@pirabay.de changed:

   What|Removed |Added

 CC||he...@pirabay.de

--- Comment #1 from he...@pirabay.de 2011-05-30 16:18:37 UTC ---
I think that this error has nothing to do with the extension.

PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/htdocs/includes/parser/ParserOptions.php on line 297 

Seems like there is a wrong in_array call in the ParserOptions.php on line 297,
302 and 317

-- 
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 29043] The 'Contents box' in the Printable version rendering is stupid

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29043

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-05-30 
16:21:03 UTC ---
Going to revert this fix per comment on r88502:

  I think the table of contents on paper is not stupid, it is often useful.

  If you don't want to print the table of contents then klick on [hide] and the
  whole box with the table of contents gets hidden in the print version. 

So I'm thinking this would be better to fix with a gadget.

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

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


[Bug 29210] New: Add alternative redirecting namespace (ukwiki)

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

   Web browser: ---
 Bug #: 29210
   Summary: Add alternative redirecting namespace (ukwiki)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Redirects
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: microce...@gmail.com
Classification: Unclassified


Currently the Ukrainian Wikipedia has no alternative namespace for Вікіпедія:
(Wikipedia:/Project:), unlike many other editions, for example, WP: in the
English Wikipedia. Due to its absence shortcuts for special and maintenance
pages are made as redirects from the main namespace, all of them having names
like ВП:ХХ. Despite this doesn't harm the system and is probably unknown for
most readers and editors, some problems about it exist:

1) all changes made to them are recognised as mainspace edits, in spite of
having nothing to do with articles;
2) overflowing the list of cross-namespace redirects; moreover, the issue
caused adding an exception to the local CSD policy.

The list of all page starting with ВП:
(http://uk.wikipedia.org/wiki/Special:PrefixIndex/ВП:) consists of
aforementioned redirects only. In some cases, the target page has the same name
in Wikipedia space (ВП:Біологічні статті - Вікіпедія:Біологічні статті), thus
merging mustn't affect them.

So, the proposal is to:
1) introduce ВП: as an alternative for Вікіпедія: ;
2) in case two pages have the same title after modification, that one which is
not a redirect is supposed to be displayed instead.

As it is, no major technical problems must occur.

Thanks,
Microcell.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29210] Add alternative redirecting namespace (ukwiki)

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|Redirects   |Site requests
Product|MediaWiki   |Wikimedia

-- 
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 29209] Request for a request an article extension

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29209

Casey Brown b...@caseybrown.org changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #1 from Casey Brown b...@caseybrown.org 2011-05-30 16:39:04 UTC 
---
Possible additional features: notify me when created (use account email or
insert email) and text box for them to give details about article topic

-- 
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 29209] Request for a request an article extension

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29209

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|[other] |Extensions requests

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

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


[Bug 29210] Make ВП: a namespace alias for the project namespace at ukwiki

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
Summary|Add alternative redirecting |Make ВП: a namespace alias
   |namespace (ukwiki)  |for the project namespace
   ||at ukwiki

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-05-30 16:42:27 UTC ---
This sort of change usually requires community consensus at the wiki in
question.

-- 
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 28290] Create namespaces Page and Index for Esperanto Wikisource

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28290

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

   Keywords|easy|
 CC||bawolff...@gmail.com

--- Comment #4 from Bawolff bawolff...@gmail.com 2011-05-30 17:12:35 UTC ---
removing keyword easy. Easy denotes things a new developer could do. Adding a
new namespace requires shell access, newbies don't have shell access, therefor
its impossible for a shell bug to be easy.


As an aside, proofread page extension should probably be designed to handle
these situations better... but I suppose that is a separate 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 28290] Create namespaces Page and Index for Esperanto Wikisource

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28290

Reedy s...@reedyboy.net 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 29164] ArticleFeedback shouldn't be displayed on redirect pages

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29164

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Krinkle krinklem...@gmail.com 2011-05-30 17:41:13 UTC ---
r88146  r88151

-- 
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 29211] New: LiquidThreads crahes (shows an empty page) if tag talkpage / is found

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29211

   Web browser: ---
 Bug #: 29211
   Summary: LiquidThreads crahes (shows an empty page) if tag
talkpage / is found
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: m...@tgries.de
CC: bhar...@wikimedia.org
Classification: Unclassified


A user entered this text:

Header is here

Talkpage tag here

talkpage /

This is the footer

== Lqt fails and shows an empty page. Perhaps this bug is related to bug26698

-- 
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 29211] LiquidThreads crahes (shows an empty page) if tag talkpage / is found

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29211

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=26698

-- 
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 26698] LQT API throws fatal error if talkpage parameter missing

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26698

T. Gries m...@tgries.de changed:

   What|Removed |Added

 CC||m...@tgries.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=29211

-- 
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 29209] Request for a request an article extension

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29209

--- Comment #2 from yonidebest yonideb...@gmail.com 2011-05-30 20:38:22 UTC 
---
Nice. Also, perhaps we should also log removing articles from the table and
have the ability to re-add them (in cases of vandelism by creating a new
article with rubbish in it 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 20966] button submit behaviour in Internet Explorer

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20966

yonidebest yonideb...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #8 from yonidebest yonideb...@gmail.com 2011-05-30 20:41:35 UTC 
---
Forget it. IE6 is obsolete - I closed the bug as it was fixed in IE8.

-- 
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 13303] Implement HTML e-mail support in MediaWiki

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13303

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Priority|Low |Normal
 CC||b...@mzmcbride.com
Summary|Option - receive email in   |Implement HTML e-mail
   |html format |support in MediaWiki

--- Comment #1 from MZMcBride b...@mzmcbride.com 2011-05-30 21:02:00 UTC ---
I'm expanding this bug as I can't find one to match the underlying issue. As
far as I remember, MediaWiki doesn't support HTML e-mail at all at the moment.
That needs to be addressed. Then user preferences and such can be implemented
and adjusted.

As such, I'm changing the bug summary from Option - receive email in html
format to Implement HTML e-mail support in MediaWiki.

Tim Starling expounded the virtues of HTML e-mail in this mailing list post:
http://lists.wikimedia.org/pipermail/foundation-l/2011-April/065375.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 29156] Hide AFT from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||mybugs.m...@gmail.com

--- Comment #2 from mybugs.m...@gmail.com 2011-05-30 21:07:18 UTC ---
(In reply to comment #0)
 See http://www.mediawiki.org/wiki/Talk:Article_feedback#Print_view_3825
Permalink:
http://www.mediawiki.org/wiki/Thread:Talk:Article_feedback/Print_view

-- 
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 29156] Hide AFT from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

mybugs.m...@gmail.com changed:

   What|Removed |Added

URL||https://secure.wikimedia.or
   ||g/wikipedia/en/w/index.php?
   ||title=Salt_Creek_%28White_R
   ||iver%29printable=yes

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

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


[Bug 28995] public interface for getting state of a module

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28995

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-05-30 21:08:06 UTC ---
Just curious, but what exactly is the usecase behind this ?

Currently in trunk resourceloader is becoming more asynchronous, so states
maybe changing rapidly and in unexpected orders.

I couldnt' think of any obvious usecase where a module would want or need to
know the load status of another one. Please enlighten me so we can write tests
for this to make sure whatever you do with this will keep working in
ResourceLoader 2.0.

--
Krinkle

-- 
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 28995] Public interface for getting loader state of a ResourcerLoader module

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28995

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|public interface for|Public interface for
   |getting state of a module   |getting loader state of a
   ||ResourcerLoader module

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
Summary|Hide AFT from print view|Hide ArticleFeedback tool
   ||from print view

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

--- Comment #3 from mybugs.m...@gmail.com 2011-05-30 21:15:13 UTC ---
[Mid-air collision detected!]

(In reply to comment #1)
 This should be trivial with something like @media print { .blah { display:
 none; } }

Or someone could add a line similar to that of r88151 to avoid the redirects.
Specifically, the following should be sufficient:

  mw.util.getParamValue( 'printable' ) != 'yes'

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

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


[Bug 29212] New: Do not show ArticleFeedback tool to the author of a recently created article

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29212

   Web browser: ---
 Bug #: 29212
   Summary: Do not show ArticleFeedback tool to the author of a
recently created article
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: https://secure.wikimedia.org/wikipedia/en/w/index.php?
title=Wikipedia:Village_pump_%28technical%29oldid=431
713368#Article_Rating_appears_immediately_after_creati
on.3F
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedback
AssignedTo: tpars...@wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: krinklem...@gmail.com
Classification: Unclassified


On the page linked above an editor reported that the tool was displayed right
after he created an article and also asked him Did you know you can edit this
page?, as in the following images:
[[File:AFT CTA edit.jpg]] / [[File:AFT-v2-CallToAction-Edit.png]]

Is this the wanted behavior?

Wouldn't be better to hide the tool if the article was created a few moments
ago and is being viewed by its own author? Or, at least, to avoid that specific
question of the survey?

-- 
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 28927] ArticleFeedback should have a What is this link on the in article rating box

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28927

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2011-05-30 21:31:11 
UTC ---
I tried making a local change per comments by Helder on enwp to implement this:

http://en.wikipedia.org/wiki/MediaWiki:Articlefeedback-form-panel-title

However, it seems that the message does not support wikicode, per attached
screenshot. I'm also unable to find the changeset in the code that alleges
something like this has been implemented recently.

-- 
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 28927] ArticleFeedback should have a What is this link on the in article rating box

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28927

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2011-05-30 21:31:31 
UTC ---
Created attachment 8601
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8601
example of change en.wp message

-- 
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 29212] Do not show ArticleFeedback tool to the author of a recently created article

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29212

--- Comment #1 from mybugs.m...@gmail.com 2011-05-30 21:34:37 UTC ---
The bug was also reported before on the following page:
[[Thread:Talk:Article feedback/Suggestions]]

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

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


[Bug 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2011-05-30 21:41:42 
UTC ---
(In reply to comment #3)
 [Mid-air collision detected!]
 
 (In reply to comment #1)
  This should be trivial with something like @media print { .blah { display:
  none; } }
 
 Or someone could add a line similar to that of r88151 to avoid the redirects.
 Specifically, the following should be sufficient:
 
   mw.util.getParamValue( 'printable' ) != 'yes'

no, that won't work for bookview and users who don't actually have to use the
printable link (that would be anybody not using IE6) in order to get the
printview when printing.

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

--- Comment #5 from mybugs.m...@gmail.com 2011-05-30 22:09:21 UTC ---
(In reply to comment #4)
 no, that won't work for bookview and users who don't actually have to use the
 printable link (that would be anybody not using IE6) in order to get the
 printview when printing.

I'm not sure about what you mean by bookview. Could you clarify?

-- 
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 28081] Install ArticleFeedback on Portuguese Wikipedia (ptwiki)

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28081

--- Comment #2 from mybugs.m...@gmail.com 2011-05-30 22:30:06 UTC ---
(In reply to comment #1)
 Need to know what articles/categories you want it enabling for too
According to recent comments[1] it could be enabled for articles on
[[pt:Category:!Páginas que podem ser avaliadas pelos leitores]]
(currently empty, but the community will add articles to it as needed)

Could it be deployed?

[1]
https://secure.wikimedia.org/wikipedia/pt/w/index.php?diff=25428051oldid=25417085

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

--- Comment #6 from Derk-Jan Hartman hart...@videolan.org 2011-05-30 22:30:53 
UTC ---
PDF and pediapress parsing. Though since this is a JS tool, it probably won't
matter for that tool. Still, print view does not require you to click
Printable version that's just for IE6 users.

-- 
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 29197] Long external link (which exceeds 313 characters) crashes PHP

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29197

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

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-05-30 
22:36:20 UTC ---
(In reply to comment #7)
 Should we add a test case for long external link string to prevent this issue
 from regression?

I'm not sure a test case would help since this appears to be a problem that
should be reported to PHP developers.  In fact, I wonder if this might be
caused by XAMMP instead of PHP since I'm running PHP 5.3.5-1ubuntu7.2 at MW
r89000 and it works.

Also, trying with PHP 5.3.6 under Fedora with MW 89000 shows no problems.

Will now try WAMP and XAMP.

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

--- Comment #7 from mybugs.m...@gmail.com 2011-05-30 22:36:51 UTC ---
(In reply to comment #6)
 PDF and pediapress parsing. Though since this is a JS tool, it probably won't
 matter for that tool.

Ah, ok.

 Still, print view does not require you to click
 Printable version that's just for IE6 users.

o.o

Good to know!

-- 
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 29197] Long external link (which exceeds 313 characters) crashes PHP

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29197

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #9 from Platonides platoni...@gmail.com 2011-05-30 22:40:37 UTC 
---
I don't think we can add a test case for it. It will probably pass in command
line.
These errors depend on the stack size of httpd.exe.

bugs.php.net would tell you to run link.exe to modify its header or to decrease
pcre.backtrack_limit and pcre.recursion_limit.

Mark, to make that fail in Linux you would need to restrict the stack size with
ulimit.

-- 
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 29198] Proposal: PREVENT-LANGUAGE/MESSAGES-UPDATES-UNTIL-TIMESTAMP file per-directory as a flag to prevent from unexpected languages/messages during agile development

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29198

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

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-05-30 
22:44:31 UTC ---
(In reply to comment #5)
 So this isn't about Localisation Update after all. The obvious fix is for
 everyone to reload all files in their editor after they do svn up, or open the
 files after doing svn up.

Another problem solved by Emacs: File has been modified since you loaded,
really save?

But, yes, I would rather encourage sane development practices (a social fix)
than what looks like a fragile, problematic technical fix.

-- 
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 29199] Tab index sorting doesn't make sense

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29199

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29197] Long external link (which exceeds 313 characters) crashes PHP

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29197

--- Comment #10 from Platonides platoni...@gmail.com 2011-05-30 22:46:05 UTC 
---
Using (?:[^\]\[\x00-\x20\x7F]+|\[\])+) instead of
(?:[^\]\[\x00-\x20\x7F]|\[\])+) is probably cheaper. Can you test?

-- 
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 29198] Proposal: PREVENT-LANGUAGE/MESSAGES-UPDATES-UNTIL-TIMESTAMP file per-directory as a flag to prevent from unexpected languages/messages during agile development

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29198

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

   What|Removed |Added

   Priority|Normal  |Lowest

-- 
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 29198] Proposal: PREVENT-LANGUAGE/MESSAGES-UPDATES-UNTIL-TIMESTAMP file per-directory as a flag to prevent from unexpected languages/messages during agile development

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29198

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #7 from p858snake p858sn...@gmail.com 2011-05-30 22:47:41 UTC ---
(In reply to comment #6)
 Another problem solved by Emacs: File has been modified since you loaded,
 really save?
I prefer the butterfly method over emacs tbh

-- 
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 29194] AjaxLogin: Logging in just greys out fields and does nothing.

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29194

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29197] Long external link (which exceeds 313 characters) crashes PHP

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29197

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 29199] Tab index sorting doesn't make sense

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29199

Mark A. Hershberger m...@everybody.org 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 on the CC list for the bug.

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


[Bug 29200] Creation of new thread fails if no content is entered (should be possible) Solution: add automatically thread title as HTML comment(!) to new page

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29200

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

   What|Removed |Added

 CC||m...@everybody.org
   Severity|major   |enhancement

-- 
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 29202] Improving Upload Wizard

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29202

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29203] Populate statistics about bug resolution

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29203

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 29204] tooltipAndAccesskeyAttribs called incorrectly

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29204

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29209] Request for a request an article extension

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29209

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29210] Make ВП: a namespace alias for the project namespace at ukwiki

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

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

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Low
 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-05-30 
23:04:02 UTC ---
Right, please show community consensus. [[WP:CON]]

-- 
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 29212] Do not show ArticleFeedback tool to the author of a recently created article

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29212

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.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 28780] Checkuser.wikimedia.org redirecting to Foundation-wiki

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28780

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 28862] Javascript not working for blackberry show/hide section collapse disabled

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28862

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.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 28881] remove page number from dimensions

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28881

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 28905] User agent strings (for UIWebView and NSURLConnection requests) need to be updated

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28905

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29157] noprint content is hidden

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29157

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29160] importbackup of file pages doesn't seem to consistently rebind file pointers to pages in upload directory

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29160

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29163] regarding load runner

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29163

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29170] [[MediaWiki:Enotif body]] needs GENDER support

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29170

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 29200] Creation of new thread fails if no content is entered (should be possible) Solution: add automatically thread title as HTML comment(!) to new page

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29200

--- Comment #1 from T. Gries m...@tgries.de 2011-05-30 23:37:03 UTC ---
(In reply to comment #0)
 When adding a new thread, for example as a placeholder to motivate new 
 comments
 to a subject, or to ask a short question, the current Lqt implementation fails
 to create the new thread
 
 - if only the discussion title (Subject line when clicking Start a new
 discussion) is given ; and
 - if no content is entered in to text input field for the content
 
 observed in Liquid Threads (Version 2.0-alpha) (r89075)
 

Show at least a warning to the user that they forgot to enter any text in the
body and therefore the new thread will not be created.

-- 
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 29200] Creation of new thread fails if no content is entered (should be possible) Solution: add automatically thread title as HTML comment(!) to new page, or throw error message

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29200

T. Gries m...@tgries.de changed:

   What|Removed |Added

Summary|Creation of new thread  |Creation of new thread
   |fails if no content is  |fails if no content is
   |entered (should be  |entered (should be
   |possible) Solution: add |possible) Solution: add
   |automatically thread title  |automatically thread title
   |as HTML comment(!) to new   |as HTML comment(!) to new
   |page|page, or throw error
   ||message

-- 
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 28840] Loader broken in IE because mediawiki thinks the periods in module names is a security leak (spoof extension)

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

--- Comment #33 from Tim Starling tstarl...@wikimedia.org 2011-05-31 00:37:44 
UTC ---
It should be fixed as of r3, to be released soon.

-- 
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 29156] Hide ArticleFeedback tool from print view

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

Erik Moeller e...@wikimedia.org changed:

   What|Removed |Added

 CC||e...@wikimedia.org

--- Comment #8 from Erik Moeller e...@wikimedia.org 2011-05-31 02:20:23 UTC 
---
Should be fixed in r89198, pending code review.

-- 
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 28240] Header Tabs: factbox can't be placed in separate tab in MW 1.18

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28240

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

Summary|FACTBOX unmovable   |Header Tabs: factbox can't
   ||be placed in separate tab
   ||in MW 1.18

--- Comment #1 from Yaron Koren yaro...@gmail.com 2011-05-31 03:17:58 UTC ---
Changed to a clearer title: Header Tabs: factbox can't be placed in separate
tab in MW 1.18.

-- 
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 28905] User agent strings (for UIWebView and NSURLConnection requests) need to be updated

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28905

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff bawolff...@gmail.com 2011-05-31 03:19:48 UTC ---
This ain't an in browser XHR request, bug 28884 doesn't apply here - the app
should have its own user-agent. It should not use the underlying library's
User-Agent.

Putting a User_agent header isn't illegal (Well i guess if you get technical
non-standardized headers should start with x-) its just rather pointless.

-- 
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 29213] New: Missing method called: SMWDataValueFactory::newTypeIdItem()

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29213

   Web browser: ---
 Bug #: 29213
   Summary: Missing method called:
SMWDataValueFactory::newTypeIdItem()
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: yaro...@gmail.com
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


In SMW_SQLStore2.php, line 208, the method 
SMWDataValueFactory::newTypeIdItem() is called - as far as I know, this method
doesn't exist.

-- 
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 29198] Proposal: PREVENT-LANGUAGE/MESSAGES-UPDATES-UNTIL-TIMESTAMP file per-directory as a flag to prevent from unexpected languages/messages during agile development

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29198

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #8 from Bawolff bawolff...@gmail.com 2011-05-31 03:38:12 UTC ---
/me doesn't really like this idea. Sounds like a re-invention of svn lock in a
fragile way (not that we use svn lock, but sounds pretty identical in
function).

But really, just being careful sounds like the best solution.

-- 
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 29198] Proposal: PREVENT-LANGUAGE/MESSAGES-UPDATES-UNTIL-TIMESTAMP file per-directory as a flag to prevent from unexpected languages/messages during agile development

2011-05-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29198

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||innocentkil...@gmail.com
 Resolution||WONTFIX

--- Comment #9 from Chad H. innocentkil...@gmail.com 2011-05-31 03:46:35 UTC 
---
(In reply to comment #8)
 /me doesn't really like this idea. Sounds like a re-invention of svn lock in a
 fragile way (not that we use svn lock, but sounds pretty identical in
 function).
 
 But really, just being careful sounds like the best solution.

I'm WONTFIXing per this and pretty much everything above.

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