[Bug 24919] New: Try to allow ', , in HTML5 IDs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24919

   Summary: Try to allow ', ,  in HTML5 IDs
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: entli...@gmx-topmail.de
Blocks: 19719


escapeId() is currently stripping the ',  and  characters. Is that really
necessary? They are apparently allowed in HTML5 as well as in fragments (RFC
3987) and don't cause any known problems other than that they must be escaped
in the HTML source. But that applies to all attributes, not just IDs.

-- 
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 19719] HTML5 (tracking)

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

entli...@gmx-topmail.de changed:

   What|Removed |Added

 Depends on||24919

-- 
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 24918] Do not allow #, %, [, ], nbsp in fragment identifiers

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24918

--- Comment #3 from entli...@gmx-topmail.de 2010-08-24 07:19:09 UTC ---
See also section 3.1 of RFC 3987: Systems accepting IRIs MAY also deal with the
printable characters in US-ASCII that are not allowed in URIs [...]. Please
note that the number sign (#), the percent sign (%), and the square bracket
characters ([, ]) are not part of the above list and MUST NOT be converted.
[...]

-- 
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 24824] Thumbnails above ~1000px wide not being generated; User settings go up to 1200.

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24824

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tstarl...@wikimedia.org
 Resolution||FIXED

--- Comment #13 from Tim Starling tstarl...@wikimedia.org 2010-08-24 07:54:54 
UTC ---
Fixed with live patch: using -resize before -thumbnail reduces memory usage by
half.

-- 
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 24920] New: OR-operator does not work in concepts

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24920

   Summary: OR-operator does not work in concepts
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: f.tr...@gmx.net


On a Concept page with the source code 

{{#concept:  [[prop1::foo]] OR [[prop2::bar]]}}

the reported description is

q q[[prop1::foo]]/q  OR  q[[prop2::bar]]/q /q 

The list of pages contains only those for which both conditions are valid, i.e.
AND behaviour.

See http://scratchpad.referata.com/wiki/Concept:2ndFloorCeramics for an
example.


MediaWiki 1.15.4
Semantic MediaWiki 1.5.0

-- 
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 24824] Excessive memory usage by new ImageMagick when scaling JPEGs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24824

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

   What|Removed |Added

Summary|Thumbnails above ~1000px|Excessive memory usage by
   |wide not being generated;   |new ImageMagick when
   |User settings go up to  |scaling JPEGs
   |1200.   |

--- Comment #14 from Tim Starling tstarl...@wikimedia.org 2010-08-24 08:57:13 
UTC ---
Reverted that live patch and applied r71547 instead, which is even better at
reducing memory usage for JPEGs. Adjusted summary so that I can dupe bug 24834
to this, since it appears to be identical.

-- 
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 24834] thumbnails of large images have disappeared

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24834

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Tim Starling tstarl...@wikimedia.org 2010-08-24 08:58:37 
UTC ---
Duping to 24824. If there are any non-JPEG files that are affected, file a more
specific bug.

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

-- 
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 24824] Excessive memory usage by new ImageMagick when scaling JPEGs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24824

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

   What|Removed |Added

 CC||euseb...@toolserver.org

--- Comment #15 from Tim Starling tstarl...@wikimedia.org 2010-08-24 08:58:37 
UTC ---
*** Bug 24834 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 17645] OOM while thumbnailing huge progressive / interlaced JPEGs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17645

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

Summary|OOM while thumbnailing huge |OOM while thumbnailing huge
   |progressive JPEGs   |progressive / interlaced
   ||JPEGs

--- Comment #3 from Nemo_bis federicol...@tiscali.it 2010-08-24 09:33:56 UTC 
---
More examples from #wikimedia-tech:
[[File:Panorama_-_Ch%C3%A2teau_des_ducs_de_Bourbon_%C3%A0_Montlu%C3%A7on_depuis_l%27esplanade.JPG]],
[[File:1966_map_of_the_Appalachian_Development_Highway_System.jpg]].
Isn't there a list of interlaced images? They could be replaced with
non-interlaced versions by some bot.

-- 
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 269] convert images to interlaced / progressive format

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=269

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Resolution|LATER   |WONTFIX

--- Comment #7 from Nemo_bis federicol...@tiscali.it 2010-08-24 09:36:49 UTC 
---
Revert to WONTFIX given bug 17645 comment 2 by Tim.

-- 
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 13978] Reverting to a flagged revision should automatically mark the resulting revision as flagged, too

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13978

--- Comment #13 from Hoo man h...@online.de 2010-08-24 11:47:26 UTC ---
(In reply to comment #12)
 
 Only self-reverts to the stable version are allowed for people without
 'autoreview'.

I tested it again on testwiki (with another account as vandal)
http://test.wikipedia.org/w/index.php?title=Parent_page/subpageaction=history
and it's not autoreviewing the change...

Will this be changed in the future?

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

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


[Bug 22767] Error upgrading from 1.15 to 1.16 on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22767

qji q...@csoma.elte.hu changed:

   What|Removed |Added

 CC||q...@csoma.elte.hu

--- Comment #3 from qji q...@csoma.elte.hu 2010-08-24 14:04:24 UTC ---
I tried upgrade from mediawiki 1.15.1 to 1.16.0.
I get this error when I run update.php:

---
Updating sequence names
Warning: pg_query(): Query failed: ERROR:  syntax error at or near RENAME
LINE 1: ...aseBase::sourceStream  */ SEQUENCE rev_rev_id_val RENAME TO ...
 ^ in
//mediawiki-1.16.0/includes/db/DatabasePostgres.php on line 584
A database error has occurred
Query: ALTER SEQUENCE rev_rev_id_val RENAME TO revision_rev_id_seq

Function: DatabaseBase::sourceStream
Error: 1 ERROR:  syntax error at or near RENAME
LINE 1: ...aseBase::sourceStream  */ SEQUENCE rev_rev_id_val RENAME TO ...
---

My postgres version is 8.1 and I afraid, there isn't ALTER SEQUENCE 
RENAME comman on 8.1 only on 8.3 (and above).

http://www.postgresql.org/docs/8.1/static/sql-altersequence.html
http://www.postgresql.org/docs/8.3/static/sql-altersequence.html

PostgreSQL 8.1 isn't really supported?

-- 
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 24921] Mobile app does not work

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24921

--- Comment #2 from techsavygal nagalakshmi.musun...@london2012.com 
2010-08-24 14:33:12 UTC ---
Also this app is displayed in black and white color before the error is
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 24629] Eliminating noise from postgres logs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24629

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 24629] Eliminating noise from postgres logs

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24629

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

 CC||g...@turnstep.com

--- Comment #3 from Greg Sabino Mullane g...@turnstep.com 2010-08-24 14:43:00 
UTC ---
You can add this to your postgresql.conf to turn off those escape warnings:

escape_string_warning = off


Closing: please reopen if you see other verbosity in the logs.

-- 
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 22767] Error upgrading from 1.15 to 1.16 on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22767

--- Comment #4 from Greg Sabino Mullane g...@turnstep.com 2010-08-24 14:45:32 
UTC ---
I'll look into fixing this, but it is very likely that 8.1 will not be
supported moving forward, as it is not going to be officially supported much
longer.

-- 
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 22767] Error upgrading from 1.15 to 1.16 on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22767

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |g...@turnstep.com
   |org |

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

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


[Bug 24880] Fix Korean Wikinews's interwiki table.

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24880

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #8 from Nemo_bis federicol...@tiscali.it 2010-08-24 15:17:05 UTC 
---
We always have this problem when creating a new wiki...

-- 
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-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #13 from Nemo_bis federicol...@tiscali.it 2010-08-24 15:22:23 UTC 
---
Please hide the setting only on en.wiki if they wish so; folks will be very
upset if it will be removed also on other wikis, because there are lots of
users who use this and lots of wikis which don't find it troublesome.

-- 
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 24607] compressOld does not run on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24607

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

 CC||g...@turnstep.com

--- Comment #1 from Greg Sabino Mullane g...@turnstep.com 2010-08-24 15:35:06 
UTC ---
Can you give the exact 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 24529] Incrementally remove support for HTML elements removed from or deprecated in HTML5

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24529

The Evil IP address theevilipaddr...@hotmail.de changed:

   What|Removed |Added

 CC||theevilipaddr...@hotmail.de

--- Comment #4 from The Evil IP address theevilipaddr...@hotmail.de 
2010-08-24 15:49:23 UTC ---
Why bother people with removing them from the wiki text? They're often much
easier to write for the casual editor. Just compare

s#A striken out vote. /s

to

span style=text-decoration: strike-through;#A striken out vote. /s

Or center is a very easy way to center a text, u is helpful to underline
text and the like. We shouldn't force users to learn HTML and CSS for their
regular editing. They should remain supportable in the wiki text and the
software should convert them to proper HTML 5. 

The real concern here should be to move the deprecated HTML elements and
attributes outta the software generated text. I've recently requested to
replace some font attributes in some messages at Translatewiki, and Siebrand
then did it, but I'm pretty sure there's more such stuff. I can look for the
MediaWiki messages with old CSS, if you want to. There may be some in core, and
probably much more in the extensions.

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

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


[Bug 24532] Wikimania lists for 2011

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24532

--- Comment #5 from Cary Bass cb...@wikimedia.org 2010-08-24 16:32:30 UTC ---
I'm going to create list wikimania-2011-core list, no archive, private list. 
Okay?

-- 
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 24922] Brackets creates enter at ending

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24922

--- Comment #1 from Mikkel Trebbien andi.m.t.han...@gmail.com 2010-08-24 
16:33:10 UTC ---
Created attachment 7650
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7650
How it's viewed at my location.

The image displays the error.
It's the first couple of lines in the article.

-- 
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 24676] create a mailing list for Sakha Wikipedia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24676

--- Comment #5 from Cary Bass cb...@wikimedia.org 2010-08-24 16:35:54 UTC ---
List wikipedia-sah created.  Amir Aharoni set as listadmin.

https://lists.wikimedia.org/mailman/listinfo/wikipedia-sah

-- 
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 24676] create a mailing list for Sakha Wikipedia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24676

Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 24867] Set logo ckb wiki

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24867

--- Comment #1 from Cary Bass cb...@wikimedia.org 2010-08-24 16:37:08 UTC ---
Have you made an SVG of this file, so we can store it on Commons (and make sure
that all the proportions are 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 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

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

--- Comment #14 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-08-24 
17:00:43 UTC ---
Those users can use about one line of user JavaScript instead.  We don't need
an actual preference for this.

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

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


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

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

--- Comment #15 from xenocidic xenow...@gmail.com 2010-08-24 17:20:44 UTC ---
Javascript to restore the functionality may be found here:
http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_78#Preference_to_mark_all_edits_minor_by_default_asked_to_be_removed_in_bugzilla:24313

-- 
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 22767] Error upgrading from 1.15 to 1.16 on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22767

--- Comment #6 from Greg Sabino Mullane g...@turnstep.com 2010-08-24 17:24:33 
UTC ---
(In reply to comment #5)
 My issue occurs with PG 8.4.

I think the issue you saw has already been fixed (indeed, I think the fix is
*causing* the 8.1 issues!)

-- 
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 22767] Error upgrading from 1.15 to 1.16 on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22767

--- Comment #7 from Zach Gardner locri...@gmail.com 2010-08-24 17:26:04 UTC 
---
Whoops, indeed it has.  My apologies for not actually paying attention!

-- 
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 24867] Set logo ckb wiki

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24867

--- Comment #2 from marmzok marm...@gmail.com 2010-08-24 17:26:32 UTC ---
(In reply to comment #1)
 Have you made an SVG of this file, so we can store it on Commons (and make 
 sure
 that all the proportions are correct?

No, I have not made it. If for make change in logo, making a svg file is not
necessary, please change logo and later I will make it. But if it is necessary
please guide me how to make it, if it's possible.
About proportions, yes All are 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 24923] New: Uploads fail with !$wgStrictFileExtensions and non-preferred extension

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24923

   Summary: Uploads fail with !$wgStrictFileExtensions and
non-preferred extension
   Product: MediaWiki
   Version: 1.16
  Platform: All
OS/Version: All
Status: NEW
  Keywords: patch
  Severity: normal
  Priority: Normal
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mack...@gmail.com
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


STEPS

1. Set $wgCheckFileExtensions to true (the default is already true).
2. Set $wgStrictFileExtensions to false (the default is true).
3. Make sure $wgFileExtensions is not empty (by default it's not empty)
4. Attempt to upload a file with an extension not in the preferred
$wgFileExtensions list (and not blacklisted) such as foo.xyz for example.

RESULT

The upload form does not accept any files with extensions other than those in
the $wgFileExtensions array.

EXPECTED

When $wgStrictFileExtensions is set to false, all uploads that are not
blacklisted should be accepted.

VERSIONS

Affects 1.16 release.  The trunk version also appears to be affected.

Patches are attached for both REL1_16 and trunk.

-- 
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 24921] Mobile app does not work

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24921

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 AssignedTo|nagalakshmi.musun...@london |hcat...@wikimedia.org
   |2012.com|
   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 24923] Uploads fail with !$wgStrictFileExtensions and non-preferred extension

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24923

--- Comment #1 from mack...@gmail.com 2010-08-24 17:56:26 UTC ---
Created attachment 7651
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7651
REL1_16 patch

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

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


[Bug 24921] Mobile app does not work

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24921

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 CC||phoenixoverr...@gmail.com

--- Comment #3 from Betacommand phoenixoverr...@gmail.com 2010-08-24 17:59:09 
UTC ---
Just tested, WORKS FOR ME

-- 
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-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #16 from Nemo_bis federicol...@tiscali.it 2010-08-24 18:32:29 UTC 
---
I don't see why lots users should have to use a JavaScript for such a useful
preference. en.wiki wants it removed, ok, I don't mind much (even if I'm a bit
annoyed and I don't see an overwhelming consensus for that), but leave other
wikis alone: the reasons mentioned in en.wiki's VP don't apply to other wikis. 
For other wikis, if you want to reduce useless preferences, start with Use
external editor by default (for experts only, needs special settings on your
computer) and Use external diff by default (for experts only, needs special
settings on your computer).

This preference is very useful because we have lots of users who make almost
only minor edits; minor edits not marked as such are very annoying in histories
if you're looking for something; false minor edits are not many in the wikis I
know (also because people prefer to say that their edits are important, unless
they're vandals, but when you fight vandalism you don't care of minor/not
minor, obviously).

-- 
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 24607] compressOld does not run on Postgres

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24607

--- Comment #2 from OverlordQ overlo...@gmail.com 2010-08-24 19:03:38 UTC ---
# php maintenance/storage/compressOld.php
Compressing database wikidb


Starting from 0 of 8301
1   Main_Page .xxx/
2   Help:Assigning_permissions
[...]
150 MediaWiki:Common.js/watchlist.js ..PHP Warning:  pg_query(): Query
failed: ERROR:  syntax error at or near NPwF2
LINE 1: ...N!Ć{J©ZRMUtZvkyп6}=b̛}vt89꯺\t]\q.t;''z'NPwF23?=...
 ^ in
/var/www/com/w/includes/db/DatabasePostgres.php on line 607

Warning: pg_query(): Query failed: ERROR:  syntax error at or near NPwF2
LINE 1: ...N!Ć{J©ZRMUtZvkyп6}=b̛}vt89꯺\t]\q.t;''z'NPwF23?=...
 ^ in
/var/www/com/w/includes/db/DatabasePostgres.php on line 607
A database error has occurred
Query: UPDATE  pagecontent SET old_text =
'O:27:ConcatenatedGzipHistoryBlob:4:{s:8:mVersion;i:0;s:11:mCompressed;b:1;s:6:mItems;s:1001:▒V▒o▒H▒▒_1▒N▒!Ć{J©▒ZR▒MU▒tZv▒▒▒ky▒▒п▒▒6▒▒▒}=▒▒b▒̛}▒vt▒89꯺\t▒]▒\q.▒t▒;▒▒''▒z▒▒'▒NP▒▒wF▒2▒3▒▒?▒=▒▒3Z▒o6▒▒$▒Ϭ▒ʀ▒0g▒Oci▒Q▒▒▒_^5▒▒',old_flags
= 'object,utf-8' WHERE old_id = '151'
Function: Database::update
Error: 1 ERROR:  syntax error at or near NPwF2
LINE 1: ...N!Ć{J©ZRMUtZvkyп6}=b̛}vt89꯺\t]\q.t;''z'NPwF23?=...
 ^

-- 
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 671] Whitelist non-problematic HTML tags: samp kbd address

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=671

The Evil IP address theevilipaddr...@hotmail.de changed:

   What|Removed |Added

Summary|Whitelist non-problematic   |Whitelist non-problematic
   |HTML tags: dfn samp kbd |HTML tags: samp kbd address
   |address |

-- 
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 24922] Brackets creates enter at ending

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24922

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Bawolff bawolff...@gmail.com 2010-08-24 20:05:33 UTC ---
Bugzilla is not for support questions. Its more intended for reporting bugs.


Closing as invalid.


p.s. Your actual issue was a bunch of extra newlines in
Template:Coord/negzeropad‎ It should work 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 24924] New: Moving a thread to another page and deleting the source page leaves placeholders on the deleted page

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24924

   Summary: Moving a thread to another page and deleting the
source page leaves placeholders on the deleted page
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://translatewiki.net/wiki/Translating_talk:Wikia/V
et-metacafe_should_use_PLURAL
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: theevilipaddr...@hotmail.de
CC: amil...@wikimedia.org, bhar...@wikimedia.org


Similar to the bug # 24621 (but IMO not exactly the same), I feel that when you
move a thread to another page, and then you delete the complete old page, then
there should be nothing on this page anymore, and not any placeholders left. I
have encountered this issue today when moving a thread here
http://translatewiki.net/wiki/Translating_talk:Wikia/Vet-metacafe_should_use_PLURAL
A user had used a wrong syntax and I fixed it. I deleted the completely
unnecessary redirect, but there's still a placeholder left. This should really
just all go away and the page should be like every new page. Also, I'm missing
a deletion log entry on this page, as it's common for all other pages. Yes, it
may be a bit pointless, but for consistency and usability it should really be
there.

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

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


[Bug 24925] New: Namespace aliases in URL no longer redirect to local namespace name when querystring in URL

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24925

   Summary: Namespace aliases in URL no longer redirect to local
namespace name when querystring in URL
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: code-update-regression
  Severity: major
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz


Check these three types of links:

1) http://cs.wikipedia.org/wiki/Diskuse_s_wikipedistou:Danny_B.?redirect=no

2) http://cs.wikipedia.org/wiki/User_talk:Danny_B.?redirect=no

3) http://cs.wikipedia.org/wiki/Diskuse_s_wikipedistkou:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/Wikipedista_diskuse:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/Wikipedistka_diskuse:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/Diskuse_s_u%C5%BEivatelem:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/Diskuse_s_u%C5%BEivatelkou:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/U%C5%BEivatel_diskuse:Danny_B.?redirect=no
3) http://cs.wikipedia.org/wiki/U%C5%BEivatelka_diskuse:Danny_B.?redirect=no

(you can use ?action=edit or any other querystring)

The latter two types (2 - canonical name and 3 - aliases) used to redirect to
the first one but they no longer do.

Same for other namespaces, e.g. ns:project:

1) http://cs.wikipedia.org/wiki/Wikipedie:Autobiografie?redirect=no

2) http://cs.wikipedia.org/wiki/Project:Autobiografie?redirect=no

3) http://cs.wikipedia.org/wiki/WP:Autobiografie?redirect=no


Redirect works when no querystring is present in URL including ? alone.




Not sure, if it's MediaWiki issue or local Wikimedia sites configuration, so
putting it to MediaWiki with code-update-regression keyword.

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

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


[Bug 24926] New: Special:NewMessages has unbalanced /p tags.

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24926

   Summary: Special:NewMessages has unbalanced /p tags.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


Chrome shows many of these in warnings log:
 Unmatched /p encountered.  Converting /p into p/p.

-- 
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 13978] Reverting to a flagged revision should automatically mark the resulting revision as flagged, too

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13978

--- Comment #14 from Aaron Schulz jschulz_4...@msn.com 2010-08-24 20:37:28 
UTC ---
(In reply to comment #13)
 (In reply to comment #12)
  
  Only self-reverts to the stable version are allowed for people without
  'autoreview'.
 I tested it again on testwiki (with another account as vandal)
 http://test.wikipedia.org/w/index.php?title=Parent_page/subpageaction=history
 and it's not autoreviewing the change...
 Will this be changed in the future?

I thought you didn't have 'autoreview'? Why *would* it be autoreviewed?

-- 
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 24927] New: Old Central Notice banners showing up in Analytics

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24927

   Summary: Old Central Notice banners showing up in Analytics
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: tf...@wikimedia.org
ReportedBy: tf...@wikimedia.org


Were seeing several old banner show up in our tracking analytics. For instance

Total for day - 2010-08-18

2009_Jimmy_Appeal5Supportpp1145.0845.0845.08
2009_Notice1Support2cc2000
donate

Both Jimmy Appeal and Notice1 haven't been show in months yet we have logged
click paths for them. This could be hard coded fraud, old squid cache, or
something else.

-- 
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 24928] New: Creation of a wiki for Wikimedia Estonia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24928

   Summary: Creation of a wiki for Wikimedia Estonia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://et.wikimedia.org
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: teele.vaa...@gmail.com


Created attachment 7653
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=7653
Wikimiedia Estonia logo

$wgLanguageCode = et
$wgSiteName = Wikimedia Eesti
$wgMetaNamespace = Wikimedia
$wgLocaltimezone = Europe/Tallinn
$wgImportSources = 'w', 'meta'

Thank you
Teele Vaalma, member of Wikimedia Estonia

-- 
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 24928] Creation of a wiki for Wikimedia Estonia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24928

Teele Vaalma teele.vaa...@gmail.com changed:

   What|Removed |Added

   Attachment #7653|Wikimiedia Estonia logo |Wikimedia Estonia logo
description||

-- 
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 24928] Creation of a wiki for Wikimedia Estonia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24928

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

   Keywords||shell
 CC||gpaum...@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 24929] New: Make Author namespace for srwikisource

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24929

   Summary: Make Author namespace for srwikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://sr.wikisource.org/w/index.php?oldid=30139#.D0.9
D.D0.BE.D0.B2.D0.B8_.D0.B8.D0.BC.D0.B5.D0.BD.D1.81.D0.
BA.D0.B8_.D0.BF.D1.80.D0.BE.D1.81.D1.82.D0.BE.D1.80
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dungod...@gmail.com


Hello. I'd like to request the following two new namespaces for Serbian
wikisource:
* Аутор
* Разговор о аутору

They are Author and Author talk namespaces.

The community's very small and the only three relatively active users reached a
consensus about this. (see URL; use google translate to get an outline).

Of course, there are already pages in that virtual namespace, so the
appropriate script should be run after introducing the namespaces.

TIA

-- 
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 24923] Uploads fail with !$wgStrictFileExtensions and non-preferred extension

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24923

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #3 from Derk-Jan Hartman hart...@videolan.org 2010-08-25 00:03:31 
UTC ---
it works if you disable JS right ? This is because the JS code of the upload
page is blocking the upload ?
I believe we have another bug on that issue, but i can't find it right 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 24915] Move CSS signatures from body to html

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24915

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2010-08-25 00:06:55 
UTC ---
Well unnecessarily specific is a big word. Don't forget that h2 id's can
easily class with other elements, though for classes, it's applies a bit more
(unless we are talking about specificity styling, to avoid having to use
!important)

-- 
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 24915] Move CSS signatures from body to html

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24915

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
  Component|General/Unknown |Page rendering

-- 
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 24927] Old Central Notice banners showing up in Analytics

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24927

Nimish Gautam ngau...@wikimedia.org changed:

   What|Removed |Added

 CC||ngau...@wikimedia.org

--- Comment #1 from Nimish Gautam ngau...@wikimedia.org 2010-08-25 00:17:19 
UTC ---
Added tracking to figure out whether this banner is actually being served or
whether this is fraud or other illegitimate activity

-- 
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 24915] Move CSS signatures from body to html

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24915

--- Comment #2 from entli...@gmx-topmail.de 2010-08-25 02:10:25 UTC ---
The main use case of these classes currently is serving as the start of a
descendant selector in order to change things depending on the namespace or
page name or skin (e.g. [[MediaWiki:Monobook.css]], [[MediaWiki:Print.css]]
etc.). For this use case, it doesn't matter if the descendant is a body or a
html or a div or whatever.

A secondary use case is increasing specifity. That is IMHO somewhat
questionable as it mixes unrelated things, but that would still be possible, it
just needs to be written differently (e.g. body.mediawiki becomes
html.mediawiki or .mediawiki body).

Clashes are certainly possible, but when do they occur? Header IDs can clash
with interface IDs just if the header text happens to be the same as an
interface ID, but classes are different; I'm not aware of any place where user
input is translated to a class name. Users could of course hand-craft things to
clash with interface classes, but what's the point in that? Given the (IMHO
unnecessarily specific) rule

body.page-Main_Page h1.firstHeading { display: none !important; }

that could just as well be

.page-Main_page .firstHeading { display: none !important }

they would have to hand-craft two class names just to get something not
displayed. It's much easier to just add style=display: none; to it.

Adding tag names for the purpose of avoiding clashes also doesn't scale very
well. It incidentally works for body (but also html) because user can't add
body and html tags, but fails with many other tags. On the other hand, omitting
unnecessary tag names is sometimes recommended for performance reasons, see
http://code.google.com/speed/page-speed/docs/rendering.html#UseEfficientCSSSelectors
and https://developer.mozilla.org/en/writing_efficient_css.

The advantage of moving the classes to the root element is that users could,
for example, put stuff with descendant selectors that start with .mediawiki
into the user style sheets of their browsers (e.g. chrome/userContent.css in
the Mozilla profile directory) in order to customize all MediaWiki
installations at once, including the root element. I don't know how many people
are actually doing that, but it's a useful thing to do and already possible,
with the restriction that the root element cannot be styled this way.

-- 
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 24930] New: Change the logo image in Sinhala Wikipedia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24930

   Summary: Change the logo image in Sinhala Wikipedia
   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: rat...@gmail.com


Hi,

We’ve uploaded and protected a new localized image for Sinhala Wikipedia. Would
it be possible to make the switch?

Image is at : http://si.wikipedia.org/wiki/Image:Wiki.png

Best regards,
/Lee

-- 
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 24930] Change the logo image in Sinhala Wikipedia

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24930

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
  Component|Site requests   |Site logos
 AssignedTo|wikibug...@lists.wikimedia. |cb...@wikimedia.org
   |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 24923] Uploads fail with !$wgStrictFileExtensions and non-preferred extension

2010-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24923

--- Comment #4 from mack...@gmail.com 2010-08-25 05:26:25 UTC ---
Yes, upload.js is causing the problem, but it's not getting enough information
to do it correctly.

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