[Bug 25183] New: List-defined references

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25183

   Summary: List-defined references
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://bn.wikipedia.org/wiki/WP:VP
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jayanta...@gmail.com


List-defined references is not working properly as shown in Bengali Wikipedia
http://bn.wikipedia.org/wiki/WP:VP#তালিকানির্ণীত তথ্যসূচী

-- 
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 25183] List-defined references

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25183

--- Comment #1 from Jayanta Nath jayanta...@gmail.com 2010-09-16 06:08:53 UTC 
---
http://bn.wikipedia.org/wiki/WP:VP#তালিকানির্ণীত_তথ্যসূচী

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

SSonik sso...@gmail.com changed:

   What|Removed |Added

 CC||sso...@gmail.com

--- Comment #27 from SSonik sso...@gmail.com 2010-09-16 06:14:29 UTC ---
Guys, this is not a bug and should not be fixed. Plain and simple. Allow the
preference to be enabled or disabled, do not remove it completely. 99% of the
changes I make on my company wiki are legitimate *and* minor. Selecting the
minor box every single time, and remembering that the setting has now been
removed makes my life a lot harder.

FYI: No one searches for articles on a feature that already exists and is so
self-explanatory, just in case someone might motion to have it removed.

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

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


[Bug 25184] New: Toolbar API: Unnecessary cookies are stored when inserting a booklet

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

   Summary: Toolbar API: Unnecessary cookies are stored when
inserting a booklet
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: listenle...@gmail.com
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


Steps to reproduce:
1. Delete all wikiEditor-* cookies.
2. Run the test script (./js/tests/wikiEditor.toolbar.js).
3. Look at the created cookies:

Two cookies are created, wikiEditor-0-booklet-colors-page and
wikiEditor-0-booklet-removeme-page, both with value colors (which is the
first page in the booklet containing the pages colors and removeme).

Expected behavior:

Only one cookie for the opened section (wikiEditor-0-toolbar-section), and one
for each booklet (wikiEditor-0-booklet-info-page, in this case) should be
created, when the user opens something (this works as expected), but not one
cookie for each page.

-- 
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 25185] New: Testfile for toolbar API needs update

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25185

   Summary: Testfile for toolbar API needs update
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: listenle...@gmail.com
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


Since r65558, characters are no longer wrapped in an a but in a span, so
the test for 'remove_character' must change as well. (line 175)

-- 
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 25186] New: Toolbar API: Removing characters is broken

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25186

   Summary: Toolbar API: Removing characters is broken
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: listenle...@gmail.com
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


Characters can't be removed with removeFromToolbar.

Since r65558, characters are no longer wrapped in an a but in a span, so
the code

if ( typeof data.character == 'string' ) {
   // Character
   //target += ' a[rel=' + data.character + ']';

from ./js/plugins/jquery.wikiEditor.toolbar.js (line 153) must get changed.

If you want to reproduce the bug just run the test script
(./js/tests/wikiEditor.toolbar.js), look at the :)) after it should have been
removed and fix bug 25185 as well.

-- 
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 25187] New: Simple search: Double highlighting

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25187

   Summary: Simple search: Double highlighting
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: listenle...@gmail.com
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


Strings that occur twice in a name of an article are highlighted twice.
Steps to reproduce:

Go to the English wikipedia, and type

A: *A*frican *A*merican (U.S. Census) is highlighted
B: *BB*C is highlighted
J J: *J*. *J*onah *J*ameson

Or go to the German wikipedia type
Br: *Br*itish *Br*oadcasting Corporation is highlighted

Expected behavior: Only the first occurrence of the letters typed in should get
highlighted.

-- 
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 25188] New: Different values (with or without prefix) using autocomplete with categories or concepts

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25188

   Summary: Different values (with or without prefix) using
autocomplete with categories or concepts
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: toni...@softcatala.org
CC: wikibugs-l@lists.wikimedia.org


Hello,

I have the following field definitions in

{{{field|Principal_Investigator|autocomplete on concept=Principal
Investigator|list|delimiter=,|input type=textbox|width=30|height=2}}}

{{{field|Contact|autocomplete on category=Clients|list|delimiter=,|input
type=textarea|width=30|height=2}}}

Actually, both 'Principal Investigator' concept and 'Clients' category host
only pages under 'Client' namespace (prefix).

However, when values are retrieved from autocompletion, in the first case I get
them with 'Client' prefix, and in the second without.

Category Clients has default form defined and I tried to put in Concept as
well, but no change.

This is not critical, because I can play with the templates in the end, but
should not be the same behaviour in both cases?

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #28 from xenocidic xenow...@gmail.com 2010-09-16 12:33:52 UTC ---
(In reply to comment #27)
 Guys, this is not a bug and should not be fixed. Plain and simple. Allow the
 preference to be enabled or disabled, do not remove it completely. 99% of the
 changes I make on my company wiki are legitimate *and* minor. Selecting the
 minor box every single time, and remembering that the setting has now been
 removed makes my life a lot harder.

The original site request simply wants it turned off on en.wiki.

-- 
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 25182] Revision 72797 breaks 'vector' skin

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25182

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-09-16 13:45:28 
UTC ---
Attempted to fix this in 73115, could you test 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 25189] New: show on select does not work with multiple values listbox, worse with checkboxes

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25189

   Summary: show on select does not work with multiple values
listbox, worse with checkboxes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: toni...@softcatala.org
CC: wikibugs-l@lists.wikimedia.org


Hello,

if try to select multiple values, among them, one named Other —which would make
another field visible—, I notice that it does not work. It does work when
selecting only that value.

{{{field|FixedModification|input type=listbox|values=Carbamidomethyl (C),
iTRAQ4plex (K), iTRAQ4plex (N-ter), iTRAQ8plex (K), iTRAQ8plex (N-ter),
Other|show on select=Other=FixedModificationdiv}}}  div
id=FixedModificationdiv{{{field|FixedModification_Other|input
type=text}}}/div

Despite what I read in the documentation of the extension, if I change input
type from listbox to checkboxes, checking 'Other' does not seem to trigger the
visibility of the div.

-- 
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 25183] List-defined references

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25183

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||INVALID

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-09-16 13:55:44 
UTC ---
From what I can tell it looks like it's the {{reflist}} template that's broken,
not the ref tags themselves. {{reflist}} is a local template and is not part
of the MediaWiki software.

-- 
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 25187] Simple search: Double highlighting

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25187

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |amil...@wikimedia.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 25182] Revision 72797 breaks 'vector' skin

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25182

Joris jorisaerts+m...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Joris jorisaerts+m...@gmail.com 2010-09-16 13:59:46 UTC 
---
r73115 solved my problem, but again not really sure if this serves the purpose
of the function. Thnx

-- 
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 25142] Set $wgGroupPermissions['*']['createpage'] = true; zhwiki (Allowed IP createpage)

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25142

Jimmy Xu xu.jimmy@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
URL|http://zh.wikipedia.org/wik |http://zh.wikipedia.org/wik
   |i/Wikipedia_talk:%E6%8A%95% |i/Wikipedia:%E6%8A%95%E7%A5
   |E7%A5%A8/%E9%96%8B%E6%94%BE |%A8/%E9%96%8B%E6%94%BEIP%E5
   |IP%E5%89%B5%E5%BB%BA%E6%A2% |%89%B5%E5%BB%BA%E6%A2%9D%E7
   |9D%E7%9B%AE%E6%AC%8A%E9%99% |%9B%AE%E6%AC%8A%E9%99%90
   |90#.E8.A8.8E.E8.AB.96.E5.83 |
   |.B5.E6.8C.81.E4.B8.8D.E4.B8 |
   |.8B.EF.BC.8C.E7.82.BA.E4.BB |
   |.80.E9.BA.BC.E4.B8.8D.E5.85 |
   |.88.E6.B8.A |
URL|C.E8.A9.A6.E4.B8.80.E6.AE.B |
   |5.E6.99.82.E9.96.93 |
 CC||xu.jimmy@gmail.com
 Resolution|FIXED   |

--- Comment #9 from Jimmy Xu xu.jimmy@gmail.com 2010-09-16 14:03:30 UTC 
---
(In reply to comment #8)

Apologize for playing politics here, but please revert this change.

Currently the voting is still on-going, and there is no clear consensus on both
the voting (currently 95 to 83) and in Village Pump. I should say that what
[[w:zh:User:Waihorace]] does violates local policy.

Thanks.
[[w:zh:User:Jimmy_xu_wrk]]

-- 
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 25142] Set $wgGroupPermissions['*']['createpage'] = true; zhwiki (Allowed IP createpage)

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25142

--- Comment #10 from Roan Kattouw roan.katt...@gmail.com 2010-09-16 16:03:48 
UTC ---
(In reply to comment #9)
 (In reply to comment #8)
 
 Apologize for playing politics here, but please revert this change.
 
 Currently the voting is still on-going, and there is no clear consensus on 
 both
 the voting (currently 95 to 83) and in Village Pump. I should say that what
 [[w:zh:User:Waihorace]] does violates local policy.
 
 Thanks.
 [[w:zh:User:Jimmy_xu_wrk]]
Reverted.

-- 
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 25186] Toolbar API: Removing characters is broken

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25186

Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Trevor Parscal tpars...@wikimedia.org 2010-09-16 17:21:03 
UTC ---
This is fixed in r73123.

-- 
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 8] Option: Change the background color (texvc)

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8

✓ andbe...@web.de changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #24 from ✓ andbe...@web.de 2010-09-16 19:13:56 UTC ---
As there are already settings in [[Special:Preferences]] for TeX, it should be
easy to add an option for white background. The default has to be transparent!
As referring to comment 9, when IE5 was dead in 2007, what is it today?

-- 
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 18829] Tables without explicit border attributes lose border styles when cut-and-pasted

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18829

Rodan BURY bury.ro...@gmail.com changed:

   What|Removed |Added

   Keywords|accessibility   |
 CC||bury.ro...@gmail.com

--- Comment #28 from Rodan BURY bury.ro...@gmail.com 2010-09-16 19:51:56 UTC 
---
I removed the accessibility keyword since this is by no means an
accessibility issue. Maybe an interoperability 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 25190] New: Special:Watchlist failing to load

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25190

   Summary: Special:Watchlist failing to load
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gti...@gmail.com


Multiple hu.wikipedia users reported that their watchlist is not working (they
are getting a white screen of death with an internal server error). The error
seems to be specific to a handful of users, and they are getting it
consistently every time as long as advanced recent changes are enabled.

Here is an example of such a request:
URL: http://hu.wikipedia.org/wiki/Speci%C3%A1lis:Friss_v%C3%A1ltoztat%C3%A1sok
Time: Sun, 12 Sep 2010 16:10:05 GMT
IP: 84.3.52.70
Status Code: 500 Internal Server Error

-- 
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 25190] Special:RecentChanges failing to load

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25190

Tisza Gergő gti...@gmail.com changed:

   What|Removed |Added

Summary|Special:Watchlist failing   |Special:RecentChanges
   |to load |failing to load

-- 
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 25190] Special:RecentChanges failing to load

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25190

Tisza Gergő gti...@gmail.com changed:

   What|Removed |Added

  Component|Watchlist   |Recent changes

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


[Bug 25190] Special:RecentChanges failing to load

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25190

--- Comment #1 from Tisza Gergő gti...@gmail.com 2010-09-16 21:01:55 UTC ---
Sorry, recent changes, not watchlist.

-- 
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 14254] Enable FlaggedRevs custom configuration on pt.wikinews

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14254

--- Comment #9 from Sir Lestaty de Lioncourt wikimedia.lest...@gmail.com 
2010-09-16 21:57:54 UTC ---
Currently the special page: stabilization is rarely used, if it is removed, we
can survive without it. In any case, the same settings of enwikinews should
reflect the choice of quality settings on ptwikinews.

-- 
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 14254] Enable FlaggedRevs custom configuration on pt.wikinews

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14254

--- Comment #10 from Aaron Schulz jschulz_4...@msn.com 2010-09-16 21:58:58 
UTC ---
(In reply to comment #9)
 Currently the special page: stabilization is rarely used, if it is removed, we
 can survive without it. In any case, the same settings of enwikinews should
 reflect the choice of quality settings on ptwikinews.

Well stabilization will stay, just that one option will go.

-- 
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 25191] New: Errant PHP warnings on CC pages on credit card validation errors

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25191

   Summary: Errant PHP warnings on CC pages on credit card
validation errors
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: tf...@wikimedia.org


When a user is told their credit card failed due to fraud suspicions, PHP
warnings are also displayed.

-- 
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 25192] New: Variable page redirects missing tracking bits

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25192

   Summary: Variable page redirects missing tracking bits
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aricha...@wikimedia.org


mostly due to inability [lack of knowledge how] to pass query params through
links in sidebar

-- 
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 25193] New: VariablePage redirects require '?' in the URL

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25193

   Summary: VariablePage redirects require '?' in the URL
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aricha...@wikimedia.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 25194] New: Session handling on CC form wonky, particularly on cc validation errors

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25194

   Summary: Session handling on CC form wonky, particularly on cc
validation errors
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: tf...@wikimedia.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 25195] New: HTML in message on cc validation errors not rendering

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25195

   Summary: HTML in message on cc validation errors not rendering
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: tf...@wikimedia.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 25196] New: Failed CC transaction error messaging not friendly and poorly formatted

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25196

   Summary: Failed CC transaction error messaging not friendly and
poorly formatted
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: tf...@wikimedia.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 25197] New: No comment field or opt-out fields on single-step CC form

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25197

   Summary: No comment field or opt-out fields on single-step CC
form
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: tf...@wikimedia.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 25191] Errant PHP warnings on CC pages on credit card validation errors

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25191

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|enhancement |normal

-- 
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 25192] Variable page redirects missing tracking bits

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25192

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|enhancement |major

-- 
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 25193] VariablePage redirects require '?' in the URL

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25193

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 25194] Session handling on CC form wonky, particularly on cc validation errors

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25194

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 25195] HTML in message on cc validation errors not rendering

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25195

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Low
   Severity|enhancement |normal

-- 
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 25196] Failed CC transaction error messaging not friendly and poorly formatted

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25196

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Low
   Severity|enhancement |normal

-- 
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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #29 from SSonik sso...@gmail.com 2010-09-17 01:03:09 UTC ---
(In reply to comment #28)
 The original site request simply wants it turned off on en.wiki.

I have no issue with turning it off on en.wiki, just the issue with it being
removed from mediawiki all together. The version I'm running here for testing
is 1.17alpha (r73191) - retrieved from SVN, and this feature is gone. Looks
like it's been removed from the entire project, not just the en.wiki instance
of 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 25198] New: Please display revision length in characters, not bytes, in history and Recent Changes

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25198

   Summary: Please display revision length in characters, not
bytes, in history and Recent Changes
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jasonspi...@gmail.com


Hi.  In page history screens and Recent Changes, please display revision length
in characters, not bytes.

Ariel T. Glenn writes, I would love [this].  [This would be] more meaningful
for almost every project.  Readers are looking at text after all, not at raw
strings.[1]

Aryeh Gregor writes that it would prevent some users from becoming needlessly
confused.  I imagine Chinese people are puzzled when RC reports +3 and there
was only one character added.[2]

^  [1]. 
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/48841/focus=48966
^  [2]. 
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/48841/focus=48965

-- 
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 25199] New: Please show amount of text added/removed, in green/red, on history and user contributions pages

2010-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25199

   Summary: Please show amount of text added/removed, in
green/red, on history and user contributions pages
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jasonspi...@gmail.com


Hi.  Recent changes and watchlists show the amount of text added/removed in
green/red.[1]  But View history only shows the total amount of text in each
revision, and User contributions shows no amount information at all.

It would be more useful to see amounts added/removed on all three of these
pages, instead of just one.[2][3]  This way, we'd instantly know which edits
are additions, which are removals, which are big, and which are small.

And on View history, it would be even more useful to see both the amount
added/removed and the new total, like this:  + 100 = 1,100 bytes.  This way,
we'd be able to more easily check that every malicious blanking of a page
that's ever happened has been fully undone.  This would be useful on [[en:Labor
Ready]] for example.

^  [1].  http://en.wikipedia.org/wiki/Wikipedia:Added_or_removed_characters
^  [2]. 
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/48841
^  [3].  [[fr:User:The RedBurn]] has already written a gadget that shows amount
added/removed on all history pages you view.  It doesn't affect contribs pages.
 To enable it, edit [[Special:MyPage/skin.js]] and add all this on one line:
   
importScriptURI('http://fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-HistoryNumDiff.jsaction=rawctype=text/javascript');

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