[Bug 29976] New: protocol relative uri for meta edituri

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29976 Web browser: --- Bug #: 29976 Summary: protocol relative uri for meta edituri Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status: NEW

[Bug 29976] protocol relative uri for meta edituri

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29976 Bryan Tong Minh changed: What|Removed |Added CC||bryan.tongm...@gmail.com,

[Bug 29967] Better support for viewing and downloading large files

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29967 --- Comment #3 from Bryan Tong Minh 2011-07-20 07:45:33 UTC --- We could go even one step further, and add this little information box to *all* our thumbs, also those embedded in articles, with a box like: * View author, license and other fil

[Bug 29977] New: Description url in imageinfo ouputs protocol relative urls

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29977 Web browser: --- Bug #: 29977 Summary: Description url in imageinfo ouputs protocol relative urls Product: MediaWiki Version: unspecified Platform: All

[Bug 29894] Messages defined in MediaWiki namespace are not always used again

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29894 --- Comment #2 from Liangent 2011-07-20 08:17:41 UTC --- I would say it's unstable. Sometimes this problem appears (not very often) and disappears soon. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 --- Comment #218 from Philippe Verdy 2011-07-20 08:54:53 UTC --- OK, I immediately found a bug in the binary search function (which is defintely not beinary, has slower than expected convergence, and may even stale on testing the same index, due

[Bug 29971] Set wgUploadMissingFileUrl for nlwiki

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29971 Reedy changed: What|Removed |Added Keywords|ops |shell -- Configure bugmail: https://bugzilla.

[Bug 29958] SQL Error generated from includes/parser/LinkHolderArray.php (namespace not quoted)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29958 --- Comment #5 from Andrew Berridge 2011-07-20 10:00:24 UTC --- Hi Yaron, I see that my links have been obfuscated above. 0 or 1 need to be substituted with r5, but I think you know that from our previous discussions! I have upgraded to 2.2.

[Bug 29958] SQL Error generated from includes/parser/LinkHolderArray.php (namespace not quoted)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29958 --- Comment #6 from Andrew Berridge 2011-07-20 10:06:53 UTC --- Eeek! Something's not right with the Forms namespace elsewhere too... Going to Special:Forms shows an empty namespace. Of course, it doesn't help that one of my users has accident

[Bug 29978] New: Textarea tag with autocomplete doesn't close

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29978 Web browser: --- Bug #: 29978 Summary: Textarea tag with autocomplete doesn't close Product: MediaWiki extensions Version: any Platform: All OS/Version: All Statu

[Bug 29978] Textarea tag with autocomplete doesn't close

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29978 Niklas Laxström changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 --- Comment #219 from Philippe Verdy 2011-07-20 11:20:08 UTC --- I note the following comment in r80443: * Changed Title::getCategorySortkey() to separate its parts with a line break instead of a null character. All collations supported by the i

[Bug 29979] New: "LinkCache::addLinkObj" Database returned error "1205: Lock wait timeout exceeded; try restarting transaction"

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29979 Web browser: --- Bug #: 29979 Summary: "LinkCache::addLinkObj" Database returned error "1205: Lock wait timeout exceeded; try restarting transaction" Product: Medi

[Bug 28499] 1205: Lock wait timeout exceeded; try restarting transaction (tracking)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28499 Reedy changed: What|Removed |Added Depends on||29979 -- Configure bugmail: https://bugzilla.

[Bug 12872] Add variable to show the topmost level in the tree of subpages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12872 mybugs.m...@gmail.com changed: What|Removed |Added CC||mybugs.m...@gmail.com --- Comme

[Bug 29979] "LinkCache::addLinkObj" Database returned error "1205: Lock wait timeout exceeded; try restarting transaction"

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29979 --- Comment #1 from Reedy 2011-07-20 12:01:11 UTC --- SELECT page_id,page_len,page_is_redirect FROM `ec_page` WHERE page_namespace = '10' AND page_title = 'Infobox/NPC/Ultima_II' LIMIT 1 FOR UPDATE -- Configure bugmail: https://bugzilla.wikim

[Bug 12872] Add variable to show the topmost level in the tree of subpages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12872 --- Comment #18 from mybugs.m...@gmail.com 2011-07-20 12:01:24 UTC --- (In reply to comment #17) > * [[Extension:BookManager#Variables]] Uops... I mean [[mw:Extension:BookManager#Variables]]. -- Configure bugmail: https://bugzilla.wikimedia.or

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 --- Comment #220 from Tim Starling 2011-07-20 12:14:54 UTC --- (In reply to comment #218) > if ( $comparison < 0 ) { > $min = $mid + 1; > } elseif ( $comparison > 0 ) { > $max = $mid - 1;

[Bug 29958] SQL Error generated from includes/parser/LinkHolderArray.php (namespace not quoted)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29958 --- Comment #7 from Andrew Berridge 2011-07-20 12:31:50 UTC --- Hi Yaron, Further to my comments above, I have done some more investigation. The example code: print "NS_FORM:" . SF_NS_FORM, shows NS_FORM:106 And: in specials/SF_Forms.php

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 Domas Mituzas changed: What|Removed |Added CC||domas.mitu...@gmail.com --- Comment #221

[Bug 29980] New: user email broken after upgrade from MW1.16.5 to MW1.17.0

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29980 Web browser: --- Bug #: 29980 Summary: user email broken after upgrade from MW1.16.5 to MW1.17.0 Product: MediaWiki Version: 1.17.0 Platform: All OS/Vers

[Bug 29980] user email broken after upgrade from MW1.16.5 to MW1.17.0

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29980 --- Comment #1 from gjtokkel 2011-07-20 12:58:51 UTC --- introduced in https://bugzilla.wikimedia.org/show_bug.cgi?id=27862 ? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail bec

[Bug 25377] When a user gets renamed, it should be renamed too in the history/logs of the extension

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25377 Thomas Goldammer changed: What|Removed |Added CC||tho...@googlemail.com --- Comment #

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 --- Comment #222 from Philippe Verdy 2011-07-20 13:18:31 UTC --- You should know that a binary search for equality of for lower bound is completely the same algorithm. (If not convined, look at the source of a C++ standard library, which uses th

[Bug 29928] show translated titles per user language

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29928 --- Comment #4 from Rd232 2011-07-20 13:22:26 UTC --- I meant interlanguage links. Sorry for the confusion. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 29981] New: Clicking link to secure site takes me to insecure site

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 Web browser: --- Bug #: 29981 Summary: Clicking link to secure site takes me to insecure site Product: Wikimedia Version: unspecified Platform: All OS/Version: Linux

[Bug 164] Support collation by a certain locale (sorting order of characters)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 --- Comment #223 from Philippe Verdy 2011-07-20 13:35:21 UTC --- > The function is not a classical binary search, which only determines equality, instead it finds the lower bound of a range. When the test item sorts below the target ($comparison

[Bug 29982] New: Enable [[mw:Extension:FlaggedRevs]] on ptwikibooks

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29982 Web browser: --- Bug #: 29982 Summary: Enable [[mw:Extension:FlaggedRevs]] on ptwikibooks Product: Wikimedia Version: unspecified Platform: All URL: https://secure.wik

[Bug 29648] Set $wgCollectionHierarchyDelimiter = "/" for Wikibooks projects

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29648 --- Comment #3 from mybugs.m...@gmail.com 2011-07-20 14:08:21 UTC --- Thank you JeLuF!! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 29983] New: Install ArticleFeedback on Portuguese Wikibooks (ptwikibooks)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29983 Web browser: --- Bug #: 29983 Summary: Install ArticleFeedback on Portuguese Wikibooks (ptwikibooks) Product: Wikimedia Version: unspecified Platform: All

[Bug 29983] Install ArticleFeedback on Portuguese Wikibooks (ptwikibooks)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29983 --- Comment #1 from Reedy 2011-07-20 14:35:44 UTC --- I'm fairly sure there is no data migration path from Reader Feedback to Article Feedback -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiv

[Bug 29983] Install ArticleFeedback on Portuguese Wikibooks (ptwikibooks)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29983 --- Comment #2 from mybugs.m...@gmail.com 2011-07-20 14:45:01 UTC --- (In reply to comment #1) > I'm fairly sure there is no data migration path from Reader Feedback to > Article > Feedback In this case, my previous question apply: (In reply t

[Bug 23701] MySQL error on SMW_setup.php

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23701 isj changed: What|Removed |Added CC||i...@poczta.onet.pl --- Comment #6 from isj 201

[Bug 29984] New: SocialProfile needs to be ported to ResourceLoader

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29984 Web browser: --- Bug #: 29984 Summary: SocialProfile needs to be ported to ResourceLoader Product: MediaWiki extensions Version: any Platform: All URL: http://www.medi

[Bug 29693] Resource Loader loads CSS multiple times

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29693 --- Comment #8 from Subfader 2011-07-20 16:15:45 UTC --- Thanks, that works. -- 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.

[Bug 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830 --- Comment #19 from Vaibhav Jain 2011-07-20 16:33:04 UTC --- Please tell what are the content for translation? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830 --- Comment #20 from Reedy 2011-07-20 16:34:05 UTC --- (In reply to comment #19) > Please tell what are the content for translation? (In reply to comment #12) > It doesn't look like the config has been localized yet: > http://hi.wikipedia.org/

[Bug 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830 --- Comment #21 from Casey Brown 2011-07-20 16:35:37 UTC --- And it's not translation, it's localization. You change the config to fit the templates and "barnstar"/gift/love system on hiwiki. You don't just translate exactly what enwiki has.

[Bug 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830 --- Comment #22 from Ryan Kaldari 2011-07-20 16:57:16 UTC --- The documentation for configuring WikiLove is here: http://www.mediawiki.org/wiki/Extension:WikiLove#Custom_configuration The local configuration page is here: http://hi.wikipedia.

[Bug 29830] Enable Extension:WikiLove on Hindi Wikipedia

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29830 --- Comment #23 from mayurkumar 2011-07-20 17:01:06 UTC --- (In reply to comment #22) > The documentation for configuring WikiLove is here: > http://www.mediawiki.org/wiki/Extension:WikiLove#Custom_configuration > > The local configuration pag

[Bug 29981] Clicking link to secure site takes me to insecure site

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 --- Comment #1 from Brion Vibber 2011-07-20 17:22:37 UTC --- I assume the link you're clicking is the https://office.wikimedia.org/ link... I can confirm the behavior you're seeing in Firefox 5/Linux. :( Hitting the "/" generic root page will

[Bug 29981] Clicking link to secure site takes me to insecure site

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 --- Comment #2 from Brion Vibber 2011-07-20 17:26:43 UTC --- The redirect target appears to be built with WebRequest::getFullRequestURL() which uses $wgServer, which in this case I think ought to be the protocol-relative link. This then doesn

[Bug 27946] Secure Server (Tracking)

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27946 Brion Vibber changed: What|Removed |Added Depends on||29977, 29981 -- Configure bugmail: htt

[Bug 29977] Description url in imageinfo ouputs protocol relative urls

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29977 Brion Vibber changed: What|Removed |Added Blocks||27946 -- Configure bugmail: https://bu

[Bug 29981] Clicking link to secure site takes me to insecure site

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 Brion Vibber changed: What|Removed |Added Blocks||27946 -- Configure bugmail: https://bu

[Bug 29976] protocol relative uri for meta edituri

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29976 --- Comment #2 from Brion Vibber 2011-07-20 17:33:57 UTC --- I'd say if this needs to be changed, just use a local relative link with the path only. It'll be just as accurate, smaller in output, and slightly more likely to be supported by clie

[Bug 29918] $wgRightsText shouldn't be required if $wgRightsUrl is specified

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29918 Brion Vibber changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29972] Malformed header errors with the new installer

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29972 --- Comment #1 from Brion Vibber 2011-07-20 17:56:54 UTC --- This output line comes from convertLinks, which is a Maintenance subclass... ...it does the output with its $this->output() method, which on Maintenance looks like it tries to outpu

[Bug 29976] protocol relative uri for meta edituri

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29976 Roan Kattouw changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com

[Bug 29977] Description url in imageinfo ouputs protocol relative urls

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29977 Roan Kattouw changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com

[Bug 29981] Location: redirects on https sites always point to http sites

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 Roan Kattouw changed: What|Removed |Added CC||roan.katt...@gmail.com Summa

[Bug 29981] Location: redirects on https sites always point to http sites

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29981 Roan Kattouw changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com

[Bug 29210] Make ВП: a namespace alias for the project namespace at ukwiki

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29210 --- Comment #13 from microce...@gmail.com 2011-07-20 18:44:27 UTC --- There's only one letter which needs changing in the code. No problems occur with using ВЦ: as the alias, but it's incorrect and doesn't match existing shortcuts. Please, do th

[Bug 29985] New: Logo request

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29985 Web browser: --- Bug #: 29985 Summary: Logo request Product: Wikimedia Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal

[Bug 29970] Better handling of linked parameters in parser functions

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29970 Gustavo changed: What|Removed |Added CC||gustron...@gmail.com --- Comment #2 from Gus

[Bug 28574] Proofread doesn't add buttons to wikiEditor toolbar, only to legacy one.

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28574 --- Comment #11 from mybugs.m...@gmail.com 2011-07-20 19:24:48 UTC --- Brion, I'm not sure this is was caused by the recent changes, but a user reported the following on English Wikisource: I may be wrong, but I assume that it is this fix t

[Bug 29986] New: $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 Web browser: --- Bug #: 29986 Summary: $wgSecureLogin fails to handle page links, non-SSL content Product: MediaWiki Version: 1.17 Platform: All OS/Versio

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 --- Comment #1 from Dan Barrett 2011-07-20 19:47:30 UTC --- Created attachment 8807 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8807 SecureLoginPage_body.php -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=e

[Bug 29929] Failed db upgrade from 1.14

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29929 --- Comment #8 from P.Muller 2011-07-20 19:54:54 UTC --- I simply applied maintenance/archives/patch-log_user_text.sql before the upgrade, then "php update.php" worked seamlessly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs

[Bug 26813] patch ContactPageFundraiser (foundationwiki contactpage extension) to add variable for age from story submission

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26813 James Alexander changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29976] protocol relative uri for meta edituri

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29976 --- Comment #3 from Derk-Jan Hartman 2011-07-20 20:25:26 UTC --- Created attachment 8808 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8808 dze path is simple Relates to Bug 25648. Fear is that some of the clients actually using thi

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 Roan Kattouw changed: What|Removed |Added CC||roan.katt...@gmail.com --- Comment #2 f

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 Roan Kattouw changed: What|Removed |Added Attachment #8806|text/x-wiki |text/plain mime type|

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 Roan Kattouw changed: What|Removed |Added Attachment #8807|text/x-wiki |text/plain mime type|

[Bug 29968] Enable XFN rel=me for links on User Profile pages and rel="author" links on topic articles

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29968 --- Comment #5 from Derk-Jan Hartman 2011-07-20 20:32:52 UTC --- Another place where rel=author could be used might be in user's signatures on talk pages I guess. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email -

[Bug 14766] GroupPermissionManager send error messages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14766 Mark A. Hershberger changed: What|Removed |Added CC||m...@everybody.org Comp

[Bug 16318] PHP warning on SortPermissions.php

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16318 Mark A. Hershberger changed: What|Removed |Added CC||m...@everybody.org Comp

[Bug 21017] Red links to new discussion pages cause endless loop when clicked

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21017 Mark A. Hershberger changed: What|Removed |Added CC||m...@everybody.org Comp

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 --- Comment #4 from Brion Vibber 2011-07-20 20:35:12 UTC --- Using protocol-relative links doesn't have any effect on case 1) since those links are always on the local protocol/host anyway. Proper 'fix' for that is of course to always use SSL

[Bug 14766] GroupPermissionManager send error messages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14766 Mark A. Hershberger changed: What|Removed |Added Resolution|FIXED |INVALID -- Configure bugmail: h

[Bug 21017] Red links to new discussion pages cause endless loop when clicked

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21017 Mark A. Hershberger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 16318] PHP warning on SortPermissions.php

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16318 Mark A. Hershberger changed: What|Removed |Added Resolution|FIXED |INVALID -- Configure bugmail: h

[Bug 29986] $wgSecureLogin fails to handle page links, non-SSL content

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29986 --- Comment #5 from Dan Barrett 2011-07-20 20:41:57 UTC --- Brion: I see your point about security. Until such time that Wikipedia goes 100% SSL, it would be great if the secure login feature just followed the contract with its user: deliverin

[Bug 14766] GroupPermissionManager send error messages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14766 --- Comment #2 from Mark A. Hershberger 2011-07-20 20:48:12 UTC --- Marked invalid since the entire extension was removed from Bz at the request of the Ryan who said the extension was no longer under development. -- Configure bugmail: https:

[Bug 29987] New: Weird behavior of [[Special:Search]]

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29987 Web browser: --- Bug #: 29987 Summary: Weird behavior of [[Special:Search]] Product: MediaWiki Version: 1.19-svn Platform: All OS/Version: All Status: NEW

[Bug 16318] PHP warning on SortPermissions.php

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16318 --- Comment #5 from Mark A. Hershberger 2011-07-20 20:48:29 UTC --- Marked invalid since the entire extension was removed from Bz at the request of the Ryan who said the extension was no longer under development. -- Configure bugmail: https:

[Bug 29968] Enable XFN rel=me for links on User Profile pages and rel="author" links on topic articles

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29968 --- Comment #6 from Derk-Jan Hartman 2011-07-20 20:48:30 UTC --- Created attachment 8809 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8809 add rel=author to userlinks Adds the author link to userlinks. (all of them) We probably wan

[Bug 21017] Red links to new discussion pages cause endless loop when clicked

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21017 --- Comment #1 from Mark A. Hershberger 2011-07-20 20:48:41 UTC --- Marked invalid since the entire extension was removed from Bz at the request of the Ryan who said the extension was no longer under development. -- Configure bugmail: https:

[Bug 29987] Weird behavior of [[Special:Search]]

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29987 Robert Stojnic changed: What|Removed |Added CC||rain...@eunet.rs --- Comment #1 from

[Bug 29988] New: Category, template, and form semantic metadata needed automatically for each page that uses them

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29988 Web browser: --- Bug #: 29988 Summary: Category, template, and form semantic metadata needed automatically for each page that uses them Product: MediaWiki extensions Versio

[Bug 13151] Transfer some Features from DPL to

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13151 --- Comment #7 from fastgoldf...@gmail.com 2011-07-20 20:53:21 UTC --- I created another bug report as an enhancement of this one: https://bugzilla.wikimedia.org/show_bug.cgi?id=29988 -- Configure bugmail: https://bugzilla.wikimedia.org/userp

[Bug 29987] Weird behavior of [[Special:Search]]

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29987 --- Comment #2 from mybugs.m...@gmail.com 2011-07-20 20:57:17 UTC --- (In reply to comment #1) > Reloading the page a couple of times you eventually give you the results. Doesn't seems to solve the problem here. On the other hand, if I click o

[Bug 16863] Reverse Collapse button for rtl wikis

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16863 James Alexander changed: What|Removed |Added CC||jalexan...@wikimedia.org Res

[Bug 29989] New: MW should provide better messages if the search terms contains part of the "search syntax"

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29989 Web browser: --- Bug #: 29989 Summary: MW should provide better messages if the search terms contains part of the "search syntax" Product: MediaWiki Version: 1.19-svn

[Bug 29989] MW should provide better messages if the search terms contains part of the "search syntax"

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29989 --- Comment #1 from mybugs.m...@gmail.com 2011-07-20 21:32:19 UTC --- (In reply to comment #0) > The same idea applies to other strings having special meanings, such as > "prefix" and symbols like "-" which is used to exclude some of the possibl

[Bug 29989] Provide better messages if the search phrase contains part of the "search syntax"

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29989 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com Summary|MW

[Bug 29985] Logo request

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29985 --- Comment #1 from Reedy 2011-07-20 22:01:54 UTC --- This isn't really the place to ask this... I'd guess asking on commons/meta would yield more results -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- Y

[Bug 29982] Enable [[mw:Extension:FlaggedRevs]] on ptwikibooks

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29982 Reedy changed: What|Removed |Added Status|NEW |RESOLVED Depends on|

[Bug 29744] Flagged rev installation tracking bug

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29744 Reedy changed: What|Removed |Added Blocks||29982 -- Configure bugmail: https://bugzilla.

[Bug 29990] New: Signature script and potential double-posting

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29990 Web browser: --- Bug #: 29990 Summary: Signature script and potential double-posting Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status:

[Bug 29990] Signature script and potential double-posting

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29990 --- Comment #1 from Jinnai 2011-07-20 22:06:37 UTC --- Forgot to add: Running Firefox 5, Windows 7 x64 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Bug 29982] Enable [[mw:Extension:FlaggedRevs]] on ptwikibooks

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29982 --- Comment #2 from mybugs.m...@gmail.com 2011-07-20 22:08:54 UTC --- Is there any detailed reason for this decision available anywhere? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving thi

[Bug 29990] Signature script and potential double-posting

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29990 Dan Collins changed: What|Removed |Added CC||en.wp.s...@gmail.com --- Comment #2 from

[Bug 29985] Logo request

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29985 Casey Brown changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 29840] Add action=diff for diff pages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29840 Brion Vibber changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29840] Add action=diff for diff pages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29840 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #3 from Kr

[Bug 25355] Parser generates edit section links for special pages

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25355 Chad H. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 29991] New: Accessibility issue with AFT text.

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29991 Web browser: Apple Safari Bug #: 29991 Summary: Accessibility issue with AFT text. Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status

[Bug 29991] Accessibility issue with AFT text.

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29991 --- Comment #1 from Derk-Jan Hartman 2011-07-20 22:39:06 UTC --- Created attachment 8811 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8811 bin icon Same for the bin icon btw. -- Configure bugmail: https://bugzilla.wikimedia.org/us

[Bug 29991] Accessibility issue with AFT text.

2011-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29991 Brion Vibber changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |bhar...@wikimedia.org

  1   2   >