[Bug 28069] MediaWiki fails streaming files when mod_deflate and ob_gzhandler are also set ("Content-Encoding: , gzip")
https://bugzilla.wikimedia.org/show_bug.cgi?id=28069 --- Comment #12 from Dan Nessett 2011-03-19 00:34:42 UTC --- (In reply to comment #11) > > Just use the test case Brion provided to Mozilla. Create a php file containing > (with some_file.png being a real file) > header('Content-Type: image/png'); > header('Content-Encoding: identity'); > readfile('some_file.png'); > ?> It took a bit of fiddling, but I successfully tested FF 2.0 and it seems to handle 'Content-Encoding: identity' properly. The test php I used was: Here is the HTTPFox output: (Request-Line)GET /test.php HTTP/1.1 Hosttest.citizendium.org User-AgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Languageen-us,en;q=0.5 Accept-Encodinggzip,deflate Accept-CharsetISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive300 Connectionkeep-alive Cookie .. (Status-Line)HTTP/1.0 200 OK DateSat, 19 Mar 2011 00:28:17 GMT ServerApache/2.2.3 (CentOS) X-Powered-ByPHP/5.3.5 Content-Encodingidentity Content-Typeimage/png X-CacheMISS from aristotle.citizendium.org X-Cache-LookupMISS from aristotle.citizendium.org:80 Via1.0 aristotle.citizendium.org:80 (squid/2.6.STABLE21) Connectionclose -- 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 28109] New: Tweak memcaching
https://bugzilla.wikimedia.org/show_bug.cgi?id=28109 Summary: Tweak memcaching Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Normal Component: OpenStackManager AssignedTo: rlan...@gmail.com ReportedBy: s...@reedyboy.net Adding the caching you'd put a TODO on in r84298 and r84300 Set for 24 hours, don't know if you want longer. Only other tweak is maybe making keys more unique. $key = wfMemcKey( 'openstackmanager', 'domaininfo', $this->domainname ); Add it before the last parmameter, not sure if you need any more uniqueness More adding this as a TODO as you've gone offline ;) -- 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 28110] New: Search suggestions don't include thread namespace for suggestions in thread namespace (when using LQT)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28110 Summary: Search suggestions don't include thread namespace for suggestions in thread namespace (when using LQT) Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: minor Priority: Normal Component: Vector AssignedTo: tpars...@wikimedia.org ReportedBy: bawolff...@gmail.com CC: roan.katt...@gmail.com Some search suggestions I got on enwikinews: :Comments:Curfew imposed in Jammu and Kashmir, three injured and four killed/Comments from feedback form - "security men? i think u mean p..." :Comments:Hong Kong 'tutor king' applies for bankruptcy/Comments from feedback form - "nice.." They should be prefixed with Thread. I got these when I started typing Comments into the search box (So really its questionable if thread namespace things should show up at all). If I start typing thread into the box, I get the pages being prefixed with "thread:" as appropriate. -- 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 26583] OpenStackManager extension should also support the OpenStack API
https://bugzilla.wikimedia.org/show_bug.cgi?id=26583 Reedy changed: What|Removed |Added CC||s...@reedyboy.net --- Comment #1 from Reedy 2011-03-19 00:45:20 UTC --- There's php swift php bindings at http://wiki.openstack.org/SwiftAPI Looks like nova is still under development -- 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 26583] OpenStackManager extension should also support the OpenStack API
https://bugzilla.wikimedia.org/show_bug.cgi?id=26583 --- Comment #2 from Ryan Lane 2011-03-19 00:56:03 UTC --- Thankfully nova is just a REST API, so I could make the calls directly. I've been avoiding this because the OpenStack API doesn't have feature parity with the EC2 API yet. -- 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 26136] Create Wikisource in Esperanto
https://bugzilla.wikimedia.org/show_bug.cgi?id=26136 --- Comment #11 from Reedy 2011-03-19 01:05:41 UTC --- Works for me now. Didn't earlier... -- 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 19474] Geshi CSS styles not included in Code Review
https://bugzilla.wikimedia.org/show_bug.cgi?id=19474 --- Comment #5 from Reedy 2011-03-19 01:37:50 UTC --- (In reply to comment #3) > The HTML output for comments is fetched via $wgOut->parse(), which throws away > any head items or ResourceLoader modules specified in the ParserOutput object. > > Without redoing the entire output code for the code review pages, this might > work: > > * change out $wgOut->parse() for > * call $wgOut->addParserOutputNoText($parserOutput) to add styles/etc > ** note this will pass through language links and category links as well. > Alternate: just do the head items/addModules but this feels icky. > * fetch the HTML with $parserOutput->getText() and use as before Care to elaborate a bit more Brion? Was just looking at this, and the idea doesn't seem complete... ie Which parser output instance you are using, etc Ta! :) -- 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 27578] Enable Extension:AbuseFilter on zh.wikinews
https://bugzilla.wikimedia.org/show_bug.cgi?id=27578 Mark A. Hershberger changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia. |has...@free.fr |org | --- Comment #3 from Mark A. Hershberger 2011-03-19 01:39:13 UTC --- patience. Giving to Ashar hoping that he notices. -- 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 26136] Create Wikisource in Esperanto
https://bugzilla.wikimedia.org/show_bug.cgi?id=26136 --- Comment #12 from Kevin 2011-03-19 01:45:43 UTC --- It's working for me now too. -- 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 28111] New: namespace/prefix support to special:contributions URL
https://bugzilla.wikimedia.org/show_bug.cgi?id=28111 Summary: namespace/prefix support to special:contributions URL Product: MediaWiki Version: wikimedia-deployment Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Normal Component: General/Unknown AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: jay...@gmail.com I often want to quickly view a users contributions in a specific namespace. I can do this by entering special:contributions/?namespace= I would like to be able to do special:contributions// or to match the prefixindex usage special:contributions//: It would also be useful to be able to specify a different prefix, especially for wikis which have subpages enabled in the main namespace special:contributions//[:]prefix which would return only contributions to pages with that prefix. -- 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 27260] Tracking bug: UploadWizard 1.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260 Bug 27260 depends on bug 25787, which changed state. Bug 25787 Summary: UploadWizard's error handling is totally broken https://bugzilla.wikimedia.org/show_bug.cgi?id=25787 What|Old Value |New Value Status|ASSIGNED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 25787] UploadWizard's error handling is totally broken
https://bugzilla.wikimedia.org/show_bug.cgi?id=25787 Neil Kandalgaonkar changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED --- Comment #6 from Neil Kandalgaonkar 2011-03-19 02:11:39 UTC --- Considering this bug closed, at least insofar as it represents upload error handling. Lots of revisions have fixed this, but the last holes should be plugged with r84221, r84223, r84224, r84226, r84286, r84301, r84303. For description page API errors refer to bug 24758. -- 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 24695] Upload wizard: Error handling system
https://bugzilla.wikimedia.org/show_bug.cgi?id=24695 --- Comment #5 from Neil Kandalgaonkar 2011-03-19 02:14:10 UTC --- Considering this bug closed, at least insofar as it represents - missing token - site unavailable, unreachable - identical file handling - other upload API error handling Lots of revisions have fixed this, but the last holes should be plugged with r84221, r84223, r84224, r84226, r84286, r84301, r84303. For description page API errors refer to bug 24758. For description/title bad characters, see bug 24703 -- 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 24695] Upload wizard: Error handling system
https://bugzilla.wikimedia.org/show_bug.cgi?id=24695 Neil Kandalgaonkar changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED --- Comment #6 from Neil Kandalgaonkar 2011-03-19 02:14:25 UTC --- See previous comment. -- 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 27260] Tracking bug: UploadWizard 1.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260 Bug 27260 depends on bug 24695, which changed state. Bug 24695 Summary: Upload wizard: Error handling system https://bugzilla.wikimedia.org/show_bug.cgi?id=24695 What|Old Value |New Value Status|ASSIGNED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 24758] Upload wizard doesn't proceed to Step 4, spinner keeps spinning
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758 --- Comment #1 from Neil Kandalgaonkar 2011-03-19 02:15:11 UTC --- Will reconsider this bug to be about any and all API errors that can block progress on the description 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 24758] Upload wizard: API errors that block progress on description page submission
https://bugzilla.wikimedia.org/show_bug.cgi?id=24758 Neil Kandalgaonkar changed: What|Removed |Added Summary|Upload wizard doesn't |Upload wizard: API errors |proceed to Step 4, spinner |that block progress on |keeps spinning |description page submission -- 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 17463] New pages log doesn't remove/update item after suppression redirect
https://bugzilla.wikimedia.org/show_bug.cgi?id=17463 --- Comment #10 from Bawolff 2011-03-19 02:49:09 UTC --- Created attachment 8312 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8312 Don't show new page entries in Special:newpage for supressed redirects. Patch to remove the new page entry from Special:RecentChange and special:newpages, if the new page gets moved with redirect supressed. I'm not a 100% sure this is a good idea. This will only suppress the initial new page line in the RC (And newpages), and won't supress any other edits to the page. Does this behaviour really make sense? (Thats not rhetorical). It seems somewhat different from deleting a page, where none of the content is relevent, but when you move a page, the edits don't go away, they're just in a new title. I suppose we could just change the new page entry in the RC to point to the other page, but that seems rather wrong too. So anyhow, not sure what the right approach is. -- 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 25786] Terse, untranslated error message when trying to upload a file with a forbidden extension
https://bugzilla.wikimedia.org/show_bug.cgi?id=25786 Neil Kandalgaonkar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #2 from Neil Kandalgaonkar 2011-03-19 02:55:28 UTC --- fixed in r84304 -- 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 26081] Uploading a duplicate file causes spinner to spin forever
https://bugzilla.wikimedia.org/show_bug.cgi?id=26081 Neil Kandalgaonkar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #6 from Neil Kandalgaonkar 2011-03-19 02:57:15 UTC --- see above comment, fixed in r84223 -- 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 27260] Tracking bug: UploadWizard 1.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260 Bug 27260 depends on bug 26081, which changed state. Bug 26081 Summary: Uploading a duplicate file causes spinner to spin forever https://bugzilla.wikimedia.org/show_bug.cgi?id=26081 What|Old Value |New Value Status|NEW |RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 5620] problems with illegal mix of collations latin1 and utf8
https://bugzilla.wikimedia.org/show_bug.cgi?id=5620 Mark A. Hershberger changed: What|Removed |Added Status|NEW |RESOLVED CC||m...@everybody.org Resolution||INVALID --- Comment #5 from Mark A. Hershberger 2011-03-19 03:00:38 UTC --- Closing since Konstantin said his problem was resolved. -- 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 14898] Excessively large offset specified in {{#time:}} causes timeout
https://bugzilla.wikimedia.org/show_bug.cgi?id=14898 Mark A. Hershberger changed: What|Removed |Added Attachment #5329|0 |1 is patch|| Attachment #5329|text/x-diff |text/plain mime type|| -- 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 14898] Excessively large offset specified in {{#time:}} causes timeout
https://bugzilla.wikimedia.org/show_bug.cgi?id=14898 Mark A. Hershberger changed: What|Removed |Added Status|NEW |RESOLVED CC||m...@everybody.org Resolution||FIXED --- Comment #8 from Mark A. Hershberger 2011-03-19 03:05:56 UTC --- Since the fix is in PHP, anyone running into this problem should run PHP 5.3+ (I trust Tim to reopen if I'm wrong.) -- 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 16036] PAGESINCATEGORY inaccurate for template-populated deletion categories
https://bugzilla.wikimedia.org/show_bug.cgi?id=16036 Mark A. Hershberger changed: What|Removed |Added Priority|High|Highest CC||m...@everybody.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 26108] API errors received while obtaining metadata cause 'spin forever'
https://bugzilla.wikimedia.org/show_bug.cgi?id=26108 Neil Kandalgaonkar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #2 from Neil Kandalgaonkar 2011-03-19 03:59:43 UTC --- fixed in r84307 -- 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 27260] Tracking bug: UploadWizard 1.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260 Bug 27260 depends on bug 26108, which changed state. Bug 26108 Summary: API errors received while obtaining metadata cause 'spin forever' https://bugzilla.wikimedia.org/show_bug.cgi?id=26108 What|Old Value |New Value Status|NEW |RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 164] Support collation by a certain locale (sorting order of characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164 Mark A. Hershberger changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC||m...@everybody.org Resolution||FIXED --- Comment #211 from Mark A. Hershberger 2011-03-19 04:03:09 UTC --- On wikitech-l, Roan writes > This support is now in MW with the category collation code Aryeh > wrote, and developers can now proceed to write language-specific > collations if they want to. See http://permalink.gmane.org/gmane.science.linguistics.wikipedia.technical/52572 -- 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 3969] Unicode (UTF-8, utf8) compatibility (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=3969 Bug 3969 depends on bug 164, which changed state. Bug 164 Summary: Support collation by a certain locale (sorting order of characters) https://bugzilla.wikimedia.org/show_bug.cgi?id=164 What|Old Value |New Value Status|ASSIGNED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 6948] Natural number sorting in category listings
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948 Bug 6948 depends on bug 164, which changed state. Bug 164 Summary: Support collation by a certain locale (sorting order of characters) https://bugzilla.wikimedia.org/show_bug.cgi?id=164 What|Old Value |New Value Status|ASSIGNED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 15607] Implement the Interlanguage extension in Wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=15607 Mark A. Hershberger changed: What|Removed |Added Status|NEW |RESOLVED CC||m...@everybody.org Resolution||FIXED --- Comment #58 from Mark A. Hershberger 2011-03-19 04:05:02 UTC --- Marking fixed since Nikola seems to have fixed it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919 Mark A. Hershberger changed: What|Removed |Added Priority|High|Highest -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are 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 2888] Broken thumbnails not being generated
https://bugzilla.wikimedia.org/show_bug.cgi?id=2888 Mark A. Hershberger changed: What|Removed |Added Priority|Normal |Highest CC||m...@everybody.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
wikibugs-l@lists.wikimedia.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=6100 Mark A. Hershberger changed: What|Removed |Added Priority|Normal |Highest -- 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 14629] Titleblacklist entires with should affect automatically created accounts with SUL too
https://bugzilla.wikimedia.org/show_bug.cgi?id=14629 Mark A. Hershberger changed: What|Removed |Added Priority|Normal |Highest CC||m...@everybody.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 18682] Can't provide alt text for files in
https://bugzilla.wikimedia.org/show_bug.cgi?id=18682 Mark A. Hershberger changed: What|Removed |Added Priority|Normal |Highest CC||m...@everybody.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 21919] Google News SiteMaps extension to allow
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919 Mark A. Hershberger changed: What|Removed |Added Summary|Make an extension to|Google News SiteMaps |produce Google news |extension to allow |sitemaps to allow Wikinews | |to be more efficiently | |indexed by google | -- 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 21919] Google News SiteMaps (GNSM) extension
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919 Mark A. Hershberger changed: What|Removed |Added Summary|Google News SiteMaps|Google News SiteMaps (GNSM) |extension to allow |extension -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 19161] Auto account creation creates privacy vulnerability
https://bugzilla.wikimedia.org/show_bug.cgi?id=19161 Mark A. Hershberger changed: What|Removed |Added Priority|Normal |Highest CC||m...@everybody.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 19161] Auto account creation creates privacy vulnerability
https://bugzilla.wikimedia.org/show_bug.cgi?id=19161 p858snake changed: What|Removed |Added CC||p858sn...@gmail.com --- Comment #19 from p858snake 2011-03-19 05:34:15 UTC --- Is this a issue? we now have a tickbox to disable global login -- 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 21919] Write and implement Google News SiteMaps (GNSM) extension for Wikinews
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919 MZMcBride changed: What|Removed |Added Summary|Google News SiteMaps (GNSM) |Write and implement Google |extension |News SiteMaps (GNSM) ||extension for Wikinews -- 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 15607] Implement the Interlanguage extension in Wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=15607 Nikola Smolenski changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED | --- Comment #59 from Nikola Smolenski 2011-03-19 06:02:45 UTC --- (I believe) I fixed all the known problems with the extension, but it still isn't implemented in Wikipedia. -- 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 28112] New: Add "PoolCounter" to Bugzilla MediaWiki extensions list
https://bugzilla.wikimedia.org/show_bug.cgi?id=28112 Summary: Add "PoolCounter" to Bugzilla MediaWiki extensions list Product: Wikimedia Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Normal Component: Bugzilla AssignedTo: pdha...@wikimedia.org ReportedBy: b...@mzmcbride.com CC: innocentkil...@gmail.com, s...@reedyboy.net Please add "PoolCounter" to the Bugzilla MediaWiki extensions list. -- 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 28113] New: PoolCounter extension shouldn't return "too many readers" error
https://bugzilla.wikimedia.org/show_bug.cgi?id=28113 Summary: PoolCounter extension shouldn't return "too many readers" error Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Normal Component: [other] AssignedTo: wikibugs-l@lists.wikimedia.org ReportedBy: b...@mzmcbride.com The PoolCounter extension should never return a "too many readers" error. Instead, in a case where the current parsed copy of the page can't be displayed, a stale cached version of the page should be displayed instead. -- 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 26209] UploadWizard: uploading file with colon in name leads to error
https://bugzilla.wikimedia.org/show_bug.cgi?id=26209 Neil Kandalgaonkar changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #4 from Neil Kandalgaonkar 2011-03-19 06:32:32 UTC --- For simplicity, I am disallowing colons client side now, as of r84313. Presumably this will fix this bug, although I can't replicate it at the moment. -- 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 27260] Tracking bug: UploadWizard 1.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=27260 Bug 27260 depends on bug 26209, which changed state. Bug 26209 Summary: UploadWizard: uploading file with colon in name leads to error https://bugzilla.wikimedia.org/show_bug.cgi?id=26209 What|Old Value |New Value Status|NEW |RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 26863] Create Catalan, Japanese and Spanish Planet Wikimedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=26863 JeLuF changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #4 from JeLuF 2011-03-19 06:42:07 UTC --- http://es.planet.wikimedia.org/ is now available. Please reopen the ticket when there are feeds for ja.planet and ca.planet. -- 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 26136] Create Wikisource in Esperanto
https://bugzilla.wikimedia.org/show_bug.cgi?id=26136 JeLuF changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 16976] Wikis ready for creation (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976 Bug 16976 depends on bug 26136, which changed state. Bug 26136 Summary: Create Wikisource in Esperanto https://bugzilla.wikimedia.org/show_bug.cgi?id=26136 What|Old Value |New Value Status|REOPENED|RESOLVED Resolution||FIXED -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l