[00:02:04] any ideas? [00:03:48] Try adding this and see what happens: [00:03:50] $wgWhitelistRead = array("Main Page", "Special:Userlogin", "-", "MediaWiki:Monobook.css"); [00:04:02] (And re-add the createaccount right.) [00:04:56] The documentation is at < http://www.mediawiki.org/wiki/Manual:$wgWhitelistRead >, if you're curious. [00:05:37] excellent. thank-you. [00:05:41] Welcome. [00:06:46] Duesentrieb: I think you were thinking of $wgWhitelistEdit ? [00:06:56] perhaps it might be an idea to add this to help:user rights? as that is where i was looking before. [00:07:09] It's already there. :) [00:07:19] read allows viewing pages not defined in $wgWhitelistRead. [00:08:28] ah. just me being dim then :-/ [00:08:43] thanks for your help :) [00:09:00] Welcome. :) [00:10:51] DEATH TO CRACKBERRIES [00:19:32] *Werdna waves [00:19:55] *ShiryuX runs [00:19:55] *Werdna steals NotACow's crackberries. [00:20:38] *ShiryuX steals Werdna's NotACow's crackberries. [00:21:35] *ST47 burns the crackberries [00:31:00] hey, no one can edit articles on my wiki, can somoene help? [00:31:10] when you click edit you go to a blank page [00:38:16] I have upgrade from 1.3.x to 1.11.0 and I seem to have lost history updates (yes there are backups, we are testing obviously). [00:38:35] The main page for example is missing the last 3 months of updates in the upgraded wiki instance. [00:38:48] Any advice, suggestions, help or other would be greatly appreciated. [00:39:26] The final main page on the 1.11 instance is definitely an old rev, the history tab shows it being July and the most recent is last month. [00:41:08] While the 1.3 instance shows the most recent change as being Sept 25. [00:41:34] So I am wondering how I screwed up as I was rather careful, read the upgrade notes, etc. [00:41:58] there doesnt seem to be anyone home [00:42:11] I do believe you are right. [00:42:16] I will have to try again later. [00:46:29] hi, is the list of permitted file extensions (wgFileExtensions) accessible to users anywhere ? [00:47:49] So I seem to have lost a number of historical revisions on my upgrade from 1.3.x to 1.11.... Basically the previous wiki main page was last edited 9/25 and the updated version is 7/x. So obviously [00:48:03] Something went south.... and I am wondering if anyone has suggstions. [00:48:53] only askers here... no answerers [00:49:07] coverity: Possibly try again; it might a temporary glitch with the database transition script. [00:49:09] ... [00:49:22] *Pathoschild looks from coverity to coverit1. [00:49:40] I am double sleeved.... [00:49:47] He will timeout as dead. [00:49:52] Pathoschild, get back to your homework. [00:50:11] Or possibly try upgrading to a nearer version like 1.5 (which included many database schema changes) first. [00:50:15] Fine. :( [00:50:31] Don't make me tell on you. [00:50:51] *Pathoschild hopes Shanel_ doesn't tell Shanel. [00:50:52] That was my next move, try hoping up and over the various revisions, but I was hoping maybe, just maybe there was a ticky sneaky way to get in one go :) [00:50:55] I am lazy by default. [00:50:57] I am an admin. [00:51:09] She will. [00:51:23] If laziness is an admin trait, then Pathoschild is all set. [00:51:25] coverit1: I'm not a MediaWiki developer, so maybe there's a lazy solution somewhere I don't know. [00:51:40] It is not all that much work... [00:52:11] I will try it, besides, I can come back and whine about my grevious inconvenience when using someone else's nice code that donated to the community. [00:56:44] *Werdna giggles [00:58:17] *Werdna tickles Shanel_ [00:58:36] ;D [00:58:39] Werdna! [00:58:44] uh oh [00:58:49] hey Pathoschild, are you around? [00:59:09] He said he would be right back a few minutes ago. [00:59:13] So no. [01:02:06] I used apt-get to install mediawiki on ubuntu. my browser says it doesn't know what to do with a phtml file when I try the front page. [01:02:23] what am I missing? [01:03:09] ew, apt-get [01:03:14] sorry [01:03:19] have you installed php? [01:03:30] the apt-get installed it [01:04:13] and is it set up to use phtml files [01:06:07] then it is [01:06:16] I don't know if that is true [01:11:01] Werdna: Yeah, what Shanel_ said. [01:11:26] Pathoschild: do you do coding? [01:11:32] zik: grep for .php [01:11:36] MediaWiki coding? Nope. [01:11:47] coding in general. [01:11:57] I dabble. :) [01:12:14] Lies. [01:12:58] *Werdna corners Pathoschild and makes him test Werdna's online IDE beta. [01:13:01] in what files? [01:13:23] in your apache config [01:13:50] *Schroeder puts on the 1980 Bridgemen [01:13:58] Werdna: I know what an IDE is, but that's about as far as my experience goes in that regard. :p [01:14:11] :p [01:14:23] *Shanel_ makes Pathoschild code her a pony. [01:16:20] it's there. what am I looking for? [01:17:37] AddType application/x-httpd-php .phtml [01:19:08] yeah. that's there. [01:19:41] is php enabled properly? [01:20:08] sorry to be dense; how do I check? [01:20:15] zik: Did you open any files in Wordpad or some other text editor except Notepad? [01:20:24] Particularly LocalSettings.php. [01:20:41] add a file called info.php somewhere, and put in it this is on ubuntu. I only used vi. [01:20:48] and then look at it with a web browser/ [01:21:33] Good; I doubt Vi is the problem, then. [01:23:49] the info.php works. I put it in the same directory with the mediawiki index.php. [01:26:19] and what happens when you try to open the mediawiki index.php (what's the output from phpinfo();? [01:27:19] if I open mediawiki/index.php my browser asks me what to do with a file of type php [01:27:35] and if you open info.php? [01:28:53] I get a page of php info like it should [01:29:10] What version does it specify? [01:29:32] 5.2.1 [01:33:01] it looks like the mediawiki files are all symlinks to another directory. [01:34:08] yeah. so, if I copy the index.php to the mediawiki directory, it works [01:34:34] so somewhere I need to tell apache it can follow simlinks [01:37:33] hrm. that's already there. [02:17:16] 03brion * r26389 10/trunk/extensions/CentralNotice/SpecialNoticeText.php: Quick stab at rotating quotes. Quotes in rotation are send as a batch with the JS and picked at random at runtime, so the whole set is cached together. [02:17:51] Look, Carson Palmer! It's Kimo von Oelhoffen! [02:39:59] hey [02:40:33] I'm new to MW, how do I make a catagory? [02:43:39] just like other articles [02:48:01] 03(mod) Editsection Links should come after Section Headlines - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11555 +comment (10grahamwp) [04:53:21] VoiceOfAll: Whenever you return. I've forked your stuff to http://amidaniel.com/voicewiki/index.php/VoiceWiki:Main_Page [05:06:40] O [05:07:51] I've got a wierd bug i have 2 servers both running newest downloaded core .. both have same edits in localsettings.php one running lighttpd and other running grid based apache ... lighttpd fine no problems while the grid apache base won't allow you to login [05:07:54] you can sign in .. [05:08:13] it signs in no problem but when i traverse away going back to main_page or any other page [05:08:19] it is no longer signed in [05:09:00] Any idea's http://wiki.erualcarin.com <-- wiki that is giving problems [05:09:17] if i remove the cannot edit without sigining in [05:09:26] when you goto save an edit it says session data lost [05:14:47] Necrogami: where does php save its session data? [05:14:54] I would imagine it doesn't have write access to it. [05:15:44] no idea the host is mediatemple.net [05:17:52] have you looked at the FAQ? [05:18:25] http://wiki.erualcarin.com/info.php [05:18:33] which MT or MW? [05:20:03] MediaWiki [05:20:11] !faq | Necrogami [05:20:11] Necrogami : Before reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ [05:21:08] Werdna, that does not answer the problem [05:21:50] now if i check my PHP info file for me it gives me this under PHPVariables _COOKIE["db13549_erualcarin_wiki__session"] 932e147112c1a987077fe96056f8c903 && _COOKIE["db13549_erualcarin_wiki_UserName"] Necrogami [05:21:59] So it's there [05:29:01] i think i figured it out [05:29:10] session.savepath is blank [05:31:37] but .. that's the same on my other server [05:31:39] where it is working [05:54:03] Any other idea's [05:54:09] it's not session.savepath [06:10:26] Necrogami: What version of php are you running? [06:11:09] Dev Server 5.2.1 [06:11:14] server that's not working 5.2.2 [06:12:27] hmm .. 5.2.2 should be fine. I know there were problems with 5.1.x [06:12:32] 2 servers http://wiki.necrogami.com/info.php Lighttpd 1.4.15 PHP 5.2.1 && http://wiki.erualcarin.com/info.php apache & php 5.2.2 (This server is not allowing me to stay logged in after signing in and going to info page i see the cookie and _REQUEST info in the PHP Variables [06:12:33] *amidaniel does some brainstorming [06:12:39] but it does stay logged in [06:13:11] i'm trying to move my game checking session section on both [06:13:12] there identical [06:13:31] most every setting i've checked there identical [06:14:04] Looks to be a pretty standard config -- do you have anything set up that the eye can't see, such as using memcached to cache sessions? [06:14:12] nope [06:14:29] afaik mediatemple.net doesnt memcache [06:14:36] i'll call to find out [06:14:52] You have anything else running on this server that stores and hands back session data? [06:15:06] plenty of pear auth sessions [06:15:21] wait [06:15:22] wrong server [06:15:32] i haven't tried pear auth on mediatemple yet [06:15:59] It's a huge host ... [06:16:04] nearly 100k clients [06:16:34] okay [06:16:49] Well, I'm almost wondering if this might actually be the fault of php [06:16:52] let me tinker for a sec [06:18:39] Would you be willing to try a downgrade to 5.2.1 for shitsngiggles? Every mw install I've got going is, at the latest, running under 5.2.1 [06:19:27] ugga pugga [06:19:37] Nikerabbit: ? [06:19:59] hello [06:20:50] Or an upgrade to 5.2.4 for that matter ... having just noticed Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz) [06:21:10] ? [06:21:36] http://www.php.net/ChangeLog-5.php [06:22:46] but it works on the 5.2.1 [06:22:51] and not on the 5.2.2 [06:23:25] Yes, which is why I'm thinking it may be a bug introduced in 5.2.2 [06:23:51] there gonna send it upto a NOC admin for Mediatemple [06:24:28] Okay [06:24:47] That's about the only thing I can really think off -- most session data problems tend to be the fault of problems in php itself [06:24:49] i'd say there big [06:24:50] http://mediatemple.net/company/clients/ [06:25:08] Aha :) [06:25:09] Starbucks, Sony, Abc, Nike, [06:27:21] all i know is i can't wait to get my new colo server online [06:27:41] i'm sick of arguing with other hosts about spec's of server or why this or that won't work [06:28:03] Yeah, in-house is the way to go -- if you can afford it :) [06:28:22] AMD Athlon X2 6000+ 4GB Ram and 2x 500GB Hd's in Raid 0 Colo'd on Unmetered 10mbit for $88/month [06:28:51] I got an X2 6000+ in my latest desktop -- fast little son of a bitch [06:28:57] Yeah [06:29:11] Doesn't make the benchmarks the intel chips do -- but it's like a third the price, and I don't notice much of a difference :) [06:29:46] That full build w/ 4U case cost me less then $1000 [06:29:52] Not bad [06:30:00] it gonna host myself and clients using lighttpd w/ mod-mysql-vhost and some nice proftpd-mysql :-D [06:30:12] Till i can get "Little Wonder" built [06:30:19] Then i'm gonna go full scale hosting [06:30:26] "Little Wonder" ? [06:30:53] Little Wonder: Dual Proc Quad Core Opteron 16GB Ram and 24 Channel Raid 6 1tb Hd's [06:31:07] Aha :) [06:31:11] :-D [06:31:24] now you realize why it's named little wonder [06:31:26] lol [06:31:51] Well, the latest trend in servers are the 4x Xeon quads -- that's hard to compete with :) [06:32:12] they finally released a Quad Xeon? [06:32:18] Quad Proc* [06:32:44] 4x4 Xeon meh [06:32:51] i'm waiting on the 8x4 Opteron ;) [06:32:59] That's droolworthy [06:32:59] Sure did http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=2+50001157+40000343+1389627503+1302825342&name=Quad-Core [06:33:10] Necrogami: Haha :) [06:33:21] i knew they had quad core [06:33:25] but they have quad socket? [06:33:41] i thought xeon's only scaled to dual socket [06:33:54] Holy jeesus christ: http://www.newegg.com/Product/Product.aspx?Item=N82E16819117133 They got a quad core clocking 3GHz [06:33:59] For over a grand, but still :) [06:34:04] and? [06:34:16] Necrogami: I believe I came across a 4sock mobo for xeon [06:34:18] Lemme look [06:34:43] Necrogami: I hadn't heard of it yet -- surely the fastest chip I know [06:34:58] Newegg doesnt have anything but Quad 940's and Quad 1207's [06:35:51] Hmm .. indeed [06:36:06] Could've sworn I saw something somewhere though [06:36:15] http://www.newegg.com/Product/Product.aspx?Item=N82E16813151089 + http://www.newegg.com/Product/Product.aspx?Item=N82E16819105174 [06:36:22] 16 Cores own 8 .... [06:36:29] jeez, you guys are still here [06:36:35] after I played DX for, like, an hour [06:37:04] O.o [06:37:05] Effective Ghz 16cores * 1.9ghz 30.4ghz vs intel 3ghz *8 cores 24ghz [06:37:21] DX? [06:37:39] *amidaniel has a miniorgasm at the sound of 16 cores :) [06:37:41] I was just exposed to www.2girls1cup.com [06:38:13] domas: Umm ... [06:38:19] Amidaniel wait for Quad Core x 8 Sockets ... 32 Cores [06:38:44] *amidaniel shivers [06:39:01] domas: not cool. [06:39:16] domas: NSFW does not do that justice. [06:39:30] I'm just telling that I was exposed to it [06:39:37] I wasn't suggesting you to go there [06:40:17] My virgin eyes .. my virgin eyes!!! [06:40:39] amidaniel: I don't want to know how one loses their eye virginity.. [06:40:53] LMAO @ that site [06:41:16] lmfao @ the reaction video at the top [06:42:14] maybe i don't wanta open that site [06:42:14] http://www.newegg.com/Product/Product.aspx?Item=N82E16820145178 <--- mmm not a bad price for 4gb ram [06:43:15] puzzlet if you like your eyes [06:43:18] you won't open it [06:43:53] That site makes me want to throw up .. and then jab my eyes out with a fork [06:44:07] and i'm in office [06:44:08] =) [06:44:20] puzzlet NSFW is an extreme understatement [06:44:21] *Werdna stabs domas repeatedly [06:44:32] domas: as penance, I shall recruit you as an alpha tester. [06:44:35] *Necrogami beats domas with a 20lb sledge hammer [06:45:03] well, I'm same kind of victim as you are. [06:45:14] Werdna: my issue might be 5.2.2 itself from what amidaniel was saying [06:45:16] *puzzlet just found out what NSFW means [06:45:38] the changelog for 5.2.4 talks about problems with session.savepath [06:45:47] I could stand all other shocksites [06:45:58] i think after seeing that [06:46:08] i can view just about anything online and not be grosed out [06:46:40] did you watch it whole? [06:46:44] no [06:46:44] I couldn't stand after a while [06:46:51] about 30 sec and i was done [06:47:16] i want to wash my eyes out with acid [06:47:41] That really is the short of thing that makes your stomach churn :) [06:47:42] Can anyone else test Mediawiki 1.11.0 with 5.2.2? [06:47:45] no, I watched up to the point where I realised it was something deviat, and not ordinary porn :P [06:48:06] amidaniel: have I annoyed you into alphatesting yet? [06:48:15] Werdna: Alphatesting what? [06:48:17] *amidaniel hides [06:48:40] amidaniel: http://www.devanywhere.com [06:49:01] i'll alpha ;) [06:49:07] well, have a look [06:49:12] tell me what you think, what it needs, etc. [06:50:12] *amidaniel will brb [06:50:42] Werdna i [06:50:51] i'll tell ya right away what would make me use it [06:50:52] heh [06:51:10] mm? [06:51:14] give it versioning [06:51:17] and it'll own [06:51:18] it has that [06:51:21] ? [06:51:24] isn't that on the main page? [06:51:40] no, it isn't [06:51:41] i don't see it [06:51:42] must add it. [06:51:44] heh [06:51:48] anyway, it exists [06:51:52] I spent three days on it ;) [06:52:27] The requested URL /SavePreferences.php was not found on this server. [06:52:49] Tried to change my password .. got that error [06:53:30] it didn't try and ajax it it just redirected me [06:53:37] is javascript enabled? [06:53:44] yeah [06:53:46] some reason [06:53:50] it worked when i went back [06:53:56] that's weird [06:54:04] I'll remove the non-AJAX thing, seeing as it doesn't work anyway. [06:54:18] add in ability to upload gz [06:54:23] and unarchive it on the server [06:54:30] tgz** [06:54:57] already has that [06:55:03] under 'Upload File' [06:55:17] ahh didn't look at the check box heh ;) [06:55:27] does it detect? [06:55:31] bz2 vs gz? [06:55:36] *Werdna looks [06:56:00] heh, it detects tgz / zip, but not bz2 [06:56:01] *Werdna adds [06:56:09] yq [06:56:20] yw* [06:57:07] okay, what else? [06:57:09] what backbone is that server on? [06:57:19] that's one of the snappiest site's ive seen in a long time [06:58:24] it's a VPS [06:58:43] nice [06:58:53] it's defintaely very quick [06:59:27] <_wooz> lo [06:59:38] o/ [07:01:16] i don't think newsnippet works in FF [07:01:41] i highlight some code [07:01:47] and click new snippet [07:01:49] and nothing happens [07:02:01] --> #devanywhere [07:02:18] since this is kind of really escaping #mediawiki. [08:30:46] 03(mod) Increasing the length of the edit summary (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4714 (10gtisza) [08:33:50] 03mkroetzsch * r26390 10/trunk/extensions/SemanticMediaWiki/ (3 files in 3 dirs): +some extension hooks (needed by Halo extensions) [09:00:23] 03mkroetzsch * r26391 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_URI.php: Disabled some overly eager checks for URL well-formedness [09:45:19] lo [09:58:23] Wiredtape: greetings [10:02:34] :) [10:06:06] Hello im new to mediawiki and i want to customize the toolbar that appears (line math etc.) wen you edit a page could someone tell me how this bar is caled so that i can searh a howto please [10:06:12] What do profileinfo.php and adminsettings.php do? [10:08:52] Anyone know of a library that can "render" wiki markup back into HTML, programatically? [10:18:35] lyricnz: teehee, we've been asked that question so many times before. [10:18:39] should be in the FAW [10:18:41] FAQ [10:18:49] anyway, I heard something on the mailing list about one [10:18:53] let me find it [10:21:10] hi all. i setup latest stable wiki on my comp, i seems work well, but i cannot delete files, there smthg wrong Query failed: ERROR: function concat(text, "unknown") does not exist LINE 1: ..._timestamp) SELECT 'deleted',IF(img_sha1='', '', CONCAT(img... ^ HINT: No function matches the given name and argument types. You may need to add explicit type casts. in /var/www/localhost/htdocs/mediawiki/includes/DatabasePostgres.php on line 506 [10:21:17] lyricnz: take a look at http://code.pediapress.com/wiki/wiki [10:21:20] cat any body help me) [10:21:30] sorry for my english) [10:21:59] im using postgresql as my db [10:22:04] yes, so I can see. [10:22:18] and postgresql-8.2.4 [10:22:26] I suspect, given the new-ness of the code that seems to come from, that somebody forgot to think about postgres when they wrote that piece of code. [10:25:30] Werdna, do you have any idea what profileinfo is about? [10:26:24] could someone please tell me how the toolbar in the page edit mode is called or how do i add another icon [10:34:30] Hi. I want to customize the "recent changes" page. I need the information to be displayed in tables instead of the default
    s. I need some pointers on that (what files/methods to look into etc). Thanks. [10:42:11] Hi! [10:42:28] evi|one: it's not possible without severe hacking. [10:42:38] evi|one: if you insist, look at SpecialRecentchanges.php [10:43:11] I'm writing an extension which needs to have special pages with editable sections. My plan is to transclude them from a custom namespace. Is there any way to hide that namespace so it can't be accessed (or, at least, new pages can't be created in it) except through the extension? [10:44:12] Duesentrieb: OK, thanks. I think I've got even more extreme stuff to do. :) Like display the last 5 changes as a box in the article page. [10:45:28] evi|one: look at the PageBy extension, and the News extension. What you want is more or less a cross between the two. [10:45:49] i.e.: that *can* be done without any hacking, nice and clean. [10:46:11] That would be great. [10:46:25] Thanks for the help. [10:56:47] hi [10:57:02] i get a error when i want to delete a file [10:57:11] that it couldnt create the folder "deleted" [10:57:20] where does this folder has to be? [10:58:30] under images, i think [10:59:08] thanks Werdna, I'll check it out [11:01:09] Duesentrieb: thank you [11:01:27] then i know where the problem was :) [11:01:47] is there a way that i can block out unregisterd users to add new pages or change wikipagesß [11:02:05] the last character was supposed to be a "?" ;-) [11:02:11] !access | marvxxx [11:02:11] marvxxx : For information on preventing access to your wiki, please see . [11:03:12] thank you bot ;-) [11:07:24] does i see right that the latest stable version is 1.11.0? [11:07:43] cause on the preventing access the talk about version 1.5...so this is for later right? [11:08:38] 03(NEW) Samogitian wikipedia namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11557 15enhancement; normal; MediaWiki: General/Unknown; (hugo_a_saavedra) [11:09:48] marvxxx: 1.11 is latest. different sectiosn of the page are for different versions [11:09:55] stuff for 1.5+ should still apply [11:10:04] Duesentrieb: thank you alot. i just was not sure [11:10:07] is SELECT,INSERT,UPDATE enough on existing sql db for mediawiki sql user? [11:10:28] lousygarua: you want DELETE too. [11:11:25] Duesentrieb: oh yeah figured that out now, thanks [11:12:18] i added the wgWhitelistAccount line from the wiki page but i still can add new users as non sysop [11:13:16] marvxxx: you are reading the pre-1.5 section... [11:14:20] Duesentrieb: yes... [11:14:29] marvxxx: ...why? [11:14:47] 11 > 5, no? [11:14:55] aaaaahhh [11:15:05] im so sorry. i read it different. [11:15:19] 11, not 1.1 :) [11:16:07] Duesentrieb: yes that was my problem :) [11:16:21] i guess i need a coffee;-) [11:17:56] when i disable user registration...where can i add new users as sysop? [11:18:16] Does anyone know what has changed between 1.10 and 1.11 in terms of RemoveTabs() ? [11:19:19] marvxxx: by going to the normal login page (while being logged in) [11:19:36] Wiredtape: look at release notes? [11:19:44] wtf is removeTabs? [11:19:46] js code? [11:20:20] Duesentrieb: how can i thank you for yourhelp? :) [11:20:51] tell me to get off irc and get studying :) [11:21:20] marvxxx: well, basically... be helpfull to others. on irc, on mediawiki.org, on wikipedia, on your wiki... [11:21:25] make the net a better place or something [11:22:17] or alpha-test devanywhere for me [11:22:19] *Werdna looks hopeful [11:24:14] Duesentrieb: always try to do that...thank you [11:25:31] Duesentrieb: removetabs is used to add/remove a tab in the p-cactions... [11:25:47] Duesentrieb: Get off IRC and get studying! :) [11:25:59] *Werdna slaps Duesentrieb around a bit with a large textbook [11:27:02] Release notes says nothing about it :( [11:27:58] *RemoveTabs is wrong, I meant ReplaceTabs() [11:28:07] so but now i have to get back on work i guess :) [11:32:25] Hello, i'm trying to make my wiki work for all browsers. I'm using monobook with a few alterations to colour, notably for links. this works perfectly in firefox. various IE users see totally different colours. I went through the IENFixes.css files in /skins/monobook and altered them to match main.css as best i could; I've touched LocalSettings.php to force a refresh, but they still see weird colours for links. does anyone have [11:36:44] Hello All [11:37:02] can you assist me if you are free? [11:37:18] how do u manage the users on Wiki? [11:39:33] *Werdna beeps. [11:39:36] please insert a quarter. [11:39:50] but seriously, what "management" do you want to do? [11:40:38] For rights management, Special:Userrights, for a list of users, Special:Listusers, to block a user, Special:Blockip, to see current blocks, Special:Ipblocklist, to see contributions by a user, Special:Contributions/User [11:40:42] etc etc [11:41:53] i mean from where i handle the users [11:42:23] you mean... physically? [11:42:59] is there any user manager on wiki? [11:43:04] there isn't a single place to manage users. [11:43:13] the only way i use is in the database [11:43:25] but there are multiple special pages, which you can use to accomplish different tasks [11:44:13] how can i access them? [11:44:41] look for the 'special pages' link on the side of the window, making sure you're logged in as a sysop [12:07:12] 03mkroetzsch * r26392 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DT_Float.php SMW_DT_Integer.php): Allow spaces between leadning "-" and number. [12:09:02] 03erik * r26393 10/trunk/extensions/Wikidata/OmegaWiki/SpecialImportTSV.php: utf-8 fix, title [12:17:06] Hi Guys :) [12:17:29] anyone know the extensions for adding and removing tabs? [12:17:58] 03mkroetzsch * r26394 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DT_Float.php: Proper error handling for unsupported prefix error [12:19:57] Ma2: with monobook ? you can do that with javascript [12:20:07] where ? [12:20:18] thanks ialex :) for responding [12:20:53] Ma2: there a javascript function for this, wiath 3 seconds [12:20:56] *wait [12:22:01] ok am using cologneblue skin [12:23:13] Hello iv got a Problem wir the AddButtonExtension.0.3 it is installed and dossent send any error messges but there are no additinal buttons couls someone tell em what is wrong [12:24:55] hi ilaex [12:25:21] CoI wan tto remove Context,My pages,Special pages all in the lefthand side of the page [12:26:52] hihi [12:27:25] maybe you should spit out the chewing gum Ma2 :) [12:27:49] :) [12:28:21] I want to modify my wiki such thath users will be able to view my posts only [12:28:27] no more editing ;) [12:28:30] for users [12:28:56] and want to remove all those stuffs in ht lef side [12:29:04] the left side [12:29:07] BrowseMain Page [12:29:07] Community portal [12:29:07] Current events [12:29:07] Recent changes [12:29:07] Random page [12:29:08] Help [12:29:10] Donations [12:29:12] EditEdit this page [12:29:14] Editing help [12:29:15] yeah. ok! [12:29:16] Move this page [12:29:18] Delete this page [12:29:20] Protect this page [12:29:22] This pageDiscuss this page [12:29:24] argh! [12:29:24] Post a comment [12:29:26] Printable version [12:29:28] Watch this page [12:29:29] no flooding plz [12:29:30] ContextPage history [12:29:32] What links here [12:29:34] Related changes [12:29:36] My pagesMy page [12:29:38] My talk [12:29:39] oh man [12:29:40] My watchlist [12:29:42] My contributions [12:29:42] Don't paste text to the channel, use http://rafb.net/paste/ !! [12:29:44] -topic [12:29:44] Preferences [12:29:46] Log out Special pagesNew pages [12:29:47] some kick! [12:29:48] File list [12:29:50] Ma2: It's OK! [12:29:50] Statistics [12:29:52] Bug reports [12:29:54] More... [12:29:56] oh sorry [12:29:58] :( [12:30:05] jeez [12:30:09] that's freaking annoying [12:30:13] we get the point, alright [12:30:16] just don't flood [12:30:36] am sorry [12:30:44] you can edit the sitebar and remove those links [12:31:24] there isn't no one id for links and
    on the left bar in cologne blue /o\ [12:31:28] u mean sideBar [12:31:35] i think there should be a FAQ for the user permissions stuff. [12:32:06] I just want o disable those stuffs [12:32:29] anyone know where those piece of code ? in which file for cologneblue [12:32:39] so I can disable it [12:33:12] http://www.mediawiki.org/wiki/Manual:%24wgGroupPermissions [12:33:24] isI already did that [12:33:30] that's not I wanted [12:33:40] not? [12:33:45] just to remove the contents in the leftside [12:33:59] i.e special pages and all [12:34:24] you mean you don't want to show those menu items like edit history and so on? [12:34:32] yeah [12:34:36] exactly [12:35:37] hm. i would remove it from the skin. but this does not remove the functionality. [12:36:02] yeah am using cologneblue skin [12:37:32] anybody knows about the extensions AR-Tabs [12:37:39] thath removes the tabs [12:37:40] ? [12:44:06] 03mkroetzsch * r26395 10/trunk/extensions/SemanticMediaWiki/skins/ (SMW_custom.css SMW_tooltip.js): Improved styles for tooltip anchors [12:49:44] Is it possible to use email features of mediawiki on a server doesn't support mail function? [12:50:17] I mean if mediawiki supports fsockopen() instead of mail() ? [12:51:31] hmm.. maybe we should support shelling out to sendmail [12:53:19] yes [12:53:23] we support pear net::smtp [12:54:26] That's nice.thanks [12:56:45] Werdna: support shelling out to sendmail? but that's exactly what php's mail function does :) [12:59:49] I know [12:59:53] :P [13:14:14] is there a way how i can delete users from mediawiki? or do i have to do this in mysql? [13:15:05] search for [[Extension:Deleteuser]] in www.mediawiki.org [13:16:54] enhydra: so i need a extension for that? [13:16:56] marvxxx: if the user ever made an edit, don't delete the user. user ids are an integral part of revision control, logs, etc. deleting a use breaks referential integrity of the database. [13:17:22] marvxxx: users can be blocked and renamed. that should be enough [13:17:22] Tzeitel, you're the oldest [13:17:22] Yenta has to make a match for you before she can make one for me [13:17:48] marvxxx, yes, if you _really_ want to do that. Duesentrieb said very reasonable words [13:18:02] Duesentrieb: that makes sense. can i edit someones password when they forgot it? [13:18:30] marvxxx, you can set their email in the database... much easier :) [13:18:31] marvxxx: only by directly manipulating the databse. generally, people can reset their password by email. [13:18:55] if you really need to directly set a password, look at the faq. [13:19:10] Duesentrieb: oh ja i just found it [13:19:11] nice [13:19:13] thank you [13:19:42] and can't you change their email address? [13:19:52] PunkRock: only in the db. [13:20:23] Duesentrieb, btw, there are some cases when deletion of user even with edits would make sense [13:20:43] a username can contain personal information of someone [13:20:43] no win accept of that you don't have to mess with encryption [13:20:46] its a intranet wiki without email support [13:20:55] accept/except/ [13:21:38] can i edit the password in phpmyadmin? [13:21:59] marvxxx: yes. [13:22:29] it tells me that the user_password field is binary [13:22:30] you could just copy and paste a password. [13:25:01] PunkRock: as binary inside the field? [13:26:17] brion-office: since we have externallinks and LinkSearch for it, maybe we should introduce it for interwiki? [13:28:40] why is VasilievVV bringing in multiple crazy ideas. [13:29:19] marvxxx: naa. maybe better to not do that. [13:31:07] domas: why you think it's crazy? I really need sometimes e.g. to find all links to [[b:en:Main Page]] [13:31:27] whyyy [13:32:14] Or to [[tools:~vvv/]], because I want to see all pages referring to my tools [13:33:36] The real problem is that [[b:en:]] and [[en:b:]] are the same links [13:33:42] VasilievVV, I'll link them as http://hemlock.ts.wikimedia.org/~vvv/ especially for you then ... ;) [13:34:18] PunkRock: copy&past of a password will *not* work [13:34:28] the hash is salted with the user name [13:34:54] enhydra: the same problems are with URI's. E.g. the program can't understand that hemlock.ts.wikimedia.org and tools.wikimedia.de are same [13:35:47] domas: btw, what another crazi ideas did I brought in? [13:36:19] *crazy [13:36:24] is there a magicword that indicates if you are on a MediaWiki redirect apge? [13:36:26] page [13:36:31] PunkRock: then how can i do that? [13:42:46] marvxxx: do it by a sqlquery. [13:42:55] sql query. [13:43:45] overwrite it with a value of another user, where you set the pw to something very secure. [13:44:22] you can derive it from the database with a nested query. [13:45:36] since you don't have mail you users can not change it afterwards. [13:47:36] brion-office you around? [13:48:29] you had an opertunity to come up with a solution for http://bugzilla.wikimedia.org/show_bug.cgi?id=11162 ? [13:53:50] Shiroi_Neko: haven't got roudn to testing that one yet [13:53:57] I see [13:54:15] brion-work what about the status of page sorting by local language [13:54:24] rather than binary [13:54:36] not for long time [13:55:18] how about http://bugzilla.wikimedia.org/show_bug.cgi?id=11435 ? [14:00:50] exit [14:25:42] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 -shell +need-review +patch (10roan.kattouw) [14:25:45] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 +comment (10roan.kattouw) [14:32:13] w 17 [14:38:33] hi guys.. is there a way to link to a file on a network path like '\\server\shared_folder\file.doc' in a wiki page? [14:39:42] DownIsTheNewUp: you can allow file: urls. but the browser needs to understand that (afaik only MSIE does, but for Firefox there exists a plugin) [14:39:51] (for "remote" files, that is) [14:40:22] alternatively, mave everyon mount the share on Z: or something, and use file:///Z:/file.doc [14:41:04] DownIsTheNewUp: to allow file urls, use $wgUrlProtocols[] = "file:"; [14:41:21] or maybe better $wgUrlProtocols[] = "file://"; [14:41:38] ah i think that $wgUrlProtocols needs to be set, those other options weren't working out for me, one sec [14:41:50] other options? [14:41:58] you need that for any options [14:42:09] well not other options, but the file:/// links [14:42:37] DownIsTheNewUp: well, first you have to tell the wiki to make actual links (use $wgUrlProtocols for that) [14:42:53] DownIsTheNewUp: then make sure your browser can actually load something from that url (that's the other stuff i was talking about) [14:43:50] 03ilabarg1 * r26396 10/branches/ApiEdit_Vodafone/includes/api/ApiEditPage.php: EditPage returned constants management improved (all AS_* constants cleared from ApiEditPage code). [14:44:09] 03(mod) Namespace selection in Special:Whatlinkshere doesn' t follow redirects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11556 (10azatoth) [14:44:24] 03(NEW) WebRequest input handling cleanup: magic_quotes removal - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11558 15enhancement; normal; MediaWiki: General/Unknown; (brion) [14:46:21] 03mkroetzsch * r26397 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DV_URI.php SMW_Datatype.php): Minor fixes (call-time-&, obsolete include) [14:46:29] 03(NEW) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 15enhancement; normal; MediaWiki: General/Unknown; (brion) [14:47:52] Anyone have a wiki working on PHP 5.2.2? [14:48:56] necrogami|sleep: sorry, using php 5.2.4 [14:49:10] AzaTht: 5.2.0 here [14:49:24] err, Necrogami ---^ [14:49:28] think you are alone using 5.2.2 ツ [14:49:29] Yeah my test server is running 5.2.4 [14:49:37] Well my host use [14:49:41] use's 5.2.2 [14:50:07] and i sign into my wiki [14:50:08] 1: kill your web host; 2: ???; #: Profit [14:50:11] and i'm immediately signed out [14:50:14] 3* [14:50:49] kinda hard .. Same host for Starbucks, ABC, Nike, Diesel [14:51:03] Necrogami: http://www.google.com/search?hl=en&q=mediawiki+inurl%3Aspecial%3Aversion+5.2.2&btnG=Suche&meta= [14:52:04] AzaTht, only need to live long enough on this host to get my Colo locked in and up [14:52:18] hmmmm [14:52:33] Necrogami: shared host? [14:52:39] multiple servers? [14:52:46] should be something in a faq or something on that [14:53:30] brion-work, Grid Cluster [14:53:43] in mediawiki faq [14:53:48] it says to add session.savepath [14:53:54] Necrogami: try $wgSessionsInMemcached = true; [14:53:55] but it's already in my php.ini [14:53:59] nope [14:54:05] they don't memcache [14:54:11] Necrogami: try it [14:54:12] already asked [14:54:23] one sec [14:54:24] Necrogami: "memcached" is misleading. it uses the db if there's no memcached server [14:54:40] hmm the file:// UrlProtocol works but when i link to a file "file://S:\Guides\guide.doc" firefox does nothing with it and IE opens a blank page [14:54:43] Necrogami: the setting simply tells mediawiki not to use the default session store. [14:54:47] it should fix your issue [14:54:50] 03erik * r26398 10/trunk/extensions/Wikidata/OmegaWiki/ (SpecialExportTSV.php SpecialImportTSV.php): [14:54:50] (code by maarten) [14:54:50] 1) add utf-8 byte order mark to exporter [14:54:50] 2) add test run capability to importer [14:55:06] DownIsTheNewUp: you need three slashes up fromt. [14:55:14] DownIsTheNewUp: and use / all the way, no \ [14:55:44] extra / worked [14:55:52] DownIsTheNewUp: file links to S: should work in any browser. file://hostname/path only works in msie, and perhaps in ff with a plugin [14:56:19] everyone is supposed to be using IE here anyways so fingers crossed :) [14:56:27] >_< [14:56:46] Duesentrieb, nope still immediately logged out [14:57:00] http://wiki.erualcarin.com [14:57:10] phpinfo http://wiki.erualcarin.com/info.php [14:58:20] Necrogami: that's very odd then. make sure cookies get set/sent correctly [14:58:53] yes [14:59:11] after using the login [14:59:15] if i goto phpinfo [14:59:24] under php variables i get 6 new lines [14:59:40] 3 _COOKIE 3 _REQUEST _COOKIE["db13549_erualcarin_wiki__session"] 3bd34a8d09fbc7ed80e2bd2435a408d6 [15:00:46] Necrogami: a cookie is missing [15:00:59] ? [15:01:18] i have UserID, UserName but not the token [15:01:24] _SERVER["HTTP_COOKIE"] db13549_erualcarin_wiki_UserName=Necrogami; db13549_erualcarin_wiki_UserID=1; db13549_erualcarin_wiki__session=3bd34a8d09fbc7ed80e2bd2435a408d6 [15:01:58] Hello! [15:02:01] hi [15:02:06] Necrogami: i just created one account :) [15:02:19] and? [15:02:29] can you sign in [15:10:36] Necrogami: you should have 3 cookies, and one for the session [15:10:36] because i cannot here or at my work [15:10:36] i have four cookies, actually - id, name, session, and token [15:10:36] (on wikipedia, that is) [15:10:37] Well [15:10:37] 03evan * r26399 10/trunk/extensions/SpecialForm/ (SpecialForm.i18n.php SpecialForm.setup.php): Fix some problems with internationalized name of the Special page. [15:10:37] on my working server ( http://wiki.necrogami.com/ && http://wiki.necrogami.com/info.php [15:10:37] same source [15:10:37] 5.2.1 & lighttpd tho [15:10:37] vs 5.2.2 and apache [15:10:37] 03(mod) Allow hiding logged-in users, bots and patrolled pages on Special:Newpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1401 +comment (10vasilvv) [15:10:37] now it works [15:10:37] which? [15:10:37] (or maybe i forgot to put "remember my login") [15:10:37] Does anyone know someone who could skin a mediawiki (for a price)? [15:10:37] mpw [15:10:38] okay [15:10:38] i clicked that box it lets me stay in [15:10:38] but if i edit a page it get this error messgae [15:10:38] message* [15:10:38] Preview [15:10:38] Sorry! We could not process your edit due to a loss of session data. Please try again. If it still doesn't work, try logging out and logging back in. [15:10:38] for a page to save [15:10:38] you gotta click save like 50 times [15:10:38] brion-work: is it a feature or a bug that admins can add bot=1 to remove rollbacks from history? [15:10:38] iiittttssss a featureeeee... [15:10:38] ;-) [15:10:38] feature [15:10:38] wierd [15:10:38] iiittttssss a featureeeee... [15:10:38] no srsly, it was added on purpose ;) [15:10:38] :D [15:10:39] brion-work: hmm [15:10:39] pretty much undocumented feature [15:10:39] if i set in .htaccess php_flag session.savepath "/home/13549/domains/wiki.erualcarin.com/html/session" in phpinfo it still says session.savepath = novalue [15:11:45] brion-work: about bug 11556, I think it's a bug, but I know some would say that redirects are links, and thus not a bug, what say you? [15:12:43] sec [15:13:02] *AzaTht goes counting seconds [15:13:35] Necrogami: so now you can delete my account :) [15:13:56] okay [15:13:59] [a]ton [15:14:04] opps [15:14:12] i have no need to delete any accounts lol [15:14:34] once i find a fix [15:14:39] i'm gonna reinstall [15:14:40] lol [15:14:53] *AzaTht stopped counting seconds after five of them [15:15:12] brion-work: any objections if I commit the localised language names which are extracted from cldr as an extension? [15:15:40] brion-work: which value should $wgRequest use if both $_GET[$arg] and $_POST[$arg] are set? [15:15:44] Nikerabbit: sure let's try it :D [15:16:09] VasilievVV: i _think_ post takes priority over get, but maybe not. ;) check php docs and test it to be sure [15:16:11] talking to my host [15:16:22] apperantly they modify php heavily [15:16:24] basically we want same behavior as $_REQUEST but without the $_COOKIE :P [15:16:29] for sessions [15:16:42] apperantly session's are deleted in less then a half second [15:16:43] O.o [15:16:53] that would make them kind of useless [15:16:55] wth wtf is the point of a session [15:17:05] kind of? [15:17:08] completely useless [15:17:13] Necrogami: session problems are not uncommon on server farms [15:17:18] the default is to save session files in /tmp [15:17:21] True [15:17:24] on a farm, that may be a different drive for each box [15:17:27] brion-work: and yea, daily friendly reminder of bug 5678 [15:17:32] so each request ends up with different files [15:17:39] brion-work: but $wgSessionsInMemcached should fix that, no? [15:17:43] you may be able to work around that by setting the session path to a shared directory [15:17:47] brion-work, if i set in .htaccess php_flag session.savepath "/home/13549/domains/wiki.erualcarin.com/html/session" in phpinfo it still says session.savepath = novalue [15:17:51] brion-work: AFAIK php uses GPCES priority. But I asked which priority should MW use in WebRequest [15:17:55] or memcache, if that actually works :) [15:18:02] both are actually on [15:18:15] VasilievVV: no reason to change that behavior at this time [15:18:21] brion-work: doesn't $wgSessionsInMemcached stuff the sessions into the object cache, no matter where? i.e. the db, per default? [15:18:32] lo [15:18:35] Duesentrieb: i have no idea if it'd work with object cache [15:18:37] never tested it [15:18:42] $wgSessionsInMemcached = true; is on [15:19:08] and session.savepath is set to a session folder i created in wiki w. 0777 perm's [15:19:21] well, i havn't tried it either, but it recently worked for *someone* :) [15:19:31] heh [15:19:33] might work :D [15:20:02] Necrogami: Necrogami turn off $wgSessionsInMemcached. log in. see if files are written to the directory. [15:20:09] k [15:20:09] AzaTht: well [15:20:24] whatlinkshere can't find the things that redirect through it if it doesn't find the links i guess eh? [15:20:31] but maybe with the new redirects info table it could do that separately [15:20:32] or sth [15:20:59] nope [15:21:05] 03nikerabbit * r26400 10/trunk/extensions/cldr/ (90 files): * Localised language names as an extensions (with data extracted from cldr 1.5.0) [15:21:07] ok, committed it [15:21:14] or if they were they were immediately deleted [15:21:19] 03(mod) Namespace selection in Special:Whatlinkshere doesn' t follow redirects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11556 (10brion) [15:21:22] *Nikerabbit buys a stab shield [15:21:35] 03(mod) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 (10vasilvv) [15:21:49] Necrogami: ask your host about that then. [15:21:54] i wonder if there is any software out there that will convert rich text files to wiki formatting? [15:22:01] already have a NOC ticket open [15:22:07] Necrogami: you need some place to store session data semi-permanently, and consistently for all boxed on the grid [15:22:30] DownIsTheNewUp: there's a html2wiki converted which should do ok for basic formatting [15:22:43] I recently upgraded 1.10->1.11 and I am now getting a "Original exception: exception 'MWException' with message 'Detected bug in an extension! Hook ReplaceTabs failed to return a value; should return true to continue hook processing or false to abort.' in /home/wiredtap/public_html/w/includes/Hooks.php:133" on a small extension i have... Extension code is: http://pastebin.com/d69f84e70 [15:22:44] rtf->html should be no problem to find either [15:23:02] hey this will do nicely, thanks [15:23:04] Wiredtape: fix the extension, or get the author to fix it. first of all, try to upgrade it. [15:23:13] Duesentrieb: I am the author [15:23:23] :) [15:23:34] brion-work: interate? [15:23:36] Wiredtape: make sure to return true or false from all hook functions, on all execution pathes. reads docs/hooks.txt *again* [15:23:57] :) k [15:26:28] Also, what is profileinfo.php please? [15:29:44] hi to all [15:30:01] i'm tryng to make a template... but i have a problem with a #switch [15:30:20] first of all, i'm pretty new to mediawiki (and sorry for my bad english, i'm italian) [15:30:42] my template is so similar with the "album" template of wikipedia.it [15:31:03] the album template works fine... but i have a "subtemplate" that does't work for me [15:31:20] i want to use like this [15:31:21] http://it.wikipedia.org/w/index.php?title=Template:Album/selettore%20colori&action=edit [15:31:27] but i have some problem [15:31:33] some one can help me? [15:32:52] there's someone? [15:34:01] phew don't ever change a .doc to .htm [15:34:04] what a mess! [15:34:21] are you talking to me? [15:34:43] AzaTht: integrate [15:35:39] Nikerabbit: woot [15:35:52] brion-work: good woot or bad woot? [15:38:21] i'm tryng to use this temlate to have a sorto of swicth... is so similar wth one taken from wikipedia.it http://rafb.net/p/UhSVPR36.html whats wrong with that? [15:39:41] 03ilabarg1 * r26401 10/branches/ApiEdit_Vodafone/includes/api/ApiEditPage.php: Improvement of request parameters ($param object generation moved and $wgRequest has been asociated to $param object) [15:41:36] 03evan * r26402 10/trunk/extensions/SpecialForm/ (README SpecialForm.body.php SpecialForm.i18n.php TODO): Handle kind-of correctly required fields. [15:42:34] 03ilabarg1 * r26403 10/branches/ApiEdit_Vodafone/includes/api/ApiEditPage.php: Two empty lines cleaned. [15:44:39] some one can help me to understand how the switch on a template works? [15:45:26] gabry80: you have to install parserFunctions [15:45:55] http://meta.wikimedia.org/wiki/ParserFunctions#Installation [15:46:19] thanks [15:51:07] 03brion * r26404 10/trunk/extensions/cldr/Makefile: Add a makefile for the rebuilding [15:54:50] when I set up my wiki I must have put in a host name that the wiki knows itself as, it was a temporary host name, now I keep getting redirected to it instead of the now permanent host name [15:55:29] how can I tell it that it has a new name? [15:55:59] huh [15:56:21] gongoputch: edit LocalSettings.php [15:56:25] SearchMySQL uses parseQuery, but that method is not defined in that class or any parent class. it IS defined in SearchMySQL4. [15:57:59] i guess i'll just make it abstract. [15:58:16] ialex: the name doesn't appear in there [15:59:01] gongoputch: isn't there a $wgServer variable or something like this ? [16:00:07] no [16:00:21] nor $wgServerName ? [16:00:39] no [16:01:35] brion-work: ummm [16:01:55] rm -f LanguageNames[A-Z]*.php would delete LanguageNames.php, wouldn't it? :) [16:02:10] gongoputch: then put $wgServer ="http://hostname.tld"; (replace hostname.tld by the name of the server) [16:03:24] ok, I will [16:03:25] ty [16:04:23] no trailing '/' ? [16:05:43] Nikerabbit: [A-Z] doesn't match . [16:05:54] that's shell glob, not regex ;) [16:05:57] gongoputch: no [16:06:04] ialex: I think that did it, thanks ! [16:06:15] gongoputch: you're welcome [16:06:38] brion-work: that isn't regular regular expression syntax? [16:06:49] oh [16:07:26] or why [A-Z]* could not match empty string? (case insensitive?) [16:07:58] [A-Z] matches one char from A to Z [16:08:07] * matches zero or more characters [16:08:18] [A-Z]* cannot match an empty string [16:08:28] it can only match a letter A to Z followed by zero or more characters [16:09:05] ok, so no regular expression [16:09:48] hi [16:10:26] hi [16:11:00] oh, glob [16:12:36] prolly I just confused about the Makefile and forgot it's regular shell syntax :o [16:19:22] AzaTht: ping [16:19:44] *jeremyb wonders if he knows about this [16:19:56] or if it even happens on branch builds [16:20:04] *jeremyb checks [16:21:52] hm, just short of 60 kloc. [16:24:19] Hi all. I have one question about MediaWiki 1.11.0. I have installed it but after that when I'm trying to enter wiki's index page I got an MySQL error in Article::pageData function 1267: Illegal mix of collations (cp1251_bin,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation '=' (localhost) [16:24:27] can anyone tell me how to fix this? [16:30:43] I am having an upgrade problem.... I have a 1.3.x installation which no matter how I attempt to raise to the current release, either incremental or single jump (along the path) loses history revision and data as soon as I upgrade past >=1.5.x. I could really use some advise on how to get out of the 1.3.x branch and into the latest release. [16:33:03] Anybody? [16:33:29] *NotACow has two that are on 1.4 that she would like to upgrade but has no clue how to and is just ignoring them as a result :\ [16:34:15] Well, data corruption is not really a viable option. I need to have the data intact after leaving the 1.4 branch. [16:34:36] I have upgraded to the latest 1.3.x and the latest 1.4.x but the moment I go up from there.... suckage. [16:34:51] So I am stuck. [16:35:24] Is there an out of band method that does not use php update.php as the only way to upgrade? Because after I run that in a later release, instant data loss. [16:35:53] Re running installation also does not solve the problem (which will update an existing scheme if it finds one). [16:36:17] So I need an out of band method, possibly some kind of dump (not mysql) and import. [16:37:26] jeremyb: pong [16:37:45] ping [16:39:03] AzaTht: i remember you said you don't use fx trunk but i don't remember if you care about incompatibilities... [16:45:06] restore this version is broken [16:45:06] jeremyb: I care [16:45:06] hmm [16:45:06] *jeremyb gets the error [16:45:06] Error: document.attachEvent is not a function [16:45:06] Source File: http://en.wikipedia.org/w/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=monobook [16:45:06] Line: 99 [16:45:06] why doesn't the shell autocomplete "svn com" to "svn commit"? :) [16:45:06] jeremyb: not my fault I think [16:45:07] ohh, that's mw's fault [16:45:07] hehe, sorry [16:45:07] hehe [16:45:07] i didn't look at the url until i pasted [16:45:07] file it as a bugreport [16:45:07] i.e. it should be removed imo [16:45:07] it's just a I.E. compat fix [16:45:07] nothing to care about [16:45:07] orly [16:45:07] yarly [16:45:07] and it's ie 6 or 5.5 or what? [16:45:07] possible [16:45:08] ff 3.0 seems to get rid of all those old compat thingis at last : [16:45:08] ツ [16:45:08] ?? [16:45:08] hrmm... [16:45:43] I am having an upgrade problem.... I have a 1.3.x installation which no matter how I attempt to raise to the current release, either incremental or single jump (along the path) loses history revision and data as soon as I upgrade past >=1.5.x. I could really use some advise on how to get out of the 1.3.x branch and into the latest release. [16:49:19] jeremyb: twinkle has two major proprities, 1: work; 2: do not work in IE; rule 1 implies rule 2 [16:49:36] priorities* [16:54:10] AzaTht: wonderful! [16:54:23] AzaTht: but does mw agree? [16:55:03] coverity: check pm [16:55:12] Just did.... [16:55:22] coverity: ah, you're not registered, so your replies aren't coming to me [16:55:23] I will report the results. [16:55:41] NotACow: +6 is your friend :) [16:55:49] I got your suggestion, I will report back my results. [16:55:49] i've just turned that off :) [16:55:57] coverity: good luck [16:56:00] Yeah. [16:56:15] ツ ? [17:01:11] 03(mod) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 +comment (10vasilvv) [17:01:54] jeremyb: ツ [17:02:11] what is this wierd smiley? [17:02:30] ツ [17:03:23] AzaTht: work as defined by mw implies do not work in IE [17:04:11] jeremyb: I was talking about TW, not MW [17:04:19] and I was just joking [17:04:32] i knew you were talking about tw [17:04:36] Wiredtape: Unicode char 30c4. [17:04:41] i didn't get it was a joke :) [17:04:47] although it was funny [17:05:15] MinuteElectron, now that's usefull :) thank you... [17:05:22] Wiredtape: You're welcome, enjoy the rest of your day. [17:05:22] Hi. Is it possible to disable IP blocking, or even better to disable the blocking of specific IP addresses? [17:05:35] 03(NEW) Spurious link created in special contributions list - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11560 15enhancement; normal; MediaWiki: Page rendering; (mike.christie) [17:05:56] jeremyb: at the moment twinlke are doing too many things that are impossible to do in IE [17:06:28] MinuteElectron: To you the same. [17:06:54] ArnaudDelobelle, could you explain a little more? [17:08:16] I am setting up a wiki for my shool, the server is outside school and all machines in school are seen with the same IP. [17:08:38] If I block someone, it then blocks their IP hence the whole school. [17:09:26] Well than, don't block it.. block by user... obviouslly disabling the blocking of a specific ip address in this case won't help [17:09:47] So I would like the school IP never to be blocked. [17:10:13] How many administrators are there with blockip rights? [17:11:21] Well I don't know because I haven't been able to find good docs about blocking in mediawiki. If you have an address I would be grateful :) [17:11:27] AzaTht: anything not covered by the DOM / css/ html/ xhtml specs? [17:11:32] I think there was a whitelist extension that might help.. look in mediawiki.org [17:13:16] I don't think anyone has blocked IP, I blocked a user and this user's IP got automatically blocked ('autoblocked') because they were using the wiki in school. [17:15:31] jeremyb: have tried to follow standards [17:16:14] ArnaudDelobelle, dont know... sorry.. [17:16:39] Wiredtape: thanks. [17:17:13] np [17:23:24] AzaTht: so then we can blame IE for not working :) [17:23:34] yes [17:23:51] wunderbar [17:26:31] Where in WikiMedia I can change collation and charset which are used for DB connection cause I din't need to use latin1_swedish_ci [17:27:18] we're trying to fork certain actions, for example, adding a page to the watchlist -- how can I send those parameters off to another app I have without disturbing mediawiki's process? [17:28:48] 03siebrand * r26405 10/trunk/phase3/ (10 files in 2 dirs): [17:28:48] Localisation updates from Betawiki. [17:28:48] * bcl, cy, dsb, gan, gl, ja, nah, sv, tet. [17:34:09] 03siebrand * r26406 10/trunk/phase3/languages/messages/MessagesTet.php: Update special pages for tet. [17:37:59] Raymond_: hullo [17:41:16] wheee [17:52:45] $wgExtensionCredits in http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MultiUpload/SpecialMultipleUpload.php?view=log defines the extension as a parser hook, but it's not true: the extension adds a new special page, not a new parser hook. could someone with commit access fix it please? and remove the ending ?> tag from Imagetabs and CentralNotice extensions too :) [17:52:52] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10yuriastrakhan) [18:00:53] submit patches to bugzilla. [18:01:03] please report separate issues separately [18:01:09] JackP|afk: moment [18:01:15] k :) [18:12:17] JackP|afk: done [18:12:19] 03raymond * r26407 10/trunk/extensions/ (6 files in 3 dirs): [18:12:19] * MultipleUpload: Fix extensionCredits: it's a specialpage, not a parser hook [18:12:19] * Remove some unneeded ?> [18:12:19] Thanks to Jack per IRC [18:12:45] gi [18:12:53] hello [18:14:30] ping mutante [18:18:06] 03(mod) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 (10brion) [18:18:56] 03siebrand * r26408 10/trunk/extensions/ (32 files in 31 dirs): [18:18:56] Localisation updates from Betawiki. [18:18:56] * Fixes and additions to 31 extensions for ar, bcl, gl, hsb, sv, tet. [18:19:49] 03(mod) Spurious link created in special contributions list - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11560 (10brion) [18:23:46] 03(mod) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 (10robchur) [18:53:49] brion-work: wtf? [18:54:29] wtf w? [18:55:10] that contribs link bug [18:55:28] yeah i'm on it [18:58:09] *Shiroi_Neko watches every dev work [18:58:52] your color has changed O_o [19:00:02] 03brion * r26409 10/trunk/phase3/ (RELEASE-NOTES includes/Linker.php): (log message trimmed) [19:00:02] * (bug 11560) Fix broken HTML output from weird link nesting in edit comments. [19:00:02] Nested links (as in image caption text) still don't work _right_ but they're [19:00:02] less wrong. [19:00:02] Linker::formatComment() used a multi-pass run without proper protections, [19:00:03] making it possible for a later 'link' to erase a previous pass's start [19:00:07] or end tag. Switched to a single-pass run with preg_replace_callback which [19:01:53] 03(FIXED) Spurious link created in special contributions list - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11560 +comment (10brion) [19:04:21] we're trying to fork certain actions, for example, adding a page to the watchlist -- how can I send those parameters off to another app I have without disturbing mediawiki's process? [19:06:01] less wrong! yay! :) [19:06:07] there is probably a hook to do that - look in /docs/hooks.txt [19:09:37] AngryElf: short answer: AJAX [19:10:03] AngryElf: make sure the "old way" still works for users without js [19:10:23] well if I hook into the action that should be enough [19:10:49] ...will mediawiki be waiting for a response from my action? or will it just not care? [19:12:02] mediawiki never cares :) [19:12:14] it doesn't have time to care [19:12:57] AngryElf: web apps never wait for a response; at most they vaguely hope that a response will be had but they (if properly written) get along just fine with not getting one [19:13:01] 03(mod) WebRequest input handling cleanup: use $_GET and $_POST, not $_REQUEST - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11559 (10brion) [19:28:21] is there a secion on the website that discusses how to migrate to mediawiki from another wiki? [19:29:13] mmcgrath: yes, one moment [19:29:32] http://www.mediawiki.org/wiki/Manual:Moving_a_wiki [19:29:39] oh no [19:29:47] sorry I thought you meant migration between servers [19:30:22] it is pretty difficult without expertise, usually impossible without some loss somewhere [19:30:26] I'd like to evaluate moving the http://fedoraproject.org/wiki/ from Moin to mediawiki. [19:30:44] I thought fedora uses mediawiki [19:30:49] some loss is acceptable, I was just wondering if there was anyone else out there who had done the work or if it'd have to be done from scratch. [19:31:03] Nope, we have it in the OS but don't deploy it in the Infrastructure. [19:31:06] mmcgrath: Google found this: http://www.littlejohnconsulting.com/node/18 [19:31:25] I have migrated some proprietary wiki do mediawiki [19:31:31] did quite a bit of work manually though :) [19:32:49] Thanks, I'll take a look. [19:33:26] *mmcgrath loves that the converson script from Moin (Python) to Mediawiki(PHP) is written in perl :) [19:34:00] mmcgrath: You're welcome, enjoy the rest of your day. [19:38:16] 03raymond * r26410 10/trunk/extensions/SpecialForm/SpecialForm.body.php: Hook should return a value, always. [19:44:53] does the CSS id mytabs still exist in current releases? [19:44:55] hrm. [19:45:12] in wiki.php, action "revert" is a possibility, but there's no "revert" action defined on Article. [19:51:03] 03(NEW) invalid case in Wiki.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11561 normal; low; MediaWiki: General/Unknown; (kelly.lynn.martin) [19:51:58] NotACow: revert was replaced with rollback and undo. [19:52:04] MinuteElectron: yes, but it's still in the code. [19:52:06] It could probably be removed. [19:52:22] MinuteElectron: one side effect of the port i'm doing is that i'm giving the code a thorough auditing :) [19:52:35] Yeah, it is neat. [19:53:02] i recommended that the case be removed from the switch statement [19:53:20] I will take a look and see if I can code something, unless you want too. [19:53:35] MinuteElectron: i'm not touching my checkout until i finish the port. [19:53:47] heh, ok [19:53:50] Sounds like a good plan. [19:54:11] never try to port code in flux [19:54:12] you will go insane [19:54:17] :D [19:56:18] *NotACow comments out the offending switch in her code and moves on [19:59:22] 03(mod) Grant "autopatrol" right to older users on French Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8904 (10tbertels) [20:11:45] I currently have non-signed in users only able to access the main page and the login page but that is not allowing the logo to display since the user can't access the logo [20:12:00] how can I allow non-signed in users to view the logo [20:12:02] 03raymond * r26411 10/trunk/extensions/ (4 files in 4 dirs): * Update German [20:13:50] specialKevin: Where is the logo located? [20:15:13] 03(NEW) Adding user_registration to the API - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11562 15enhancement; normal; MediaWiki: API; (Bryan.TongMinh) [20:17:44] Simonkoldyk: under images/ [20:18:07] Why can't people access it? [20:18:46] If you are not signed in you can only view the main page and the log in page [20:19:01] but the logo should be fine [20:19:32] but to get the logo it try to access the logo via an address and if I copy and paste the url from the html source I get an error that I have to log in to view it [20:20:27] it trys to go to: https://domain.com/wiki/images.png [20:20:45] sorry https://domain.com/wiki/images/logo.png [20:23:25] Ah, can you try hosting the wiki somewhere else? [20:24:30] hi, how can I insert
    into wiki-page? [20:24:53] gcardinal: are you the admin? [20:25:05] 03(mod) Add redirecting page based wg variable(s) to page JS variables - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11040 (10jlerner) [20:25:24] It's theoretically possible, but really you don't want to do that [20:25:28] Nikerabbit, have time? [20:25:39] Simonkoldyk: the wiki is hosted on my machine [20:25:47] e_s_p yes [20:26:43] Simonkoldyk: it won't appear on the main page but if I go to the Log In page the logo displays fine [20:26:58] hmmm [20:27:43] gcardinal: set $wgRawHtml = true; in your LocalSettings.php file [20:27:50] But that will let anyone add any HTML at all [20:28:18] specialKevin: Can you try putting the logo somewhere else? [20:28:19] specialKevin: I haven't been following your discussion, so I might be off the point. Anyways, try to hard refresh your page (on Firefox: CTRL+F5) (on IE: SHIFT+F5) [20:28:58] gcardinal: you may also want to look at making your own special page, or using the inputbox extension [20:29:07] Hojjat: that didn't help, so its not a cache problem [20:29:18] ok sorry [20:29:43] if I go to http://domain.com/wiki/images/logo.png it says I must be logged in to view this page [20:29:45] I just want to add a donation button [20:30:02] hack the skin [20:30:50] gcardinal: http://www.mediawiki.org/wiki/Manual:Special_Pages [20:30:57] gcardinal: yeah, you just want to add that to the skin [20:31:01] specialKevin, your are on Windows, right? [20:31:08] Becuase, if yes, I know what the problem is [20:31:41] well I was looking into how to create something like [20:31:42] http://wikimediafoundation.org/wiki/Fundraising [20:32:07] Simonkoldyk: I tried moving the file and I still get the same problem [20:32:19] specialKevin: Windows? [20:32:32] Hojjat: nah, I am on ubuntu server and the client is mac osx [20:32:47] sorry again [20:32:48] ubuntu server is hosting the wiki [20:32:49] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 +comment (10roan.kattouw) [20:32:53] Hojjat: no problme [20:33:15] this channel is more helpful and nicer than most software channels [20:33:32] I have to applaud everybody for that [20:34:20] specialKevin: I agree with you here. Also, the BugZilla (bug tracker) of mediawiki works smoother than many other softwares [20:36:08] o_O [20:36:40] you like BugZilla? [20:37:06] it's kind of like having your nose hair pulled out... [20:37:14] hehe [20:37:14] 03catrope * r26412 10/trunk/extensions/redircite/: Creating dir for redircite extension [20:37:23] Haha, I am now typing ; after all my UNIX commands. [20:37:24] bugzilla is better that most of te other free bugtrackers, tbf. [20:37:33] Duesentrieb: Maybe I like that too! [20:37:47] tell us more [20:38:02] Duesentrieb: about what? About the things I like?! [20:38:14] NotACow: well, i find it very clunky to use. but then, that has been true for all of them so far, in one way or other [20:38:20] Hojjat: yea [20:38:57] *Hojjat is too tired, and not in the mood. :( [20:38:58] Duesentrieb: right. they're all clunky. [20:39:16] BTW, I didn't mean the "BugZilla" itself, but the big tracking. [20:39:22] NotACow: The bug you found causes a fatal error :D [20:39:22] *bug tracking* [20:39:29] MinuteElectron: hm? [20:39:45] MinuteElectron: what, if ou try to actually DO it? yes, it would. [20:39:47] Hojjat: hows that different from other software? half of the ticks just sit and rot... [20:40:05] NotACow: http://my.brlcad.org/~MinuteElectron/w-devel/index.php?title=Main_Page&action=revert [20:40:18] MinuteElectron: munch. [20:40:37] Duesentrieb: at least the other half are okay. Well, don't count on my comment a lot, as I haven't worked with many bug trackers. [20:40:38] NotACow: Well don :) [20:40:42] *done [20:40:48] Duesentrieb: That was more a "personal" point of view [20:41:01] MinuteElectron: now try setting your search engine to SearchMySQL (NOT SearchMySQL4) and do a search :) [20:41:26] i haven't reported this one yet [20:41:36] where do I set that? [20:41:40] 03catrope * r26413 10/trunk/extensions/redircite/ (CHANGELOG README redircite.php): Adding redircite extension [20:41:43] MinuteElectron: localsettings, i guess [20:41:48] MinuteElectron: i don't really know [20:42:22] MinuteElectron: $wgSearchType [20:42:30] yeah [20:42:45] NotACow: shit :D [20:43:11] MinuteElectron: if you set it to SearchMySQL4, it should be ok [20:43:14] How the hell has my search type got anything to do with running hooks. [20:43:17] but there's a method missng fom SearchMySQL [20:43:40] Yeah, I see. [20:43:40] Yeah, I seeInteresting. [20:44:02] probably SearchMySQL should be folded out [20:44:35] hmm [20:44:38] i made it abstract in my port [20:45:18] Simonkoldyk: you have any other ideas about my problem [20:48:56] 03(mod) invalid case in Wiki.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11561 (10minuteelectron) [20:49:46] 03(NEW) parseQuery method missing from SearchMySQL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11563 minor; low; MediaWiki: Search; (kelly.lynn.martin) [20:49:49] 03(mod) invalid case in Wiki.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11561 +need-review +patch (10minuteelectron) [20:49:53] *MinuteElectron plays bug the devs. [20:50:06] MinuteElectron: fun, isn't it? :D [20:50:17] I think the developers should have mediawiki/developer/name cloaks so we can bug them more easily. :) [20:50:20] Jack_Phoenix: indeed. [20:50:41] *MinuteElectron decides who to pick on today. [20:51:10] MinuteElectron: What are you bugging about? [20:51:17] 11561 [20:51:20] :) [20:51:27] *NotACow likes to find silly bugs [20:52:00] rarrr [20:52:02] haha [20:52:04] *amidaniel reads [20:52:46] porting the code to a language with actual type safety is revealing quite a lot of these, too :) [20:52:48] The patch has been tested by yours truly and appears to cause no adverse affects. Restoring the revert action to the correct error message. [20:53:37] NotACow: my C++ resolved class is pissing me off [20:53:47] AaronSchulz: your what? [20:53:59] it has too small of a function set to do the assignments well, and it is very strongly typed [20:54:07] I end up with silly dummy variables everywhere [20:54:20] stuff takes 15 lines when it could take 1 [20:54:44] AaronSchulz: i don't much like C++ anyway :) [20:54:47] 03robchurch * r26414 10/trunk/phase3/ (RELEASE-NOTES includes/Wiki.php): (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted [20:55:05] 03(FIXED) invalid case in Wiki.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11561 +comment (10robchur) [20:55:11] 03(mod) invalid case in Wiki.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11561 -need-review -patch +reviewed (10robchur) [20:55:15] aww, he isn't on irc [20:55:21] robchurch: hi-five [20:55:21] MinuteElectron: typically not [20:55:31] hmm, I should find out when my Open Source club at my university is having Jason Gilmore come [20:55:39] maybe he can sign my book of his ;) [20:56:34] *MinuteElectron didn't get his name in the credits :( [20:56:54] dang [20:56:59] *MinuteElectron must fix more bugs. [20:57:08] NotACow: PHP is often as clean as the programmer (using type conversion and such). It sometimes gets too tempting to take too many shortcuts though. [20:57:14] Bletch -- Rob just beat me >:() [20:57:17] *amidaniel stabs robchurch [20:57:19] that has caused MW errors before [20:57:47] NotACow: have you done C#? [20:57:53] *amidaniel raises an eyebrow at AaronSchulz's nick O.o [20:58:11] It sucks that you can't do ($this->functionThatReturnsArray())[0] in PHP [20:58:15] It is possible in C/C++ [20:58:39] meh, big los [20:58:40] *loss [20:58:49] 03catrope * r26415 10/trunk/extensions/redircite/ (CHANGELOG README redircite.php): eol-style=native for the redircite extension [20:59:57] *AaronSchulz sees he has an old irc memo [20:59:59] oohh! Another angel pic [21:00:32] ;) [21:02:07] I am not leet enough to fix your latest bug NotACow :( [21:02:54] i've looked at C#, but not used it [21:03:15] C# has some things i like better than Java, but the MSFT licensing is unpleasant. [21:03:24] MinuteElectron: you want your name in Teh credits Eh? [21:03:46] NotACow: because it really is or you Hate Micro$oft (tm) [21:03:48] AaronSchulz: PHP is an attractive nuisance; people play way too lose with types and arguments. [21:03:52] ? [21:03:53] AaronSchulz: i don't trust MSFT. [21:04:16] NotACow: you don't have to be too loose [21:04:32] sometimes, its nice to be a little loose [21:04:51] AaronSchulz: you should look at Database.java in my port :) [21:05:02] I haven't learned Java yet [21:05:05] AaronSchulz: Yeah, I have been working on MediaWiki for nearly two years trying to submit something half decent and today was the first time one of my patches has ever been accepted. I still have several work in progresses though. [21:05:06] AaronSchulz: specifically check out estimateRowCount and select [21:05:11] prolly I will next year for college [21:05:15] AaronSchulz: you don't need to know java to appreciate this :) [21:05:22] though it's fairly readable as OOP [21:05:29] (I've looked at java stuff) [21:05:47] http://svn.pyrzqxgl.org/websvn/filedetails.php?repname=pyrzqxgl&path=%2FMyrtle%2Forg%2Fpyrzqxgl%2Fmyrtle%2FDatabase.java&rev=0&sc=0 [21:06:04] yay for big random scary hash urls [21:06:30] blame websvn :) [21:06:52] java doesn't look right when it's not syntax-colored :) [21:07:29] how can I use image as link ? [21:07:47] gcardinal [[:Image:File.jpg]] [21:07:52] arturaz: I think I might be trying to hard though. [21:08:13] Same goes for [[:Category:Buildings]] [21:08:30] AaronSchulz: I think I might be trying to hard though. [21:08:39] MinuteElectron: I usually give the name of the patch maker when I commit [21:08:44] yeah but I want Image to link to lets say www.paypal.com [21:08:52] unless it is banal and I modified out errors [21:09:20] AaronSchulz: :D [21:09:27] gcardinal just type http://www.paypal.com/image.jpg [21:09:42] Just the URL, it'll show up as an image, check it in the preview [21:10:35] I am not follwing you sorry :S [21:10:58] 03(mod) Editsection Links should come after Section Headlines - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11555 +comment (10raimond.spekking) [21:10:59] I need to insert a image into my wiki and make sure that when user clicks on that image he will go to paypal [21:11:38] ahh its $wgAllowExternalImages = true; [21:11:39] got it [21:12:23] 03(mod) Editsection Links should come after Section Headlines - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11555 +need-review (10raimond.spekking) [21:13:13] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 (10minuteelectron) [21:13:25] There we go, at least this one acutally required some effort and testing. [21:13:50] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 +need-review +patch (10minuteelectron) [21:14:01] *MinuteElectron crosses fingers. [21:15:19] 03(mod) Add redirecting page based wg variable(s) to page JS variables - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11040 (10AlexSm) [21:17:19] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 (10robchur) [21:18:02] :@ [21:18:30] 03evan * r26416 10/trunk/extensions/SpecialForm/ (SpecialForm.i18n.php TODO): Add a couple of TODOs, and fix the plural error message. [21:18:39] NotACow: [21:18:41] * @param $nt Title object. [21:18:42] * @param $text String: FIXME [21:18:44] * @param $broken Boolean: FIXME, default 'false'. [21:18:46] wow that's some good docs [21:18:56] /** @todo document */ [21:19:02] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 (10minuteelectron) [21:20:39] hehe [21:20:39] so ich mach mich dann auch mal [21:20:49] 03(mod) Some Original to Chechen interface technical things - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9817 +comment (10minuteelectron) [21:21:13] wb [21:21:37] ty (if you were talking to me that is :D) [21:21:44] i was [21:21:48] :) [21:22:24] I remember I was going to ask you something the other day but I forgot. [21:25:33] 03leogregianin * r26417 10/trunk/tools/planet/pt/config.ini: -555 [21:26:53] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 (10robchur) [21:28:23] AaronSchulz: the docs are taken directly from the wikimedia source [21:28:41] AaronSchulz: so blame whoever put that into Database.php :) [21:29:06] AlexSm: re http://bugzilla.wikimedia.org/show_bug.cgi?id=11040 [21:29:12] AaronSchulz: or whatever file you were looking it. i have written VERY FEW comments in the code i've ported so far [21:29:21] i don't think that information is available in the page you were redirected to... [21:30:06] AaronSchulz: in fact, you can find that at line 75 of include/Linker.php [21:30:31] 03siebrand * r26418 10/trunk/extensions/OggHandler/OggHandler.i18n.php: [21:30:32] Localisation updates from Betawiki. [21:30:32] * Fixes and additions to 1 extension for pl. [21:30:33] AaronSchulz: so, blame Tim Starling for those :) [21:30:46] jlerner: which part is not available? [21:30:59] it's been that way since r17484, too [21:31:05] information about the page you were redirected from [21:31:26] 03(mod) Mark redlinks with rel="nofollow" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6545 (10minuteelectron) [21:33:00] ugh [21:33:03] reflection time. [21:33:26] jlerner: you can get the "redirected from" page name from #contentSub, what else would you want? [21:34:00] although one variable wolud probably be fine ... it's just that there so many variables now already ... [21:34:22] g'night [21:35:23] a [21:35:27] AlexSm: true [21:36:36] 03(mod) Undo r11305 changes to main.css - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9718 (10minuteelectron) [21:37:16] 03(mod) Undo r11305 changes to main.css - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9718 +need-review +patch (10minuteelectron) [21:37:21] it would just be a lot easier to find in the makeGlobalVariablesScript thing [21:38:22] jlerner: i was just looking at that. [21:38:33] i'll have a patch in am in [21:38:36] a min [21:38:49] good excuse for me to learn anyway [21:38:51] (for unrelated reasons) [21:42:44] Argh, yesterday this easy bug wasn't fixed today it is. Damnit. [21:43:04] 03amidaniel * r26419 10/trunk/phase3/skins/monobook/main.css: (bug 9718) Remove browser-dependent and redundant css introduced by r11305. [21:43:33] 03(mod) Undo r11305 changes to main.css - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9718 +comment (10cannon.danielc) [21:43:52] Woops, sorry for MinuteElectron, forgot to credit you for the patch :) [21:44:21] 03(FIXED) Undo r11305 changes to main.css - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9718 -need-review +reviewed (10cannon.danielc) [21:45:06] amidaniel: :| [21:45:07] dw [21:45:54] If I was really cynical I would say you did that on purpose just to laugh at me. But I know it was a mistake and a pretty simple fix anyway. Thanks for commiting it anyway. [21:46:49] *amidaniel bakes MinuteElectron some don't-hate-me chocolate chip cookies [21:47:05] amidaniel: You forgot to update RELEASE-NOTES? [21:47:40] or is that just for major bugs? [21:47:48] Meh, might as well [21:49:09] I think I have exhausted all the really easy bugs... [21:49:36] Thar ya go -- and ya got credit too :) [21:49:38] 03amidaniel * r26420 10/trunk/phase3/RELEASE-NOTES: Update RELEASE-NOTES for last commit. Also, patch was by MinuteElectron. [21:49:59] MinuteElectron: Time to move onto some harder ones? :D [21:50:15] ami Thanks :) [21:50:32] argh, ascii fucnkyness. [21:50:59] amidaniel: Thanks :) - I guess I will have too. :D [21:54:36] 03siebrand * r26421 10/trunk/phase3/languages/messages/ (MessagesIs.php MessagesLa.php): [21:54:36] Localisation updates from Betawiki. [21:54:36] * Fixes and additions to magic/ns/special/skin for is, la. [21:56:23] 03(mod) Add redirecting page based wg variable(s) to page JS variables - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11040 (10jlerner) [21:57:03] can someone show me how to add a page to this mediawiki site? [21:57:06] http://sphinx.subwiki.com [21:57:08] *MinuteElectron notices the time. [21:57:27] 03(mod) Add redirecting page based wg variable(s) to page JS variables - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11040 (10jlerner) [22:07:16] sf7: edit an existing page, make a [[link]] to the noew page [22:07:23] click that link [22:07:56] then click "edit" [22:11:15] thanks [22:25:38] sf7: fyi http://sphinx.subwiki.com/sphinx/index.php/Special:Listusers and http://sphinx.subwiki.com/sphinx/index.php/Special:Recentchanges [22:35:06] can I link to a section of a page, like [[MyPage::MySection]] ? [22:47:43] Isn't there some way to get errors while debugging mediawiki mods? [22:48:14] How do they even do this... make them not show up.. except for syntax errors. [22:50:07] sf7: [[MyPage#MySection]]. [23:10:52] Hello, does anyone know if I can override the built-in parser hook? [23:21:41] jaco1: Probably, there will be a hook within the code [23:22:08] the only hook I see is MathAfterTexvc [23:22:44] and that's a bit too early for me [23:23:28] I just want to change the behavior of Math->_linkToMathImage() [23:24:34] err... MathRenderer->_linkToMathImage() [23:30:23] 03(mod) Fetching revision history fails without error message - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11430 (10yuriastrakhan) [23:37:44] 03(NEW) Transmission delayed 30+ hours: notification for Commons " E-mail me when my user talk page is changed" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11564 normal; normal; Wikimedia: General/Unknown; (FSNNDYHEXYAP)