[Bug 21036] {{#geocode}} parser function doesn't parse GPS coordinates

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21036

--- Comment #1 from Karsten Hiddemann mediawiki-bugzi...@hiddemann.org 
2010-03-18 06:24:28 UTC ---
I see that this bug is now assigned. Since we have been talking about the
different formats like DMS (Degrees, Minutes, Seconds), DM (Decimal Minutes)
and so on, I asked the guy who runs http://boulter.com/gps/ about his code, who
has a very reliable parser that takes almost everything. He released his code
for it at http://github.com/boulter/GPS-Coordinate-Parser - have a look, it
might be of help to you.

-- 
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 22875] New: Dialogs: Insert Tables : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

   Summary: Dialogs: Insert Tables : Production : Page exists
message shows for a letter
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: normal
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Created an attachment (id=7217)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7217)
Wiki_2010-03-18_LinkAdd.pdf

Reporting against Babaco Release : r59858
Tested link : http://en.wikipedia.org  

Steps to Reproduce ::

1) Edit a page
2) Select a link for example a link starting from letter F
3) Insert the link
3) Click on insert link again and type the same letter which used previously
for example F
Page exists status display for the letter 

Expected Outcome::
Page not exists status should show for such scenarios

Test Environment::
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100202
Firefox/3.5.8

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727

Browser (User-Agent): Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14)
Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14

-- 
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 22876] New: PHP Notice for Language.php line 1245 if no date preference has been set

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22876

   Summary: PHP Notice for Language.php line 1245 if no date
preference has been set
   Product: MediaWiki
   Version: 1.15.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: olivier.mellin...@ext.ec.europa.eu


Notice index does not exists line 1245

Proposal replace :
## ORIGINAL LINE #
$datePreference = (string)$options['date'];
## REPLACE BY 
if(array_key_exists('date',$options))$datePreference =
(string)$options['date'];
else $datePreference ='';
##

-- 
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 22876] PHP Notice for Language.php line 1245 if no date preference has been set

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22876

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2010-03-18 
08:24:52 UTC ---
Date is defined in $wgDefaultUserOptions in DefaultSettings.php, so it looks
like yours is not up to date or is corrupted.

On a side note the code should probably use getDefaultOption instead of doing
it manually.

-- 
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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

Summary|Dialogs: Insert Tables :|Dialogs: Internal/External
   |Production : Page exists|Links : Production : Page
   |message shows for a letter  |exists message shows for a
   ||letter

-- 
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 22858] IE6 doesn't display old toolbar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22858

--- Comment #2 from Calcey QA wikib...@calcey.com 2010-03-18 09:37:38 UTC ---
Created an attachment (id=7218)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7218)
Wiki_2010-03-18_IE6.pdf

Verified on Babaco Release : r59858
Tested link :http://en.wikipedia.org

IE 6 not display the tool bar. This time IE 6 gives an error too.

-- 
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 22858] IE6 doesn't display old toolbar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22858

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Calcey QA wikib...@calcey.com 2010-03-18 09:38:27 UTC ---
(In reply to comment #2)
 Created an attachment (id=7218)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7218) [details]
 Wiki_2010-03-18_IE6.pdf
 
 Verified on Babaco Release : r59858
 Tested link :http://en.wikipedia.org
 
 IE 6 not display the tool bar. This time IE 6 gives an error too.

Therefore re-opening the 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 22877] New: Dialogs: Insert Tables : Production : IE add all links and tables on top of the editor

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22877

   Summary: Dialogs: Insert Tables : Production : IE add all links
and tables on top of the editor
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: major
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Created an attachment (id=7219)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7219)
Wiki_2010-03-18_IE_err.pdf

Reporting against Babaco Release : r59858
Tested link :http://en.wikipedia.org

Steps to Reproduce ::

1) Please refer the attachment

Expected Outcome::
Items should add on the cursor postition


Test Environment::
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727


Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR
2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0;
InfoPath.3)

-- 
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 20947] Enable RevisionDelete on Hungarian Wikipedia (hu.wikipedia)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20947

--- Comment #3 from Tisza Gergő gti...@gmail.com 2010-03-18 10:32:38 UTC ---
I have asked on wikis which have single-revision delete enabled:

http://pl.wikipedia.org/w/index.php?title=Wikipedia:Pro%C5%9Bby_do_administrator%C3%B3woldid=20775693#Experiences_with_RevisionDelete
http://he.wikipedia.org/w/index.php?title=%D7%A9%D7%99%D7%97%D7%AA_%D7%95%D7%99%D7%A7%D7%99%D7%A4%D7%93%D7%99%D7%94:%D7%A9%D7%92%D7%A8%D7%99%D7%A8%D7%95%D7%AAoldid=8429855#RevisionDelete

and it seems to be working fine.

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


[Bug 22878] New: Dialogs: Search and Replace : Production : IE malfunction

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22878

   Summary: Dialogs: Search and Replace : Production : IE
malfunction
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: major
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Created an attachment (id=7220)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7220)
Wiki_2010-03-18_IE_SearchReplace.pdf

Reporting against Babaco Release : r59858
Tested link :http://en.wikipedia.org 

Steps to Reproduce ::

Please refer the attachment.


Expected Outcome::

Search and replace should work as required

Test Environment::

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR
2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0;
InfoPath.3)

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727

-- 
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 22874] ethnio notice cookie isn't remembered properly

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22874

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com

--- Comment #1 from Casey Brown cbrown1...@gmail.com 2010-03-18 11:11:07 UTC 
---
Doesn't the cookie only get set when you click on the banner?  (i.e. you open
up the sign up form)

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

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


[Bug 22878] Dialogs: Search and Replace : Production : IE malfunction

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22878

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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 11:31:58 
UTC ---
There actually is a page called F: http://en.wikipedia.org/wiki/F

-- 
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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #2 from Calcey QA wikib...@calcey.com 2010-03-18 11:35:46 UTC ---
Try a different letter like d or a.

-- 
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 22866] {{#ifexpr: (-1)*0 | true | false }} == true

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22866

Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||alex.emsenhu...@bluewin.ch
 Resolution||FIXED

--- Comment #5 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch 
2010-03-18 11:35:58 UTC ---
Fixed in r63906.

-- 
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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 11:37:28 
UTC ---
(In reply to comment #2)
 Try a different letter like d or a.

http://en.wikipedia.org/wiki/D
http://en.wikipedia.org/wiki/A

Please check whether the page exists before reopening again. The craziest page
titles exist on enwiki.

-- 
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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

--- Comment #4 from Calcey QA wikib...@calcey.com 2010-03-18 11:39:30 UTC ---
Then why they are not shown in the suggestion list when the letter entered?

-- 
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 22858] IE6 throws JS error about csshover.htc when loading enhanced toolbar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22858

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

   What|Removed |Added

  Component|UsabilityInitiative |Vector Skin
Version|any |1.17-svn
Product|MediaWiki extensions|MediaWiki
Summary|IE6 doesn't display old |IE6 throws JS error about
   |toolbar |csshover.htc when loading
   ||enhanced toolbar

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 11:41:11 
UTC ---
Error message from the attachment:

Access is denied to: http://bits.wikimedia.org/skins-1.5/vector/csshover.htc

Seems this is a bug in Vector's :hover-for-IE patch then.

-- 
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 22877] Dialogs: Insert Tables : Production : IE add all links and tables on top of the editor

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22877

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 22879] New: SRF Exhibit format does not work at all with IE6 or 7

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22879

   Summary: SRF Exhibit format does not work at all with IE6 or 7
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: SemanticResultFormats
AssignedTo: denny.vrande...@kit.edu
ReportedBy: mitchell_ne...@hotmail.com
CC: wikibugs-l@lists.wikimedia.org


Hi.

I've got SRF 1.4.5 and the exhibit format does not seem to work at all 
with IE 6 and 7. I get operation aborted crashes.

Microsoft says this problem occurs because a child container HTML element
contains script that tries to modify the parent container element of the child
container. The script tries to modify the parent container element by using
either the innerHTML method or the appendChild method.

Unfortunately I cannot force the UK Civil Service to upgrade half a 
million PC's to IE 8!

It's going to be a very long while before everyone upgrades to IE 8. In the
meantime IE 6 and 7 users cannot use any SMW sites that use Exhibit format
queries.

Thanks
Neill.

-- 
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 22874] ethnio notice cookie isn't remembered properly

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22874

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 11:42:49 
UTC ---
(In reply to comment #1)
 Doesn't the cookie only get set when you click on the banner?  (i.e. you open
 up the sign up form)

I think so, yes. However, adding a [dismiss] link that hides the banner and
sets the cookie should be trivial.

-- 
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 22874] ethnio notice cookie isn't remembered properly

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22874

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

   What|Removed |Added

  Component|UsabilityInitiative |General/Unknown
Version|any |unspecified
 AssignedTo|tpars...@wikimedia.org  |wikibug...@lists.wikimedia.
   ||org
Product|MediaWiki extensions|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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

--- Comment #5 from Calcey QA wikib...@calcey.com 2010-03-18 11:49:43 UTC ---
Created an attachment (id=7221)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7221)
Wiki_2010-03-18_Suggesstions.pdf

When the letter type, the related page is not listed in the suggestion list

-- 
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 22875] Dialogs: Internal/External Links : Production : Page exists message shows for a letter

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22875

--- Comment #6 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 12:01:13 
UTC ---
(In reply to comment #5)
 Created an attachment (id=7221)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7221) [details]
 Wiki_2010-03-18_Suggesstions.pdf
 
 When the letter type, the related page is not listed in the suggestion list

Works for some letters (e.g. X , Y), not for others. The list only shows 10
suggestions and there are more than 10 pages that start with a given letter, so
naturally some won't show up. The list isn't sorted alphabetically for some
reason; I don't know what it is sorted by.

-- 
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 22880] New: Parser functions cannot control their output

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22880

   Summary: Parser functions cannot control their output
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: conrad.ir...@gmail.com
Blocks: 12974,16474


At the moment some parser functions/variables output is partially escaped and
partially treated as wikitext (using wfEscapeWikiText). This breaks both
parsing and the use of the output of one variable as input to another, see:

{{PAGENAME}} on [[*]]
{{urlencode:{{PAGENAME on [[]]

The solution I propose is to add a new class of UNIQ tags to the parser.
Extensions can return $parser-armouredText( $text ); where they currently
return wfEscapeWikiText( $text ).

The parser should have two replacements for each armouredText, when calling
further parser functions, it replaces it with the original; when outputting, it
replaces it with the escaped version (at the same time nowiki is
re-expanded). The ugliness is that it will require several changes to allow
armouredText UNIQs to be part of links/template names/magic words.

A much hackier alternatively is an inclusion prefix or two (cf. msg: int:
msgnw:) that could be added such that {{plain:PAGENAME}} returns the unescaped
version, while {{armour:PAGENAME}} puts it into one of the existing nowiki
UNIQs - but this really shouldn't be exposed to users.

-- 
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 12974] The newline added to a template, magic word, variable, or parser function that returns line-start wikicode formatting (*#:; ) causes unexpected parsing

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12974

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 Depends on||22880

-- 
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 16474] {{FILEPATH:{{PAGENAME}} }} doesn't work for filenames containing characters that get escaped to HTML entities

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16474

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 Depends on||22880

-- 
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 22811] Link dialog: Empty Link text field should not trigger pipe trick

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22811

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Calcey QA wikib...@calcey.com 2010-03-18 12:36:22 UTC ---
Verified and close

-- 
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 22857] Toolbar : FF 2.0.0.20 beta tool bar is different o FF 3.5.8 on same machine, same login and all versions of Opera

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22857

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Calcey QA wikib...@calcey.com 2010-03-18 12:38:01 UTC ---
Close as per comment 3

-- 
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 22859] Dialogs: Internal/External Links : Upon link click Invalid title error shows in IE

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22859

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #3 from Calcey QA wikib...@calcey.com 2010-03-18 12:39:29 UTC ---
Verified and closed

-- 
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 22880] Parser functions cannot control their output

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22880

--- Comment #1 from Mormegil morme...@centrum.cz 2010-03-18 13:08:49 UTC ---
Isn’t this just a duplicate of bug #12974?

-- 
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 22881] New: Greatly improved Export and Import for 1.14.1 (will port into trunk soon)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

   Summary: Greatly improved Export and Import for 1.14.1 (will
port into trunk soon)
   Product: MediaWiki
   Version: 1.14.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Export/Import
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vita...@yourcmc.ru


Created an attachment (id=7222)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7222)
A patch for MediaWiki 1.14.1

Hi!
In our company (Customized InformSystems, http://www.custis.ru/), we use
MediaWiki for maintaining corporate knowledgebases, and I'm responsible for its
support and etc. Sorry in advance for my english :-)

I have greatly improved MediaWiki XML Export and Import mechanism and I want to
submit a patch. The following features are added:
* Support for exporting and importing UPLOADS - either attached inside the
output file, which will be a multipart/related document with binary parts in
this case, or as URLs + SHA1 hashes inside the XML document, so that
destination Wiki could download them by itself.
* Support for selecting pages from category with subcategories.
* Support for selecting pages from specific namespace.
* Support for selecting pages modified after a specific date.
* Support for selecting pages linked to selected (pagelinks closure).
* The DVCS-like detection of conflicts during import and extended import
report with 5 types of messages:
1) All revisions were previously imported. No local changes.
2) All revisions were previously imported. Page changed locally.
3) N revisions imported.
4) N revisions imported (new page).
5) N revisions imported (conflict: XX (import) and YY (local)).
* With all these improvements, the import mechanism is backwards compatible and
is able to import dumps from MediaWikis without these improvements.

Unfortunately (or fortunately? :-D), the patch requires a change to
filerepo/LocalFile.php, because there is an irrationality: archived versions of
uploads (oldimages) are stored with the timestamp in the file name which IS NOT
EQUAL to the oldimage timestamp in the database. The timestamp in the file name
is the timestamp of archiving, i.e. the timestamp of NEXT revision of upload.
IMO, it is an inconsistent behaviour: oldimage file names depend on the order
of import. So I'll submit a patch and a tool to convert timestamps in the
oldimage archive.

I think all these features are very useful for MediaWiki users, so I ask you if
it is possible to incorporate these changes into the MediaWiki code? Now, they
are written against 1.14.1, but I can port them into trunk, if it is needed.
The patch submitted also DOES NOT conform to your code-style, for example, I
hate adding spaces after opening and before closing braces. But if it is
needed, I can change the patch to conform.

But I think you can anyway start reviewing the patch :) IMO, it's very useful.

-- 
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 22881] Greatly improved Export and Import for 1.14.1 (will port into trunk soon)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

--- Comment #1 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 13:43:24 
UTC ---
Created an attachment (id=7223)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7223)
A maintenance tool to change oldimage filenames

-- 
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 22881] Greatly improved Export and Import for 1.14.1 (will port into trunk soon)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

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

   What|Removed |Added

   Keywords||need-review, patch
 CC||innocentkil...@gmail.com

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

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


[Bug 4689] Allowing tag Image to access SVG objects

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4689

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||happy-me...@live.com
 Resolution||DUPLICATE

--- Comment #1 from Happy-melon happy-me...@live.com 2010-03-18 13:55:21 UTC 
---


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

-- 
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 4688] Allowing tag Image to access SVG layers

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4688

--- Comment #3 from Happy-melon happy-me...@live.com 2010-03-18 13:55:21 UTC 
---
*** Bug 4689 has been marked as a duplicate of this bug. ***

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

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


[Bug 806] wrong portal-title in german

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=806

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 480] TOC leaves extra lines in print

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=480

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 938] links to [[en:user:foo]] in en.wikibooks shown as broken links

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=938

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 110] Uncategorizedpages gives a fatal error

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=110

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 267] Entering {{...}} as the title causes a page rendering error

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=267

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 40] Parsing of bold and italics

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 452] Backport raw HTML option to 1.3

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=452

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 433] Title attribute on undelete button wrong

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=433

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 448] failure message on mail password is shown twice

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=448

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 270] MonoBook skin missing watch tab on edit page

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=270

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 296] Message variables substituted at install time

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=296

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|fixed-in-13-cvs |

-- 
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 22881] Greatly improved Export and Import for 1.14.1 (will port into trunk if needed)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22881

Vitaliy Filippov vita...@yourcmc.ru changed:

   What|Removed |Added

Summary|Greatly improved Export and |Greatly improved Export and
   |Import for 1.14.1 (will |Import for 1.14.1 (will
   |port into trunk soon)   |port into trunk if needed)

--- Comment #2 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:18:32 
UTC ---
Also this patch fixes Bug 9108.
I'll add this bug as a See Also to all related bugs.

-- 
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 10574] Export pages should allow to export all pages

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

--- Comment #21 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:12 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 17886] Export all pages from a custom namespace

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17886

--- Comment #13 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:13 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 15914] Special:Export output missing XML encoding

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15914

--- Comment #10 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:14 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 3760] Export titles matching a wildcard

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3760

--- Comment #3 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:15 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 9167] SpecialExport.php with category and template links

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9167

--- Comment #4 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:15 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 10568] Export pages matching a regular expression

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10568

--- Comment #5 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:17 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 9108] Special:Export support for exporting whole categories and their sub-categories

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9108

--- Comment #2 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:16 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 4837] Export specified revisions of a page

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4837

--- Comment #21 from Vitaliy Filippov vita...@yourcmc.ru 2010-03-18 14:23:17 
UTC ---
See also Bug 22881 - Greatly improved Export and Import for 1.14.1 (with
support for advanced page selection, exporting and importing file uploads, and
detection of conflicts during import). There's a patch written by me which is
related to or fixes your 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 22669] Logo change for az.wikiquote.org

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22669

--- Comment #5 from Perviz capi...@inbox.az 2010-03-18 14:41:38 UTC ---
(In reply to comment #4)
 The logo uploaded is not the proper image size.  Please resize image to 135 x
 155 and re-upload, then reply back and I will push the change for you.

I resized and up-loaded the image.

-- 
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 22882] New: Add a 'patroller' group to fr.wikisource

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22882

   Summary: Add a 'patroller' group to fr.wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kipmas...@gmail.com


Hi,

The current situation at fr.wikisource is that only sysops are able to patrol
edits.

We would like to make the patrolling option also available to further users
belonging to a 'patroller' group. Sysops should be able to assign a user to
this group.

The vote is here
http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Mars_2010#Patrouilleurs

Small question: would the users belonging to that group be autopatrolled? Or do
we need an extra white list for that?

Thanks,
Kip.

-- 
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 22882] Add a 'patroller' group to fr.wikisource

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22882

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

   Keywords||shell

-- 
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 22883] New: WMF wikis need consistent MySQL data types for page.page_title and image.img_name

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22883

   Summary: WMF wikis need consistent MySQL data types for
page.page_title and image.img_name
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com


This is related to https://jira.toolserver.org/browse/TS-549

Certain WMF slaves are using varchar(255) for page.page_title and
image.img_name (possibly other columns as well), while other slaves/wiki
databses are using varbinary(255). This has to do with MySQL 5 treating
varbinary as the same as varchar, from what I understand.

The issue that we've run into on the Toolserver is that comparing varchar
fields to varbinary fields is incredibly slow. For example,
enwiki_p.page.page_title is varbinary while commonswiki_p.image.img_name is
varchar, so the following query takes an incredibly long time to run:

SELECT
  page_title
FROM page
WHERE NOT EXISTS (SELECT
img_name
  FROM commonswiki_p.image
  WHERE img_name = page_title)
LIMIT 1;

The Toolserver folks are hesitant to alter the tables on their side, and it
would probably be better all around for there to be consistency among the WMF
databases and slaves.

-- 
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 22883] WMF wikis need consistent MySQL data types for page.page_title and image.img_name

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22883

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

   What|Removed |Added

   Keywords||shell
 CC||innocentkil...@gmail.com
  Component|Site requests   |General/Unknown

-- 
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 22884] New: localhost is not resolved by mysql functions in PHP5.3 on Vista

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22884

   Summary: localhost is not resolved by mysql functions in
PHP5.3 on Vista
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: Windows Vista
Status: NEW
  Keywords: newphp, upstream
  Severity: minor
  Priority: Normal
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: happy-me...@live.com


Cf http://bugs.php.net/45150.  We should use 127.0.0.1 instead where
necessary.

-- 
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 22877] Dialogs: Insert Tables : Production : IE add all links and tables on top of the editor

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22877

nkom...@wikimedia.org nkom...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||nkom...@wikimedia.org,
   ||tpars...@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 22885] New: Hanlde expired links more gracefully

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22885

   Summary: Hanlde expired links more gracefully
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Collection
AssignedTo: supp...@pediapress.com
ReportedBy: gti...@gmail.com


Links used to download privately generated PDF files throw 404 errors when
visited later. Example: 
http://hu.wikipedia.org/w/index.php?title=Speci%C3%A1lis:K%C3%B6nyvbookcmd=downloadcollection_id=3a9b478af26ea6a8writer=rlreturn_to=T%C3%B6r%C3%B6korsz%C3%A1guselang=en
Such links should fail in a user-friendlier way, with an error message saying
the link has expired and maybe giving some pointers on how to generate publicly
visible collections.

-- 
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 22882] Add a 'patroller' group to fr.wikisource

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22882

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-03-18 16:19:08 
UTC ---
(In reply to comment #0)
 Hi,
 
 The current situation at fr.wikisource is that only sysops are able to patrol
 edits.
 
 We would like to make the patrolling option also available to further users
 belonging to a 'patroller' group. Sysops should be able to assign a user to
 this group.
 
 The vote is here
 http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Mars_2010#Patrouilleurs
 
 Small question: would the users belonging to that group be autopatrolled? Or 
 do
 we need an extra white list for that?
 
That's up to you, both options are possible. On by far most wikis, patrollers
are always autopatrolled.

-- 
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 12901] #switch expands node twice

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12901

Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||alex.emsenhu...@bluewin.ch
 Resolution||FIXED

--- Comment #2 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch 
2010-03-18 16:26:36 UTC ---
Fixed in r63912.

-- 
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 19048] 304 (not modified) responses not suppressed after user session expires

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19048

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #8 from Marcin Cieślak marcin.cies...@gmail.com 2010-03-18 
16:39:13 UTC ---
I can confirm exactly the described behaviour using r61343, when using 

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102
Firefox/3.5.5 (.NET CLR 3.5.30729)

I have a feeling I see this every time, especially when 1) I didn't log out
and 2) try to browse the wiki anonymously on the next day.

If I login I am getting those cookies:

Namewikimania2010dbUserID
Value14
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:17:42 GMT

Namewikimania2010dbUserName
ValueSaper
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:17:42 GMT

Namewikimania2010db_session
Valuecebd49ddcfd2e497e24fc5826d333bb4
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresAt End Of Session

After logout I return to the Monobook anonymously:

Namewikimania2010dbUserID
Value14
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:17:42 GMT

Namewikimania2010dbUserName
ValueSaper
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:17:42 GMT

Namewikimania2010db_session
Valuecebd49ddcfd2e497e24fc5826d333bb4
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresAt End Of Sessio


(It's 18 Mar 2010 today.)

I don't know *how* to reproduce this reliably. What happens is the follwing:

1) User Saper uses myskin theme
2) I have some customizations in the Special:Mypage/myskin.css
3) When I come back as anonymous, I get a clean myskin layout (basically
mediawiki html with no frills) without my customizations (which is
understandable).
4) I have checked cookies and my browser had at the time I got this effect:

wikimania2010db_session
wikimania2010dbUserName
wikimania2010dbUserID

5) Deleting session and dbUserID didn't help. 
6) Deleting dbUserName allowed me to see the default monobook again.
7) I am sure the above setup didn't have loggedout cookie

I can achieve the same visual effect manually wherever I delete the Loggedout
cookie manually after the logoff, but that doesn't count as reproducing the
problem.

After I logged out for a second time, I got this set of cookies:

Namewikimania2010dbLoggedOut
Value20100318163206
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresFri, 19 Mar 2010 16:32:04 GMT


Namewikimania2010dbUserName
ValueSaper
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:31:37 GMT

Namewikimania2010db_session
Value291e2b7a648c257afb61f7ebd4696422
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresAt End Of Session

so, dbUserID was gone but session was still there (unlike the previous
attempt).

I login again (and I get my customized myskin look of course):

Namewikimania2010dbLoggedOut
Value20100318163206
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresFri, 19 Mar 2010 16:32:04 GMT

Namewikimania2010dbUserID
Value14
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:34:31 GMT

Namewikimania2010dbUserName
ValueSaper
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 16:34:31 GMT


Namewikimania2010db_session
Value291e2b7a648c257afb61f7ebd4696422
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresAt End Of Session

This is getting crazy (old LoggedOut and new UserID, UserName, session
cookies?)

I think the problem may be related to the expiration time of the LoggedOut
cookie (it's only 24 hours or something). 

However, I think that the browser carrying wikimania2010dbUserName
without a valid authenticated session should influence MediaWiki behavior
at all (except the login form, maybe).

-- 
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 19048] 304 (not modified) responses not suppressed after user session expires

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19048

--- Comment #9 from Marcin Cieślak marcin.cies...@gmail.com 2010-03-18 
16:40:57 UTC ---
 However, I think that the browser carrying wikimania2010dbUserName
 without a valid authenticated session should influence MediaWiki behavior
 at all (except the login form, maybe).

without a valid authenticated session should *NOT* influence MediaWiki...

-- 
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 22886] New: Update description of [[MediaWiki:Expand templates title]]: from {{PAGENAME}} to {{FULLPAGENAME}}

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22886

   Summary: Update description of [[MediaWiki:Expand templates
title]]: from {{PAGENAME}} to {{FULLPAGENAME}}
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: heldergeov...@gmail.com


Hi!

As I've pointed out here:
http://translatewiki.net/wiki/Thread:Support/MediaWiki:Expand_templates_title
I was wondering if the message which is shown at [[Special:ExpandTemplates]]
shouldn't show nowiki{{FULLPAGENAME}}/nowiki instead of
nowiki{{PAGENAME}}/nowiki, since this seems to be the meaning of that box,
as show by this test:

http://en.wikipedia.org/w/index.php?title=Special:ExpandTemplatesinput={{PAGENAME}},{{FULLPAGENAME}}contexttitle=User:A/B

What do you think?

Helder

-- 
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 6640] Prefix option for inputbox

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6640

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

 CC||happy-me...@live.com

--- Comment #13 from Happy-melon happy-me...@live.com 2010-03-18 17:34:55 UTC 
---
The implementation proposed is not at all sensible; it will horribly break
prefix searching as well as being hackish.  A proper implementation will not
touch core code.  

Wikia's interface works in two stages: first it makes a call to
index.php?action=createtitle=Barprefix=Foo/... which is 301-redirected to
index.php?action=createtitle=Foo/Bar... somewhere within the handler for
action=create.  That is the best way of implementing this functionality without
hacking at the core.

-- 
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 22870] Separate interface message when creating a page

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22870

--- Comment #2 from Umherirrender umherirrender_de...@web.de 2010-03-18 
17:42:44 UTC ---
(In reply to comment #1)
 You mean the page title?

Yes, the text in the title-tag and the firstHeading-h1-tag

-- 
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 22887] New: Add tracking category for preprocessor error

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22887

   Summary: Add tracking category for preprocessor error
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: umherirrender_de...@web.de


I am missing tracking categories for the following errors on wikipages:
* Expansion depth limit exceeded
* Node-count limit exceeded

There is no way to find these pages and maybe to fix the problem. Thanks.

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

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


[Bug 22882] Add a 'patroller' group to fr.wikisource

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22882

--- Comment #2 from Kipmaster kipmas...@gmail.com 2010-03-18 19:00:57 UTC ---
Ok, Thanks! I cannot take the decision alone, I have to ask the community.

I'll tell the result in a few days (hopefully).

-- 
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 6640] Prefix option for inputbox

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6640

Happy-melon happy-me...@live.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #14 from Happy-melon happy-me...@live.com 2010-03-18 19:13:00 UTC 
---
Fixed in r63922.

-- 
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 22874] ethnio notice cookie isn't remembered properly

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22874

--- Comment #3 from Casey Brown cbrown1...@gmail.com 2010-03-18 19:18:44 UTC 
---
(In reply to comment #2)
 I think so, yes. However, adding a [dismiss] link that hides the banner and
 sets the cookie should be trivial.

If that's the case, then the cookie *is* actually being remembered properly,
it's just not clear how to hide the banner.  You're right though, adding a
dismiss link shouldn't be a problem either.

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

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


[Bug 22657] Wikipedia Karachay-Balkar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

--- Comment #5 from Iltever ilte...@mail.ru 2010-03-18 20:34:04 UTC ---
Dear friends!
If it possible, I would ask WMF admins to hurry up a little with creating the
website, as our community has organized a number of publications in newspapers
and online publications, and if in the near future will not created the
website, publishers can cancel planned publications... Thank you in advance and
sorry for the inconvenience.

-- 
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 22861] Modification to renderArrayMapTemplateObj function

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22861

--- Comment #1 from Yaron Koren yaro...@gmail.com 2010-03-18 20:34:37 UTC ---
Created an attachment (id=7224)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7224)
2nd attempt at a patch for solving #arraymaptemplate hash problem in SF

-- 
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 22861] Modification to renderArrayMapTemplateObj function

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22861

--- Comment #2 from Yaron Koren yaro...@gmail.com 2010-03-18 20:35:47 UTC ---
Hi, thanks for the patch. This code doesn't work, though, for wikis (the
majority of them) where hashing isn't being used. I created a new patch, based
on your code, that I hope solves the problem - please let me know if it works
for you.

-- 
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 19948] Special:UnusedProperties produces database error for PostgreSQL

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19948

nic.backf...@web.de changed:

   What|Removed |Added

 CC||nic.backf...@web.de

--- Comment #10 from nic.backf...@web.de 2010-03-18 20:59:29 UTC ---
I have re-written the delete statement to comply with the Postgres sql syntax:

delete from smw_tmp_unusedprops
  using smw_rels2 inner join smw_ids on smw_rels2.p_id = smw_ids.smw_id
  where smw_ids.smw_iw='' and smw_title=smw_tmp_unusedprops.title;

I tested it on the command line. It worked.

-- 
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 22657] Wikipedia Karachay-Balkar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

--- Comment #6 from Rob Halsell rhals...@wikimedia.org 2010-03-18 21:01:11 
UTC ---
Ok, I was just attempting to set this up, and I ran into an issue getting the
krc language change to take.  I have emailed some of my coworkers about it, and
we I expect to hear back shortly.  I will update this ticket at end of today,
as well as tomorrow morning (even if things are not resolved by then, but I
hope they will be.)

-- 
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 19048] 304 (not modified) responses not suppressed after user session expires

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19048

--- Comment #10 from Marcin Cieślak marcin.cies...@gmail.com 2010-03-18 
21:19:33 UTC ---
I just got somewhow logged out of the site; right now I am browsing as an
anonymous user with the logged-in skin. 

It is 18-03-2010 22:16:36 localtime (UTC+1)

My set of cookies:

Namewikimania2010dbLoggedOut
Value20100318170524
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresFri, 19 Mar 2010 17:05:22 GMT

Namewikimania2010dbUserID
Value14
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 17:05:45 GMT

Namewikimania2010dbUserName
ValueSaper
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresSat, 17 Apr 2010 17:05:45 GMT

Namewikimania2010db_session
Value291e2b7a648c257afb61f7ebd4696422
Hostwww.wikimania2010.pl
Path/
SecureNo
ExpiresAt End Of Session

-- 
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 22657] Wikipedia Karachay-Balkar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

--- Comment #7 from Danny B. dann...@email.cz 2010-03-18 21:54:14 UTC ---
Still some issues remaining on Incubator:

http://incubator.wikimedia.org/wiki/Category:Wp/krc/Pages_using_unprefixed_templates

Please fix it otherwise the import won't be fully correct.

-- 
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 22888] New: Failing Spesial:Opprett_mal (Norwegian for Special:Create_template)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22888

   Summary: Failing Spesial:Opprett_mal (Norwegian for
Special:Create_template)
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: even.thorberg...@frigosoft.no
CC: wikibugs-l@lists.wikimedia.org


SF 1.9: Trying to make a template (mal in Norwegian) returns a blank page with
Firefox and Chrome, HTTP 500 with IE.

-- 
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 22641] Can not see all of Wikipedia web site

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22641

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #24 from Tim Starling tstarl...@wikimedia.org 2010-03-18 22:42:48 
UTC ---
There was a bogon filter for 175/8 in Hostway. It was tracked down when an ISP
tech noticed the issue and contacted us directly with the relevant information,
instead of trying to make the user fix it as Noguchi's ISP did. It should be
fixed now.

-- 
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 22657] Wikipedia Karachay-Balkar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

--- Comment #8 from Iltever ilte...@mail.ru 2010-03-18 22:43:10 UTC ---
All done. Thanks.

-- 
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 22888] Failing Spesial:Opprett_mal (Norwegian for Special:Create_template)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22888

--- Comment #1 from Even Thorbergsen even.thorberg...@frigosoft.no 2010-03-18 
22:46:23 UTC ---
All the other SF Create (no:Opprett) functions seem to work alright.

-- 
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 22624] Corruption of archive text due to deletion in late 2004

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22624

--- Comment #1 from Platonides platoni...@gmail.com 2010-03-18 23:13:53 UTC 
---
(copying dfrom wikitech)
 I may be able to take this opportunity to normalise the entire archive table,
 by converting archive rows to the MW 1.5+ format, with a non-null ar_text_id,
 and blank ar_text and ar_flags. This will free up core database space and 
 allow
 the deleted text to be recompressed.


What are the chances of moving them back to revision and use revdelete for all
deletions (removing archive table)?
See bug 18104, bug 21279, bug 18780

-- 
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 22889] New: Javascript uploading doesn't preserve the original filename

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22889

   Summary: Javascript uploading doesn't preserve the original
filename
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
   URL: http://commons.wikimedia.org/w/index.php?title=Special
:Logpage=File%3AWorld+homosexuality+laws+%2B+pt.svg
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com
CC: gpaum...@wikimedia.org


Created an attachment (id=7225)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7225)
The values as actually entered

Reuploading on Wikimedia Commons didn't preserve the original filename, but it
used instead the filename from the local file.

-- 
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 22889] Javascript uploading doesn't preserve the original filename

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22889

--- Comment #1 from Platonides platoni...@gmail.com 2010-03-18 23:41:52 UTC 
---
Note: it is only a problem with javascript upload. Worked fine when disabling
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 22890] New: Checkuser mass blocker does not affect already blocked users

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22890

   Summary: Checkuser mass blocker does not affect already blocked
users
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: CheckUser
AssignedTo: jschulz_4...@msn.com
ReportedBy: hersfoldw...@gmail.com


To duplicate:

1. Block an account (settings on the block don't matter)
2. Checkuser the account's IP address with IP to users
3. Check the box next to the account's name
4. Enter a block reason into the block selected users form at the bottom of
the page
5. Click Block selected users

The form will replace the content of the account's user and user talk pages as
requested and expected, but the original block will not be replaced with the
ACB-Autoblock-indefinite block that is expected from the form.

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

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


[Bug 22657] Wikipedia Karachay-Balkar

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Rob Halsell rhals...@wikimedia.org 2010-03-19 01:06:41 
UTC ---
krc.wikipedia.org is now online with the settings specified (except for the
logo, which has not been updated yet to the proper settings.)

Once the logo is finished, you can reply to this ticket to re-open it, or
create a new ticket, either works.  (Though if you submit another ticket,
reference this one rather than providing consensus for the logo change.)

-- 
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 16976] Wikis ready for creation (tracking)

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Bug 16976 depends on bug 22657, which changed state.

Bug 22657 Summary: Wikipedia Karachay-Balkar
https://bugzilla.wikimedia.org/show_bug.cgi?id=22657

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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

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


[Bug 22891] New: 'commit' button is cramped vertically when viewing bugs

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22891

   Summary: 'commit' button is cramped vertically when viewing
bugs
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Bugzilla
AssignedTo: pdha...@wikimedia.org
ReportedBy: mike.lifegu...@gmail.com
CC: innocentkil...@gmail.com


Created an attachment (id=7226)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7226)
screenshot

My solution was to set .bz_alias_short_desc_container{ padding: 0.2em 0.2em
0.3em 0.5em; } in show_bug.css.

-- 
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 22892] New: Lost Access to Wikipedia

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22892

   Summary: Lost Access to Wikipedia
   Product: MediaWiki
   Version: unspecified
  Platform: Macintosh
OS/Version: Mac OS X 10.2
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bruceenyg...@gmail.com


I was in Wikipedia and entered bruce nygren is great into a field (I can't
recolect where it was), due to the fact that I was dropped from wikipedia as a
non-important artist, DUMB MOVE. My screen began to scroll (scrolling
included filling the screen with the above quote) and I had to close down my
computer. Please let me know what I did to cause this.

p.s. this is a friend writing this note, because Bruce really doesn't know his
way around a computer... Thank you!

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

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


[Bug 22892] Lost Access to Wikipedia

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22892

Prodego prod...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||prod...@gmail.com
 Resolution||INVALID

--- Comment #1 from Prodego prod...@gmail.com 2010-03-19 03:52:04 UTC ---
That doesn't sound at all like an issue with mediawiki - if you could explain
your question I could try to answer it, but the scrolling was probably a
browser issue.

You can email me at prod...@gmail.com if there is something I can help you
with.

-- 
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 22891] 'commit' button is cramped vertically when viewing bugs

2010-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22891

--- Comment #1 from p858snake p858sn...@yahoo.com.au 2010-03-19 04:22:45 UTC 
---
Created an attachment (id=7227)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7227)
Example usng Win Xp, Firefox and Luna 4

This also slightly depends on the OS/Browser Choice as that can effect how the
button is styled.

But in both examples they could do with some help.

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