[00:04:49] 03(mod) Special:Emailuser doesn’t check whether user’s IP is blocked - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18860 +comment (10overlordq) [00:06:37] Don't need help now, fixed it myself. [00:10:29] 03(mod) Special:Emailuser doesn’t check whether user’s IP is blocked - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18860 (10mrzmanwiki) [00:17:12] 04(REOPENED) Request to change namespaces on fy.wiktionary.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6331 +comment (10aliter) [00:19:46] Is it possible to make mediawiki use phpbb sessions so that you don't have to login twice. I made a main header for my site and I set it up to link to the phpbb login/register pages and get all of its info from there. But using said header on the wiki makes it unusable since you won't be logged in on the wiki but rather on the forums. [00:21:48] !auth | Existance0 [00:21:48] --mwbot-- Existance0: http://www.mediawiki.org/wiki/AuthPlugin [00:23:23] there is already said plugin made [00:24:04] http://www.mediawiki.org/wiki/Extension:PHPBB/Users_Integration [00:24:29] but if you login on the forums you do not login on the wiki [00:27:00] i keep getting Could not rename file "C:\WINDOWS\Temp\php3EF.tmp" to "public/foo.jpg" when uploading files.. all directories have write permissions enabled [00:27:45] that would be a windows issue [00:28:12] i assume your using ftp? [00:28:33] no, he's trying to upload a file to mediawiki [00:28:44] via Special:Upload [00:28:45] oh [00:29:44] i am on a windows machine [00:29:54] vista i presume [00:30:02] no, win xp [00:30:19] hmm [00:30:38] try clearing you temp files [00:30:48] and moving said file you are trying to upload to a different folder [00:30:58] if all else fails reboot [00:31:07] rook2pawn: check the PHP error log if you didn't already [00:31:14] it might have a more useful error [00:33:47] thanks, ill try that [00:36:52] !hesaidsemantic [00:36:52] --mwbot-- http://img393.imageshack.us/img393/576/hesaidsemanticga2.jpg [00:37:01] 03(mod) Special:Emailuser doesn’t check whether user’s IP is blocked - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18860 (10Nishkid64) [00:38:48] semantic [00:55:41] When you do a file upload, what script can i look at so i can put in some debugging output? [01:00:30] SpecialUpload.php would probably be a good place to start [01:02:37] thank you [01:13:18] wow the script is almost 2000 lines [01:14:15] Emachman: he didn't until you said... [01:19:21] i just var_dump'd the $status variable in SpecialUpload.php right after if ( !$status->isGood() ) { on line 578. [01:20:01] apprently, default installatoin values on the latest wiki does things like "E:\Apache2.2\htdocs\mediawiki/images/6/6b/337.jpg" [01:45:50] Should a global to disable SpecialUpload's script detection checks be called $wgDisableUploadScriptChecks or should it be the other way around as $wgCheckUploadsForScripts or something similar? [01:47:12] it seems there is no substituion checks for \ vs default / and that SpecialUpload is just assuming hte whole way that all various strings are of the forward-slash / kind [01:51:51] and in general, things like $IP might be "E:\Apache2.2\htdocs\mediawiki", so the default value of $wgUploadDirectory which is "{$IP}/images" would produce an incorrect [01:52:05] "E:\Apache2.2\htdocs\mediawiki/images" [01:52:30] 03dale * r52016 10/branches/new-upload/phase3/js2/ (3 files in 2 dirs): [01:52:30] added remoteMwEmbed.js for supporting remote usage of mwEmbed for wikis without the new-upload branch [01:52:30] cleaned up mvClipEdit.js [01:54:22] rook2pawn: Can't Windows handle mixed paths? [01:58:05] i think it can, but i dont know to what degree, and i dont know how this affects php [02:00:42] What is $wgUploadPath set to? [02:02:22] 04(REOPENED) html upload fails even when extension .html is whitelisted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1672 +comment (10Emufarmers) [02:03:25] Emufarmers: "{$wgScriptPath}/images" is the default [02:03:51] And is that what's set in LocalSettings.php? [02:04:30] hmm, its not listed by default [02:05:13] Really? It is in mine, though mine was created several versions ago [02:05:24] Anyway, do you know the exact directory it's actually pointing to? [02:05:56] http://pastie.org/514619 [02:06:23] 03(mod) html upload fails even when extension .html is whitelisted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1672 (10Emufarmers) [02:06:36] that is a var_dump from $status in line 578, which has "filerenameerror" as its message [02:07:56] And E:\Apache2.2\htdocs\mediawiki/images/6/6b is writable? [02:08:32] yes [02:09:01] notice that nowhere in the localsettings.php can you specify the backslash or forwardslash switch on autocreated directories, like /6/6b [02:09:16] That's true [02:09:26] but notice also that there aren't thousands of people in here complaining that uploads don't work on their setups [02:09:42] which surely there would be if that were a problem [02:09:53] do they test the release on windows? [02:10:04] most wiki's arent set up on windows [02:11:56] I don't kniow what sorts of tests get done on which OSes, and I don't know the percentages of setups that use one or the other, but I'm pretty sure the mixed paths you're describing have been around for a while [02:12:33] I dont think it's actively tested on windows, but afaik it should work just fine [02:37:41] where will I find help for using the API? [02:38:01] if this is the correct place, how can I list all of the revisions for a page? [02:38:13] http://en.wikipedia.org/w/api.php [02:38:15] Did you read that? [02:38:32] no, I was reading http://www.mediawiki.org/wiki/API [02:38:43] Hmm, read the link I provided. [02:38:50] k, will do, thanks. [02:39:30] that make is just slightly out of date and non-informative [02:39:53] oh wait, missed the box on the right [02:40:07] *Annemarie pets OverlordQ. [02:42:56] so I was a kind of close, just missing the rvlimit parameter. anyway, thanks! [02:47:29] morning folks! [02:48:03] is there any way in wiki text to embed code into a numbered list without the next list item starting a new list? [02:48:29] not atm [02:48:40] hrmph [02:48:43] ok, thanks. [02:50:14] suggested 'workaround' is to just use html [02:51:38] yep, that's what i was in the process of doing. but there are lots of lists to go through... [02:51:40] thanks. [03:56:57] Could someone test something for me? I think I've found a bug but I'd like someone to confirm it is reproducable [03:59:30] Hmmm, bug sex. [04:03:51] Annemarie: http://xkcd.com/583/ [04:04:09] :D [04:04:30] bug 19251 filed [04:04:31] 03(NEW) [[Special:WhatLinksHere]] nonfunctional for pages with large numbers of links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19251 major; Normal; MediaWiki: Special pages; (mapellegrini) [04:06:51] 03(mod) [[Special:WhatLinksHere]] nonfunctional for pages with large numbers of links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19251 +comment (10overlordq) [04:08:54] is there any way to transwiki a bunch of pages at once? [04:09:40] Transwiki can barely handle one page at a time. [04:09:45] Seriously, it's awful. [04:10:15] Yea I know, at least automagic it somehow, like I give it a list and it'll slowly chug through them [04:10:57] You seem to have the impression that it would even do one correctly. [04:11:18] workign fine so far, justa PITA to do 50+ pages one at a time [04:11:26] I think it works ok as long as there aren't too many revisions [04:11:34] Transwiki in general, that is [04:12:01] nah, I've selected only the most recent revision [04:12:13] or rather, disabled copy all [04:12:25] omgcopyright!!! [04:13:09] Anyway, why don't you write a MassTranswiki special page/extension? [04:15:36] maybe a maintenence script, would be too lazy to work around script timeouts and the such [04:26:21] 03rememberthedot * r52017 10/trunk/phase3/ (8 files in 5 dirs): [04:26:21] Follow-up to r49331: Moved decapitalization code to "a Messages*.php property, a [04:26:21] class and a descendant selector, like we do for RTL", as requested by Tim Starling in r51924 [04:28:55] 03rememberthedot * r52018 10/trunk/phase3/languages/messages/MessagesEn.php: Follow-up to r52017: corrected documentation [04:44:13] anyone a Geshi extension user? any simple explanation of the difference, or recommendation between, "Extension:SyntaxHighlight_GeSHi" and "Extension:Geshi"? [04:45:39] pg1054: Extension:SyntaxHighlight GeSHi = good; Extension:Geshi = ??? [04:47:31] Emufarmers: heh. your experience? widely held consensus? tarot card reading? ;-) [04:48:05] pg1054: SyntaxHighlight GeSHi is the one you want. [04:48:10] It's the one Wikimedia uses. [04:48:20] What the lady said [04:48:34] Notice the authors [04:56:51] 03(mod) Maintenance script cleanup - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19133 +comment (10innocentkiller) [04:59:56] 04(REOPENED) rebuildrecentchanges broken on PostgreSQL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13453 15enhancement->minor; +comment (10overlordq) [05:00:07] Annemarie: Emufarmers aha. the missing info. wikipedia's use. sold! thanks :-) [05:01:01] 03(mod) rebuildrecentchanges broken on PostgreSQL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13453 (10overlordq) [05:08:32] 03(mod) rebuildrecentchanges broken on PostgreSQL - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13453 (10overlordq) [05:27:20] ugga [05:31:01] 03(NEW) User Javascripts cannot be redirected, nor use include, nor be restricted to edit screens. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19252 enhancement; Normal; MediaWiki: Redirects; (bugzilla.wikimedia) [05:34:22] *^demon is waiting for his blog post to show up on planet wikimedia [05:38:44] 03(mod) User Javascripts cannot be redirected, nor use include, nor be restricted to edit screens. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19252 +comment (10mrzmanwiki) [05:42:13] arr [05:42:17] *Splarka bites MrZ-man [05:42:24] > Mid-air collision! [05:42:29] *MrZ-man wins! [05:42:40] Your comment was: [05:42:41] In each [[User:.../skin.js]]: importScript('User:.../common.js');in [[User:.../common.js]]: if(wgAction == 'edit' || wgAction == 'submit') importScript('User:.../edit.js') [05:43:05] *Splarka also was going on about how a user common.js was rejected out of hand due to the ability to switch skins to fix such [05:43:10] I don't see why redirects can't render and follow. [05:43:14] It's annoying that they don't. [05:43:35] Though they do get marked in the database as redirects. [05:44:01] <^demon> Nikerabbit: Replied to /msg, sorry for delay. [05:44:09] A page_is_subpage column would be nice. [05:44:23] ew [05:44:36] pages are subpages at a quantum level, they aren't until you observe them [05:44:52] depending on if the page is in a subpage-enabled namespace and has a parent page [05:44:57] Right. [05:45:09] So run a maintenance in the rare case of enabling or disabling subpages. [05:45:17] It's hard to find subpages without parent pages. [05:45:29] and prefixindex for all pages when created/deleted for possible subpages? [05:45:39] there are some with thousands [05:45:44] Wat? [05:46:12] PrefixIndex is just querying the page table... shouldn't really make a difference. [05:46:34] http://test.wikipedia.org/wiki/Special:AllPages/Template:Shared [05:46:59] Right. [05:47:18] What about it? [05:48:14] crumbs [05:48:26] the status of a subpage subtly changes as its parents exist/deexist [05:48:53] I mean, if the point of page_is_subpage is just 'contains slash' and 'is in subpage namespace' that's stupidly redundant [05:49:01] it should also tell if an parent exists [05:49:02] Talk:Foo/bar is a subpage even if Talk:Foo doesn't exist. [05:49:13] just check for slash/ns [05:49:15] lazy [05:49:19] That doesn't work. [05:49:30] Talk:AC/DC [05:49:34] There are weird cases. [05:50:07] Alternately, it'd be nice to set page_is_subpage manually for pages like that... [05:50:07] screw ACDC [05:50:09] 03(mod) Page shown as draft after being sighted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18419 (10zolithemexican) [05:50:24] FOR THOSE ABOUT TO ROCK, WE SALUTE YOU. [05:51:56] *^demon thinks Nikerabbit forgot him [06:09:19] 03(mod) [[Special:WhatLinksHere]] nonfunctional for pages with large numbers of links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19251 (10niklas.laxstrom) [06:09:23] 03(mod) "What Links Here" limits not working anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19236 (10niklas.laxstrom) [06:16:24] 03nikerabbit * r52019 10/trunk/extensions/UsabilityInitiative/ (OptIn/SpecialOptIn.php PrefStats/SpecialPrefStats.php): [06:16:24] * use addWikiMsg or wrapWikiMsg instead off addWikiText [06:16:24] * post isntead of POST [06:16:24] * escape link text for link() [06:18:45] 03(NEW) Update Wikimedia's NOC's highlight.php to not use non-breaking spaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19253 enhancement; Normal; Wikimedia: General/Unknown; (public) [06:19:05] 03dale * r52020 10/branches/new-upload/phase3/js2/ (4 files in 3 dirs): removed extra debug call [06:19:58] Splarka: well if you don't care about AC/DC then care about [[TIA/EIA-568-B]] >.> [06:21:38] [[TIA/EIA-568-B]] is not [[Talk:TIA/EIA-568-B]] [06:21:53] but anyway, such exceptions like __NOTASUBPAGE__ are cans of worms [06:22:37] eg, after that, someone might ask if it could be possible to put [[Project:Something (manga)]] into main with {{NAMESPACEOVERRIDE:0}} [06:22:49] So is every other magic word. [06:23:01] yes, and we got 'nuff worms [06:23:03] yummy [06:23:03] Would that be bad? [06:23:19] 03nikerabbit * r52021 10/trunk/phase3/includes/specials/ (SpecialDeletedContributions.php SpecialLinkSearch.php): Use addWikiMsg or wrapWikiMsg [06:23:25] {{NAMESPACEOVERRIDE:4}} for the Main Page. >:-) [06:23:51] By the way, I filed that bug for you, Splarka. <3 [06:25:00] *Splarka puts Annemarie into the stab-machine\ [06:25:13] :O [06:26:12] 03(mod) Update Wikimedia's NOC's highlight.php to not use non-breaking spaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19253 (10herd) [06:26:45] I thought about that. The colors are nice. [06:27:11] And you'd still have to escape < and > [06:27:41] ugga [06:28:27] http://www.urbandictionary.com/define.php?term=ugga [06:29:10] http://www.urbandictionary.com/define.php?term=Annemarie [06:30:05] why is flaggedrevs even set to do two if statements to detect the same wiki install.... [06:30:47] http://www.urbandictionary.com/define.php?term=Splaka [06:33:40] http://www.urbandictionary.com/define.php?term=conversation-killer [06:34:05] well your not defined yet, those are only close(ish) matches [06:35:01] http://www.urbandictionary.com/define.php?term=tim+starling [06:37:04] p858snake_: my Uncyc nick was Splaka [06:38:27] http://www.urbandictionary.com/define.php?term=Jimboism&defid=2101391 >.> thats actually a true one <.< [06:45:58] 03nikerabbit * r52022 10/trunk/extensions/Translate/TranslateEditAddons.php: * Leave the edit area alone if editing older revisions... [06:46:11] a true one? (bool) 1 ? [06:53:36] 03(mod) disambiguations-text is itself ambiguous - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19184 (10jidanni) [06:56:01] 03(mod) Special:WhatLinksHere form broken - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19236 summary (10mrzmanwiki) [06:59:40] 03mrzman * r52023 10/trunk/phase3/includes/specials/SpecialWhatlinkshere.php: [06:59:40] Partial fix for bug 19236 - the array you want to override others should come last in array_merge(). [06:59:40] This fixes the "next" links, limit links, and filters. The "previous" links are still broken. [07:02:07] 03(mod) Special:WhatLinksHere form broken - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19236 (10mrzmanwiki) [07:10:33] that didn't fix the next links. [07:11:01] oops wait :-/ [07:11:51] hi Duesentrieb [07:11:55] helps to svn up after svn revert [07:11:57] and dungodung , buh [07:12:05] 03(mod) EditTool i18n messages with markup should be avoided - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19190 (10bugzilla.wikimedia) [07:12:57] hello nikey [07:18:19] *Duesentrieb waves at nikerabbit [07:30:51] http://www.mediawiki.org/w/index.php?title=Help:Magic_words&diff=260226&oldid=259895 [07:31:12] *Splarka thinks this is inappropriate for the help ns, yes? [07:31:14] 03tstarling * r52024 10/trunk/phase3/ (12 files in 3 dirs): (log message trimmed) [07:31:14] Bug 19240 (bad image list performance regression): [07:31:14] * Don't connect to the commons DB on cache hits, in order to determine the cache key name. Removed remnants of that bright idea from GlobalFunctions.php. [07:31:14] * Fixed total failure of negative caching in checkRedirect() due to memcached stripping trailing spaces from string values. Probably never worked. [07:31:17] Also: [07:31:19] * Respect hasSharedCache in foreign repos. Recently-added code was apparently ignorant of this setting. [07:31:21] * Renamed getMemcKey() to getSharedCacheKey() to make its function more clear, introduced getLocalCacheKey() to do the other thing. Fixed its parameters to be like wfMemcKey() and used it in more places. [07:31:42] ref to extension, ref to user namespace... [07:32:52] 03dale * r52025 10/branches/new-upload/phase3/js2/mwEmbed/ (5 files in 4 dirs): some stand alone addMediaWizard fixes [07:33:39] 03(mod) Bad image list performance regression - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19240 trivial->normal; -shell ; summary; +comment (10tstarling) [07:38:34] 03(mod) Special:WhatLinksHere form broken - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19236 (10mrzmanwiki) [07:38:55] have the "previous" links on whatlinkshere ever worked? [07:39:35] yes [07:40:18] 03(mod) EditTool i18n messages with markup should be avoided - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19190 (10niklas.laxstrom) [07:40:38] hm, when was 1.13.3 released [07:40:50] Hi [07:41:25] hi Fire [07:41:45] Halo charitwo [07:41:55] I think that page just needs rewritten, since it's pulling to/from based on the url, as long as you're going one way it's fine, you can always go one step back, but as soon as you click back it has no way to determine what's before that [07:42:31] MrZ-man|not_here: http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_13_3/phase3/?view=log [07:42:57] Mon Dec 15 09:24:05 2008 UTC ? [07:49:03] 03thomasv * r52026 10/trunk/phase3/includes/DjVuImage.php: fix regexp [07:52:08] am i right that there is no mediawiki interface to change another users password from within a sysop account ? [07:52:27] so basically i would need to change the password in the mysql database... right ? [07:52:45] !e PasswordReset [07:52:45] --mwbot-- http://www.mediawiki.org/wiki/Extension:PasswordReset [07:54:43] odb|fidel: It's been in there a while ago for some time, but was reverted for some reason. [07:55:05] probably because of the flying big vulnerability [07:55:17] there is also a command line script [07:56:13] added in r47569, reverted in 48780 [07:56:16] Nikerabbit: is the commandline script part of a default installation ? [07:56:24] "These still break logging in with temporary passwords despite two attempts to fix the issue" [07:56:27] yes [07:56:43] do you remember the scripts name ? [07:57:28] odb|fidel: maybe changePassword.php ? [07:57:44] Usage: php changePassword.php [--user=user --password=password | --help] [07:58:17] siebrand: thank you very much [07:58:35] ialex: flyingparchment Nikerabbit ...thanks [07:58:54] http://www.tc.umn.edu/~thom1576/5_wikipedia-1.jpg ... [07:59:16] (how did they follow gfdl, or did they wait for license switch, heh) [08:00:38] MrZ-man|not_here: thanks for fixing and looking further into that. I got really confused... [08:00:55] MrZ-man|not_here: at least it's where it was again... [08:10:55] haha splarka [08:12:52] PHP Fatal error: Call to undefined method ForeignAPIFile::getLocalCacheKey() in /var/www/w/includes/filerepo/File.php on line 1080 [08:12:56] TimStarling: ? [08:14:09] 03dale * r52027 10/branches/new-upload/phase3/js2/mwEmbed/example_usage/media/sample_smil.xml: simple SMIL example update [08:15:47] sorry, didn't test that class [08:17:31] will commit in about 10 seconds [08:18:18] 03(NEW) Review-Button on watchlist after moving page to a ns without flagged version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19254 normal; Normal; MediaWiki extensions: FlaggedRevs; (bugreporter) [08:18:25] 03tstarling * r52028 10/trunk/phase3/includes/filerepo/File.php: Fix incorrect method call from r52024. [08:21:56] 14(WFM) Review-API-Module is not working on WMF-Projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19166 +comment (10bugreporter) [08:26:37] <\n> Hey guys, how is protection data stored in the database? [08:27:11] <\n> In page_restrictions I believe, but my problem is that I can't seem to extract any data from the blob [08:28:20] \n: why not? [08:28:56] <\n> Duesentrieb: Well I did a query on a protected page, and the restrictions column appears to be empty [08:29:04] <\n> Duesentrieb: Nothing appears in the command line [08:29:35] \n: there is no blob in that table... [08:29:45] pr_page | pr_type | pr_level | pr_cascade | pr_user | pr_expiry | pr_id [08:30:20] 03(mod) Bugs connected with FlaggedRevs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19214 (10claymore.ws) [08:30:20] <\n> Ah yes [08:30:22] <\n> I see now [08:52:11] bye [08:59:03] 03tstarling * r52029 10/trunk/phase3/ (3 files in 3 dirs): Fix for r52017: use hyphens not underscores in CSS classes. [08:59:17] i may have unearthed a truly weird bug [09:00:17] please see: http://beyondeuclid.com/w/index.php?title=Talk:Classical_Parabola&action=history [09:00:49] note the three funny characters in one edit sum [09:02:18] the sequence /* seems to produce this [09:03:31] anybody know what i'm talking about?? [09:06:26] 03tstarling * r52030 10/trunk/phase3/includes/DefaultSettings.php: Update $wgStyleVersion for r52017/r52029 [09:08:39] i've had a pretty miserable day; it would mean a lot to me if someone were willing to nod on this [09:08:55] xiong: that's normal, see the summary field at http://en.wikipedia.org/w/index.php?title=Foobar&action=edit§ion=1 for example [09:09:01] /* History */ [09:09:18] it's not normal for it to display as 3 funny chars [09:09:33] didn't usta, either -- it's a recent problem [09:10:27] the /*...*/ syntax is just intended to italicize; i understand -- some legacy workaround for the parser in the edit sum [09:10:34] hu guys :) [09:10:39] but that's not what it's doing for me here, now [09:10:49] how can i turn off the registration for mediawiki in the localsettings.php? [09:10:58] do you also see three funny chars? or something utterly different? [09:10:59] xiong: No, it also adds an arrow-like figure linking to the section [09:11:05] xiong: saving that would do: (History) [09:11:14] it is normal, that is just unicode corruption [09:11:20] and/or localisation [09:11:31] oh yeh, that's right; the right arrow -- absolutely correct, forgot that [09:11:59] okay, that puts this definitely in the ubuntu court, sorry [09:12:03] how can i turn off the registration for mediawiki in the localsettings.php? :P [09:13:04] $wgGroupPermissions['*']['createaccount'] = false; [09:13:09] http://www.mediawiki.org/wiki/Help:User_rights [09:13:18] thx very much :) [09:13:52] hmm, ��� [09:15:04] 92 DC ED [09:17:25] huh [09:17:26] [09:17:33] but that isn't a valid UTF-8 sequence, is it...? [09:18:42] 80-BF isn't allowed to start a multibyte character or be a standalone... [09:19:16] and read backwards, ED would be a 3-byte, but the second would have to be in 80-EF and it isn't [09:19:24] Splarka, see http://beyondeuclid.com/wiki/Image:Playground_Pythagoras.png -- what char(s) are intended in the middle of the dimensions? eg, 144 ?? 72 px -- except that the ?s are non standard reversed out of black diamonds -- placeholders, i guess [09:20:37] hmm, × [09:20:45] http://www.fileformat.info/info/unicode/char/00D7/index.htm [09:20:54] I think [09:21:01] ty [09:21:39] xiong: yes, they are the character shown for invalid or reserved UTF-8 [09:21:42] splarka, i got a guy over on #ubuntu looking at this -- would you be open to a special-purpose chan for this? [09:21:44] as that byte sequence is illegal [09:22:02] possibly, if it doesn't cut into my anime time too long ^_^ [09:22:18] but I am nowhere near an expert on UTF-8, I just notice it is bad bytes [09:23:07] 03dale * r52031 10/branches/new-upload/phase3/js2/ (4 files in 3 dirs): more remote usage fixes [09:23:08] it's #codebug [09:23:30] 'sectionlink' => '→', # only translate this message to other languages if you have to change it [09:33:09] 03dale * r52032 10/branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js: bad debug line [09:34:05] Splarka: invalid utf-8 where? [09:34:35] Nikerabbit: http://beyondeuclid.com/w/index.php?title=MediaWiki:sectionlink [09:34:46] this guy's wiki is converting to some weird character set [09:34:55] despite the charset=utf-8" [09:35:24] that there is being shown as 92 DC ED (10010010 11011100 11101101) when it should be E2 86 92 (11100010 10000110 10010010) [09:35:35] (not even valid utf-8) [09:35:59] double-encoding? [09:36:53] wouldn't it be 9 bytes then? heh [09:37:02] the named entity works okay [09:37:17] odd [09:37:41] so it is corrupted from file read? [09:37:46] i guess this is a philosophical point but i pretty much think all markup should be lower 128 ascii [09:38:03] it may indeed just be a crummy install [09:38:08] wasted bytes ^_^ [09:38:25] if you check the file, /languages/messages/MessagesEn.php are they corrupted there? [09:38:31] i started programming on hollerith cards; it imposes a certain conservatism on one [09:38:41] xiong: be happy we don't use anything outside of BMP yet [09:39:04] *xiong looks [09:39:19] Splarka: everything else is broken too, it seems: http://beyondeuclid.com/wiki/Special:Version [09:39:26] 03tstarling * r52033 10/trunk/phase3/includes/filerepo/LocalFile.php: Fix another screwup from r52024, same issue as r52028. [09:39:46] xiong: check that you don't have bad mb_* overloads or anything enabled in php [09:40:01] or any other modules which fiddle with encodings [09:40:03] 03catrope * r52034 10/trunk/tools/switch-master/ConfEditor.php: switch-master: Avoid use of eval() in ConfEditor [09:40:09] doesn't look too bad in http://beyondeuclid.com/wiki/Special:Version?useskin=monobook [09:40:23] oh, yes, all unicode is broked [09:40:38] all-non ascii [09:40:39] *Splarka thought you meant the lack of style [09:40:42] sorry, i can't hit the home directory via FTP -- got an authentication error [09:40:44] or is it all non-ascii [09:41:07] i'm not surprised; i had trouble logging into cPanel -- my host has run into some issue [09:41:22] i know my UID/PW is correct; this is a new issue [09:41:31] *Splarka tries some alt encodings [09:42:35] nothing obvious [09:43:07] Nikerabbit, i will bang my host on these questions [09:43:50] Splarka, so far as the monobook link you posted, i have two points: 1) i still see plenty placeholders that way; and 2) i thought i completely disabled monobook [09:44:13] i intend to force a single, custom skin on all users -- i'm no fun [09:45:27] xiong: I meant the table style, which I thought he was referring to [09:45:36] your custom skin should load the shared css [09:45:46] guys, you're welcome to play around with this as much as you like -- i'll even grant admin status if you want to create an account and really screw with the system messages -- but i'm sold that my host is at fault here [09:46:02] hmm, it does... [09:46:10] I guess that version table came from monobook in 1.12 [09:46:11] ah, my custom skin is based on cologneblue [09:47:13] i realize that in some way, that is horribly retro but i *like* cologneblue [09:47:30] what about nostaliga? [09:47:46] um, no, i really like cb -- sorry [09:48:14] not perfect skin; that's one reason i modded it into 'green' [09:48:50] 03dale * r52035 10/branches/new-upload/phase3/includes/UploadFromChunks.php: [09:48:50] added token to return url for firefogg [09:48:50] style image update [09:48:56] also, for i am a jealous local god, i hard coded google adsense into it :$) [09:49:23] *ialex is stabs php-openid, why the hell can't you work correctly on PHP 5.3? [09:49:29] -is [09:49:45] anyway, i got to move on; i'm convinced i know who to blame and it's not anybody here [09:49:59] many thanks guys, esp Splarka [09:50:59] rar [09:51:03] 03nikerabbit * r52036 10/trunk/extensions/Translate/ (SpecialMagic.php Translate.i18n.php): Xml::element fails silently by creating only a opening element if the input is empty string, which is bad. [09:51:36] lol [09:51:38] Fix Xml::element? [09:51:50] guess how many syntax errors there are in the latest version of DynamicPageList [09:51:58] 7? [09:52:06] close, 6 [09:52:35] RoanKattouw: uh I was inaccurate [09:52:40] 03tstarling * r52037 10/trunk/extensions/DynamicPageList/DPL.php: Fix syntax errors. [09:52:48] it was contentless closed tag... which is equally bad [09:53:00] Ah, you mean like