[Bug 22752] New: SRF Exhibit format cannot cope with % $ £ etc in page titles

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

   Summary: SRF Exhibit format cannot cope with  % $ £ etc in
page titles
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: SemanticResultFormats
AssignedTo: denny.vrande...@kit.edu
ReportedBy: mitchell_ne...@hotmail.com
CC: wikibugs-l@lists.wikimedia.org


It looks like the SRF Exhibit format can only cope with page titles with a-z,
A-Z and 0-9 in them. Other characters s like  £ $ @ etc stop you being able to
open articles - when you click on the page name in the result set and nothing
happens, the page does not open. The screen just refreshes showing the Exhibit
result set again.

Example:

Page name = North  East London - Page is listed in result set, but when you
click on it nothing happens. The screen just refreshes showing the Exhibit
result set again.

If the page is renamed North and East London then it can be opened from the
exhibit result set. This is just masking the issue though and users cannot be
expected to only use a-z A-Z and 0-9 in page titles.

This pretty much makes the Exhibit format useless. These type of characters are
very common character in English, let alone French and German etc. 

Thanks
Neill.

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


[Bug 22753] New: update.php should make things it actually changed stand out better in its report

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

   Summary: update.php should make things it actually changed
stand out better in its report
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Maintenance scripts
AssignedTo: innocentkil...@gmail.com
ReportedBy: jida...@jidanni.org


You know, looking at the output each time one runs update.php,

...category table already populated.
...have ar_parent_id field in archive table.
...have user_last_timestamp field in user_newtalk table.
...rev_parent_id column already populated.
protected_titles table has correct pt_title encoding.
Checking filearchive indices...
...have ss_active_users field in site_stats table.
...ss_active_users user count set...
...have rd_interwiki field in redirect table.
...transcache tc_time already converted.
Renaming eu_wiki_id - eu_local_id... already done.
Altering all *_mime_minor fields to 100 bytes in size ... ok
Populating rev_len column
...doing rev_id from 943 to 1142

it is very hard to tell which lines
* changed nothing, vs.
* changed something

Apparently the last three lines above changed something. The rest changed
nothing.

Even worse is if one is not a native English speaker, then reading
each line to figure out if it changed nothing vs. changed something is
even harder.

However don't get me wrong. I am not proposing translation work.
Instead I am just hoping that the lines that actually changed
something will stand out better, via indenting, prefixing, or
whatever.

E.g., /var/log/Xorg.0.log has:
   Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

So perhaps just have a * prefix pre-pended to lines that changed
something, with of course a note at top saying what the * means.

-- 
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 15552] list=recentchanges should have rcrelated parameter

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

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2010-03-07 10:48:47 
UTC ---
(In reply to comment #4)
 RecentChanges is not a QueryPage based special page, right?

That's right and neither is RelatedChanges/RecentChangesLinked. Reopening.

-- 
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 164] Support collation by a certain locale (sorting order of characters)

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

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

   What|Removed |Added

 CC||m...@tgries.de

--- Comment #159 from T. Gries m...@tgries.de 2010-03-07 11:15:15 UTC ---
When setting up a new(!) wiki, and when using MySQL 4.1/5.0 UTF-8 (not: binary)
a correct page title sort order can be achieved when applying this patch

in maintenance/tables.sql change 
  page_title varchar(255) binary NOT NULL,
to
  page_title varchar(255) NOT NULL,

before you run the installer.

The column page_title will then become of encoding type

  character set utf8 collate utf8_general_ci

and the sorting order of page titles is correct for (at least European
languages). You then get page titles in Special:Pages listed in the order
Anton, Äpfel, École supérieure, Zulu - and not any longer Anton,
Zulu, Äpfel, École supérieure as is currently the case on all WMF wikis.

This tip is only valid for fresh installations: you cannot change this
important column when updating from an existing database even not when
mysqldumping and importing; attention: the tip has not yet checked for unwanted
side effects.

For collations see 
[1] http://www.collation-charts.org/mysql60/ and 
[2]
http://www.collation-charts.org/mysql60/mysql604.utf8_general_ci.european.html

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


[Bug 22651] Error creating new page with formlink and Special:SpecialPages EditData with SF 1.8.8

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

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

   Attachment #7169|0   |1
is obsolete||

--- Comment #7 from Jack D. Pond jack.p...@psitex.com 2010-03-07 11:51:47 UTC 
---
Created an attachment (id=7183)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7183)
Fixes both SF_AddData.php and SF_EditData.php to allow mixed url for backward
compatibility

Created a patch that fixes both SF_AddData.php and SF_EditData.php to allow
mixed url for backward compatibility for #formlink and direct URL access.

-- 
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 15552] list=recentchanges should have rcrelated parameter

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on|14869   |

--- Comment #6 from Reedy s...@reedyboy.net 2010-03-07 13:07:26 UTC ---
Remove dependancy

-- 
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 22754] New: Emails should be sent in interface language

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

   Summary: Emails should be sent in interface language
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gti...@gmail.com


Emails should be sent in interface language, but they are sent in content
language instead. (Confirmed by setting my hu.wikipedia account interface to
English, enabling talkpage edit notification and anonymously editing my user
page; the email was sent in Hungarian.)

-- 
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 21040] Name of the thirteenth month in Hebrew leap years is misspelled in all language files

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

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Resolution|LATER   |INVALID

--- Comment #5 from Markus Krötzsch mar...@semantic-mediawiki.org 2010-03-07 
14:59:42 UTC ---
As the Hebrew calendar was not included into SMW, this bug is no longer valid.
See also Bug 21008 for some discussion.

-- 
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 22751] Purging a page doesn't update (dynamic) attributes when changed

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

--- Comment #2 from Daniel Werner danwe...@web.de 2010-03-07 15:16:08 UTC ---
Ok you are right about those problems. A dynamic attribute using its own value
recursively won’t be a pretty thing.
But still when clicking edit+save and then updating the attributes you have the
same situation as you would have with a quick purge working this way, right?

Purge rebuilding attributes could also help with other problems. For example
yesterday for any weird reason I can't tell all of my wiki pages suddenly lost
their attribute. This was also when I recognized that purging a page doesn't
rebuild attributes in the database so I had to save all those articles again
instead of simply purging them. Enabling this feature and also clarifying that
“dynamic attributes” aren’t supported might be a good thing after all.
Disabling it via 


P.S. About your idea with the extension: Perhaps I will look into that if you
think it’s a bad idea to implement it after all. My wiki uses dynamic
attributes at some points. I think that they are great for avoiding
redundancies and they allow you a new very abstract way of describing data’s in
your wiki.

For the realization of the extension: I can use the hook ArticlePurge for that
but how would I initiate the process for updating the data? Any 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 22751] Purging a page doesn't update (dynamic) attributes when changed

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

--- Comment #3 from Daniel Werner danwe...@web.de 2010-03-07 15:18:54 UTC ---
 Enabling this feature and also clarifying that
 “dynamic attributes” aren’t supported might be a good thing after all.
 Disabling it via 
*Disabling it via confic variable in localsettings could still be possible if
there's any reason why somebody won't use it.

-- 
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 22755] New: Configure Mobile Main Page for cs Wikipedia

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

   Summary: Configure Mobile Main Page for cs Wikipedia
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
   URL: http://cs.wikipedia.org/wiki/Hlavní_strana
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: morme...@centrum.cz
CC: tf...@wikimedia.org


The Main Page of the Czech Wikipedia has been updated to include the standard
selectors (mp-tfa, mp-dyk, mp-tfp, mp-itn), so it should be possible to use it
for Wikipedia Mobile.

-- 
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 22756] New: Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

   Summary: Add parameter to noarticletext/newarticletext
indicating if it's the current user's user (talk) page
   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: church.of.emacs...@gmail.com


Add a parameter to the following messages:
*noarticletext
*noarticletext-nopermission
*newarticletext

$1 should be true it it's a user or user talk page and the current user is
identical to this user.
This parameter isn't used by default, but it can be utilized with
ParserFunctions to add a warning when the user is editing a user page of
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

Church of emacs church.of.emacs...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||church.of.emacs...@gmail.co
   ||m
 Resolution||FIXED

--- Comment #1 from Church of emacs church.of.emacs...@gmail.com 2010-03-07 
16:27:33 UTC ---
Done in r63361.

-- 
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 22757] New: search field on Kindle homepage is prefilled

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

   Summary: search field on Kindle homepage is prefilled
   Product: Wikipedia Mobile
   Version: .5
  Platform: Other
OS/Version: other
Status: NEW
  Severity: major
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: hart...@videolan.org
CC: tf...@wikimedia.org


When the default bookmark on the Amazon Kindle (http://en.m.wikipedia.com) is
used to access Wikipedia, the search field is pre-filled with words that seem
somewhat random in nature. This appears to be based on some sort of server-side
processing based on the received User-Agent HTTP header, as it can be
replicated in any web browser by overriding its User-Agent string to that used
by the Kindle, which is Mozilla/4.0 (compatible; Linux 2.6.10) NetFront/3.3
Kindle/1.0 (screen 600x800). 

Please see http://www.kindleboards.com/index.php/topic,20966.0.html for more
info on the odd behavior being seen when the site is accessed this way, along
with some screen shots.



I Didn't even know the kindle used NetFront btw...

-- 
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 16653] Vcard: support more fields in vCard

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

Bernhard Krabina krab...@kdz.or.at changed:

   What|Removed |Added

 CC||krab...@kdz.or.at

--- Comment #2 from Bernhard Krabina krab...@kdz.or.at 2010-03-07 16:48:27 
UTC ---
The vCard format seems to be buggy: basics like name, e-mail work, but other
fileds (even those supported by SRF) don't work.

-- 
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 22751] Purging a page doesn't update (dynamic) attributes when changed

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

--- Comment #4 from Markus Krötzsch mar...@semantic-mediawiki.org 2010-03-07 
17:10:32 UTC ---
The function that you need for automatically rebuilding the data of a wiki (or
for updating them in case of global changes that somehow did not cause
automatic updates) can be found in Special:SMWAdmin. See
http://semantic-mediawiki.org/wiki/SMW_repair for details.

-- 
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 22751] Purging a page doesn't update (dynamic) attributes when changed

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

--- Comment #5 from Daniel Werner danwe...@web.de 2010-03-07 17:17:56 UTC ---
(In reply to comment #4)
 The function that you need for automatically rebuilding the data of a wiki (or
 for updating them in case of global changes that somehow did not cause
 automatic updates) can be found in Special:SMWAdmin. See
 http://semantic-mediawiki.org/wiki/SMW_repair for details.
Thanks but I know this feature and I tried to use it first but it takes ages
even on my wiki with only some test pages to update everything or perhaps it
didn't work properly. I didn't re-save some pages intentional to see when the
SMW update will fix the problem but because it didn't happened until today I
also re-saved the other pages.

-- 
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

--- Comment #2 from Umherirrender umherirrender_de...@web.de 2010-03-07 
17:34:39 UTC ---
I am not sure, if the following should work the same way:

{{#ifeq:{{ns:2}}:{{REVISIONUSER}}|{{#titleparts:{{SUBJECTPAGENAME}}|1|1}}
 |true
 |false
}}

-- 
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 22736] You can only have one Exhibit query per page

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

Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||f...@developerweb.de
 AssignedTo|denny.vrande...@kit.edu |f...@developerweb.de

--- Comment #1 from Fabian Howahl f...@developerweb.de 2010-03-07 17:41:14 
UTC ---
Unfortunately, Exhibit is not designed to have multiple instances on a single
HTML page. It can be considered a mash-up tool for various data sources. The
research prototype the code originates from pursued the idea of gathering data
via several queries and uniting the results in one Exhibit. That's why getting
it to work the way you want it to is a tremendous effort. As I am a student I
don't have the capacity to do that right now, I'm afraid.

-Fabian

-- 
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 22736] You can only have one Exhibit query per page

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

Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||LATER

-- 
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 22752] SRF Exhibit format cannot cope with % $ £ etc in page titles

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

Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||f...@developerweb.de
 AssignedTo|denny.vrande...@kit.edu |f...@developerweb.de

-- 
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 22735] SRF_Exhibit.css changes affect all SMW tables. Also not parsed by IE

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

Fabian Howahl f...@developerweb.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||f...@developerweb.de
 AssignedTo|denny.vrande...@kit.edu |f...@developerweb.de

-- 
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

Church of emacs church.of.emacs...@gmail.com changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

--- Comment #3 from Church of emacs church.of.emacs...@gmail.com 2010-03-07 
18:30:36 UTC ---
D'oh, you're right of course. Reverted my commit in r63369.

-- 
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 22754] Emails should be sent in the recipient's interface language

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

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|Emails should be sent in|Emails should be sent in
   |interface language  |the recipient's interface
   ||language

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-03-07 20:37:19 
UTC ---
Clarifying: if A uses Special:Emailuser to e-mail B, we want the e-mail to be
in B's interface language.

-- 
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 22760] New: Files in document/pdf formats should have an html and translation viewing link on the File: page

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

   Summary: Files in document/pdf formats should have an html and
translation viewing link on the File: page
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ft2.w...@gmail.com
CC: gpaum...@wikimedia.org, innocentkil...@gmail.com


1/
Media in formats such as doc.openoffice, pdf, calc, etc, should have a View as
HTML link on their File: page for easy viewing.

At present they can only be viewed as a thumbnail/snapshot of part of the
document, or by downloading and external application.

2/
Media that is in the form of a document (whether English or any other) should
have a field where the uploader can specify the main language and a translate
option, to allow browser viewing in the viewer's language of choice.

At present non-English speakers do not have ready access to translated viewing
of hosted files and documents (eg *.wikisource.org or File:), and English
speakers cannot readily view non-English texts.

Both of these are features anyone will recognize from Google's search of
course, but the options would be helpful on all File: pages. Arguable
translation should be a toolbox link on all wiki pages.

-- 
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #4 from Bawolff bawolff...@gmail.com 2010-03-07 21:08:10 UTC ---
Doesn't  Bug 19006 suggest that that behaviour might change 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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #5 from Platonides platoni...@gmail.com 2010-03-07 21:12:03 UTC 
---
Maybe add as a noyouruserpage message?

-- 
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 22758] New feature proposal: includeonce

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

Angel anag...@gmail.com changed:

   What|Removed |Added

 CC||ko...@yahoo.com

--- Comment #1 from Angel anag...@gmail.com 2010-03-07 21:26:47 UTC ---
*** Bug 11831 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 22758] New feature proposal: includeonce

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Platonides platoni...@gmail.com 2010-03-07 21:29:13 UTC 
---


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

-- 
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 11831] includeonce for embedded pages

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

--- Comment #3 from Platonides platoni...@gmail.com 2010-03-07 21:29:13 UTC 
---
*** Bug 22758 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 11831] includeonce for embedded pages

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

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Priority|High|Normal

--- Comment #4 from Platonides platoni...@gmail.com 2010-03-07 21:31:49 UTC 
---
includeonce wouldn't work for a {{PAGENAME}} parameter. You would want
something like setting the depth at which a template is transcluded. Or have a
variable expanded with the name of the page in which it is written (as opposed
to the page oon which it is shown).

-- 
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 11831] includeonce for embedded pages

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

--- Comment #5 from Angel anag...@gmail.com 2010-03-07 21:35:04 UTC ---
Well yeah, an includeonce though, would be a much simpler thing to implement.
Why hasn't anyone done this in 3 years?

-- 
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 11831] includeonce for embedded pages

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

--- Comment #6 from Angel anag...@gmail.com 2010-03-07 21:38:34 UTC ---
I'm adding the description from my report, as I think it's much clearer:

There are many occasions where the usual noinclude, includeonly,
onlyinclude tags are not enough. It is often the case that something needs to
be transcluded or substituted once, but no more. This is the case with
templates that are transcluded in other templates, but it is not wanted to be
transcluded again in articles and such.

I propose tags includeonce/includeonce that will wrap sections that must
only transclude/subst once. Perhaps, they can be converted to noinclude,
after the get transcluded/substituted.

-- 
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 22732] Cannot set USER_GROUP in UI on Special:UserRights. Works in 1.15, not in 1.15.1

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

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

   What|Removed |Added

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

--- Comment #1 from Happy-melon happy-me...@live.com 2010-03-07 21:48:13 UTC 
---
Usergroups should be lowercase and without spaces: replace Dev Team with
'devteam' and create [[MediaWiki:Group-devteam]] with the name you want to give
it.  See if that fixes anything.

-- 
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 11831] includeonce for embedded pages

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

--- Comment #7 from Platonides platoni...@gmail.com 2010-03-07 21:55:40 UTC 
---
Angel, you don't specify when you want to transclude just one level. What's the
case for wanting to do that?

-- 
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 21279] Delete/RevisionDelete links breaking / urgent schema issue

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

--- Comment #8 from Platonides platoni...@gmail.com 2010-03-07 22:08:03 UTC 
---
Aaron, time to merge into 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 11831] includeonce for embedded pages

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

--- Comment #8 from Angel anag...@gmail.com 2010-03-07 22:17:33 UTC ---
For instance, take a look at Template:Tfd at wikipedia. I'm not sure what's
your relation to WP, so I'll elaborate. The template means Template for
discussion and is put to other templates when they are nominated for deletion
or whatever. On the templates I'd like Tfd to appear as a box, containing info
about the nomination. On the articles it should appear as a smaller
notification. 

All that works so far. It checks for the namespace. If it's template the box
shows, if its mainspace, the notifications do. The problem is, when there is
documentation in a template. The box then gets transcluded in every single
example in them. Check for example Template:Rating-big.

I guess there are some workarounds for this, but it would make things a lot
much easier to do this with such a tag. I think it would be very useful to
anyone who's working on templates.

-- 
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

--- Comment #7 from Platonides platoni...@gmail.com 2010-03-07 22:27:57 UTC 
---
I proposed it considering that it may be a usecase common enough, as opposed to
providing different messages for each namespace + username, which most wikis
may not want to perform.

-- 
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 11831] includeonce for embedded pages

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

--- Comment #9 from Angel anag...@gmail.com 2010-03-07 22:44:39 UTC ---
And does that name denote Greek origin or something?

-- 
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 22756] Add parameter to noarticletext/newarticletext indicating if it's the current user's user (talk) page

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

--- Comment #8 from Church of emacs church.of.emacs...@gmail.com 2010-03-07 
22:45:46 UTC ---
Well, I didn't suggest to provide a different message for all
namespace+username combination :)

However, I think for a newbie it'd be nice to have a message like this is your
user page, you can write something about yourself, this is a user talk page.
Use it to leave someone a message, this is a talk page, you can discuss the
article here. Namespaces is a concept that newbies are often confused of –
accurate descriptions in messages could help.

The reason why those messages don't exist on every wiki is because they require
some knowledge and time to set them up, not because they aren't useful. If we
supply *some* of them by default, that could help. (Although I will admit that
translating them would be a bit of work)

-- 
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 22713] rollback action does not match abusefilter

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

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

   What|Removed |Added

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

--- Comment #4 from Happy-melon happy-me...@live.com 2010-03-07 23:07:18 UTC 
---
(In reply to comment #3)
 I swear the abuse filter is the worst thing to happen to this project in 
 recent
 years.

I'm not sure I'd go quite that far; but fixing this would certainly not be a
step in the right direction.  WONTFIX.

-- 
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 22760] Files in document/pdf formats should have an html and translation viewing link on the File: page

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

FT2 ft2.w...@gmail.com changed:

   What|Removed |Added

 CC||ft2.w...@gmail.com

--- Comment #2 from FT2 ft2.w...@gmail.com 2010-03-08 00:04:48 UTC ---
There are surely free pdf-to-html and doc-to-html converters.

There are also very likely to be free/open source translation programs out
there, for a range of popular languages anyhow. 

Try Google: free open source translation software

But even if proprietary, it would be enough of a benefit to use. After all the
end product (translated text) is what users obtain and that is free; if the
software isn't then... well, neither is the hardware the servers run on, the
buildings they are in, and much else. the resulting output will be free
translations and will help spread knowledge. Consider it. But agreed, try to
find FOSS first. because it's right :)

-- 
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 17378] RevisionDelete should have max age variable to hide content

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

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|Deleting|Revision deletion
 AssignedTo|wikibug...@lists.wikimedia. |jschulz_4...@msn.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 17053] Hiding log entries with RevisionDelete does not automatically hide the corresponding page history entry

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

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|Deleting|Revision deletion
 AssignedTo|wikibug...@lists.wikimedia. |jschulz_4...@msn.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 18383] RevisionDelete: hidden users appear in log entries created after the hiding

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

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|Deleting|Revision deletion
 AssignedTo|wikibug...@lists.wikimedia. |jschulz_4...@msn.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 18568] hideuser doesn't check all log types

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

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|Blocking|Revision deletion
 AssignedTo|wikibug...@lists.wikimedia. |jschulz_4...@msn.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 22762] New: Category expansion icons

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

   Summary: Category expansion icons
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cryptic...@yahoo.com


When looking at a category page, such as
http://en.wikipedia.org/wiki/Category:WikiProject_Java_articles, subcategories
are preceded by [+] if they contain pages and [x] if they are empty. Clicking
on either of these icons changes it to a [-] and displays the subcat's
contents. Clicking on the [-] will change it back to [+] regardless of whether
or not the category is empty. Categories which are empty should return to [x].

I am currently running Firefox v. 3.5.8.

--Cryptic C62

-- 
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 22763] New: Suspicious about the link on http://en.wikipedia.org/wiki/Jagannath

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

   Summary: Suspicious about the link on
http://en.wikipedia.org/wiki/Jagannath;
   Product: mwEmbed
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: General/Unknown
AssignedTo: d...@ucsc.edu
ReportedBy: gbham...@gmail.com


Hi

Today, I browsed the link to see some information on keyword Jagannath puri.
Please refer - http://en.wikipedia.org/wiki/Jagannath 

The very first photograph on right side which states the text below Photograph

Jagannath (far right) with his brother Balarama (far left) and sister Subhadra
(center) in Radhadesh, Belgium

My question is - why Belgium (as a link) is referred here (last word of above
text) and what does it signifies ?

Now when i enlarge this photograph the word belgium is no where found.(Also
there is no link of Belgium to jaganath Puri as far as i think).

Please refer (for enlarge photo)
http://en.wikipedia.org/wiki/File:Jagannath_baladev_subadra_radhadesh.sized.jpg
(enlarged)

I am not sure, that i am filing this bug in correct category. Please consider.
Or redirect to concern area.

If u have any more information to this scenario, u can send me on my email ID
gbham...@gmail.com


Regards
Gaurav Bhambri
Pune

-- 
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 22763] Suspicious about the link on http://en.wikipedia.org/wiki/Jagannath

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

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2010-03-08 05:54:47 UTC 
---
This site is for reporting technical problems only, all content problems should
go to respective articles' talk pages.

-- 
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 22763] Suspicious about the link on http://en.wikipedia.org/wiki/Jagannath

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

--- Comment #2 from Gaurav Bhambri gbham...@gmail.com 2010-03-08 06:18:11 UTC 
---
 Max,
 Thanks for your guidance

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