[Bug 25449] New: Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working

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

   Summary: Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: major
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mmnanurud...@gmail.com


Hi,

We have requested new namespace for Wikijunior in si.wikibooks project. It was
done under bug 25347.
https://bugzilla.wikimedia.org/show_bug.cgi?id=25347

But it seems not working properly. The Issue is like this.

please Compare these 2 pages:
http://en.wikibooks.org/wiki/Wikijunior:Alphabet/A
http://si.wikibooks.org/wiki/කණිෂ්ඨ_විකි:හෝඩිය/අ

Translation is like this: 
Wikijunior = කණිෂ්ඨ_විකි
Alphabet = හෝඩිය
A = අ

When we dig or browse to a sub page (like namespace:XXX/YYY,
Wikijunior:Alphabet/A ) in the sub page is will shows us to you are now in the
sub page of this main page( like  namespace:XXX/,
 Wikijunior:Alphabet). So now you can just move to main page by clicking the
link. 

But this link is not showing in si.wikibooks. It is property working for
Subject(විෂයය) namespace. but not for this new namespace(කණිෂ්ඨ_විකි). 

'siwikibooks' = array(
112 = 'විෂයය',
113 = 'විෂයය_සාකච්ඡාව',
114 = 'කණිෂ්ඨ_විකි',
115 = 'කණිෂ්ඨ_විකි_සාකච්ඡාව'


Could anyone please have a look on this?

Thanks!

Br,
/Binguwa

-- 
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 25449] Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working

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

බිඟුවා mmnanurud...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High

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


[Bug 25449] Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working

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

බිඟුවා mmnanurud...@gmail.com changed:

   What|Removed |Added

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

-- 
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 25450] New: Fix the ridiculous PostgreSQL support

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

   Summary: Fix the ridiculous PostgreSQL support
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: t.gla...@tarent.de
CC: jeroen_ded...@yahoo.com


http://semantic-mediawiki.org/wiki/PostgreSQL says:

select max(smw_id) from smw_ids;-- get value
alter sequence smw_ids_smw_id_seq restart with x + 1  -- value from select
above, add 1


You can do it like this, in the code, programmatically, instead:

SELECT setval('smw_ids_smw_id_seq', (SELECT max(smw_id)+1 FROM smw_ids));


We (FusionForge and Evolvis) use PostgreSQL exclusively, as MySQL is not a
database. There may be interest in integrating SMW by my employer, which will
involve me packaging it for Debian.

-- 
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 23954] ddjvu doesn't work correctly with mediawiki

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

--- Comment #2 from Jeannot barnabedumou...@orange.fr 2010-10-08 11:10:59 UTC 
---
still doesn't work. Thank for the help

-- 
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 25452] New: « terminate called after throwing an instance of 'DJVU::GException' pnmtojpeg: EOF / read error reading magic number »

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

   Summary: « terminate called after throwing an instance of
'DJVU::GException' pnmtojpeg: EOF / read error reading
magic number »
   Product: MediaWiki
   Version: 1.17-svn
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: Normal
 Component: DjVu
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: barnabedumou...@orange.fr


With MediaWiki 1. 16 and 1. 17, when you use :

$wgDjvuDump = djvudump;
$wgDjvuRenderer = ddjvu;
$wgDjvuTxt = djvutxt;
$wgDjvuPostProcessor = ppmtojpeg;
$wgDjvuOutputExtension = 'jpg'; 

and upload a djvu file, MediaWiki fails almost the time to create thumbnails
and gives the following message :

« terminate called after throwing an instance of 'DJVU::GException'
pnmtojpeg: EOF / read error reading magic number »

But it works with 1. 15.

-- 
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 25453] New: Special default parameter value issue when embedding

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

   Summary: Special default parameter value issue when embedding
   Product: MediaWiki
   Version: 1.15.5
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jea...@makemetheking.com


When I use {{{parametername|default value}}} in a template, but with a question
mark ? as the default value then it only works in that template - and not
when embedding it inside another template.

I assume (blank) is returned because it is stripped due to being a special
character.
Nonetheless do I wish to use a question mark as a value, as N/A could be an
actual value and No information is too long.

Using a template to insert only a question mark showed same behavior as with a
parameter - eg not working when embedded.
[code]
Template:Qm
includeonly?/includeonly
[/code]

-- 
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 25450] Fix PostgreSQL support

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

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
Summary|Fix the ridiculous  |Fix PostgreSQL support
   |PostgreSQL support  |

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2010-10-08 
11:23:19 UTC ---
Changing summary. Trolling doesn't 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


[Bug 25451] time and date calculation wrong (causes PHP warnings), with patch

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

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-10-08 
11:24:18 UTC ---
Could you elaborate what is broken without this fix?

-- 
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 25450] Fix PostgreSQL support

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||postgresql
 CC||p858sn...@gmail.com

-- 
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 25454] New: Set up Data Transfer on Czech Wikiversity

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

   Summary: Set up Data Transfer on Czech Wikiversity
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DataTransfer
AssignedTo: yaro...@gmail.com
ReportedBy: juandevojni...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
juandevojni...@gmail.com


Hi, I would like to ask developers to set up Data Tranfer extension on Czech
Wikiversity (cs.wikiversity.org). Here is a link to community consensus:
http://cs.wikiversity.org/wiki/Wikiverzita:Diskusn%C3%AD_prostor#Request.2F.C5.BD.C3.A1dost

It is not functionally dependent on SMW, but practically yes as community would
like to enable Semantic MediaWiki extension (bug 25410).

-- 
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 25454] Set up Data Transfer on Czech Wikiversity

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

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

   What|Removed |Added

   Keywords||need-review
  Component|DataTransfer|Site requests
Version|any |unspecified
 AssignedTo|yaro...@gmail.com   |wikibug...@lists.wikimedia.
   ||org
Product|MediaWiki extensions|Wikimedia

--- Comment #1 from Raimond Spekking raimond.spekk...@gmail.com 2010-10-08 
11:32:35 UTC ---
This extensions needs review by developers before it can be enabled.

-- 
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.
You are the assignee for the bug.

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


[Bug 22369] Cannot move topic ending with question mark

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

Helder heldergeov...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
URL||http://translatewiki.net/wi
   ||ki/Special:MoveThread/Threa
   ||d:User_talk:Siebrand/test/C
   ||an_I_move_a_topic_with_a_qu
   ||estion_mark_at_the_end%3F
 CC||heldergeov...@gmail.com
 Resolution|WORKSFORME  |

--- Comment #2 from Helder heldergeov...@gmail.com 2010-10-08 11:49:01 UTC ---
I still get the error:
* The Move link available at
http://translatewiki.net/wiki/User_talk:Siebrand/test
has this URL:
http://translatewiki.net/wiki/Special:MoveThread/Thread:User_talk:Siebrand/test/Can_I_move_a_topic_with_a_question_mark_at_the_end%3F

which doesn't works.

But if I first go to
http://translatewiki.net/w/i.php?title=Thread:User_talk:Siebrand/test/Can_I_move_a_topic_with_a_question_mark_at_the_end%3F
the Move link points to:
http://translatewiki.net/w/i.php?title=Special:MoveThread/Thread:User_talk:Siebrand/test/Can_I_move_a_topic_with_a_question_mark_at_the_end%3F
which works.

I think this should be 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 22369] Cannot move topic ending with question mark

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

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

   What|Removed |Added

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2010-10-08 
11:56:07 UTC ---
Not really. We have this local patch to work around the issue:

-$url = str_replace( '$1', $dbkey, $wgArticlePath );
+if ( strpos( $dbkey, '%3F' ) !== false ) {
+$url = str_replace( '$1', $dbkey, $wgScript?title=$1 ); 
+} else {
+$url = str_replace( '$1', $dbkey, $wgArticlePath );
+}

It doesn't seem to be possible to making correct url rewrite rules with the
current version of lighttpd (or if it is, I am not aware of it).

On the other hand this issue has nothing to do with Lqt. The patch might be
useful for other people too, but not as-is.

-- 
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 25451] time and date calculation wrong (causes PHP warnings), with patch

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

--- Comment #2 from t.gla...@tarent.de 2010-10-08 11:56:11 UTC ---
Hm, it was quite some time ago, and I had to enable error reporting catching
and backtraces for that, but the gist is, some things (extensions, for example,
I believe, RSS_Reader) call time() and date() instead of timeanddate() when
needed, and the $ts argument was not converted into the format sprintfDate()
expects (which it accesses with substr() out of all things).

The timeanddate() method used wfTimestamp() for the conversion, but time() and
date() didn’t.

This led to wrong timestamps as well as accesses to array index -1 when
month==0 (to get the human-readable month name).

-- 
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 25455] New: Page moves by bots are not marked as such in Special:RecentChanges

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

   Summary: Page moves by bots are not marked as such in
Special:RecentChanges
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://pt.wikibooks.org/w/index.php?title=Especial%3AR
egistotype=moveuser=page=Tópico%3AWikilivros%3ADiál
ogos+comunitários%2FQue+tipo+de+avisos+devemos+colocar
+no+Site+Notice%3F%2Fresposta+(2)year=month=-1tagfi
lter=uselang=en
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: heldergeov...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


This is similar to Bug 24850, but this time it happens when moving a page from
thread namespace using a bot account: the move should be marked with b in
recent changes.

-- 
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 23819] Special:RenameUser should allow suppression of automatically-created redirects

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

X! soxre...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from X! soxre...@gmail.com 2010-10-08 13:01:55 UTC ---
r74510

-- 
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 25449] Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working

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

--- Comment #1 from බිඟුවා mmnanurud...@gmail.com 2010-10-08 14:48:12 UTC ---
As I know this is something about turn on/off in subpages  templates. 

Br,
/Binguwa

-- 
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 25456] New: Redirects created by moving a Thread doesn't exist

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

   Summary: Redirects created by moving a Thread doesn't exist
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: heldergeov...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


After moving the page of a topic using [[Special:MovePage]] and marking the
option Leave a redirect behind, it is shown a confirmation of the page move.
If we click in the link to the old location of the page (that with
redirect=no) it shows the message The thread you specified does not exist.:
http://pt.wikibooks.org/w/index.php?title=T%C3%B3pico:Wikilivros:LiquidThreads/Testes/resposta_(4)redirect=nouselang=en

But the redirect do exist and is shown for example at
http://pt.wikibooks.org/w/index.php?title=Especial:%C3%8Dndice+por+prefixoprefix=Wikilivros:LiquidThreads/Testes/resposta+(4)namespace=90

-- 
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 25449] Wikijunior(කණිෂ්ඨ_විකි) namespace is properly working

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

--- Comment #2 from බිඟුවා mmnanurud...@gmail.com 2010-10-08 14:51:33 UTC ---
It is missing in this page as well. means that, not working in Templates. 

http://si.wikibooks.org/wiki/සැකිල්ල:පණිවුඩය/doc

Br,
/Binguwa

-- 
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 25457] New: Error: no-valid-subject: undefined when trying to move a comment from one topic to another

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

   Summary: Error: no-valid-subject: undefined when trying to move
a comment from one topic to another
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: heldergeov...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


I got the message Error: no-valid-subject: undefined while I was moving
http://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros:LiquidThreads/Testes/resposta_(6)
to a new topic in the same page
http://pt.wikibooks.org/wiki/Wikilivros:LiquidThreads

-- 
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 25457] Error: no-valid-subject: undefined when trying to move a comment from one topic to another

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

--- Comment #1 from Helder heldergeov...@gmail.com 2010-10-08 15:07:07 UTC ---
The warning message should be translated, the ajax-loader.gif shouldn't be
shown after that as it currently does.

-- 
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 25456] Redirects created by moving a Thread doesn't exist

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 CC||danny.lei...@gmail.com

--- Comment #1 from Leinad danny.lei...@gmail.com 2010-10-08 15:47:09 UTC ---
Threads should be moved using [[Special:MoveThread]].

BTW [[Special:MovePage]] and [[Special:MoveThread]] should be merged or
disabled ability to move threads using [[Special:MovePage]].

-- 
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 25456] Redirects created by moving a Thread doesn't exist

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

--- Comment #2 from Helder heldergeov...@gmail.com 2010-10-08 16:24:31 UTC ---
[[Special:MoveThread]] doesn't let us to make that kind of movement. If we try
to move e.g.
Thread:Namespace:Page/Blah to
Thread:Namespace:Page/Test
it says

There are problems with some of your input
(...)
The destination page is not a discussion page.

And if instead I use Change subject, we get in recentchanges something like:

# (Threaded discussion log); 00:00 . . UserName (Talk | contribs | block)
changed the subject of Thread:Namespace:Page/Blah from Blah to Test

i.e., only the subject is changed, not the page name Blah. This makes the
page [[Thread:Namespace:Page/Blah]] to show Test in the first header, but
doesn't change it's URL. Besides if someone types Thread:Namespace:Page/Test
in the search box, it won't get the desired page.

So, yes. The functionalities of both special pages ([[Special:MovePage]] and
[[Special:MoveThread]]) should probably be merged to avoid confusion like this.

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

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

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

   What|Removed |Added

   Priority|High|Highest

-- 
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 24513] * or # in first line of a Semantic MediaWiki Text property field does not get parsed as a list item

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

--- Comment #5 from Neill Mitchell mitchell_ne...@hotmail.com 2010-10-08 
16:52:01 UTC ---
There is definitely no space in the template. I have replicated this problem
here:
http://scratchpad.referata.com/wiki/Bullet_Test

You can see in the Description field that the first bullet is not rendered and
the second one is.

Uses the form - Form:Mandatory Field Test Form
and the template - Template:Mandatory Field Test Template

SF has always done this for me and two other users I know.

Cheers
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 25205] Automate generation of fundraiser tracking data, long term storage, and data mining

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Nimish Gautam ngau...@wikimedia.org 2010-10-08 17:01:47 
UTC ---
There is now a cron running on locke which has user file_mover automatically
compress the data, send it to dataset1, run analysis on it, and email the CSV
to tf...@wikimedia at 55 min past the hour.

-- 
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 25439] Make variable destinations in banners behave like html links

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

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

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #2 from Nimish Gautam ngau...@wikimedia.org 2010-10-08 17:04:43 
UTC ---
Addendum...just to be super-safe, let's have it be this:
code
var rewrite_url = function() {
 var url =
'{{{banner-url-2010}}}?utm_medium=sitenoticeutm_campaign={{{campaign}}}utm_source={{{banner}}}';

 var targets = String( '{{{targets}}' ).split(',');
 if ( targets.length ) {
  url += '' + targets[Math.floor( Math.random() * targets.length
)].replace(/^\s+|\s+$/, '');
 }
 $j(.fundraiser-banner a.variable_lp).attr(href,url);
}
if($j){
 $j(document).ready(rewrite_url);
}
/code

and put a default URL into the banner pointing to something sensible, like
https://payments.wikimedia.org/index.php/Special:PayflowProGateway

-- 
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 24513] * or # in first line of a Semantic MediaWiki Text property field does not get parsed as a list item

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

--- Comment #6 from Ike tos...@yahoo.com 2010-10-08 17:22:02 UTC ---
After seeing your examples, I tracked it down. It is really a Mediawiki issue
that comes up when using lists in a table at the beginning of a cell.

At any rate, the solution is to begin the list on the next line (after the
pipe). Here's the issue and the fix: 

{|
! Does not display first bullet
|* First Bullet
* Second Bullet
|}

{|
! This is a fix
|
* First Bullet
* Second Bullet
|}

I have updated the above pages to demonstrate this.

I hope this resolves your issue.

-- 
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 24513] * or # in first line of a Semantic MediaWiki Text property field does not get parsed as a list item

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

--- Comment #7 from Ike Hecht ikehe...@wikiworks.com 2010-10-08 17:28:26 UTC 
---
I should add that, even with the fix, it doesn't display correctly in the
Factbox, so perhaps there is an SMW issue here as well.

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

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


[Bug 25216] Change signature button to raw ~~~~

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

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Umherirrender umherirrender_de...@web.de 2010-10-08 
17:46:09 UTC ---


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

-- 
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 12472] Remove leading dashes from signature button on the edit toolbar

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

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #10 from Umherirrender umherirrender_de...@web.de 2010-10-08 
17:46:09 UTC ---
*** Bug 25216 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 25458] New: fix help for signature in WikiEditor

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

   Summary: fix help for signature in WikiEditor
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: umherirrender_de...@web.de
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


The content of
[[MediaWiki:Wikieditor-toolbar-help-content-signaturetimestamp-syntax]] is
, but the button insert --. So please fix the help. See also bug
12472.

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 25459] New: MIME type for some css files set incorrectly from payments server

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

   Summary: MIME type for some css files set incorrectly from
payments server
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: rkald...@wikimedia.org
CC: tf...@wikimedia.org


When loading the payment forms on payments.wikimedia.org I get several MIME
type errors in Firefox. For example:

Error: The stylesheet
https://payments.wikimedia.org/index.php?title=MediaWiki:Common.cssusemsgcache=yesctype=text%2Fcsssmaxage=18000action=rawmaxage=18000
was not loaded because its MIME type, text/html, is not text/css.

Since the file name is in the query string instead of in the main part of the
URL, Apache doesn't know to serve it as text/css instead of text/html. To work
around this problem on the cluster we specify the type in the link tag:

link rel=stylesheet
href=/w/index.php?title=MediaWiki:Common.cssamp;usemsgcache=yesamp;ctype=text%2Fcssamp;smaxage=2678400amp;action=rawamp;maxage=2678400
type=text/css media=all /

On payments, however, the type is not being specified:

link rel=stylesheet
href=/index.php?title=MediaWiki:Common.cssamp;usemsgcache=yesamp;ctype=text%2Fcssamp;smaxage=18000amp;action=rawamp;maxage=18000
/

(This issue will be moot one the Recource Loader is deployed.)

-- 
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 12472] Remove leading dashes from signature button on the edit toolbar

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

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||tpars...@wikimedia.org
 Resolution|WONTFIX |

--- Comment #11 from Trevor Parscal tpars...@wikimedia.org 2010-10-08 
17:56:01 UTC ---
It seems like we need to be consistent above all else. The question is, what is
the functional purpose of the dashes? Is this documented anywhere?

This is probably the easiest thing to fix ever, but I don't want to fix it
only to get slapped by someone else.

-- 
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 25460] New: place cursor behind inserted signature

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

   Summary: place cursor behind inserted signature
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: umherirrender_de...@web.de
CC: roan.katt...@gmail.com, amil...@wikimedia.org,
asha...@wikimedia.org


When insert a signature with the WikiEditor, than the cursor is placed before
the signature. It is better to place the cursor behind the signature, because
than it is easier to write a postscript (P.S.). 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 25461] New: Syntax error on doctype declaration on payments server

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

   Summary: Syntax error on doctype declaration on payments server
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: rkald...@wikimedia.org
CC: tf...@wikimedia.org


No idea why. Here's the error:

Error: syntax error
Source File:
https://payments.wikimedia.org/index.php?title=-action=rawgen=jsuseskin=vector270
Line: 1
Source Code:
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

-- 
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 25462] New: header with and shows lt; and gt; inside tooltip

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

   Summary: header with  and  shows lt; and gt; inside tooltip
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://test.wikipedia.org/wiki/Header_with_special_cha
racters
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: umherirrender_de...@web.de


See URL, see header of the section 1 and section 2 shows in tooltip Edit
section: text lt; text and Edit section: text gt; text. It is possible to
show  and  here? 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 25460] place cursor behind inserted signature

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

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

   What|Removed |Added

 CC||tpars...@wikimedia.org
 AssignedTo|tpars...@wikimedia.org  |roan.katt...@gmail.com

-- 
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 25463] New: list=allpagesexport shows only export header

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

   Summary: list=allpagesexport shows only export header
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://de.wikipedia.org/w/api.php?action=querylist=al
lpagesaplimit=5apprefix=Userapnamespace=10export
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: umherirrender_de...@web.de
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


When I call the url I get only the header of the export, but no page content.
The pages are in a list.

I am not sure, should that query give a full export of the pages or is the
export header added wrongly to the output?

Works fine with generator=allpages:
http://de.wikipedia.org/w/api.php?action=querygenerator=allpagesgaplimit=5gapprefix=Usergapnamespace=10export

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 25462] header with and shows lt; and gt; inside tooltip

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

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||simetrical+wikib...@gmail.c
   ||om
 Resolution||FIXED

--- Comment #1 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-10-08 
18:52:36 UTC ---
Fixed in r74526, thanks for the report.

-- 
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 25464] New: Special:ContributionHistory is slow to update

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

   Summary: Special:ContributionHistory is slow to update
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://wikimediafoundation.org/wiki/Special:Contributi
onHistory
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: ContributionTracking
AssignedTo: tf...@wikimedia.org
ReportedBy: b...@mzmcbride.com


http://wikimediafoundation.org/wiki/Special:ContributionHistory currently
relies on a cron job to update every fifteen minutes. This is annoying because
it makes having a live feed of donor comments much harder and it makes it
impossible to show donors their comments live.

Special:ContributionHistory should update more regularly (preferably
instantly).

-- 
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 25451] time and date calculation wrong (causes PHP warnings), with patch

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

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 25452] « terminate called after throwing an instance of 'DJVU::GException' pnmtojpeg: EOF / read error reading magic number »

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

Dédé barnabedumou...@orange.fr 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 25464] Special:ContributionHistory is slow to update

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #1 from Ryan Kaldari rkald...@wikimedia.org 2010-10-08 19:08:44 
UTC ---
The cron job pulls the completed transactions from ActiveMQ into CiviCRM.
Special:ContributionHistory piggybacks on this process to get its donor
comments. The reason the process isn't instant is because transactions often
take several minutes to actually clear, especially with PayPal. One option
would be to lower the time on the cron job and make sure this doesn't break
anything. Arthur would be able to comment on this further. Another option would
be to create a totally separate process for collecting the comments for
Special:ContributionHistory, so that they didn't wait for the payments to
actually be cleared. This would introduce a potential spamming vector, however.

-- 
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 25465] New: payments.wikimedia.org needs a better UI (or redirection)

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

   Summary: payments.wikimedia.org needs a better UI (or
redirection)
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://payments.wikimedia.org/
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: rkald...@wikimedia.org


https://payments.wikimedia.org/ loads a Vector-like interface currently, but
with only a Wikipedia logo and a Login required header. It has no sidebar,
it's using a project-specific logo, it has no login links or anything very
useful on it.

payments.wikimedia.org should either have a proper UI or it should redirect to
something like donate.wikimedia.org when it's accessed without any parameters.

-- 
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 25466] New: no thumbnail in page

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

   Summary: no thumbnail in page
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: ProofreadPage
AssignedTo: thoma...@gmx.de
ReportedBy: barnabedumou...@orange.fr


In short, there is no thumbnail created in spacename page, it's black instead,
and only a blank when clicking on onglet image.

I have installed webstore, and followed the instructions. I have configure
Apache with ErrorDocument 404 /wiki/extensions/WebStore/404-handler.php in
apache2.conf. I have tried the rewrite rule. I have added the line
$wgWebStoreSettings['fallback404'] = 'simple404.php'; in localsettings. Nothing
works.

When I tried something like [[file:foo.djvu|page=534|2048px]], then thumbnail
is created, and all work and this is a great extension, but I have this very
annoying problem.

So I'm totally lost. There must be some kind of way out of here... Thank for
the 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


[Bug 25465] payments.wikimedia.org needs a better UI (or redirection)

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |rkald...@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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #1 from Aude aude.w...@gmail.com 2010-10-08 19:53:41 UTC ---
+1 totally agree

-- 
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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #2 from Ryan Kaldari rkald...@wikimedia.org 2010-10-08 19:59:52 
UTC ---
The main reason the links were removed was to reduce the number of exits from
the page so that more people are funneled into donating. I agree, however, that
the look of the page without all the links and tabs is somewhat broken. Any
suggestions for improving the UI without introducing a lot of exits?

-- 
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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #3 from MZMcBride b...@mzmcbride.com 2010-10-08 20:03:28 UTC ---
There are probably two separate bugs here. I'm mostly talking about users
visiting payments.wikimedia.org directly, either by clicking the logo or typing
into their URL bar or however else they might end up there.

When users hit payments.wikimedia.org, they get an error message. Instead, they
should be automatically redirected to a useful page like donate.wikimedia.org.

As for the general UI issues (logo, sidebar, top links), those are probably the
scope of another 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 25463] list=allpagesexport shows only export header

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|enhancement |normal

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

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


[Bug 25254] Using a sortkey longer than the db field causes cl_timestamp to be updated on every page save (including null edits) even if the edit did not touch the category

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

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 AssignedTo|simetrical+wikib...@gmail.c |wikibug...@lists.wikimedia.
   |om  |org

--- Comment #2 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-10-08 
20:18:05 UTC ---
I doubt I'm going to get around to this anytime soon.

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

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


[Bug 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #4 from Aude aude.w...@gmail.com 2010-10-08 20:29:06 UTC ---
Ryan: maybe the bugzilla interface is an example... it is more bare bones, with
fewer sidebar links.  

The sidebar links that we do put on the payment page could include Donate FAQ,
other ways to donate page, donate comments, maybe the Benefactors page (could
use some sprucing up and make more prominent Have questions about our giving
levels or donating to the Wikimedia Foundation), etc.

The footer should definitely have links to our privacy policy and About
Wikimedia Foundation and perhaps the disclaimer.

The header could have the vector tabs with just one tab for the donate form. 
Perhaps not include the search bar, since i think people would use it to
navigate away.

-- 
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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #5 from Ryan Kaldari rkald...@wikimedia.org 2010-10-08 20:37:36 
UTC ---
Those sound like good ideas.

-- 
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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #6 from Aude aude.w...@gmail.com 2010-10-08 20:45:19 UTC ---
There are some links at the top of the contribution history page:

https://secure.wikimedia.org/wikipedia/foundation/wiki/Special:ContributionHistory

Maybe some of these would be appropriate for the sidebar?

-- 
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 25449] Please enable subpages for Wikijunior (කණිෂ්ඨ_විකි) namespace (ns#114) on siwikibooks

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
Summary|Wikijunior(කණිෂ්ඨ_විකි) |Please enable subpages for
   |namespace is properly   |Wikijunior (කණිෂ්ඨ_විකි)
   |working |namespace (ns#114) on
   ||siwikibooks

--- Comment #3 from Bawolff bawolff...@gmail.com 2010-10-08 20:47:57 UTC ---
changing title of bug for clarity.

-- 
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 25465] payments.wikimedia.org needs a better UI (or redirection)

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

--- Comment #7 from Aude aude.w...@gmail.com 2010-10-08 20:58:00 UTC ---
The language links at the bottom of this page look helpful and make the page
look more complete:

http://wikimediafoundation.org/wiki/2010_Landing_9/en?utm_source=2010_testing45utm_medium=sitenoticeutm_campaign=thursday_fundraiser%22

Also the text Wikipedia is a project of the Wikimedia Foundation. Questions or
comments? Contact the Wikimedia Foundation: don...@wikimedia.org looks
helpful.

Of course if the testing says these are not good, then fine. Maybe instead of
all the language links like that, have a dropdown box with language options. 
Maybe a language selector could go at the top where the search bar normally
goes?  just an idea... worth testing?

-- 
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 25451] time and date calculation wrong (causes PHP warnings), with patch

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #3 from Bawolff bawolff...@gmail.com 2010-10-08 23:21:59 UTC ---
(In reply to comment #2)
 Hm, it was quite some time ago, and I had to enable error reporting catching
 and backtraces for that, but the gist is, some things (extensions, for 
 example,
 I believe, RSS_Reader) call time() and date() instead of timeanddate() when
 needed, and the $ts argument was not converted into the format sprintfDate()
 expects (which it accesses with substr() out of all things).
 
 The timeanddate() method used wfTimestamp() for the conversion, but time() and
 date() didn’t.
 
 This led to wrong timestamps as well as accesses to array index -1 when
 month==0 (to get the human-readable month name).

Wouldn't this be a bug in the extension not mediawiki? The function
documentation says that the first parameter must be in MMDDHHMMSS format.

-- 
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 25267] Update message MediaWiki:Revreview-update

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

--- Comment #3 from Aaron Schulz jschulz_4...@msn.com 2010-10-08 23:27:49 UTC 
---
How (programmatically) would it depend on the situation?

-- 
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 25451] time and date calculation wrong (causes PHP warnings), with patch

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #4 from Platonides platoni...@gmail.com 2010-10-08 23:27:54 UTC 
---
 Wouldn't this be a bug in the extension not mediawiki? The function
 documentation says that the first parameter must be in MMDDHHMMSS format.

Do you mean the text the time format which needs to be turned into a
date('YmdHis') format with wfTimestamp(TS_MW,$ts)?

-- 
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 24904] An incomplete Renameuser job has made the Revision table inconsistent

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

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com

--- Comment #1 from Aaron Schulz jschulz_4...@msn.com 2010-10-08 23:34:38 UTC 
---
Has this been fixed yet?

-- 
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 25451] time and date calculation wrong (causes PHP warnings), with patch

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

--- Comment #5 from Bawolff bawolff...@gmail.com 2010-10-08 23:39:20 UTC ---
yes

-- 
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 12472] Remove leading dashes from signature button on the edit toolbar

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

--- Comment #12 from MZMcBride b...@mzmcbride.com 2010-10-08 23:39:32 UTC ---
(In reply to comment #11)
 It seems like we need to be consistent above all else. The question is, what 
 is
 the functional purpose of the dashes? Is this documented anywhere?

I think it makes copying and pasting much clearer. You're more likely to
realize when the message has ended and the username has begun with the two
dashes.

 This is probably the easiest thing to fix ever, but I don't want to fix it
 only to get slapped by someone else.

LiquidThreads is presumably going to replace most wiki-page discussions, so I'm
not sure if it's worth changing this for the sake of changing it at this point.
I'm biased in that I like the current default, though.

-- 
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 25453] Special default parameter value issue when embedding

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-10-08 23:42:39 UTC ---
I don't think I understand what you're trying to report. Here's what I think
you're saying, please correct me if I am wrong:

template A contains
{{{foo|?}}}

Template B contains
{{A}}

Output of {{B}} on a page gives the empty string, when you expect it to give a
?.


Is that what you're reporting? If it is, that definitely should not happen.

-- 
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 25345] outreachwiki import sources

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

--- Comment #2 from I-20 g33kd...@gmail.com 2010-10-08 23:49:53 UTC ---
Oh, sorry for omitting that...

en, de, fr, pl, it, ja, es, nl, pt, ru, sv, commons, foundation, and m should
be it.

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

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


[Bug 25451] time and date calculation wrong (causes PHP warnings), with patch

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

--- Comment #6 from Platonides platoni...@gmail.com 2010-10-09 00:01:50 UTC 
---
Well, it is not clear if that line specifies how you should format your input
or what the function is internally doing with that parameter.

Just saying time in MMDDHHMMSS format would be clearer.

Lets see which are the broken extension.

-- 
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 25467] New: Missing toolbar icon for add media wizard

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

   Summary: Missing toolbar icon for add media wizard
   Product: mwEmbed
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Add media wizard
AssignedTo: d...@ucsc.edu
ReportedBy: hart...@videolan.org


the icons is missing. The generated html looks like: img style=cursor:
pointer;  id=btn-add-media-wiz src=falseButton_add_media.png title=Add
media wizard

I'm guessing that false is not supposed to 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 25468] New: Add a search box to Special:ContributionHistory

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

   Summary: Add a search box to Special:ContributionHistory
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: ContributionReporting
AssignedTo: tf...@wikimedia.org
ReportedBy: b...@caseybrown.org


It would be nice if we had a search box on Special:ContributionHistory so that
people could look for their donation on the public log.  This was requested
during last year's fundraiser (Fundraiser 2009).
http://meta.wikimedia.org/?oldid=1779112#please_allow_searches_for_donor_names

-- 
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 25335] Enable image rating for Commons

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

--- Comment #4 from Kozuch kol...@seznam.cz 2010-10-09 05:38:45 UTC ---
I started a threas on Village pump at Commons:
http://commons.wikimedia.org/wiki/Commons:Village_pump#Allow_image_rating

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