[00:05:44] is there any way to specify and older revision in wikitext [[ ]] style links? [00:05:48] *an [00:06:01] I don't believe so [00:15:03] Hey guys :) I've just got a quick question [00:15:31] I've got a lot of files missing since I've had to rebuild someone else's wiki from the db alone.. However their pages are still there. [00:15:52] That is there's still a page called Image:John.jpg but no actual John.jpg on the server [00:16:14] Is there any way to run a check through the files pages to check the files actually exist? [00:19:34] you could probably look at the image table for that [00:19:43] 03aaron * r34770 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: [00:19:43] * Make oldreviewedpages category filter faster [00:19:43] * Bring back namespace selector [00:19:43] * Tweak ratio [00:19:59] There's a lot of images :/ [00:20:12] anyone know of any meaningful way to snapshot pages which are comprised of transclusions? [00:20:19] http://en.wikipedia.org/wiki/Help:Page_history#Linking_to_a_specific_version_of_a_page [00:20:20] well, you can make a list of them, and make a list of pages in the image namespace, and compare [00:20:23] seems to suggest that it can't be done. [00:20:54] the flagged revisions code has some features to do it, but nothing in the regular code as far as I know [00:21:18] *Pinchie looks for an extension to nuke all the Image: files. [00:21:22] I bet it's called nuke :P [00:23:11] Nuke doesn't nuke images :( [00:24:50] hey guys. anyone know a way to stop a page from appearing in Special:AllPages [00:24:54] ? [00:25:08] no [00:25:55] no, i don't know, or no, it can not be done? [00:27:48] can't be done [00:27:55] not without hacking [00:28:45] k [00:28:47] thank you [00:29:18] Smaug: well... if you read-restrict a namespace via the Lockdown extension, I don't think any pages in that namespace will show up to unprivelaged users [00:29:35] is there a way to at least make subpages not show up? [00:29:37] (note the 'think' part... read restrictions are quite iffy and not well-secure) [00:29:41] yeah [00:29:42] Pinchie: can you run DB queries? [00:29:47] hi, can someone help a new VPS user with a blank page problem when trying to install my wiki on my new server? [00:29:50] none that I know of [00:29:58] !debug | scabbed [00:29:58] --mwbot-- scabbed: For information on debugging (including viewing errors), see . [00:30:07] blank page = PHP error [00:30:16] Carl: God no.. I left that part to the site owner :P [00:30:25] 03aaron * r34771 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Do an estimate [00:30:32] ok. I worked out a way to list the images that don't exist [00:30:42] i try not to use those extensions that have the big warnings about MW not being a CMS so don't be messing w. permissions [00:30:45] i will try debug [00:30:46] I'm gonna install Nuke, SSH in, pull all the images out from the wiki folder and then nuke all the image files [00:31:00] Then add them via this pretty uploadlocal extension [00:31:06] sounds like a plan [00:33:16] here is the debug error i have [00:33:16] Warning: Cannot modify header information - headers already sent by (output started at /home/admin/lucid-state.org/community/LocalSettings.php:2) in /home/admin/lucid-state.org/community/includes/WebResponse.php on line 10 [00:33:42] you have some extra text in LocalSettings.php [00:34:14] i have two extensions [00:35:28] 03tstarling * r34772 10/trunk/ (16 files in 4 dirs): (log message trimmed) [00:35:28] DB schema change. [00:35:28] In CentralAuth (and related changes interface changes in Newuserlog and the core): [00:35:28] * Moved the AutoAuthenticate hook to User::loadFromSession(), to defer processing for longer and avoid unstub loops [00:35:28] * Undeprecated User::setID() [00:35:30] * Added partial support for new user log registration and IP-based blocking of automatically created accounts. Still needs the same support implemented in Special:Userlogin. [00:35:35] * Fixed all inappropriate uses of the term "DB name", changing them to "wiki" or "wiki ID". Renamed the relevant database fields. [00:36:05] Heh, turns out nuke deletes by user and not by prefix. [00:36:12] yep [00:36:17] I couldn't find anything to mass delete by prefix [00:36:30] probably because it doesn't exist [00:36:53] The pages do; the images don't. [00:36:55] well, you can use the sql delete command [00:37:09] if you do, you might have stale links [00:37:12] when you're done.. [00:38:01] AaronSchulz: you were answering me, right? [00:38:02] I can live with that.. I just need these pages gone. There's more there than I can delete by hand, and any pages referencing that image aren't showing anything anyway. [00:38:12] That is if that's what you mean by stale links :P [00:38:37] well, I mean like on special:what links here [00:38:38] etc [00:38:41] 03tstarling * r34773 10/trunk/extensions/ (26 files in 22 dirs): [00:38:41] * Repopulated the previously deprecated $wgAvailableRights [00:38:41] * In WhiteList: made the names of the rights hard-coded, it doesn't make any sense to have them be configurable anymore [00:38:45] but you can run some maint/ scripts to fix that etc. [00:39:10] So what sql query would I be running? [00:39:16] with fresh install i have that error [00:39:16] Notice: Undefined index: monobook in /home/admin/lucid-state.org/community/includes/Skin.php on line 112 [00:39:17] Warning: Skin::require_once(/home/admin/lucid-state.org/community/skins/.php) [function.Skin-require-once]: failed to open stream: No such file or directory in /home/admin/lucid-state.org/community/includes/Skin.php on line 120 [00:39:17] Fatal error: Skin::require_once() [function.require]: Failed opening required '/home/admin/lucid-state.org/community/skins/.php' (include_path='/home/admin/lucid-state.org/community:/home/admin/lucid-state.org/community/includes:/home/admin/lucid-state.org/community/languages:.:/usr/share/pear:/usr/share/php') in /home/admin/lucid-state.org/community/includes/Skin.php on line 120 [00:39:22] 03tstarling * r34774 10/trunk/phase3/includes/Preprocessor_Hash.php: Removed debugging code. [00:39:38] scabbed: did you upload all the files? [00:39:38] 03aaron * r34775 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Improve estimate [00:39:54] also, be sure $wgDefaultSkin isn't '' [00:40:17] like, find it in LocalSettings.php and change it from '' to 'monobook' or something [00:40:22] scabbed.. [00:40:31] http://rafb.net/paste/ [00:40:36] Pinchie: I think this will find them; someone else will correct me if it doesn't: select page_title from page left join image on page_title = img_name [00:40:39] where ISNULL(img_name) and page_namespace = 6 ; [00:41:09] ok i missed some files, i uploade the monobook one [00:41:12] now i have that [00:41:14] Fatal error: Class 'DOMDocument' not found in /home/admin/lucid-state.org/community/includes/Preprocessor_DOM.php on line 566 [00:41:23] I'll tell the SQL person to do that. Thanks heaps Carl :) [00:41:34] Pinchie: well, they would need to make a delete query out of it [00:41:43] scabbed: reupload every file again... you seem to be missing quite a few. Also make sure they're all from the exact same version of mediawiki [00:41:57] delete from page where page_title in (select page_title from ... ); [00:42:04] ok i will try that, thx [00:42:40] OK, I'll give it a whirl. [00:42:45] More correctly, someone else will :P [00:42:50] and like someone said, you may need to run some maintenance scripts afterwards to rebuild the links [00:44:00] make sure you make a backup first.... [00:56:09] where can the wfMerge function be found in MediaWiki's source? I can't find it... [00:56:47] GlobalFunctions.php [01:24:52] 03(mod) Add parser function #ifnumber or similar - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14034 (10tim) [01:27:39] hello, its still me, i have now this error, can someone help me i'm a newbie [01:27:41] depuis la fonction « Title::getInterwikiLink ». MySQL a renvoyé l’erreur « 1267 : Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation '=' (localhost) ». [01:28:51] scabbed, if you are going to be pasting large error messages again, please USE THE PASTEBOT in the topic [01:29:01] http://rafb.net/paste/ [01:30:17] http://rafb.net/p/xVMr8Q24.html [01:33:46] scabbed: something is off in your database, but I don't know how to fix it [01:33:56] encodings it appears like [01:34:05] bulgarian to be exact, cp1251 [01:34:11] and the latin equivalent for said [01:34:50] must i change all the cp1251 to latin ? [01:35:01] it might give u spaghetti if you do that [01:35:06] depends on what language the text is really in [01:35:29] the text is in french [01:36:00] they need to match, but if they are really encoded differently, you'll have to convert them somehow [01:36:16] ahh, its an encoding conflict [01:36:34] its strange because this database works on my other site [01:36:49] if you dont use cp1251 at all [01:36:54] u can probably disable it, remove it [01:36:57] and settle the conflict [01:37:33] its because serbian, uses the latin equivalent [01:37:38] so i try changing the cp to latin ? [01:37:43] and sebian, is close to bulgarian although not exact [01:38:06] u can use the latin equivalent for cp1251 [01:38:23] what is the latin equivalent please ? [01:38:48] http://forums.mysql.com/read.php?10,203820,203820 [01:38:51] see this post for more info [01:38:59] its a problem with cp1251 and latin charsets [01:39:02] eggdrop has same issue [01:39:04] oki thx [01:39:06] most likely a unix problem [01:51:43] hey splarka.. I solved my "for" problem by taking your advice and not treating mediawiki like a general purpose programming language :)_ [01:52:47] good to hear [01:53:45] basically I realized that my "for" list : a) rarely changes b) can be manually kept updated c) can easily be stored in a template [01:54:02] and used parserfunctions to explicit-case all of the cases :) [01:54:32] 03tlaqua * r34776 10/trunk/extensions/Icon/Icon.php: * Images included in a page via #icon parser function now appear in the "What Links Here" and "Links" area of the image's description page [02:04:40] in MW 1.6.10, if i delete a page in a category, it still shows in the category list XD [02:04:54] is there any way to purge it without having to restore and edit out the category? [02:05:21] try adding ?action=purge to the end of the category URL [03:03:10] 03ktchan * r34777 10/trunk/extensions/BoardVote/ (BoardVote.i18n.php BoardVote.php BoardVote_body.php): Update to use Schulze method for 2008 Board election. tally.php under Schulze method still to come. [03:03:55] is Schulze method copyrighted? [03:06:01] you can't copyright an algorithm. and no anyway [03:07:08] i was making an AaronSchulz joke :( [03:07:22] ah :D [03:08:14] *AaronSchulz meows [03:12:18] you can patent one, though [03:13:54] flyingparchment, *nod* [03:14:14] well, mostly in certain backward country like USA ;) [03:14:44] sometimes more than once... [03:24:05] erm, why doesn't ^[1-9]\d?$ math "33" ? :S [03:25:00] in what kind of regexp? perl? [03:25:55] ereg in PHP [03:26:09] \d is not supported in POSIX regular expressions, that's a perl extension [03:26:27] you could use [[:digit:]] but [0-9] is probably easier to write [03:26:29] preg_match will do it [03:26:40] but not ereg() [03:26:43] (but they're not quite the same; :digit: matches any digit in the current locale, not just Latin ones) [03:27:37] thanks [03:33:19] how do i indicate in preg any digit apart from 0 in any locale ? [03:33:51] any locale? impossible [03:37:29] bugs 4459 and 13805 seem to be dupes, but I don't know which one should be kept and which should be duped... [03:37:43] the later bug is the duplicate [03:38:11] 03ktchan * r34778 10/trunk/extensions/BoardVote/BoardVote_body.php: preg_match instead of ereg so that it actually work... [03:53:28] even if it has a better description? [03:55:15] you can change the description on 4459 [03:56:47] 14(DUP) Create a special page to handle additions/ removals and logging of spam blacklist entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13805 +comment (10mike.lifeguard) [03:56:48] 03(mod) Spam-blacklist management - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4459 +comment (10mike.lifeguard) [03:57:21] 03(mod) Create a special page to handle additions/ removals and logging of spam blacklist entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4459 summary (10mike.lifeguard) [04:23:11] 03shinjiman * r34779 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Old/Late Time Chinese [04:27:20] 03(mod) Enable GlobalBlocking extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8707 +comment (10cometstyles) [04:29:59] how does mw handle ipv6? [04:32:35] 03(NEW) Revision (and related diff) not loading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14113 normal; normal; MediaWiki: History/Diffs; (brett5) [04:39:48] Random832: should be fine. blocking is supported and IPs are normalised [05:08:50] Hi [05:10:44] hi Fire [05:10:49] hiya [05:18:40] 03nikerabbit * r34780 10/trunk/phase3/includes/SpecialNewpages.php: * Fix errors [05:19:09] 03(mod) Revision (and related diff) not loading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14113 +comment (10ktc) [05:20:56] 03(FIXED) Revision (and related diff) not loading - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14113 +comment (10niklas.laxstrom) [05:21:37] Has anyone tried using the Farmer extension for MediaWiki with success? [06:26:21] i dont' get why the most semantic short URL scheme is the hardest and also is 'unstable' [06:29:16] 03mfarag * r34781 10/trunk/phase3/languages/messages/MessagesAr.php: Arabic localization updates [06:29:43] im getting object not found [06:29:45] not sure why [06:39:00] i have it going now but my styles are not working, not sure why coming up blank [06:39:54] i guess its a namespace conflict with the rewrite rule [06:40:58] the stylepath and scriptpath both have to be accessable for styles [06:42:03] 03siebrand * r34782 10/trunk/extensions/BoardVote/BoardVote.i18n.php: Add some newlines, fix a typo. Any reason why 'boardvote_intro' is not using wikiML? [06:42:50] yeah so need to find a rewrite rule that exempts /skins [06:43:28] 03nikerabbit * r34783 10/trunk/phase3/includes/SpecialNewpages.php: * I totally blame SVN for this, it didn't show this change! [06:43:37] all css is in /skins ? [06:43:55] no, some of it is in the script path [06:44:16] /index.php?title=MediaWiki:Monobook.css and MediaWiki:Common.css etc [06:44:38] and some can even be in extension folders and crap [06:44:52] so this is the problem with short urls [06:44:53] short URLs, where the article path is null, really suck [06:45:12] yet are ideal.. [06:45:32] ..for masochists [06:45:45] http://www.mediawiki.org/wiki/Manual:Short_URL/wiki.example.com/Page_title--Enabling_a_wiki_using_Apache_Rewrite [06:45:54] um let me explain my situation [06:46:01] i hope you can give some good advice :) [06:46:18] i'm writing a book and would like to do /Chapter_Name/Sub_Section_Name [06:46:25] only advice I can give re: short URLs: don't do it if possible [06:46:27] thats basically the requirement [06:46:35] providing for chapters and ideal short URL [06:47:01] well, you can do subpages [06:47:12] but do you really need it on the domain root? [06:47:13] Nikerabbit: so is it fixed now? :) [06:47:25] /wiki/Chapter_Name/Sub_Section_Name or /book/Chapter_Name/Sub_Section_Name or /view/Chapter_Name/Sub_Section_Name can work fine [06:47:36] whats the go with subpages? like what is the right way to do heirachy like this contextually/semantically [06:47:50] yeah domain root [06:48:04] subpages are fine for supporting, root is not :/ [06:48:07] which is ironically what tim's article says between the lines :) [06:48:17] MrZ-man: what? [06:48:20] um sorry, whats the go with /somepage:something [06:48:30] well, as you can see, the problems you face [06:48:31] Newpages [06:48:44] ^ whats teh semicolon page thing for? [06:48:45] in addition to not being able to have articles titled after things like index.php, robots.txt, favicon.ico [06:48:49] oh [06:48:56] those are namespaces, special page types [06:49:08] Hello! [06:49:08] Pls help me with PHP Fatal error: Call to undefined method domdocument::loadXML() in PHP5 with DOMXML enabled [06:49:10] not appropriate here? [06:49:19] Image:Foo.gif contains a file and image description, and can be included as an image via [[Image:Foo.gif]] for example [06:49:26] MrZ-man: since an hour in svn [06:49:50] Category: pages show pages in those categories, MediaWiki: pages are interface configurations and translations editable by sysops [06:50:05] the colon is a general "special" in page titles [06:50:12] I saw you fixed it earlier, but then made another change a few minutes ago [06:50:24] it delimits namespaces, interwiki, interlanguage, etc, from the page name [06:50:25] Splarka: does that mean i can use Chapter_Name:Section ? [06:50:29] yes, you can [06:50:46] that would be in ns-0, article, as if it had no colon [06:50:56] it only goes into other namespaces if it matches a namespace name or alias [06:50:58] 03siebrand * r34784 10/trunk/phase3/languages/messages/MessagesQu.php: [06:50:58] Localisation updates for core messages from Betawiki (2008-05-13 23:19 CEST) [06:50:58] * missed in earlier commit (strange) [06:51:42] note that with subpaging enabled, you can use some magic words, eg Chapter_Name/Section you can reference the chapter with {{BASEPAGENAME}} in a template [06:51:51] Splarka: so perhaps i should use mysubject.mydomain.suf/handbook/Capter_Name:Section ? [06:52:15] ah, okay they later change was just a minor fix [06:52:32] so you could create a general template for each section -> return to [[{{BASEPAGENAME}}]] [06:52:43] flaccid_: yes, or that [06:57:16] Log Message: [06:57:16] Log Message: * Fix errors [06:57:20] STAB STAB STAB [06:57:30] describe your commits properly kthx [07:02:27] Splarka: how about levels down from there ie. sub sections and sub sub sections and sub sub sub sub sections etc. ? [07:02:38] mysubject.mydomain.suf/handbook/Capter_Name:Section/Subsection/subsubsection ? [07:03:01] well... the thing is, subpaging doesn't really affect much [07:03:12] a slash is just a character title, like any other, for most cases [07:03:29] so what i am proposing has no problems basically right? [07:03:41] the big exceptions are: magic words dealing with subpaging, and the linkback bar [07:04:04] you should be able to subpaginate as far as the title length limit allows (255 characters IIRC) [07:04:23] right [07:04:27] so i think i should be ok [07:04:36] but test it before getting too committed to it [07:04:44] and maybe check what wikibooks.org does [07:04:51] hmm ok thanks [07:05:12] (they use /wiki/ articlepath as all wmf projects do) [07:05:23] like do you think writing a big in a wiki for speed is a good idea? im then going to do export to latex [07:06:15] wikis are good for easy access and collaboration.. so if you are distributing the writing among people and locations it is good [07:06:33] nah just myself [07:06:38] its quicker and easier really [07:07:36] 03(mod) Increase or remove rate limit for rollbacker group - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12760 +shell; summary; +comment (10sco_scam) [07:20:18] *Werdna stabs Nikerabbit s'more [07:20:51] Werdna: what now? [07:21:24] 06:36 < Werdna> Log Message: * Fix errors [07:21:24] 06:36 < Werdna> STAB STAB STAB [07:21:24] 06:36 < Werdna> describe your commits properly kthx [07:22:13] Werdna: E_ERROR isn't an error? :o [07:24:02] Nikerabbit: it looks like a bit more than E_ERROR [07:24:08] lots of refactoring etc [07:42:04] PLs, help me to START MediaWiki... [07:42:23] *flaccid gives LazyBadger some crack [07:43:18] Werdna: lots? [07:43:26] <_wooz> lo [07:43:30] Werdna: oh I moved the form inside including [07:45:23] After configuring MediWiki I can got only PHP Fatal error: Call to undefined method domdocument::loadXML() in ...\\includes\\Preprocessor_DOM.php on line 568 [07:46:17] Can anyone help me with Manual:$wgSMTP [07:46:33] 'IDHost' => "domain for MessageID", [07:46:43] Should this be my own domain? [07:46:46] like xxxxx.com? [07:46:54] Or the mailserver domain? [07:47:45] Any correct text string... better in message-id reflects your domain [07:48:00] better iF [07:49:28] ok [07:49:30] thx [07:52:33] nice, now my wiki can send e-mails [07:53:21] note that smtp is not a good choice for a busy wiki.it's much slower than using a locat mta [07:56:24] and much less reliable [08:02:30] *slakr saw that as "using a lolcat mta" [08:02:32] :P [08:02:38] hi [08:02:42] can anyone please help me? [08:03:23] bton, don't ask to ask, just ask [08:03:33] dunno-- my powers of telekinesis have recently been inactive [08:03:53] *slakr tries to read bton's thoughts [08:04:12] something to do with... wik... mediawiki [08:04:20] hey mate [08:04:30] can you please help me? [08:04:37] lol [08:04:43] *slakr points back to Sasa^Stefanovic [08:04:51] ok I have downloaded mediawiki-1.12.0.tar [08:04:58] how do i make it as an iso [08:05:12] hmm, why would you want to make it an iso ? [08:05:14] bton, you you need to do that ? [08:05:14] what do I do to run it on the wii? [08:05:24] what do i do [08:05:33] on the nintendo wii ? :P [08:05:37] omg ;) [08:05:37] yeah [08:06:17] unfortunately we're more xbox 360 players, so you might have to try asking on wii modding forums [08:06:19] bton, do you know what mediawiki is ? and what is for ? [08:06:24] :P [08:06:27] slakr, :) [08:06:39] yeah i want to play movies on it [08:06:59] bton > try googling "wii modding" [08:07:08] mediawiki isn't really what you're looking for [08:07:22] hehe [08:07:27] *slakr waves hand through the air from one side to the other [08:07:28] I want to steam movies from my pc on the wii wifi [08:07:41] stream* [08:07:56] bton: and why did you come here to ask that? [08:08:20] MediaWiki is a web-based wiki software application used by all projects of the Wikimedia Foundation, all wikis hosted by Wikia, and many other wikis, including some of the largest and most popular ones [08:08:28] that's mediawiki [08:08:30] bton > neat. consider finding a hack/mod to the wii and using nfs and/or vlc. [08:08:39] of course, if you're to that point, you probably know what I'm talking about [08:08:47] and that mediawiki isn't what you're looking for [08:08:56] ok thank you [08:09:11] no prob [08:10:32] dang [08:10:33] and while he's doing that, I'll work on getting `finger` to do my taxes. [08:10:47] sounds good [08:10:56] i'll use ctcp to compile my cpp [08:11:10] /ctcp flaccid COMPILE [08:11:13] I'll use Windows as an operating system [08:11:14] :P [08:11:22] rofl [08:11:27] *slakr senses epic win from Splarka [08:12:31] this is why it is bad to cut sex edutation funding, a generation of kids who don't know how to handle their wii [08:12:43] hehe [08:13:48] lol [08:14:16] hehe [08:16:08] *slakr also adds m-m-m-monster win. [08:16:09] :P [08:17:49] *Splarka won a monster epic? [08:17:56] sex? o_O [08:19:23] almost more on topic than streaming video to a wii [08:19:47] =) [08:19:57] morning fellas [08:20:48] hi domas [08:31:30] 03(mod) Ajax search bug with complex IMEs in Safari/Mac - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14082 (10rainman) [08:32:48] wow, this is freaky [08:32:52] http://www.popsci.com/scitech/article/2004-06/rods-god [08:33:08] dropping rods made of tungsten from orbit [08:33:17] terminal velocity 11km/sec [08:33:31] 1/10 of a Hiroshima per shot. [08:34:22] "crowbars from space" baby [08:34:28] pretty much [08:34:33] Niven and Pournelle suggested it to Reagan in the 80s [08:34:37] along with "Star Wars" [08:35:17] they called it "THOR: Orbital Weapon System" [08:36:08] I first remember reading about it in "There Will Be War" by J.E. Pournelle > ISBN 0-812-54951-1 [08:37:41] 03(FIXED) logevents query returns zeros for logid & pageid - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10660 +comment (10roan.kattouw) [08:40:16] http://en.wikipedia.org/wiki/Kinetic_bombardment [08:41:34] 03siebrand * r34785 10/trunk/extensions/BoardVote/BoardVote.i18n.php: [08:41:34] * fix typos [08:41:34] * add some newlines [08:41:34] * we're not sorry (twice) [08:46:14] "You are flag as a bot"? :) [09:01:26] WHO can help me with problem? Error Call to undefined method domdocument::loadXML after configuring Mediawiki on accesing main page. I have domxml extension in my PHP5 [09:02:56] http://wikip.blogspot.com/2008/05/whoa.html [09:02:57] whoa [09:03:17] whoa [09:04:32] kinda freaky :P [09:04:35] hi TimStarling [09:04:48] I sawa you committed the stuff you were working on the other day [09:04:50] hi [09:05:00] well, for the last few days [09:05:03] it's not complete, but at least it gives you an idea of where I'm going with it [09:05:04] (the CentralAuth stuff) [09:05:21] I haven't read it in detail. I think I just skimmed it and looked at the commit message. [09:05:40] but yeah, I see what you're up to. [09:06:06] I was thinking about doing cross-project newtalk next, if I get around to it. [09:06:29] ok [09:07:09] which probably means more schema changes. I should probably mix it in with something else substantial too [09:08:04] to disguise it or to justify it? [09:08:21] well, so that brion doesn't have to do a schema change every day for the next few months :) [09:09:42] add in a table (or chair?) for interwiki links (external, interlang, local, image, template, category, etc all have them), friggen annoying to have to parse for them in the page text [09:10:48] and make newtalk less spoofable, maybe style a bit outside the content area ... give pt-mytalk a class like class="newmessages" [09:11:03] *Splarka asks Werdna to order him a pizza too [09:11:15] there are plenty of command line scripts for that [09:11:50] 03siebrand * r34786 10/trunk/extensions/SimpleAntiSpam/SimpleAntiSpam.i18n.php: Localisation updates for extension messages from Betawiki [09:11:51] sudo werdna orders me a pizza [09:13:03] 03siebrand * r34787 10/trunk/extensions/Maintenance/Maintenance.i18n.php: Add proper header. Got our localisation export engine confused. [09:13:47] 03siebrand * r34788 10/trunk/extensions/Maintenance/Maintenance.i18n.php: One more fix [09:14:19] 03(NEW) Spam blacklist, vandals should not be able to duplicate links when spamlinks are already on page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14114 minor; normal; MediaWiki extensions: Spam Blacklist; (dan_the_man) [09:14:23] 03(mod) Spam blacklist, if match, check previous version and accept if URL present there - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1505 (10dan_the_man) [09:18:03] 03rotem * r34789 10/trunk/extensions/CategoryTree/CategoryTree.i18n.php: Update for he. [09:18:18] TimStarling: what's the status of LiquidThreads? [09:18:25] 03siebrand * r34790 10/trunk/extensions/Maintenance/Maintenance.i18n.php: Three is a charm. [09:20:56] 03siebrand * r34791 10/trunk/extensions/Maintenance/Maintenance.i18n.php: Localisation updates for extension messages from Betawiki [09:21:50] 03rotem * r34792 10/trunk/extensions/Makesysop/SpecialMakesysop.i18n.php: Update and whitespace fixing for he. [09:22:41] meh, too many commits around :þ [09:35:32] hallo [09:35:37] ho Gold [09:35:41] whats up? [09:37:25] AaronSchulz: why do we need to restrict patrolmarks to patrollers? [10:01:25] TimStarling: why did you remove AutoAuthenticate hook ? [10:03:24] hey people - i've just uploaded a new version of an image, but the 800px thumbnail still looks like the old one - how can i regenerate the thumbnails? [10:03:34] ialex: he didn't. He moved it [10:04:00] Werdna: yes, but that can break extensions [10:07:28] 03nikerabbit * r34793 10/trunk/extensions/ (4 files in 2 dirs): * Fix some double rights and add one [10:08:35] does anyone know how i can regenerate thumbnail images of uploaded images? [10:12:12] Delete them? [10:12:30] well i have deleted them, but now i have no thumbnails, and they're not being regenerated... [10:12:52] hmmm [10:13:08] VasilievVV: any idea what we want in LQT? [10:13:09] Well you'll have to purge any page using them then [10:13:17] I'd be interested in getting it usable [10:13:23] Werdna: no ideas [10:13:35] I tested LQT 3 months ago [10:13:53] on the "Image:" page, for example, the image is not shown - it's only if i click the "Download high resolution version" that i see the image... usually the thumbnail appears on the "Image:" page though, of course... [10:14:29] ok, well this particular image is used on http://it/wiki/Mailing_List_Information, so i just visited "http://it/wiki/Mailing_List_Information?action=purge" but nothing.... [10:15:01] last content commit: Modified Sat Feb 2 04:28:33 2008 UTC (3 months, 1 week ago) by erik [10:19:22] 03(NEW) Portuguese wikipedia new feature - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14115 15enhancement; normal; Wikimedia: General/Unknown; (rodrigofera) [10:22:52] does anyone know how i can regenerate thumbnail images of uploaded images? i'm really struggling here - mediawiki just isn't regenerating them... :-( [10:25:26] 03dantman * r34794 10/trunk/phase3/includes/ (GlobalFunctions.php Title.php): [10:25:26] Support Array input in Title::getLocalURL and Title::getFullURL. [10:25:26] GlobalFunctions.php now has 2 new functions: [10:25:26] wfBuildQuery and wfParseQuery. [10:25:26] These are similar to the PHP http_build_query and parse_str for query handling. However they don't have the issues which those ones suffer from. [10:28:02] O_o wtf [10:28:18] Dantman: ? [10:28:28] http://dev.wiki-tools.com/ [10:28:33] I have a LocalSettings.php [10:28:42] And it's been there for ages... [10:28:50] Just updated, and now this [10:30:39] :o [10:31:43] Oh fucking hell... http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/WebStart.php?r1=33276&r2=34558 [10:32:18] That's not there for a reason... It breaks installations using symlinks [10:32:33] :/ And I'm using symlinks [10:34:15] calm down [10:34:17] jeez [10:34:18] Dantman: I don't see why it would break symlinks [10:34:40] how is fullpath/something.php different from ./something.php [10:34:46] Then you've never dealt with symlinks [10:34:54] Nikerabbit: dirname(__FILE__) uses the real spot, not the symlink [10:35:00] Yes [10:35:07] *Werdna offers Dantman a chill pill [10:35:10] hmm [10:36:19] shouldn't the symlinks be in higher level or something, not per file [10:37:09] Basically the situation is if you are symlinking things like the includes directory [10:37:28] It is a viable method of installing MediaWiki [10:37:58] The idea is to prevent duplicate sets of code by symlinking to the code in a central location [10:38:02] ugh [10:38:28] And don't think I'm the only one doing it [10:38:54] Dantman: symlinking is one method, but i'd recommend against it. it's very messy [10:39:08] well if you aren't doing a wiki hosting service, others do it by pointing everything to the same directory and implementing logic in localsettings [10:39:18] Dantman: it's much nicer to simply map multiple domains or pathes to the same directory [10:39:28] yea, what he said [10:39:33] !wikifarm [10:39:33] --mwbot-- To run multiple wikis, you do not need anything more than to run one wiki. You simply install them in different folders, and if possible using seperate databases. If you only have one database, simply use a different table prefix. For more advanced setups, see [10:40:00] different ways are detailed there - i think we should replace it with The One True Guide :) [10:40:11] that works well if all wikies have quite similar settings [10:40:35] Nikerabbit: it's quite possible to just include a separate localsettings for each wiki [10:40:37] But not when they differ extremely and even worse... Have different versions of MediaWiki installed [10:40:39] (from the main one) [10:40:43] I don't remember if I put the motivation for that change in the log, but it was to be able to exlude those files from being cached in apc [10:40:47] or use $wgConf, it can be useful [10:40:50] Dantman: if you have different versions, how are you going to symlink includes? [10:41:19] I've got 2 copies checked out [10:41:41] /var/www/mediawiki/sources/mediawiki-1.12 and /var/www/mediawiki/sources/mediawiki-alpha [10:41:50] does anyone know how i can regenerate thumbnail images of uploaded images? i'm really struggling here - mediawiki just isn't regenerating them... :-( [10:42:17] Depending on what version of MediaWiki I'm installing a wiki on I symlink differently [10:42:22] svn doesn't even like if you symlink a directory, it just dies [10:42:38] Dantman: so, instead of doing that, have two shared installation directories [10:42:41] of couse that doesn't matter if you symlink *to* checkout [10:43:03] But whatever the case... This isn't discussing what's the best way to do this [10:43:26] The issue is that people do this, and up untill now mediawiki has supported it perfectly well [10:54:01] Bleh... Tortoise SVN is junk... And I don't have the actual SVN client working for this [10:55:57] Dantman: I run ubuntu on a laptop, and then use Kate via Xming over SSH to edit using the real ssh client :P [10:56:15] T_T I don't have a laptop [10:56:36] Yow... this hot pack is insane [10:57:51] Werdna: what does Xming do? [10:58:07] it's an X server for windows [10:58:34] Wait... You connecting from a desktop to a laptop? [10:59:07] Dantman: the X "server" is what you would normally think of as the client: the system which is displaying the program [10:59:30] Dantman: yes. [10:59:38] Ya, I know about X [11:00:28] heh... reminds me of when I used VNC to connect to a machine which was sitting near my feet [11:00:42] mmm [11:00:47] well, it works well for me [11:01:01] I get the best of the windows/linux worlds [11:01:03] ^_^ The machine broke though... it was junk [11:01:06] Werdna :) [11:01:16] it is unfortunate that I don't have the bandwidth for playing music over it [11:01:23] heh [11:01:26] otherwise I'd use amarok [11:01:33] Wait... no LAN? [11:01:43] wireless [11:06:11] :o [11:06:16] I just use kate with sshfs [11:12:12] 03vasilievvv * r34795 10/trunk/phase3/includes/SpecialNewpages.php: Fix logical error [11:16:53] VasilievVV: makes me wonder how many errors I managed to do in one commit [11:17:20] TimStarling: I think there's in issue in Newuserlog for r34772. New user log entries are being created twice: http://translatewiki.net/w/i.php?title=Special:RecentChanges&hidemyself=1&namespace=8&invert=1 [11:17:36] 03(NEW) Create MediaWiki:Upload-description for Special:Upload - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14116 15enhancement; normal; MediaWiki: Special pages; (danny_b) [11:18:08] 03dantman * r34796 10/trunk/phase3/includes/WebStart.php: [11:18:08] Revert 34558/34588. Use of an absolute path specified by __FILE__ breaks anyone [11:18:08] using the symlink style of installation and relies on the assumption that the [11:18:08] MediaWiki code is always located a directory above the LocalSettings.php file [11:18:08] (Even Wikia doesn't follow this) [11:22:32] heh, wikia [11:22:41] i wonder if they still have a separate localsettings file for every wiki [11:24:16] Don't know... [11:24:48] But from the Volunteer Development server they had running... They're probably using the /root/source model [11:25:00] hmmm [11:26:33] Artur/crucially doesn't trust Squid... [11:53:15] 03btongminh * r34797 10/trunk/phase3/includes/ImagePage.php: Add comments and explicit check for NS_IMAGE. [11:54:48] 03(NEW) Image redirects from the shared repo don't show " redirected from" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14117 15enhancement; normal; MediaWiki: Images; (Bryan.TongMinh) [11:55:24] 03ialex * r34798 10/trunk/extensions/Farmer/ (MediaWikiFarmer.php MediaWikiFarmer_SpecialPage.php): Fixed an E_STRICT and some XHTML errors. [12:01:04] Anybody know what primary entry point this error message is about? http://no.freewlan.org/api.php [12:04:00] ah I have the same problem [12:05:42] MediaWiki: 1.6.3 <- ? [12:06:05] uh that's a wtf [12:06:13] the API is there since 1.8 [12:08:55] Might be the guy that did the upgrade has done something halfway [12:10:02] anyway, what's the meaning of the code that throws the error message? As I have no idea what it's for I'm not eager to comment it out or something [12:10:52] hello [12:11:18] bobkare: what's the value of $wgScriptPath ? [12:11:35] Hi Gold [12:12:40] it's set to "" in LocalSettings [12:13:27] Does anyone know how to change the position of the "werkzeuge" - toolbar in my layout? [12:21:30] shees [12:21:39] hi [12:21:43] dantman didn't even ask me but just reverted? [12:23:42] could someone help me with mediawiki categories ? I have a category "myCategory". I have an page names "about my subject" where I added [[Category:myCategory|My subject]]. In "myCategory", the link to my page appears below the letter "M". That is good but I also want the link to display "My subject" and not "about my subject". Is it possible ? [12:24:09] ialex: Anything wrong with setting $wgScriptPath=""? [12:24:26] bobkare: no [12:24:40] *Nikerabbit explodes [12:26:29] does anyone know how to change the default mainpage to the page that was last edit? [12:27:01] Gold: no, that's a bit weird request :o [12:27:15] my problem is referenced here : http://www.mediawiki.org/wiki/Help:Categories#How_to_add_categories [12:27:16] I hoped that a solution exists :S [12:27:39] the mainpage must be static? [12:29:15] main page isn't any different from other pages, except it's the default [12:29:27] or in another word theres no function to show the last edited pages [12:29:47] only the list at spezial:newpages? [12:30:53] do you want to the main page to redirect or just show latest changes? [12:31:42] redirect [12:32:13] then I can't help you [12:32:27] you either have to do it yourself, or persuade someone to do it [12:33:00] hmm ok [12:34:08] and show the latest changes, e.g. a small list or something, that appears a the main page [12:35:34] hey how can i replace the categoryfield on the bottom of my article? [12:35:48] do you have an idea [12:35:51] ? [12:36:23] Strict Standards: Only variables should be passed by reference in C:\Server\xampp\htdocs\MW\extensions\SpamBlacklist\SpamBlacklist.php on line 85 [12:36:24] * I refuse to use the 'global' keyword out of principle [12:36:24] */ [12:36:24] - public function &getMWVariable($var) [12:36:24] Strict Standards: Non-static method SpamRegexBatch::regexesFromMessage() should not be called statically, assuming $this from incompatible context in C:\Server\xampp\htdocs\MW\extensions\SpamBlacklist\SpamBlacklist_body.php on line 176 [12:36:25] + public static function &getMWVariable($var) [12:36:26] Strict Standards: Non-static method SpamRegexBatch::regexesFromText() should not be called statically, assuming $this from incompatible context in C:\Server\xampp\htdocs\MW\extensions\SpamBlacklist\SpamBlacklist_body.php on line 534 [12:36:27] wtf [12:36:49] *AaronSchulz is trying to fix the blank page bug [12:37:06] AaronSchulz: do we have a another? [12:37:15] it is still live [12:37:22] blank pages abount [12:37:25] *abound [12:37:38] AaronSchulz: well the fix only needs syncing, if we talk about the newpages issue [12:38:10] haha, * I refuse to use the 'global' keyword out of principle */ [12:38:10] - public function &getMWVariable($var) [12:38:16] oops [12:38:20] * @author Gregory Szorc [12:38:53] 03rotem * r34799 10/trunk/extensions/BoardVote/BoardVote.i18n.php: Update for he. [12:39:41] Werdna: i didn't wrote that extension ;) [12:39:44] *write [12:40:04] ialex: I know [12:40:10] tht's why I pasted @author [12:40:23] hi ialex [12:40:27] Werdna: but that function is a bit strange [12:40:35] hello nikerabbit [12:40:45] ialex: indeed. [12:42:09] hi Alvaro [12:42:35] lo Werdna [12:43:12] Alvaro: are you a sysop on enwiki? [12:43:17] 03(NEW) SpecialPage::getTitleFor does not return a localised name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14118 normal; normal; MediaWiki: Special pages; (raimond.spekking) [12:43:28] Werdna, no [12:44:48] 03aaron * r34800 10/trunk/extensions/SpamBlacklist/ (SpamBlacklist.php SpamBlacklist_body.php): Fix E_SCRICT errors and pass-by-ref error. Blank pages getting thrown around. [12:45:28] 03ialex * r34801 10/trunk/phase3/ (RELEASE-NOTES docs/hooks.txt): Document new hook UserLoadFromSession and add a note to RELEASE-NOTES that AutoAuthenticate has been renamed [12:45:45] is someone using revision > r34769? [12:45:56] *AaronSchulz is on HEAD [12:46:08] AaronSchulz: delete plz [12:46:09] https://secure.wikimedia.org/wikipedia/en/wiki/Northern_Ireland_Virtual_Tissue_Archive [12:46:34] isn't ./blaa supposed to look only in the current directory? [12:47:36] "If filename begins with ./ or ../, it is looked only in the current working directory." [12:47:40] 03rotem * r34802 10/trunk/extensions/ (2 files in 2 dirs): Update for he. [12:47:56] how can webstart then do ./includes/blaa when it resides itself in includes? [12:48:12] Nikerabbit: current directory of the script, iirc [12:48:27] Nikerabbit: index.php is in directory above [12:48:53] working directory set to the directory php execution starts in [12:48:54] IIRC [12:49:05] confusing [12:50:32] *Sasa^Stefanovic off [12:53:04] bwahahaha [12:53:11] I figured out better solution then [12:55:25] 03(mod) SpecialPage::getTitleFor does not return a localised name - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14118 +comment (10alex.emsenhuber) [13:29:07] 03ialex * r34803 10/trunk/extensions/ReplaceText/ReplaceTextJob.php: svn:eol-style native [13:29:21] 03aaron * r34804 10/trunk/phase3/includes/SpecialNewpages.php: [13:29:21] * Treat offset as a string, so paging works [13:29:21] * PG offsets are not just digits [13:29:51] ialex: category renaming? ;) [13:30:51] AaronSchulz: i think somebody has that for GSoC [13:37:29] guys, my SVN is complaining about the server's RSA key having changed [13:37:37] has it really changeD? [13:37:38] that's normal [13:37:38] read the mailing list [13:37:52] where can i read it? [13:38:00] wikitech-l [13:38:36] malafaya, http://permalink.gmane.org/gmane.science.linguistics.wikipedia.technical/38110 [13:39:46] thanks NicDumZ. i guess i should subscribe to it even if i dont commit to mediawiki [13:40:27] i think all committers should read that list [13:41:58] too much noise on there [13:42:11] compared to the wikibugs list its a slow mover [13:42:16] i just delete most of it ;) [13:42:21] thread-delete is your friend [13:42:41] gmail for free storage of bloat [13:56:24] 03(mod) Increase or remove rate limit for rollbacker group - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12760 +comment (10Simetrical+wikibugs) [14:00:26] AaronSchulz: any idea why autosighted edits by bots (like http://de.wikipedia.org/w/index.php?title=Martinique&action=history 15:27, 14. Mai 2008 ) are marked with a ! in my watchlist? [14:01:28] hmm seem not bot related: http://de.wikipedia.org/w/index.php?title=Richter-Fenster&action=history autosighted by a normal user [14:12:38] greetings [14:12:46] hotcat seems to be buggy [14:12:56] who/where should I talk to? [14:13:01] kisbes, its author. [14:13:03] No idea who that is. [14:13:16] Ask on a wiki that uses it. [14:13:24] ok [14:15:44] magnus I think [14:16:48] 03(NEW) page-protect actions in watchlist should include link to history - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14119 15enhancement; normal; MediaWiki: Special pages; (charlottethewebb) [14:17:06] 03(mod) page-protect actions in watchlist should include link to history - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14119 normal->lowest (10charlottethewebb) [14:18:56] Hello, where can i change the navigation bar to delete the link "make a don" ? [14:19:04] !sidebar | GoNoGo [14:19:04] --mwbot-- GoNoGo: To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [14:21:06] yes but the link does'nt appear on the editing page, only the 6 first link but not the "make a don" [14:29:32] where can i edit the position of the naviagtion, search and toolbox? [14:33:34] 03yaron * r34805 10/trunk/extensions/ReplaceText/ReplaceText.php: [14:33:34] Turned initial retrieval of matching pages into a SQL call, replaced [14:33:35] truncation code with calls to MW's truncate() function [14:33:53] 03yaron * r34806 10/trunk/extensions/ReplaceText/README: New version: 0.2.1 [14:35:49] hey [14:36:01] I need some help.. [14:36:34] can someone help me [14:36:43] I have installed a wiki [14:37:02] and I and some other people started to fill it with information about some project we're running [14:37:09] but ther seems to be no sysop at all [14:37:23] I searched the database, there is no special user we didn't create ourselves [14:37:32] I also searched the web (google) [14:37:41] no tutorials.. [14:37:49] !promote [14:37:49] --mwbot-- I don't know anything about "promote". [14:37:51] !promoteuser [14:37:51] --mwbot-- I don't know anything about "promoteuser". [14:37:52] Feh. [14:38:09] yeah wel.. [14:38:17] the problem is that nobody is sysop.. [14:38:21] so we cant promot a user.. [14:38:33] Squarc, get the user_id of the user you want to promote, then run this query: INSERT INTO user_groups (ug_user, ug_group) VALUES (12345, 'bureaucrat');, where 12345 is the user ID. [14:38:52] Then have that user use Special:UserRights on the wiki. [14:39:08] ok thanks [14:39:14] that is the highest rank posible? [14:39:38] Squarc, by default, yes. [14:39:42] ok :) [14:40:38] just a quick question: does mediawiki require that there is a corresponding talk-namespace for all custom namespaces created? [14:40:59] Bjelleklang: it will not work properly if there isn't [14:41:05] and the talk namespace must be the namespace +1 [14:41:10] oh, ok [14:41:30] thanks for the help [14:42:02] Simetrical: can I change bureaucrat to something else? [14:42:12] like sysop, admin or lead-developer [14:42:27] ? [14:43:41] ah it works :) [14:43:41] thx [14:47:40] re [15:03:14] *Jack_Phoenix waves to brion :-) [15:03:36] mornin [15:03:42] hey Jack_Phoenix :) [15:03:46] hello brion [15:04:06] rar ialex :) [15:04:12] hi brion [15:06:35] hello brion [15:07:06] mornin brion [15:12:05] 03btongminh * r34807 10/trunk/phase3/includes/ (5 files in 2 dirs): [15:12:05] * Introduce LocalFile::selectFields similarly to Revision::SelectFields [15:12:05] * Introduce FileRepo::findBySha1 [15:12:05] * Show duplicates on ImagePage [15:29:56] whoa, no messages in mediawiki-l overnight. everyone die? [15:30:24] :D [15:37:23] Hello folks...a general MediaWiki question...is there any way, even a "hacky" way, with a standard installation of MediaWiki to do something like the following: have a wiki page with, say, a list of dates, and then somehow have a box on another page show only the next X number of them, in chronological order? [15:37:30] Via RSS or somesuch perhaps? [15:58:56] 03(NEW) Templates are not portable from Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14120 15enhancement; normal; Wikimedia: Downloads; (inedible_bulk) [16:00:16] bryanl: I looks like your commit r34807 is incomplete. I miss an updated MessagesEn.php and messages.inc [16:00:21] *it [16:02:14] das_: you could use [16:02:57] put around the dates to be shown on the other page [16:03:11] hmm, that's an interesting idea [16:03:12] haha [16:03:14] then transclude the first page on the second page [16:03:40] might be able to do something with rss as well [16:04:08] 03(NEW) Ability to make breaks in the edit toolbar - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14121 15enhancement; normal; MediaWiki: Page editing; (onekopaka) [16:05:34] "It is nigh impossible to use the useful templates from Wikipedia elsewhere due to heavy reliance upon other templates in each template." [16:05:43] metatemplates FTW [16:08:07] 14(INVALID) Templates are not portable from Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14120 +comment (10azatoth) [16:09:31] 03brion * r34808 10/trunk/phase3/ (3 files in 3 dirs): (log message trimmed) [16:09:31] * (bug 14082) Fix for complex text input vs AJAX suggestions on some browsers [16:09:31] The mwsuggest code was doing a blur(); focus() on the text field the first time [16:09:31] a key was pressed, as a workaround for a problem with Firefox when the field was [16:09:31] focused at page load time, as on Special:Search with no input given. [16:09:34] Disabling of the browser's autosuggestion wasn't taking effect in Firefox [16:09:36] without this workaround; however the extra blur() and focus() in some cases [16:10:21] 03(NEW) "my bugs" goes bork - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14122 minor; normal; Wikimedia: Bugzilla; (azatoth) [16:11:06] *Jack_Phoenix pokes brion about commit access ;-) [16:13:37] 14(INVALID) "my bugs" goes bork - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14122 +comment (10danny_b) [16:16:02] 03(FIXED) Ajax search bug with complex IMEs in Safari/Mac - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14082 +comment (10brion) [16:18:12] 03(mod) "my bugs" goes bork - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14122 +comment (10alex.emsenhuber) [16:18:15] 03(mod) process_bug.cgi hides "bugs" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13134 +comment (10alex.emsenhuber) [16:18:44] 03leogregianin * r34809 10/trunk/tools/planet/pt/config.ini: add Lestaty [16:20:00] 03btongminh * r34810 10/trunk/phase3/languages/messages/MessagesEn.php: Forgot to commit the message associated with r34807. [16:21:31] bryan \o/ does it looks for dupes local and in foreign repros? [16:21:32] how do i correctly migrate a wiki to use a shared image folder? [16:21:36] *Danny_B apologizes for little upcomming spam for the moment [16:21:51] 03(NEW) AJAX (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14123 normal; normal; MediaWiki: General/Unknown; (danny_b) [16:21:52] Raymond__: not until I find a way to properly link to the foreign repo [16:22:00] 03(mod) AJAX-ify Creative Commons license selection option in installer - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2837 (10danny_b) [16:22:09] 03(mod) Support inline editing with AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4427 (10danny_b) [16:22:10] // Should find a proper way to link to foreign files [16:22:12] //$dupes = RepoGroup::singleton()->findBySha1( $hash ); [16:22:13] bryan ok [16:22:14] $dupes = RepoGroup::singleton()->getLocalRepo()->findBySha1( $hash ); [16:22:16] 03(mod) ajax search preview should search in all default-searchable namespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5459 (10danny_b) [16:22:18] ah i see [16:22:24] 03(mod) Feature request: Ajax autoloadable Recentchanges specialpage - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5560 (10danny_b) [16:22:29] 03(mod) Ajax math editor - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6593 (10danny_b) [16:22:34] Anyone know if the NewUserMessage will work with SUL? [16:22:35] 03(mod) ajax code refactoring - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6612 (10danny_b) [16:22:36] 03(mod) Option not to receive confirmation of marking an article patrolled ( or Ajax?) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7851 (10danny_b) [16:22:42] 03(mod) AJAX search during article edit clear edited text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9434 (10danny_b) [16:22:44] 03(mod) Use Ajax for patrolled edit marking - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11002 (10danny_b) [16:22:49] 03(mod) wfAjaxWatch in AjaxFunctions.php doesn' t check the return value of $article->doWatch(); - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11135 (10danny_b) [16:22:52] 03(mod) AjaxShowEditors does not work when editing new pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12367 (10danny_b) [16:22:57] 03(mod) ajaxwatch.js applies ID to wrong element, only processes one; tooltip doesn't update - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12513 (10danny_b) [16:22:59] 03(mod) ajaxsearch. js - make number of letters before execution customizable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12802 (10danny_b) [16:23:04] 03(mod) Special:Blockip should load the block summary using AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12917 (10danny_b) [16:23:05] 03(mod) Way for anons to disable search box AJAX suggestions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13848 (10danny_b) [16:23:10] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 (10danny_b) [16:23:12] 03(mod) Patrolling revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14004 (10danny_b) [16:23:14] ie if someone with a global account logs in (= creates an account) it doesn't currently appear in newuserlog, so... would they get a message? [16:23:19] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2007 (10danny_b) [16:23:44] Raymond__: the problem is that File.jpg may be a dupe on the foreign repo but on the local repo File.jpg exists that is not the same file [16:23:54] hmm [16:23:57] 03rotem * r34811 10/trunk/extensions/Poem/Poem.i18n.php: Adding Hebrew message. [16:24:13] Mike_lifeguard: it will appear in new user log after the next scap, but NewUserMessage w [16:24:19] on't work [16:24:43] ok, but it could then, since "local user creation" is detected and logged correctly [16:24:48] so I will make a bug [16:25:08] imo, that's easy to fix [16:25:21] *Mike_lifeguard wouldn't know [16:25:44] hm I keep forgetting to add stuff to messages.inc [16:26:08] like erverybody ;) [16:26:30] bryan even with same SHA1? [16:27:18] no a local file with a different SHA1. but the problem is that I can't link with [[Image:File.jpg]] because that will point to the local file which is not the same [16:27:34] hmm well actually should just use an external link... [16:27:42] 03(NEW) Ensure NewUserMessage will work correctly with unified accounts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14124 15enhancement; normal; MediaWiki extensions: Newuserlog; (mike.lifeguard) [16:28:06] NewUserMessages isn't in bugzilla, so newuserlog seemed closest...? :\ [16:28:35] Mike_lifeguard: use "general", not closest :) [16:28:57] finnnne [16:29:01] 03(mod) Ensure NewUserMessage will work correctly with unified accounts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14124 (10mike.lifeguard) [16:29:08] *Mike_lifeguard didn't know general/unknown was an option on extensions [16:30:20] bryan ok. another issue: I am missing a variable with the name of the foreign repro. something like "Commons". I am blind? could be useful for some messages [16:30:55] does not exist afaik [16:31:04] because internally it is just called 'shared' [16:31:09] in Wikimedia's case [16:31:18] yeah. thats not nice [16:31:41] where are all those makeXYZLinkObj defined? [16:31:50] Linker.php [16:31:51] ? [16:32:04] 03rotem * r34812 10/trunk/phase3/ (2 files in 2 dirs): Update. [16:32:24] Raymond__: you shound not use names of repos [16:32:42] You should iterate trouugh all foreign repos [16:32:46] ah [16:34:22] VasilievVV: hmmm good point... [16:34:35] hmm hmm [16:34:52] how should those links look like? Like plainlinks? [16:35:22] hi, its still me, can someone know how to fix illegal mix of collations problem, i'm on it since two days, cant resolve it :( [16:35:25] Look at ImagePage::checkSharedConflict [16:36:10] ah that one uses external links [16:36:45] I dunno whether that is a good idea.. it's not a reall external link but a kind of interwiki link [16:37:20] here is the error i've got : http://198.145.45.150/community/index.php/Accueil [16:58:27] damn there is more caching stuff going on with ForeignDBFile [16:58:42] 03(mod) Templates are not portable from Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14120 +comment (10jlerner) [16:59:10] 03leogregianin * r34814 10/trunk/tools/planet/pt/config.ini: - PatriciaR [16:59:13] Raymond_: hm? [16:59:36] what about autosight [17:05:15] AaronSchulz: it looks like that autosighted revisions do not clear the ! from the watchlist [17:05:31] but they sight? [17:05:37] hmm, I'll peek at it [17:05:38] yes [17:05:54] *AaronSchulz starts adopting brionisms [17:07:14] AaronSchulz: for example http://de.wikipedia.org/w/index.php?title=Flughafen&curid=15771&action=history&uselang=en the last edt. I still see a ! on my watchlist for this edit [17:08:51] yeah, I see [17:18:53] 03(NEW) Restrect effect of patrolled edits to selected namespaces for flagged revs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14125 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (pbirken) [17:24:16] 03leogregianin * r34816 10/trunk/tools/planet/pt/templates/index.html.tmpl: [17:24:57] ok, newFromRow alwas creates an LocalFile... not nice :( [17:29:50] 03btongminh * r34817 10/trunk/phase3/includes/ (3 files in 2 dirs): [17:29:50] * Create ForeignDBFile objects from ForeignDBRepo::findBySha1 [17:29:50] * Add foreign duplicates to ImagePage [17:31:07] ok that should do it [17:31:19] now I need to reshuffle the Links section [17:31:34] Probably 1. Redirects 2. Duplicates 3. Links ? [17:35:42] 03(NEW) Use AJAX for Page shown after submit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14126 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (pbirken) [17:43:14] bryan: 1. Duplicates, 2. Links, 3. Redirects? [17:43:38] I think links should be the last one as that is the longest list probably [17:44:18] 03greg * r34818 10/trunk/phase3/includes/RecentChange.php: Don't attempt to store the page_id in recentchanges table if we are deleting. [17:53:23] 03(mod) Ability to make breaks in the edit toolbar - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14121 (10mediawiki) [17:56:11] 04(REOPENED) Improvements for Spezial:OldReviewedPages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14110 +comment (10pbirken) [17:59:01] 03raymond * r34819 10/trunk/ (2 files in 2 dirs): Localisation updates German [18:00:16] re [18:00:57] 03(FIXED) Improvements for Spezial:OldReviewedPages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14110 +comment (10JSchulz_4587) [18:01:10] hey Fire :-) [18:02:28] 04(REOPENED) Kazakh message updates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12145 (10alefzet) [18:04:25] 03(mod) Kazakh message updates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12145 +comment (10alefzet) [18:04:29] hi Jack_Phoenix [18:04:35] *Jack_Phoenix rars [18:07:01] 03ialex * r34820 10/trunk/phase3/languages/messages/ (MessagesKk_arab.php MessagesKk_cyrl.php MessagesKk_latn.php): (bug 12145) Kazakh message updates [18:07:26] 03(FIXED) Kazakh message updates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12145 +comment (10alex.emsenhuber) [18:09:00] ialex, wow. quick :) [18:09:08] hehe [18:09:13] I just got a conflict ;) [18:09:26] you are too slow ;) [18:09:43] yeah. need some training ;o [18:11:10] 14(DUP) Use AJAX for Page shown after submit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14126 +comment (10JSchulz_4587) [18:11:11] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 +comment (10JSchulz_4587) [18:12:14] 03raymond * r34821 10/trunk/extensions/ (3 files in 2 dirs): [18:12:14] Remove old compatibility code (pre 1.10). [18:12:14] Not longer needed as extensions are branched with every new core release. [18:18:04] yaaay, ImageTagging seems to be working now under 1.13a :D [18:18:10] plus the i18n too \o/ [18:18:56] 03(mod) Restrict effect of patrolled edits to selected namespaces for flagged revs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14125 summary (10Wiki.Melancholie) [18:21:55] 03aaron * r34822 10/trunk/extensions/FlaggedRevs/ (4 files): [18:21:55] * Add depreciation feed (bug 14106) [18:21:55] * Restrict patrolling to set scope (bug 14125) [18:22:13] 03(FIXED) RC-Team requests feed for desighting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14106 +comment (10JSchulz_4587) [18:22:17] 03(FIXED) Restrect effect of patrolled edits to selected namespaces for flagged revs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14125 summary; +comment (10JSchulz_4587) [18:23:56] 03(mod) Restrect effect of patrolled edits to selected namespaces for flagged revs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14125 (10JSchulz_4587) [18:27:26] Raymond_? [18:29:05] 03brion * r34823 10/trunk/phase3/includes/ (GlobalFunctions.php Title.php): Reverting 34794 for the moment; some bad whitespace, and seems to add bunches of stuff without obvious reason yet. [18:29:45] AaronSchulz: yes [18:29:57] can you add those 2 messages in .de? [18:30:05] *Raymond__ runs to add [18:32:48] AaronSchulz: this new special page lists desighted revisions? [18:32:56] yep [18:33:03] k [18:33:08] as well as quality ones [18:33:44] Raymond__: glad I wrote LogEventsLists [18:33:51] makes pages like that cake :) [18:34:48] bet those die in PG though, might want some db->timestamp [18:35:26] done [18:35:31] 03raymond * r34824 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php: Localisation updates German [18:35:39] hello [18:35:51] can someone summarise todays happenings? :) [18:39:05] see svn revisions :) [18:40:05] 03aaron * r34825 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Use db timestamp functions for PG [18:41:34] hi all, have anybody used UWC (Universal Wiki Converter) program? [18:53:45] anyone know how functional centralauth is? [18:54:04] I want create a user page template. Using the magic word {{BASEPAGENAME}} in the template I can create links containing the individual user name. Are there mroe magic words like the date of user's last login or the number of edits by the user? [18:59:57] no one? :) [19:00:10] *amidaniel someone [19:00:39] Êòî ïîëüçóåòñÿ MediaWiki WOS Portable II ? åñòü âîïðîñ.. [19:01:10] o.O [19:01:26] All I see are random vowels with random accents ... is that a language? [19:05:09] amidaniel = someone :) -> do you know if centralauth is functional yet? [19:05:24] *Jack_Phoenix waves to Wiredtape :-) [19:05:40] Wiredtape: There are clearly flaws in it given that they have only enabled it to sysops because it is "causing problems". [19:05:45] *Wiredtape waves to Jack_Phoenix :) [19:05:45] I'd personally use $wgSharedDB and $wgSharedTables over CentralAuth for now though ;-) [19:06:17] Seems to be working alright from my limited experience with it [19:06:24] MinuteElectron : yeah, but i'm trying to avoid shared db's for no reason :) [19:06:36] Obviously, though, it's not up to release quality, seeing as it's only enabled for sysops [19:07:03] I'm not sure how .. uhh .. portable it is though [19:07:05] There are various problems with shared db's anyway, all preferences are shared which is a shame, and other stuff is harder to implement. [19:07:10] ok, i guess i'll just wait a bit longer.. that shouldn't be a problem.. as i understand it, it has backporting abilities.. [19:07:24] CentralAuth also has features like shared groups. [19:07:29] anybody aware of an extension that adds an ajax auto-save feature when editing a page ? [19:07:34] If you're on an empty wiki farm it might help though./ [19:08:02] MinuteElectron, amidaniel, Jack_Phoenix: thanks for your help :) [19:08:03] s/help/be ok [19:08:10] np [19:08:42] Skaber, i know of a an article "protector" - basically saves your changes in case of crash or similar problem [19:12:12] 03vasilievvv * r34826 10/trunk/phase3/includes/ (4 files): [19:12:12] * Move $var ? true : false check to boolval function [19:12:12] * Introduce $wgLogActionsHandlers [19:16:31] Wiredtape: can u be more specific, is that a known extension or some proof of concept ? [19:18:15] VasilievVV: Can't you just do (bool) $var ? [19:18:37] MinuteElectron: maybe I can [19:18:45] It would be better IMO. [19:18:47] I haven't checked [19:18:50] Skaber, an actual extension, though i don't remember the name [19:19:28] MinuteElectron: In php? o.O [19:19:32] yes :) [19:19:38] O rly? [19:19:40] yep [19:19:40] *amidaniel tinkers [19:19:45] (string) $var [19:19:47] (int) $var [19:19:51] (bool) $var [19:19:52] etc. [19:20:13] sure beat intval( $var ); [19:20:34] hmm, didn't know php had that :) [19:21:05] Well, I'll be damned :) [19:21:09] :P [19:21:35] So what's the point of all the various type conversion functions then? [19:21:38] e.g. intval [19:21:48] (int) etc. is PHP 5 I think. [19:21:57] Ah, okay [19:22:11] wouldn't you need functions *anyway* to convert int->string and so on? [19:22:19] Now if they would just introduce real types :) [19:22:24] Wiredtape: why? [19:22:31] Wiredtape: Well, php isn't typed at all [19:22:43] So you can just use a string as an int, or an int as a string [19:23:22] MinuteElectron, amidaniel: right.. but specifically was just thinking of an answer to your "what's the point of all the various type conversion functions" -> maybe so code would be more "literal" [19:23:35] is there a way to querey user stats like last login on a template? [19:23:46] if the programmer wants the person who is reading the code to know it was an int or a string and so on.. [19:23:50] just a thought :) [19:23:50] Wiredtape: Yeah, true .. seeing as it's not really "casting" [19:24:01] Gives the illusion that php [19:24:03] MONK3000: nope [19:24:06] 's a sensible language though :) [19:25:52] MinuteElectron: just think if some extensions can give out such queries it should be possible to use such as URL-encoded equivalent [19:26:50] huh? [19:28:49] http://www.mediawiki.org/wiki/Help:Variables#Page_names > If I use {{BASEPAGENAMEE}} on a template and force the template to be displayed on all user pages, I can create links containg the individual user name. I would also like to include stats about the user in the template [19:48:27] 03(mod) Improvements for Spezial:OldReviewedPages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14110 (10JSchulz_4587) [19:49:03] hello [19:49:25] I have some problems with my mediawiki installation [19:49:32] someone can help me? [19:49:54] just post the problem [19:50:16] installed version (1.12.0) i can't edit pages [19:50:37] error msg : Your edit has been rejected because your client mangled the punctuation characters [19:50:37] in the edit token. The edit has been rejected to prevent corruption of the article text. [19:50:38] This sometimes happens when you are using a buggy web-based anonymous proxy service. [19:51:32] iceweasel (firefox 2) / php5 / mysql 5 - no problems reported during setup [19:52:02] I have a question, I'm using an external authentication for my users. Now, this means that I have users with special chars in them ie: ar_cat which, is not valid in mediawiki. I wanted to extend the User class (/includes/User.php) with my own class to override this. However, there's a lot of instantiations of User. Is there an easier way to extend the class? Same goes for $wgAuth, I had to change the instantion in index.php to using [19:55:31] Hi [19:55:47] I've got a question [19:58:03] How can I recreate the search index of my wiki? The MySQL table crashed. [19:58:51] there's a maintenance script for this [19:59:41] is there any way to report on all the values of a certain template parameter - without using DPL? [20:00:36] Does anyone know how to change the default name of the search plugin that can be added from a wiki page [20:00:46] mhall: run maintenance/updateSearchIndex.php [20:01:19] Can anyone help me using magic words and variables? [20:01:56] Is the /includes/AutoLoader.php what tells mediawiki on what to use when instantiating a class? ie: 'User' => 'includes/User.php' will apply for all $var = new User; ?? [20:04:19] only if the class is not known [20:05:34] Could I change 'includes/User.php' to 'includes/CustomUser.php' extend the User class from User.php and mediawiki's user handling would go through the custom class? [20:06:15] Why are you extending the User class? [20:06:34] extend? no [20:06:49] class User extends User {} is not possible [20:06:58] I'm using an external auth db and I need to manipulate some of the functions in the User class without editing User.php itself [20:07:11] tekmosis: Can you do it via hooks? [20:08:22] Well, the main issue is just that I have users with special chars in them such as this_name so going to login mediawiki wont let them login. I haven't looked into hooks yet [20:09:22] "this_name" is a perfecty legal username; it's just also synonymous with "this name" and "This name" [20:12:52] Cincy: asking a concrete question usually helps. [20:14:03] Is there a prefered method on getting it to recognize it as a 1 to 1 relation rather than synonymous with "this name" and "This name"? [20:14:24] is there any way to get all pages in a namespace, using S:Export? [20:14:29] tekmosis: there is no way, because a user name hasto be a legal page name. [20:15:15] Cincy: as to what you asked in #wikimedia-tech: for showing stuff from a database, there are basically two ways: either generate wiki-text from the database, or show live data. for the latter case, there are gaian basially two options: a special page, or a parser function or tag hook. [20:15:36] jlerner: no, but with maintenance/dumpBackup.php [20:15:42] yeah [20:15:48] So, this_name is not a legal page name? [20:15:52] don't have access to the live server though ;-( [20:16:02] jlerner: s:Export is for *small* amopunts of pages. it will just time out if you try it for half your wiki. [20:16:10] !shell | jlerner [20:16:10] --mwbot-- jlerner: Shell access (that is, SSH access, see http://en.wikipedia.org/wiki/SSH) is highly recommended if you want to run MediaWiki. You can install without it, and basic operation will work, but even creating backups or upgrading will be painful without it. Some more involved maintenance tasks may even be impossible. MediaWiki is not designed for minimal environments. [20:16:11] yeah [20:16:16] it's a small wiki [20:16:31] i know about the shell ;-) client just wont' let me login to the live site [20:16:32] ;-) [20:16:33] tx [20:16:34] sp33chy they paved paradise to put up a parking lot [20:16:50] *amidaniel mutters something about fixing that problem one of these days [20:17:07] tekmosis: This_name is a legal page name; this_name and This name and This_name are synonymous (This_Name and THIS_NAME are not as pages, but user names differing conly by captializations are forbidden anyway) [20:17:40] speechles: oh no! [20:18:15] Any SAVY DEV's out there? Has anyone ever tired to pull data from one DB and somehow push that data to the Wiki and automate/create pages??? [20:19:19] Duesentrieb: I believe Cincy just called you unsavy :) [20:19:33] Cincy : I don't know any savvy dev's.. :) but auto creating pages is something which is done in several different methods [20:19:56] amidaniel: maybe Cincy simply doesn't read what i write. [20:20:12] or doesn't bother to look up what it means. or ask concrete questions. [20:20:20] lol [20:20:27] oh no need to go there [20:20:41] So with that said, Duesentrieb; if this_user tries to login to mediawiki via the external auth db it will say that there is no user by the name this_name. Logging in with single word user accounts does work, though. [20:21:10] WiredTape - can you help me out with what those option might be? I can code but I'm not good with web apps [20:21:10] Cincy, Duesentrieb: why? go there :) I need some entertaiment [20:21:25] lol fair enough:) [20:21:42] tekmosis: External auth db? [20:21:51] Cincy-> after looking at Duesentrieb's answer to you... I must say that I have nothing else to say :) as he explained it quite right .. [20:22:31] yes, I've changed $wgAuth = new AuthPlugin(); in index.php to using an extended class of AuthPlugin to use my sites current user db [20:22:47] I am upgrading MediaWiki 1.11 stable to 1.12 and I am trying to run the update.php script. Shell tells me that I am not running PHP 5, but I am running 4.4.8. This is odd, because I am running 5.2.3 (cgi). [20:23:02] tekmosis: i'm not sure what component is responsible for normalizing the user name. note that mediawiki consideres underscore and space to be equivalent, but it uses internally underscore for page names and spaces for user names (don't ask me why). [20:23:23] WiredTape oh comn my question is perfectly legit as far as the savy part I have ask way too many people that not nearly knowledgeable enough to know anything about what I'm tring to do [20:23:23] hey, I need help with Templates... I'm trying to use a #if construction, or something similar [20:23:27] Jasio: is this a debian (or kind of debian) installation? [20:23:38] Jasio: if so, you need to install php5-cli [20:23:43] Jasio: you are not running 5 on the shell then. there may be multiple binaries in your system. try calling php5, or look for php binaries installed in different pathes [20:23:56] oh yea, and what ny said :) [20:23:57] In fact, I want to output something if a parameter is set (and non-empty), but don't output it if there is no such parameter [20:24:06] hence the I'm looking for someone who knows what they are talking about [20:24:14] Hmm, well its a shared server so I can't install php5-cli, and the previous update (to 1.11) ran fine, hmm. [20:24:18] !parserfunctions | CrazyTB [20:24:18] --mwbot-- CrazyTB: "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [20:24:30] Cincy : i'll try and help you out, but you should know that Duesentrieb is one of the most knowledgable dev's for mediawiki [20:24:47] And unfortunatley calling php5 doesn't result in anything. [20:24:53] Jasio: php --version ? [20:24:57] Jasio: my guess is that it'S there but not on the path, or ot's called php5, not just php. ask the system admin if you can't find it. [20:25:07] ny, 4.4.8 in shell. [20:25:09] good to know... I'm new [20:25:10] Duesentrieb, so, I really need to install it as an extension [20:25:12] 5.2.3 according to MW. [20:25:21] (1.11 wouldn't work on 4.4.8) [20:25:24] CrazyTB: yes [20:25:29] I really don [20:25:41] Duesentrieb, yeah I'll try. [20:26:10] WiredTape - I really don't even know my options, I would like to stay away from php but if thats all wev'e got then I guess I'll learn [20:26:30] Yeah, try to stay away from php. [20:26:33] ;p [20:26:43] lol [20:26:54] Jasio: then your provider or administrator should install the cli-version of php5 too, you can run multiple installations of php, that's the same issue what i had today, ldap_connect() was available from the web, but not from the commandline... php4-cli was the reaspon ;-) [20:27:06] Cincy: anyway, to cut to the chase.. you want to pull data from one place (db or whatever) and generate articles based on the data? ok, so you have two options.. 1) API 2) use Article class (which is more direct but requires a lot to make proper revisions) [20:27:06] ny, ah I found it :) [20:27:06] LeonWP: Why's that? [20:27:11] Yeah PHP-CLI was installed. [20:27:16] But they had odd paths. [20:27:17] Cincy: either way you will need php... [20:27:23] Cincy: you will have to write code in *some* language iof you want to access external data [20:27:26] Found it though and redirected it. Works fine now. [20:27:31] Thanks ny / Duesentrieb :) [20:27:32] MinuteElectron, just general php bashing ;o [20:27:40] LeonWP: ^_^ [20:27:50] Cincy: if you want live data, you need php. if you are ok with generating static pages, you can use whatever you want to generate the appropriate wikitext from the db. [20:28:33] so I could use C++ or .net to transform the data? [20:28:41] Cincy: there may be extensions that allow you to display tabular data streight from the database, i havn't looked. somethign like that is generally only usefull if you need the data 1:1 as it is in the database. anythign fancy requires program logic. [20:28:47] Cincy, yes, and then use the api.. [20:29:06] Wiredtape: the api to push it in? is that live & stable now? [20:29:14] Duesentrieb: afaik [20:29:17] i'd recommend to wrap it in xml and import it [20:29:24] that'S fairly failsafe. [20:29:36] Doesn't sound too bad [20:29:50] but as Duesentrieb is saying.. if you need to manage the data, you will need to use some sort of logic :) [20:29:55] yet another option is generating html snippets live and use the pull-fron-the-web hack with the HTMLets extension. not really pretty, though :) [20:30:01] The one upside to PHP is it can natively import data from the API via serialization. [20:30:21] *amidaniel suggest Cincy write a PHP interpreter in C++ and take it from there :) [20:30:32] amidaniel: lol [20:32:56] is it possible to just populate the MySQL back db with data and somehow link a page to template to the data and have it display? [20:33:11] Cincy, yes.. [20:33:23] is that what you were talking about before? [20:33:24] Cincy, via a parser function or tag extension [20:33:42] Cincy, no, basically you need some way to pull that data into an article [20:33:56] and since the parser processes an article, this will have to go through that [20:34:04] therefore, a parserfunction or a tag [20:34:23] do you think that is a good way to move a lot of data into the wiki? [20:34:45] if you had to is that the way you would choose? [20:36:06] there is a difference between this and "move". [20:36:34] I'm not sure what move is but I think so [20:36:36] if you want to move data into the wiki, you should use one of the three options we talked about before: XML Import, API or article class. [20:36:52] if you want to display data on the wiki, you can use a parser function or a tag extension [20:37:13] ok so the parser or the tag would display live data from another db? [20:37:16] 03(NEW) Exclamation Marks in watchlist behave wrong - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14127 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (pbirken) [20:37:23] yes [20:37:27] gotcha [20:37:39] {{subst:#somecustomimportparserfunction}} [20:37:42] *Splarka hides [20:37:55] *Wiredtape waves at Splarka [20:38:37] *Wiredtape asks Jack_Phoenix if SocialProfile ext ever got fixed? (especially the avatar part) [20:39:07] Cincy, obviously this also depends on how you would program it.. [20:39:16] Wiredtape: I have some misc. patches for it waiting for me to get commit access ;-> [20:39:28] Jack_Phoenix: me too [20:39:34] I've emailed brion about it so now I'm just waiting [20:39:35] but [20:39:36] of course, I'm just trying to get a feel for how do this [20:39:42] what was the problem with avatars again? [20:39:56] and what Splarka says is also true.. you could "move" stuff by using a subst: however, this depends on what the data "is" and whether or not the parser would strip it and so on.. [20:40:04] stuff about extensions/SocialProfile/UserStats/UserStatsClass.php, line 378 or so? [20:40:06] Jack_Phoenix: did you create your key on a debian or ubuntu system? just chekcing :) [20:40:15] brion: no, windows vista :P [20:40:21] heh [20:40:26] I know, vista is horrible and I should get at least xp [20:40:35] hehe [20:40:36] but new-ish laptops :( [20:40:43] Thanks WireTape I'll take a look and see what I can find [20:41:05] brion: My key both on svn and the ts is a dsa key created with debian openssl prior to the patch, but I haven't been locked out of either of the two servers :S [20:41:12] Jack_Phoenix: vista === bad :P [20:41:15] Should I regen a new key to send to you or is it unaffected? [20:41:18] Jack_Phoenix : if i remember correctly it was something to do with the actual upload form and how the image was later thumbnailed.. [20:41:31] ialex: echo "thx captain obvious ;-)"; [20:41:38] Jack_Phoenix : and unfortunately my laptop is also vista :) [20:41:42] Wiredtape: hmm, lemme check [20:41:54] Jack_Phoenix: :) [20:42:07] Does anyone have the time to help me set up a custom variable [20:42:07] hmm [20:42:22] Jack_Phoenix: note that this is after I fixed all of the other problems :) (so you should make sure my patches have also been applied) [20:42:23] I've read a lot of doc's and I'm missing something stupid [20:42:54] the var doesn't even need to do anything but work, I'm just tring to get a feel for how it is supposed to work? [20:42:56] haven't touched the avatar-related stuff, so what you see on svn is what I have live etc. ;-) [20:43:08] ialex and siebrand committed some of your patches IIRC [20:43:13] Jack_Phoenix : hmm silly me, i recorded all errors on the page we used.. [20:43:20] one sec.. [20:43:38] and so far only remaining errors I have are about line 378 of UserStatsClass.php [20:44:01] (appear randomly when uploading avatars / sending board messages / accepting relationship requests) [20:44:19] Jack_Phoenix: http://en.wiredtape.com/wiki/User:Bfhappy/SocialProfile#Special:UploadAvatar [20:44:34] and yeah, it is line 378 [20:44:52] Internal error Could not copy file "...\tmp\php2C62.tmp" to "". [20:45:00] that definitely is some permissions-related stuff afaik [20:45:12] amidaniel: the vuln key checker doesn't seem to mind... [20:45:24] and line 378 refers to other files (I think) that wikia did not release to the public [20:45:30] however i tmay be incomplete, so wouldn't hurt to replace it [20:45:43] because e.g. on halopedia (http://halo.wikia.com) you can get 100 points or something for uploading an avatar [20:45:54] yeah.. but that code was soooo weird.. i just couldn't get to the bottom of it :) (and yes, it does look like code that's missing) [20:45:59] feel free to spam^W email wikia about it [20:46:05] brion: Alright, well I'll apply the patch and gen a new key at some point today, which I'll send to you and river [20:46:16] preferrably wikia-tech-l@wikia.com [20:46:27] though I'm working on getting them to release more code ;-) [20:46:36] May be good to send out a message to all the users on the system to ask them to gen new keys if they think their keys might be vulnerable though [20:46:41] (wikia-tech-l is a public mailing list, just a fyi :-) [20:46:56] Jack_Phoenix: np... [20:46:58] tx amidaniel [20:47:10] sure thing [20:47:20] Jack_Phoenix: and where's the archive of the mailing list ? :) [20:47:34] ialex: one moment please ;) [20:47:43] Jack_Phoenix: ok test that svn access [20:47:51] Jack_Phoenix : what about the rest of the error i have listed? you don't get any of them? [20:48:01] Alrighty, gotta go take an astronomy final. Wish me luck :) [20:48:11] good luck! [20:48:15] ialex: http://lists.wikia.com/pipermail/wikia-tech-l/ [20:48:17] Thx :) [20:48:21] brion: woo, yes sir, will do :D [20:48:28] Wiredtape: I'll check it soon, k? :) [20:48:43] a session problem can cause a token_suffix_mismatch error? [20:48:51] Danny_B: you too :) [20:48:52] *Wiredtape doesn't expect Jack_Phoenix to do it right now :) and congrats on svn access.. [20:52:15] If I want to do a manual install of mediawiki (IE, not using /config/) what sql files do I need to import and are there docs for that? [20:52:40] brion: I put svn+ssh://ashley@svn.wikimedia.org/svnroot/mediawiki/USERINFO into the "url of repository" field of TortoiseSVN, now it gave me a password prompt, "ashley@svn.wikimedia.org's password" and the ssh key's password doesn't work for it...is something wrong, have I fucked it already up? :D [20:52:49] Wiredtape: thanks :-D [20:53:08] hrmmm [20:53:15] Jack, np [20:53:18] is it properly set up to use the private key on your end? [20:53:25] probably not ;-) [20:53:33] *Jack_Phoenix goes to check the settings... [20:54:24] Jack_Phoenix, is Pageant running? [20:54:34] (with your private key stored) [20:54:43] hmm, no, I'll open that up right away [20:54:53] I wonder why some extensions get nightly builds and some don't? (of wikimedia svn hosted extensions) [20:55:47] Jack_Phoenix: looks good in the log. working? [20:55:58] KTC: that seems to have solved it -- thanks a lot! :) [20:56:05] is it possible to have a for-like loop in templates? [20:56:05] :D [20:56:08] brion: yup, many thanks :D [20:56:21] now off to commit crap^W patches for you to revert later on :p [20:56:26] (j/k) [20:56:33] CrazyTB there is an extension that does that via parser function [20:56:35] so, when did svn become an MMORPG? [20:56:41] lol [20:56:43] Splarka: it always was [20:57:09] Jack_Phoenix, don't worry, my first commit outside USERINFO broke the extension i was working on... stupid , instead of ; [20:57:10] Oops [20:57:27] hehe, that happens [20:57:50] anyone mind taking a look at bug 14048 and giving their thoughts about it? [20:57:56] i'd really like to see it implemented.. [20:58:01] !b 14048 [20:58:01] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=14048 [21:00:40] brion, any chance you would take a look at it? [21:01:29] 03ashley * r34827 10/USERINFO/ashley: +my info [21:01:41] woot \o/ [21:01:48] now to commit those patches, whee [21:01:59] \o/ [21:02:01] \o/ [21:03:38] "Sorry, but the function boolval is not in the online manual" [21:03:41] VasilievVV: erm? [21:03:50] ugh [21:04:06] brion: yes, it's in globalfunctions.php [21:04:14] VasilievVV: just use (bool) [21:04:16] But MinuteElectron is right [21:04:21] (bool) is better [21:04:48] is there any easy way to strip leading/trailing whitespace from {{{1}}} ? [21:05:14] *ialex stabs Jack_Phoenix, and that nice property named svn:eol-style ? :) [21:05:30] CrazyTB : in a system message? [21:05:31] heh [21:05:32] ow -- I thought TortoiseSVN had it configured :/ [21:05:41] only if u configure it first ;) [21:05:51] no, ina template [21:05:57] in a template, I mean [21:06:09] Jack_Phoenix: you can also do that for mfarag and dantman ;) [21:06:15] and remember to do the auto-props before you add new files. been burn by that badly before (in another project) when i was new :D [21:06:19] CrazyTB : why would there be whitespace there? [21:06:25] ialex: too late, deleted USERINFO dir already :P [21:06:48] Because unnamed parameters preserve whitespace, while named parameters don't [21:07:03] 03ialex * r34828 10/USERINFO/ (ashley dantman mfarag): svn:eol-style native [21:07:18] {{{1|}}} defaults to "empty" [21:07:27] I believe? [21:07:32] is Main.css supposed to be empty? :| [21:07:41] as would {{{NAMEDVARIABLE|}}} [21:08:03] CrazyTB : are we talking about whitespace outside of the template var? [21:08:34] hum... Maybe it gets clearer with an example [21:08:56] {{{foobar|something here|foo=bar}}} [21:09:22] I wanted that {{{1}}} expanded to "something here", without that trailing newline [21:09:35] (which is added just to make it easier to read when editing the code) [21:10:54] CrazyTB : i believe you've managed to mix me up :) (foobar is a template variable?) [21:11:15] 03(NEW) Readers without Jacascript see box always in expanded state - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14128 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (pbirken) [21:11:24] foobar is a template [21:11:48] inside foobar, I use {{{1}}} [21:12:06] where in you're example is {{{1}}} ? [21:12:19] "acascript"? :D [21:12:44] ack! [21:12:46] ialex quit [21:12:47] KTC: i didn't notice that [21:12:52] just as I was about to bug him [21:13:11] that' [21:13:22] that's dev's esp.. we know when you're about to bug us :) [21:13:40] or when we are about to bug each other.. :) [21:13:48] anyway, i'm off for now.. ciao [21:13:51] KTC: might as well as bug you, then ;-) I have this in TortoiseSVN's config file, is it correct: http://rafb.net/p/7jvkgf61.html ? :-) [21:15:32] Jack_Phoenix, compare it to http://www.mediawiki.org/wiki/Subversion/auto-props and see if you're missing any extension [21:15:53] is there a way to edit the CSS of the TOC? My searches are only bringing up a plethora of pages regarding hiding it [21:16:09] ah sorry, i see you copy & pasted it towards the bottom [21:16:29] that should be fine :) [21:16:40] thanks :-) [21:17:15] but remember it only affects file that you add from now on, and not before (that was fun when I added a whole project of files with Boost before i did auto-props...) [21:17:45] ijustam: you just have to find the classes and IDs that apply to it, and put them in MediaWiki:Monobook.css or Common.css [21:18:06] thats it? [21:18:08] sweet :o [21:18:19] the defaults for monobook are in /monobook/main.css [21:19:00] for example: #toc .toctoggle, .toc .toctoggle { font-size: 94%; } [21:19:15] the toggle text is at 94%, you could change that by editing your MediaWiki:Monobook.css and adding: [21:19:31] #toc .toctoggle, .toc .toctoggle { font-size: 120%; color:#ff00ff; } [21:19:36] to make it pink [21:20:09] awesome! [21:20:13] made the TOC round :D [21:20:24] thanks Splarka :D [21:21:24] round? don't expect that to work in all browsers for a while:/ [21:21:27] KTC: checked out a fresh copy of SocialProfile extension and patched it...so I should be okay, at least theoretically ;-) but I suppose ialex will stab me tomorrow if I screw up badly :D [21:21:30] yeah, i know [21:21:32] nuts to IE [21:21:33] (but will in the important ones... heh) [21:21:36] Spl: go test IE8 :P [21:21:45] the round edges look fantastic in FF3 [21:21:46] meh in FF2 [21:21:52] Jack: enjoy Vista [21:21:55] >_< [21:21:57] haha [21:22:47] how do you make FF3 live nicely alongside FF2 ? it completely screws up with my extensionsif i have both [21:22:58] i tried, failed, and gave up' [21:23:03] FF3 + FF2 = Chaos [21:23:14] although i admit i didn't try very hard [21:23:23] instead i said "nuts to it" and RDP'd into my laptop instead [21:24:50] KTC: you can give them separate profiles [21:25:04] poke about online for the magic parameter to tell it to prompt you for profile selection [21:25:10] oh yeah, that was the problem i had. ff3 refused to open my profile manager [21:25:30] they are install in seperate directory, but i guess is sharing windows application folder for profiles [21:25:36] maybe I'll try it, thanks brion [21:26:00] 03ashley * r34829 10/trunk/extensions/SocialProfile/ (15 files in 5 dirs): (log message trimmed) [21:26:00] SocialProfile: [21:26:00] *add avatars directory with its contents so that people don't need to use an ugly, broken sourceforge release to obtain these required files [21:26:00] *fix sql issues when wgDBprefix was set and bad sql was generated [21:26:02] *fix one message loading bug where user board related messages weren't being loaded properly on user profile pages [21:26:05] *a bit more i18n [21:26:07] *standard coding style [21:26:14] \o/ [21:26:20] Wiredtape_Away: see above ;-) [21:26:38] *KTC stab Jack_Phoenix just for the heck of it [21:26:41] ;p [21:26:48] [21:28:40] 03(WONTFIX) Readers without Jacascript see box always in expanded state - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14128 +comment (10JSchulz_4587) [21:29:18] 03(FIXED) Exclamation Marks in watchlist behave wrong - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14127 +comment (10JSchulz_4587) [21:29:35] 03(mod) Readers without Javascript see box always in expanded state - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14128 summary (10brion) [21:29:51] I found a possible bug on token che pageEdit.php if magic_quotes_gpc is turned off [21:31:48] it seems that if magic_quotes_gpc is turned off another escaping function escapes \ with \\ and so $wgUser->matchEditToken( $token ); fails it's check [21:32:30] maybe $token = $request->getVal( 'wpEditToken' ); [21:33:19] 03danny_b * r34830 10/USERINFO/danny_b: Adding self. [21:34:12] brion: seems it works ;-) thx [21:34:34] 03(mod) Any revert to a flagged revision should be auto-flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14074 (10JSchulz_4587) [21:34:41] function getVal( $name, $default = NULL ) { in WebRequest.php line 247 [21:35:22] Danny_B: congrats :D [21:35:33] thx [21:37:43] wikimedia have too many lang projects.... (doing translation for the new language names page) [21:46:09] 03brion * r34831 10/trunk/extensions/CentralAuth/ (5 files in 2 dirs): [21:46:10] Rather than breaking the site during upgrades (and potential following downgrades if something breaks) for an arbitrary field name change, let's just not change the field name. [21:46:10] Revert lu_wiki and ln_wiki back to *_dbname [21:46:45] Danny_B: btw, added you to http://www.mediawiki.org/wiki/Developers -- feel free to add more info & fix existing if something's wrong or incorrect ;-) [21:49:17] Jack_Phoenix: thx [21:49:24] np [21:56:45] 03brion * r34832 10/trunk/phase3/includes/RecentChange.php: revert r34818 -- bad [22:00:30] is rev_deleted finished? [22:01:07] was duke nukem released? [22:02:01] does that translate to "Yes, you dumb f*ck"? :P [22:09:44] I need help [22:09:49] CrazyTB: what' [22:09:51] s your issue? [22:09:58] looks like syntax does not work within templates... [22:10:30] sure it does, but not if you break it up, unless you use tidy [22:10:49] Splarka, ...what? [22:10:54] html has to be propery paired/stacked [22:11:06] and without htmltidy that check is done by the sanitizer before templates are expanded [22:11:21] meaning {{divopen}}{{divclose}} won't work, if they contain
for example [22:11:37] same for parserfunctions, eg {{#if:1|
}}{{#if:1|
}} [22:11:48] however, with Tidy, you can do that, as on wikipedia [22:11:49] hum... And how about this? [22:11:52] http://sh.nu/p/24407 [22:11:56] 03nad * r34833 10/trunk/extensions/TreeAndMenu/TreeAndMenu.php: bug fix, only first tree on page would render correctly [22:12:11] CrazyTB: that is exactly your problem [22:12:23] those are partial html in parserfunction [22:12:29] enable tidy, or switch to wikitables [22:12:36] !tidy [22:12:36] --mwbot-- Wikimedia uses HTML Tidy, which allows mixed html and wikitables inside parser functions and templates. This can often be confusing for people copying templates from Wikimedia projects. For more information about HTML Tidy, see . [22:12:50] switching to wikitables will imply in using tons of {{{{!}}} [22:12:55] yes, it will [22:12:57] making it even more unreadable [22:13:04] *nod* [22:19:48] 03brion * r34834 10/trunk/extensions/Newuserlog/Newuserlog.php: Cleanup for r34772 -- double logging [22:24:07] there's a hook for adding a box under the toolbox, but does anyone know if there's a hook for adding a box below the language box in mediawiki? [22:24:37] in monobook [22:25:28] naught101: grep MonoBook.php for wfRunHooks to find out :) [22:27:55] you could probaby use one of the after-all-portlet-done-thingy to insert one too [22:29:23] 03(NEW) Creating accounts using API and CentralAuth - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14129 normal; normal; MediaWiki extensions: CentralAuth; (szymek) [22:33:13] Splarka: isn't that just what he'll find when grepping like i said? [22:37:22] Dues: picky picky ^_^ [22:37:43] pretend I was supplementing your suggestion, rather than forking it [22:41:44] anyone know how cl_sortkey would get set to something very different from page_title? [22:43:12] in table wikicategorylinks [22:43:35] custom sortkey is not being set with something like [[Category:NAME|SORT]] [22:47:36] Is there an API for consuming of data in mediawiki? [22:48:30] http://www.mediawiki.org/wiki/API [22:48:52] matthew_, consuming ? [22:49:53] action=omnomnomnom [22:51:48] NicDumZ: we want to have a page where users can edit error messages for a certain app, grab each error (section) out at a time via web service fromt he app itself to display. [22:53:32] well yes matthew_ you can get and edit pages through the API... [22:54:05] rss? [22:54:35] 03yaron * r34835 10/trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php: Fixed typo [22:55:28] matthew_, http://www.mediawiki.org/wiki/Extension:RSS [22:55:52] just use the search button on mediawiki.org, it seems apparently pretty efficient ;) [23:00:46] 03aaron * r34836 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php): (log message trimmed) [23:00:46] * wfMsgForContent() for log comment [23:00:46] * Don't waste the effort on premature query [23:00:46] * Let sysops bypass move restrictions [23:00:46] * Use GAID_FOR_UPDATE for baseRevId stuff [23:00:47] * let $latestID be the rev ID if now title yet (new page) [23:00:49] * Casing tweaks [23:03:52] 03aaron * r34837 10/trunk/phase3/includes/SpecialNewpages.php: Actually declare $wgLang [23:13:06] 03aaron * r34838 10/trunk/extensions/ImageMap/ImageMap_body.php: E_STRICT. Even though manual says it can be called statically, it still spews notices anyway... [23:15:48] Hi, I have been unable to find this information, but is it possible to combine too mediawikis? [23:15:52] too=two [23:20:43] LChaos: Define "combine" [23:21:11] you should be able to export the pages from one wiki and import them into another [23:25:10] nakon: Can that be done on a large scale? Like if you have wiki A with 2000 articles and 4000 images and you want to combine it with another wiki with 2000 articles and 4000 images. [23:25:28] hello, is it a problem if i use the non root access short url method if i have root access ? [23:26:06] because it still works and i didnt change the httpd.conf [23:26:07] 03aaron * r34839 10/trunk/phase3/includes/SpecialWhatlinkshere.php: Offset il_from [23:27:15] 03raymond * r34840 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php: Add description for new right 'movestable' (r34836) [23:28:13] scabbed, no, no problem. [23:29:17] ok thanks [23:29:28] but i find my wiki very slow :( [23:33:38] Ok, darn, have to go now, will have to ask the question again tomorrow [23:35:26] NicDumZ: So can you maybe point me to documentation that covers remotely extracting portions of a wiki page? [23:37:41] matthew_, honestly, relying on http://en.wikipedia.org/w/api.php is a quite good bet (or the same on your local wiki) :) search for "rvsection" :) [23:42:29] 03brion * r34841 10/trunk/phase3/includes/User.php: (log message trimmed) [23:42:29] Trigger load of user data in User::getBlockStatus() before we [23:42:29] start changing member variables. [23:42:29] Otherwise something ends up stomping on $this->mBlockedby when [23:42:29] things get lazy-loaded later, causing false positive block hits [23:42:32] due to -1 !== 0. Probably session-related... Nothing should be [23:42:34] overwriting mBlockedby, surely? [23:43:41] NicDumZ: ok.. thanks!