[Bug 21668] ISO Date format offsets are backwards

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21668


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-11-30 
08:11:40 UTC ---
This old bug should not exist in the current version of SMW any more. Please
update your installation and re-open the report (together with further version
details) if the bug should still 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 21662] Message smw_paramdesc_mainlabel needs documentation.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21662


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

   What|Removed |Added

 AssignedTo|mar...@semantic-|yaro...@gmail.com
   |mediawiki.org   |




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


[Bug 21658] Rephrase Messages smw_paramdesc_link and smw_paramdesc_headers

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21658


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

   What|Removed |Added

 AssignedTo|mar...@semantic-|yaro...@gmail.com
   |mediawiki.org   |




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


[Bug 21709] Insert Links : Cannot type words in boxes

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21709





--- Comment #1 from Calcey QA wikib...@calcey.com  2009-11-30 08:19:54 UTC ---
The same problem is there when typing row and column numbers in insert table
function and selecting the check boxes.


-- 
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 16583] MIME type detection of application/x-php gives false positives on any file with ? in it

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16583





--- Comment #18 from Ilmari Karonen nos...@vyznev.net  2009-11-30 08:24:58 
UTC ---
(In reply to comment #17)
 It seems that
 [http://commons.wikimedia.org/w/index.php?title=Commons:Village_pumpoldid=32560832#Odd_bug
 ZIP detection has a similar problem].

Yes, it seems that will happen if the last 65558 bytes of the file contain the
4-byte string PK\x05\x06, which should happen with probability ~1/65514
assuming random data.  Unfortunately, making this check significantly more
specific (or moving it until later in the identification process) risks
allowing malicious hybrid files, such as the well known GIFAR exploit, to
pass it.  It _might_ be possible to tighten it a bit somehow, but doing so
safely would require knowledge of not only the ZIP file format but also of the
ways in which various common ZIP implementations parse it.  (In other words, we
want our check to be broad enough to catch anything that some other program
might mistake for a ZIP file, even if it doesn't exactly conform to the ZIP
spec.)

 Would it be possible to amend error
 messages relating to heuristic file detection with a pointer to a manual page
 with information about the possibility of false positives, and how to work
 around them? 

That would certainly be possible, either globally through translatewiki or
locally by wiki sysops.  The relevant system message seems to be
[[MediaWiki:filetype-badmime]].


-- 
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 21714] New: ActiveX prompt on IE8

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21714

   Summary: ActiveX prompt on IE8
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: lupo.bugzi...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


Created an attachment (id=6849)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6849)
Screenshot showing the ActiveX prompt on IE8

The usability JS causes IE with certain Internet security settings to display
a prompt about ActiveX. See the attached screenshot from IE8.

jquery unconditionally uses the ActiveX implementation of XHR on IE, even if
window.XmlHttpRequest exists. This may cause this prompt (before page display)
on IE depending on the setting of the internet security options, which a user
may not even have control over as these internet security settings are
frequently locked off for normal users on Windows boxes. If the setting is set
to prompt, the prompt will appear each and every time a page is visited on
any WMF project where the UsabilityInitiative JS runs. (Or even, where jquery
runs.)

This applies to IE6, IE7, and also IE8.

IMO jquery should be patched such that it uses window.XmlHttpRequest when
available, and furthermore such that it doesn't try to instantiate an ActiveX
control already upon loading, but only when really needed (such as in response
to a mouse click). Unfortunately there is no way (that I know of) a JS could
detect that client-side setting, so the best bet is to make sure that at least
plain viewing of pages doesn't trigger that stupid prompt.


-- 
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 21715] New: Javascript interfering with Search Box on some but not all pages. Fix?

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21715

   Summary: Javascript interfering with Search Box on some but not
all pages.  Fix?
   Product: MediaWiki
   Version: unspecified
  Platform: PC
   URL: http://en.wikipedia.org/wiki/Test
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: Normal
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: postit-...@operamail.com


Posted this on Wikipedia:Help desk, they directed me here.  I am copying and
pasting from my post there.  I searched bugs, did not find this one:


I am having a problem, this has just started the last few visits (a week or
so).

On some (most) pages... br 
example: br
http://en.wikipedia.org/wiki/Test

The left hand Search Box is non-functional unless I disable javascript.  It
does not respond to button clicks or enter key when focus is on the box.  Text
entered just sits there.

On some other pages... br
examples: br
http://en.wikipedia.org/wiki/Help:Contents   br
http://en.wikipedia.org/wiki/Special:Search?search=testns12=1ns4=1ns10=1fulltext=Search+help+pages

The left hand Search Box works fine with javascript enabled.   Both buttons
and enter.  The (result) pages loaded have non-functional search boxes.

I do note that the What would you like help with? search is non-functional
(with javascript on) on page: br
http://en.wikipedia.org/wiki/Help:Contents

I am using an older browser (Opera 8.54 Build 7730), but given that:  
br1. It worked fine up until lately
br2. It works on some Wikipedia pages
br3. Wikipedia indicates wide usage is a goal
br4. Using another system the functionality of the working and non-working
pages seems the same (i.e. drop down suggestions)
br5. Javascript is not giving me trouble (that I can tell) other places

It seems like some sort of bug has been introduced that should be fixed.

Putting it in the form of a question:  Could someone, please, make all the
search boxes like the left hand one on page
http://en.wikipedia.org/wiki/Help:Contents since it works properly?

Thanks

PS the buttons (Save page, etc.) on this page are not working unless I turn
off javascript.br
https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Wikipedia:Help_deskaction=editsection=neweditintro=Wikipedia:Help_Desk/editintro


-- 
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 21683] list=search doesn't provide offset for continuation if over the account group maximum

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21683


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

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-11-30 12:13:13 
UTC ---
(In reply to comment #0)
 Not quite sure if this is really an API bug, or a search bug.. Or what... Or
 whether its a WMF/Lucene implimented limitation.
 
 If you use srlimit=max, or anything above (No more than 50 (500 for bots)
 allowed.), no offset is given for continuing. Using anything below, does
 
Are you sure there *is* anything to continue? Try srlimit=30 (300 if you're a
bot) and continuing once to find out.

 If this is enforced behaviour (due to WMF, Lucene, or similar), the API
 documentation should be updated to this effect (ie the help the API provides).
 
Not sure what causes this yet, will investigate.

 limits search=500 / also sporadicly appears. What is that?
 
That shows up when using srlimit=max . It's the API's way of telling you what
it translated max to.


-- 
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 21683] list=search doesn't provide offset for continuation if over the account group maximum

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21683


Robert Stojnic rain...@eunet.rs changed:

   What|Removed |Added

 CC||rain...@eunet.rs




--- Comment #2 from Robert Stojnic rain...@eunet.rs  2009-11-30 12:19:58 UTC 
---
I've put the maximum on the backend to 50 in order to prevent overloads. Will
be enforced at least until new servers get 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 21705] All sections made identical

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21705


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:22:02 UTC 
---
This was the result of a lot of topics being moved to an archive page. That
didn't really work out, so the page is no longer archived. Closed as invalid,
as this is expected behaviour for thread moves.


-- 
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 21706] message incorrectly refering to talk page

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21706


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:23:12 UTC 
---
When reporting bugs that have little to do with i18n/L10n, please use an
English UI when adding screenshots. This will make it much easier for a
developer to indentify issues. 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 21707] message having wrong link

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21707


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:27:32 UTC 
---
Could you please create a screenshot with English UI messages? I do not know
which language you have in this one, but I am having trouble reading 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 21708] remove gray dates / times

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21708


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #1 from Siebrand siebr...@wikipedia.be  2009-11-30 12:30:28 UTC 
---
The concept of Lqt was designed so that signing is no longer needed (it saves
you keystrokes (5) or mouse clicks (1).

The date is a localised date, which is not possible with a 4 tildes signing.
All in all an improvement.

One thing I may agree upon with you: the 'grey' text could get a heavier style.

Suggesting to close this report as invalid/wfm and/or fix the date style.


-- 
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 21697] Avoid unnecessary lines

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21697


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:32:41 UTC 
---
I love the lines. They help me keep track of a thread. They're awesome.

I would suggest to add a preference that would allow users to read threads
without hierarchy, as is seen in other forum software.


-- 
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 21696] Avoid unnecessary images

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21696


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:35:49 UTC 
---
I think usability studies (not only for Wikimedia) have resulted in the
understanding that users work better with software if there are (proper) icons
connected to functionality. I would not support getting rid of the icons.


-- 
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 21695] Image overlapping text wigger

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21695


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be




--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:37:26 UTC 
---
What browser are you using? This is WFM in IE8, Firefox 3.5.3 and Chrome 3.0


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

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


[Bug 21694] signatures duplicated.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21694


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||siebr...@wikipedia.be
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Siebrand siebr...@wikipedia.be  2009-11-30 12:39:03 UTC 
---


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


-- 
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 21708] remove gray dates / times

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21708





--- Comment #2 from Siebrand siebr...@wikipedia.be  2009-11-30 12:39:03 UTC 
---
*** Bug 21694 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 on the CC list for the bug.

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


[Bug 21684] Remove install.php, use wgExtNewTables

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21684


Jack Phoenix j...@countervandalism.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Jack Phoenix j...@countervandalism.net  2009-11-30 
12:40:32 UTC ---
Thank you for the patch, I've applied it in r59581 with some minor changes
(removed a couple unused globals and changed spaces to tabs for indentation).


-- 
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 21668] ISO Date format offsets are backwards

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21668


Charlie Huggard achugg...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |INVALID




--- Comment #2 from Charlie Huggard achugg...@gmail.com  2009-11-30 12:58:03 
UTC ---
D'oh... Sorry about that, I had missed that there was a separate tags
directory

I had grabbed:
http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_15_1/extensions/SemanticMediaWiki/

But I'm guessing is the actual latest SMW tag:
http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_4_3_1/
 

and this works with that.


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

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


[Bug 21699] LQT edit does not preserve Watch this page state

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21699


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

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|Watch selection not   |LQT edit does not preserve
   |working any more|Watch this page state




-- 
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 21709] Dialogs mysteriously freeze in raw/combined mode but not in minified mode

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21709


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

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|Insert Links : Cannot type  |Dialogs mysteriously freeze
   |words in boxes  |in raw/combined mode but not
   ||in minified mode




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-11-30 13:07:48 
UTC ---
This is a very mysterious bug that can be fixed by setting the resource mode to
minified (will do that later today). I have no idea why it happens with raw and
combined and not with minified.


-- 
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 21710] Hard links of pages

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21710


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

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-11-30 13:08:18 
UTC ---
Why would you need hard links? Suggest WONTFIX, MediaWiki is not UNIX.


-- 
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 21709] Dialogs mysteriously freeze in raw/combined mode but not in minified mode

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21709


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

   What|Removed |Added

 CC||hart...@videolan.org




--- Comment #3 from Derk-Jan Hartman hart...@videolan.org  2009-11-30 
13:14:35 UTC ---
sounds like for some reason a global variable is being overwritten.


-- 
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 21711] Execute MediaWiki Hook 'AddNewAccount' when new account is added

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21711





--- Comment #2 from Jack D. Pond jack.p...@psitex.com  2009-11-30 13:27:31 
UTC ---
(In reply to comment #1)
 Maybe a hook should be added in the backend (User::addToDatabase()) instead?

Possible, but it is handled in includes/specials/SpecialUserLogin.php always
appearing right before addNewUserLogEntry function call, e.g.:

wfRunHooks( 'AddNewAccount', array( $u, false ) );
$u-addNewUserLogEntry();

This is used several times in that script, and I thought might be best to
continue the existing practice into OpenID.

However, this question brings up another, to wit, should other login/create
account hooks be included in the OpenID extension?  And if so, which ones? 
Will look into this and invite others to do so, adding to this 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 21683] list=search doesn't provide offset for continuation if over the account group maximum

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21683


Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement




--- Comment #3 from Reedy s...@reedyboy.net  2009-11-30 14:00:17 UTC ---
Roan, searching for test will most certainly find more than 50..

http://en.wikipedia.org/w/api.php?action=querylist=searchsrwhat=textsrsearch=all:'test'srlimit=max

searchinfo totalhits=2443730 /

Robert, thanks for this information. Presumably why its showing a larger result
set, than the full 500 it's supposed to be returning (what the api is
reporting).

IMHO then, its not really a bug, or at least, less of (changing to
enhancement), we just could ideally do with a comment (really only on the wmf
version.. Unless with the lucene search extension we can grab check a variable
to find the limits that are being imposed)


-- 
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 21716] New: Word order incorrect in Gv wikipedia, probably other languages

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21716

   Summary: Word order incorrect in Gv wikipedia, probably other
languages
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://gv.wikipedia.org/wiki/Er_lheh:Log
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: suburbanpant...@yahoo.co.uk


I haven't found another appropriate thread, but if it's been answered already,
apologies.

This seems to be a problem with the way different bits of text are put together
to produce log entries.  For example, '''Username''' +
Permissionserrorstext-withaction + actionedit gives a complete message. In some
cases, this produces a problem, certainly in my own language, Manx (gv) and
presumably in others.

E.g. for blocklogentry: blocked $1 with an expiry time of $2 $3 
This is combined with the user name to form: '''Username''' blocked $1 with an
expiry time of $2 $3

For languages which aren't Subject-Verb-Object this is grammatically incorrect.
For example, I would like to put something like: Ghlass magh '''Username''' $1
derrey $2 $3

Is there any way to do this? I haven't found any other languages with such a
setup so far.

I initially
[http://translatewiki.net/w/i.php?title=Supportoffset=20091129003140#lqt_thread_561
raised this] at translatewiki but was advised to report it here, although I
wouldn't call it a bug as such, just a localisation problem.


-- 
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 21662] Message smw_paramdesc_mainlabel needs documentation.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21662


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Yaron Koren yaro...@gmail.com  2009-11-30 14:38:21 UTC ---
Done; you can save your post-its. :)


-- 
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 21711] Execute MediaWiki Hook 'AddNewAccount' when new account is added

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21711





--- Comment #3 from Sergey Chernyshev sergey.chernys...@gmail.com  2009-11-30 
15:01:28 UTC ---
I have a feeling that hooks should be in the core unless their users extend
OpenID specifically.


-- 
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 21686] page edit link not working

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21686


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:21:46 UTC ---
Yes, you cannot edit the page as a whole anymore. That is expected behaviour.


-- 
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 21687] Cannot edit new contributions any more.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21687





--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:22:29 UTC ---
I don't understand what you are talking about. Could you clarify what you mean
by new contributions.


-- 
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 21688] Operlapping header and links

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21688


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:23:27 UTC ---


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


-- 
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 21531] Menu overlaps thread title

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21531


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||bugzilla.wikime...@publi.pur
   ||odha.net




--- Comment #2 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:23:27 UTC ---
*** Bug 21688 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 on the CC list for the bug.

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


[Bug 21690] Keep everything on one page

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21690


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:27:26 UTC ---
You can search threads using the included search box. The intention is that
paging takes the place of archival.

Paging could be effectively disabled by setting a high paging count, see bug
20961.


-- 
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 21692] personal edit toolbar lost

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21692





--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:29:06 UTC ---
This *may* be a problem with your scripts. If you give me a link to the
scripts, I'll take a look.


-- 
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 21693] Do not rearrange page content.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21693


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:30:15 UTC ---
You can view the threads in a set order using the selector at the top of the
page.

Beyond that, the new sort order for threads is considered a feature – you may
want to investigate the new messages feature, which allows you to watch
specific threads for responses.


-- 
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 21700] Restore minor edit selector.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21700


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:34:51 UTC ---
This is deliberate.


-- 
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 21701] Preview button is missing sometimes.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21701


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:35:20 UTC ---


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


-- 
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 21611] Preview button sometimes missing in action (editing a post with LiquidThreads)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21611


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||bugzilla.wikime...@publi.pur
   ||odha.net




--- Comment #1 from Andrew Garrett agarr...@wikimedia.org  2009-11-30 
16:35:20 UTC ---
*** Bug 21701 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 on the CC list for the bug.

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


[Bug 21716] Block log assumes sentence starts with username

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21716


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

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|Word order incorrect in Gv  |Block log assumes sentence
   |wikipedia, probably other   |starts with username
   |languages   |




-- 
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 21687] Cannot edit new contributions any more.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21687


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

   What|Removed |Added

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




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-11-30 16:42:49 
UTC ---
I think he wants to edit other users' comments, which is no longer possible: he
can only reply to them (Answers). Comment #0 also seems to imply he can't
edit his own comments, but I'm not sure (I can imagine this'd happen for anons
though).


-- 
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 21699] LQT edit does not preserve Watch this page state

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21699





--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-11-30 16:45:12 
UTC ---
(In reply to comment #1)
 Unable to reproduce. I assume that you are talking about the watch tab.
 
 This could be a Modern issue?
 

I think he means the watch checkbox, which is supposed to be checked by default
when editing an already-watched page.


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

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


[Bug 14736] CentralAuth should gracefully handle browsers rejecting third party cookies

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14736





--- Comment #13 from Platonides platoni...@gmail.com  2009-11-30 16:56:47 UTC 
---
 No we couldn't, because loading the image sets the cookie generated by PHP.
 This cookie is unique for each login, so you can't cache it in Squid.

You would set the cookie when handing the redirect. The redirect would lead 
to a simple script like:
?php
if (isset($_COOKIE['SUL'])) readfile(loggedin.png);
else readfile(enablecookies.png);

with appropiate headers so squids cache both variants based on cookie
existance.
AFAIK they can do that.
It may not provide any benefit, though. I don't think there's any bottleneck on
sending the login images.


-- 
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 21711] Execute MediaWiki Hook 'AddNewAccount' when new account is added

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21711





--- Comment #4 from Jack D. Pond jack.p...@psitex.com  2009-11-30 17:11:27 
UTC ---
(In reply to comment #3)
 I have a feeling that hooks should be in the core unless their users extend
 OpenID specifically.

Sergey, agreed, but that depend on the definition of core.  If core
includes standard Special pages like SpecialUserLogin, this hook is already
included in there, thrice as a matter of fact, once in
addNewAccountMailPassword() and twice in addNewAccount(), all 3 times
immediately prior to addNewUserLogEntry() method.  The problem is that OpenID
extension bypasses many of the checks and functional processes of the standard
login and uses primatives.  This goes back to the question I discussed with you
before about whether the two should be merged - I'd personally like to see this
functionality included in the core and even used on WP.

In this case I use this particular hook for the exact same reason - to provide
functionality when a new user registers.  Other hooks that have relevance for
OpenID would be:

AbortNewAccount - http://www.mediawiki.org/wiki/Manual:Hooks/AbortNewAccount
AbortLogin - http://www.mediawiki.org/wiki/Manual:Hooks/AbortLogin
AuthPluginAutoCreate -
http://www.mediawiki.org/wiki/Manual:Hooks/AuthPluginAutoCreate
LoginAuthenticateAudit -
http://www.mediawiki.org/wiki/Manual:Hooks/LoginAuthenticateAudit
UserLoginMailPassword -
http://www.mediawiki.org/wiki/Manual:Hooks/UserLoginMailPassword 
User::mailPasswordInternal -
http://www.mediawiki.org/wiki/Manual:Hooks/mailPasswordInternal
UserLoginComplete -
http://www.mediawiki.org/wiki/Manual:Hooks/UserLoginComplete
UserCreateForm - http://www.mediawiki.org/wiki/Manual:Hooks/UserCreateForm

Maybe the question is really should a different hook be provided that
distinguishes it from standard logins, but much of this functionality is useful
in both - and serves the exact same purpose in both generally.


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

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


[Bug 8] Option: Change the background color (texvc)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8


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

   What|Removed |Added

 CC||fr...@drajv.si
 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #21 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-11-30 
18:57:16 UTC ---
Fixed in r59593 by freakolowsky -- this is now an admin-configurable option,
$wgTexvcBackgroundColor, defaulting to white.  As far as I can determine,
neither the software defaults nor the Wikimedia configuration will be changed
to a transparent value in the foreseeable future, as long as IE6 is an issue. 
Although of course, ultimately that's not my decision alone.

It would be worth considering a further change that would use binary
transparency by default on the parts that are completely transparent.  This
would reduce the solid white background to a white halo, which would probably
look better, and it would work in all browsers.  I don't know how to do that,
but I'm sure it's possible.


-- 
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 21711] Execute MediaWiki Hook 'AddNewAccount' when new account is added

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21711





--- Comment #5 from Sergey Chernyshev sergey.chernys...@gmail.com  2009-11-30 
19:06:53 UTC ---
I see your point and I think merging OpenID support into core is the right
thing to do, but it's probably not my call to make.

I think it'll make sense to include some of those hooks (starting with
AddNewAccount) into OpenID, but not sure if all of them should be included.
It's possible that login needs to be re-architected to be properly extended
considering that OpenID provides only portion of the process.

Do you have a specific implementation that requires any of those hooks to be
added to OpenID?


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

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


[Bug 8] Option: Change the background color (texvc)

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8





--- Comment #22 from Jure Kajzer fr...@drajv.si  2009-11-30 19:11:34 UTC ---
if you set the value to 'Transparent' it uses aplha transparency with
antialiasing, but if you set it to 'transparent' it uses binary transparency as
used in GIFs ... so that's solved IMO.

http://www.nongnu.org/dvipng/dvipng_4.html#IDX6


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

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8





--- Comment #23 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-11-30 
19:18:29 UTC ---
Hmm, so should we make that the default?


-- 
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 21710] Hard links of pages

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21710


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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




-- 
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 21658] Rephrase Messages smw_paramdesc_link and smw_paramdesc_headers

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21658


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Yaron Koren yaro...@gmail.com  2009-11-30 20:10:35 UTC ---
Good idea! I removed whether or not to from both English-language values.


-- 
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 21717] New: interwiki search used only canonical namespaces/aliase

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21717

   Summary: interwiki search used only canonical namespaces/aliase
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Lucene Search
AssignedTo: rain...@eunet.rs
ReportedBy: umherirrender_de...@web.de


Created an attachment (id=6850)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6850)
search on dewiki, you see 'Template' instead of 'Vorlage'

The interwiki search on Special:Search list results from sisterprojects, but it
using the canonical namespace for the link.

I think it is better to use the 'real' name of that language, so the user knows
what that mean, if he do not know the canonical namespaces for MediaWiki

Please do the same for the link behind (more) it is always links to
Special:Search. 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 16214] GlobalBlocking needs API modules

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16214


Mike.lifeguard mike.lifegu...@gmail.com changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #2 from Mike.lifeguard mike.lifegu...@gmail.com  2009-11-30 
21:12:18 UTC ---
Currently, globalblocking db can be queried via API, but you cannot do actions.
Are there plans to extend the API module to placing/modifying/removing global
blocks 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 20554] Expose average lag (avglag) a well as maxlag

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554


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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Comment #11 from Tim Starling tstarl...@wikimedia.org  2009-12-01 
01:55:15 UTC ---
Reverted.


-- 
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 21686] page edit link not working

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21686


Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #2 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net  
2009-12-01 03:57:33 UTC ---
This is awfully counterproductive if you need to make systematic changes or
additions, or you need to find specific wikitext.


-- 
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 21687] Cannot edit new contributions any more.

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21687





--- Comment #3 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net  
2009-12-01 04:00:18 UTC ---
If I make an error when starting a new section, there is no possibility to
correct it, once the new section has been saved. This was previously possible
using either the section edit link or the page edit link.


-- 
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 21690] Keep everything on one page

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21690


Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #2 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net  
2009-12-01 04:14:03 UTC ---
Paging cannot be used instead or archiving, (in twns support page)
since section counts are unrelated to the fact whether something is
done or not.

The MediaWiki search is not doing the same as the browsers search.
While it is of course nice to have both, MediaWikis search does not,
or hardly, work on some wikis.


-- 
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 21710] Hard links of pages

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21710


Liangent liang...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #2 from Liangent liang...@gmail.com  2009-12-01 04:51:23 UTC ---
This may:

1. Avoid double redirects
2. Avoid some edit wars about naming an article
3. Avoid zh-hans/hant conversion problems better


-- 
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 20928] Change visibility fails if existing states not identical. Use tri-state buttons?

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20928


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

   What|Removed |Added

 Blocks||18780




-- 
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 18780] Enable RevisionDelete on WMF wikis for admins

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18780


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

   What|Removed |Added

 Depends on||20928




-- 
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 21718] New: Create Edit filter managers groups on ArWP

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21718

   Summary: Create Edit filter managers groups on ArWP
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ar.wikipedia.org/wiki/%D9%88%D9%8A%D9%83%D9%8A%D8
%A8%D9%8A%D8%AF%D9%8A%D8%A7:%D8%A7%D9%84%D9%85%D9%8A%D8%
AF%D8%A7%D9%86/%D8%A3%D8%B1%D8%B4%D9%8A%D9%81/%D8%AA%D9%
82%D9%86%D9%8A%D8%A9/10/2009#.D8.A5.D9.86.D8.B4.D8.A7.D8
.A1_.D9.85.D8.AC.D9.85.D9.88.D8.B9.D8.A9_.D9.85.D8.B9.D8
.AF.D9.84.D9.8A_.D9.85.D8.B1.D8.B4.D8.AD_.D8.A7.D9.84.D8
.A5.D8.B3.D8.A7.D8.A1.D8.A9
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ciphersw...@gmail.com


Per above link, the local community agreed to create Edit filter managers (in
Arabic معدلو مرشح الإساءة) group on Arabic Wikipedia, similar
to the group on English Wikipedia
[http://en.wikipedia.org/w/index.php?title=Special:ListUsersgroup=abusefilter].
 
Adding or removing from the Editfilter group is to be accessable to local
bureaucrats. 

Thanks in advance!


-- 
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 21718] Create Edit filter managers group on ArWP

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21718


Ciphers ciphersw...@gmail.com changed:

   What|Removed |Added

Summary|Create Edit filter managers |Create Edit filter managers
   |groups on ArWP  |group on ArWP




-- 
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 21004] What links here shows transcluding pages even if Hide transclusions was set

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21004


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

   What|Removed |Added

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




--- Comment #1 from Tim Starling tstarl...@wikimedia.org  2009-12-01 06:39:10 
UTC ---
This can happen if the template contains a link or #ifexist call referring to
itself. In this case, the template appears to have a v link which does
exactly that. So pagelinks entries get added from all pages which include the
template. 

There may be a bug open for the underlying issue, which is that pagelinks is
primarily for cache invalidation, and is often wrong when used for what links
here. Links inside templates need to be registered so that all the including
pages have their caches invalidated when the linked page is deleted.


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

2009-11-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21279


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

   What|Removed |Added

 Blocks||18780




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

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