[00:00:54] how do I get rid of the index.php in http://host/index.php/Foo ? [00:19:07] Hello, how can I allow external linking of images? (say from commons) [00:19:13] Is there a variable to set in LocalSettings? [00:20:06] dibblego: http://www.mediawiki.org/wiki/Manual:Short_URL [00:20:20] thanks [00:20:31] no prob [00:21:59] member:identifier:pathoschild: Thanks for fixing my template. [00:22:15] You're welcome. [00:22:49] dibblego: http://www.mediawiki.org/wiki/Manual:Short_URL [00:23:00] ...oops. [00:23:17] Maquiavelo: You want to display an external image, or link to it? [00:23:33] an external image [00:23:49] from commons [00:25:09] Maquiavelo: yeah, you want to display it or link to it? [00:25:42] display it [00:26:05] put the URL on a line by itself [00:26:43] Can't I use short tags? [00:27:07] you mean like [[Image:Something.png]] ? [00:27:26] *Maquiavelo nods [00:27:33] nope [00:27:39] Maybe < http://www.mediawiki.org/wiki/Wiki_farm#Scenario_4:_Multiple_wikis_sharing_common_resources >? [00:28:07] Specifically < http://www.mediawiki.org/wiki/Wiki_farm#Use_shared_files >. [00:28:22] whoa cool [00:28:35] *alxndr sits corrected [00:28:47] It won't work [00:29:09] If you see, the mediawikis are sharing databases and server space [00:29:22] I, of course, cannot share that with Wikimedia Commons. [00:30:48] If that doesn't work, then no. It's not possible. [00:31:07] Figured, thanks anyways [00:33:05] How do I allow SVG uploads? I setup imagemagick and the wgSVGConverters variable in LocalSettings, but when I try to upload it says only png, gif, jpg and jpeg is allowed. [00:34:28] if I add $wgGroupPermissions['foo']['edit'] in LocalSettings.php, shouldn't I see a new group available (foo) in Special:Userrights? [00:36:46] Yes. [00:37:46] ah I do; my next question was, how do I add the user to that group? [00:38:07] I have two lists of Member of: and Available groups, but no way to change that [00:38:21] oh wait, nothing [00:38:49] to allow SVG uploads, change $wgFileExtensions = array( ) [00:39:04] anybody pretty decent with php? [00:39:16] MZMcBride, I did. [00:39:39] I have: [00:39:39] $wgSVGConverters = array( [00:39:40] 'ImageMagick' => '/usr/bin/convert -background white -geometry $width $input $output', [00:39:40] ); [00:39:52] oh [00:39:58] FileExtensions, my mistake. [00:40:27] MZMcBride, But that will allow anything to be uploaded. [00:40:43] i meant filling it in with appropriate extensions [00:40:51] e.g. : $wgFileExtensions = array( 'pdf', 'svg', 'tiff', 'tif', 'png', 'gif', 'jpg', 'jpeg', 'ogg' ); [00:41:03] sorry for the confusion [00:41:32] ty [00:41:37] I'm having trouble with MediaWiki 1.6.8 and ConfirmEdit. Does anybody else here get a T_BOOLEAN_AND error when trying to use ConfirmEdit? [00:43:24] you should upgrade : - ) [00:43:32] *groans* [00:44:01] i know it works with 1.11, i installed it today [00:44:10] I can't use that branch, as I'm on PHP4 [00:45:19] I can update to 1.6.10, but that version was also reported to have the same problem. [00:45:33] May be my last option, though. [00:48:13] anybody on who knows php pretty well? [00:54:42] StE_gUy, you need to use a ConfirmEdit version that was designed to work with 1.6, if any exists. Trunk extensions are meant to work with trunk. [00:55:14] In particular, all trunk extensions can be assumed to require PHP 5 unless stated otherwise, or if they haven't been updated for ages. [00:55:55] Thanks Simetrical, I was beginning to pick up on that fact. [00:56:10] I'll do some digging, unless anybody happens to know specifically if such a thing exists? [00:56:44] StE_gUy, you can go back 18 months or so in SVN to get a revision of ConfirmEdit that'll probably work for you. [00:57:26] Awesome. I'll give that a shot. Thanks again, Simetrical. [01:01:12] 03aaron * r25909 10/trunk/extensions/FlaggedRevs/ (6 files): [01:01:12] *Optimize queries. Remove text selector, grab it while tagging the flagged rev row. Specifiy a title with the rev id, to make it use the PRIMARY and avoid a second lookup when fetching a flagged rev row. [01:01:12] *Clean up Special:Stableversions [01:01:12] *Fix potential issues with Special:MergeHistory(beta) [01:01:12] *Name indexes [01:01:13] *Remove usused vars [01:01:24] grr, I meant "unused" [01:04:22] *Simetrical ususes VoiceOfAll in the face [01:04:39] Works like a charm. That just made my day a lot better [01:05:33] Simetrical: just like you guys usused Teh WTC! ;) [01:06:35] if the current version doesn't work with 1.6, the mediawiki extension page should really say so [01:07:01] ok, late supper time [01:08:01] MZMcBride, it's a wiki, fix it. :) [01:08:25] yeah, but i'm not sure which version actually works besides 1.11 and later [01:09:55] So what, post what you know and someone else will fix it sometime. [01:10:01] i added a note about php4 [01:10:12] haha that's what i'm worried about [01:10:23] that someone else will read something else that's wrong and the cycle continues [01:31:12] hi guys, i am new to mediawiki and i am trying to setup a wiki on a server , but i am stuck ... i got the wiki folder up on the server, but i don't know what to do next .. the mysql setup is were i am lost [01:31:20] any help is greatly appreciated [01:34:16] 03(WONTFIX) Allow null edits to fill in missing edit summaries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1279 +comment (10cbrown1023) [01:34:36] any idea how to setup mysql for running mediawiki on a server? [01:35:48] 03(FIXED) User contribution record includes other user's - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=321 +comment (10cbrown1023) [01:36:23] IPI: create a new database and a user who can edit it, and give the info to the mediawiki setup stuff [01:36:33] 03(mod) Add robot identification to the IRC channel RC bot - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2117 (10cbrown1023) [01:36:43] 03(mod) Allow null edits to fill in missing edit summaries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1279 (10Simetrical+wikibugs) [01:37:36] 03(mod) Display a table of contents on Special:Watchlist/edit - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2477 (10cbrown1023) [01:37:44] alxndr: the problem is i don't know how to create the database .. the server that i am using is from my school [01:38:18] alxndr: which command would tell me if they have mysql on the server working? i was told they have php and mysql already setup [01:38:50] mysql -V [01:40:02] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [01:40:02] alxndr: i am getting: error 2002 (HY000): can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [01:40:08] that's not a good sign [01:40:24] find out if it's running on a specific host [01:41:17] wait, did you type that V as capital or lowercase? [01:41:29] capital [01:41:52] oh [01:41:57] i got it .. i had lowercase [01:42:21] mysql Ver 14.7 Distrib 4.1.20, for redhat-linux-gnu (i386) using readline 4.3 [01:42:21] mysql Ver 14.7 Distrib 4.1.20, for readhat - linux-gnu [01:42:35] so this means i got mysql ? [01:42:38] yep [01:42:42] then what is next though? [01:42:57] http://dev.mysql.com/doc/refman/4.1/en/create-database.html [01:43:24] 03(FIXED) Newly created articles sometimes show up as empty - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1209 +comment (10cbrown1023) [01:44:00] you sholud read through http://www.mediawiki.org/wiki/Manual:Installation [01:44:12] this is exactly where i am [01:44:24] but when i do create database wikidb; i am getting create: command not found [01:44:48] you've gotta be in the mysql shell [01:45:20] but i can't get there since its not in usr/local/mysql/ [01:45:31] i don't have this folder, and i am not allowed to create it [01:46:03] i don't know where sql is installed , or better to say i don't know how to get to sql shell [01:47:50] 14(INVALID) error:could not contact links server - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2892 +comment (10cbrown1023) [01:49:44] 03(WONTFIX) links between Wikimedia-sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=195 +comment (10cbrown1023) [01:53:07] the mysql program has a shell in it [01:53:47] 03(FIXED) Problem in skin "Chick" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3061 +comment (10cbrown1023) [01:54:01] alxndr: but how would one access that shell? is there a specific command for starting up the shell? [01:54:14] "mysql" is the command to start the shell [01:54:19] oh [01:54:55] 03(FIXED) Wikiquote main page : search-language dropdown list - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3228 +comment (10cbrown1023) [01:55:00] alxndr: so basically when i just type in mysql, i am getting that error message .. [01:55:02] :( [01:55:37] 03(FIXED) OTRS: allow users in the info group to edit the answer templates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3351 +comment (10cbrown1023) [01:56:50] you need to find out more about the mysql installation, i think you'll find it's on a certain host [01:58:10] and you'll probably have to use a certain username and password [01:58:58] 03(FIXED) "Exclamation mark %" usernames on enwiki causing some kind of trouble - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3501 +comment (10cbrown1023) [01:58:58] well i use my username & password to login to the server using ssh remotly .. but i don't know the authentication command for the mysql .. i know many people made the wiki work [01:59:24] alxndr: do you know any place online, that i can post my wiki for free? or at least create few pages of it for free? [01:59:51] don't know what you mean [01:59:53] 14(INVALID) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 +comment (10cbrown1023) [02:00:04] Simetrical: as you can see, I'm really bored tonight ;-) [02:00:57] IPI: you talking about something like this? http://en.wikipedia.org/wiki/Comparison_of_wiki_farms [02:01:56] alxndr: yes .. Thanks :) [02:04:11] 03(mod) Cross-wiki watchlists with option for public viewing - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3525 (10cbrown1023) [02:06:05] 03(WONTFIX) Remove section markup inside heading text when using "section= new" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1600 +comment (10cbrown1023) [02:06:57] VoiceOfAll, + 'rev_deleted & '.Revision::DELETED_TEXT.' = 0' ), <-- rev_deleted is a bitfield? That strikes me as inefficient. [02:07:55] ... [02:08:07] VoiceOfAll, also, surely this is wrong. + 'fr_rev_id' => $rev_id, 'fr_rev_id = rev_id', [02:08:13] Or, hmm. [02:08:15] No, I guess not. [02:08:18] Never mind that. [02:08:36] Mixing up join conditions and const conditions. [02:08:40] . . . [02:09:36] hmm, speaking of rev_deleted [02:10:25] No, really, why is rev_deleted a bitfield? You can't index bitfields. [02:11:10] 03(mod) Allow special parameters for {{Special:Newimages}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3358 summary; +comment (10cbrown1023) [02:13:35] Simetrical: it's not meant to replace archive deletion [02:13:36] 03aaron * r25910 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage_body.php: *Make this consistent with the rest [02:13:45] 03(mod) Red interwiki links -- check for existence across Wikimedia projects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11 summary (10cbrown1023) [02:13:48] it's more of a visibility criteria once some rev is selected [02:13:59] rather than some thing you can query on for large data sets [02:14:55] 03(WONTFIX) Special:Shortpages needs index fix to run real-time - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3945 +comment (10cbrown1023) [02:16:04] *VoiceOfAll raises and eye at bug 3945 [02:16:24] O_O [02:16:26] *kibble is glad [02:16:36] that's one of the reasons I'm doing all of this [02:16:40] I don't care if someone reverts me [02:16:45] it'll bring attention to the bug [02:16:46] ;-) [02:16:59] I'm not sure I get your last comment [02:17:22] what part? [02:17:56] well its pretty much one sentence... [02:18:12] "Most Specialpages like these are cached, but are shown more user-friendly than" [02:18:20] first part (before comma): [02:18:22] Simetrical: I wonder if someone has bug requested paging for ViewVC's log viewer [02:18:39] special pages probably want be un-cached for big projects... [02:18:48] (after comma) there's not reason for them to be now [02:19:17] kibble, could you stop resolving bugs that you aren't really sure on? Thank you. [02:21:09] Simetrical: these are bugs from 2 years ago [02:21:13] So? [02:21:16] They're still relevant. [02:21:19] is anyone really sure on a few of the details? [02:21:27] *kibble isn't closing the ones that are relevant [02:21:30] Simetrical: I almost said "so", you beat me ;) [02:21:58] *kibble is not denying that bugs from 2 years ago can still be relevant, that would be stupid of me ;-) [02:22:42] 03(FIXED) RC bot report changes harmed RC patrol ability. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5247 +comment (10cbrown1023) [02:22:53] 04(REOPENED) Special:Shortpages needs index fix to run real-time - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3945 +comment (10Simetrical+wikibugs) [02:22:58] yay! [02:23:01] *kibble huggles Simetrical [02:23:54] *kibble doesn't like the end of your comment, but beggers can't be choosers [02:24:11] it's mainly a sysadmin decision [02:24:24] 03(mod) Remove section markup inside heading text when using "section= new" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1600 (10Simetrical+wikibugs) [02:24:37] VoiceOfAll: yeah, I know [02:24:49] it's just the invisible tone that I know didn't exist, but could've existed [02:25:06] *kibble has to go to bed anway [02:25:07] 'night [02:27:21] ta [02:32:45] 03aaron * r25911 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: *Add page param to links [02:34:02] flyingparchment: https://wikitech.leuksman.com/history/Things_River_would_like_Mark_to_do_but_might_be_ignored [02:34:04] ;) [02:37:31] how do i disable the skin selection and language selection? [02:40:01] How do i install Infobox? i tried the one on http://www.mediawiki.org/wiki/Extension:Infobox_Data_Capture , but the SQL has error when i try input into database [02:40:53] MySQL said: Documentation [02:40:54] #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{{{Schema}}}.`{{{tag}}}_infoboxdata` ( [02:40:56] `ib_from` int(8) unsigned NOT NULL def' at line 1 [02:41:00] VoiceOfAll, LOL. [02:41:46] WTF... [02:42:09] undefined, I wonder if I can pull injections on that too [02:43:51] Tommy: I wouldn't use that to say the least [02:44:07] feiming: heh, you can remove the skin files ;) [02:44:19] VoiceOfAll: other then that? [02:47:50] hmm, not sure [02:47:59] it reads through the skin directory to set $wgValidSkinNames [02:48:09] ok [02:48:27] so delete is all I can think of, sorry [02:48:27] i'll just zip up all the other skin folder then [02:48:36] so does language? [02:48:38] heh, that'll work ;) [02:49:19] they may float back in on SVN up though :) [03:06:12] So is there any Infobox extension? [03:06:43] Just use templates. [03:07:46] hmm could explain me how please? i m not sure how to use [03:10:17] Tommy: http://www.mediawiki.org/wiki/Help%3ATemplates [03:13:38] alxndr: thanks, i know how to use template for easy display, but i m not sure how to use it like infobox [03:15:23] find one you like and look at the source [04:25:31] 03(mod) Temporary block may prevent a user from winning the unified account - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11149 +comment (10rotemliss_public) [05:13:00] 03kim * r25912 10/trunk/extensions/Wikidata/util/copy.php: If it runs, ship it [05:20:32] Is it possible to show external link without that little icon at the end? [05:25:00] [http://en.wikipedia.org] [05:28:39] thanks [05:57:39] 03(mod) Hide own edits from Special:Recentchangeslinked - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4832 +comment (10zelda069) [06:06:56] 04(REOPENED) "Exclamation mark %" usernames on enwiki causing some kind of trouble - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3501 +comment (10webboy) [06:18:02] 03(mod) Create Bengali Wikisource - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10907 normal->high; +comment (10bellayet) [06:18:05] I have problems uploading files (images) to my new Wiki site. I am getting the following error: "The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file." [06:22:35] 15,14 http://st-pitch.miniville.fr/  [06:24:03] 03kim * r25913 10/trunk/extensions/Wikidata/util/ (collection.php collections.php missing.php stats.php): Eliminate a large number of notices in the util dir. [06:30:23] 04(REOPENED) RC bot report changes harmed RC patrol ability. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5247 +comment (10webboy) [07:27:03] <_wooz> lo [07:40:11] 03abernala * r25914 10/branches/ApiEdit_Vodafone/includes/SpecialUpload.php: Corrected bad internalProcessUpload function call [07:45:37] is it possible to create a vertical ads space on the right side of monobook?? [07:47:30] Hiho [07:51:40] *sigh* "table is full" error when updating database from 1.6.7 to 1.11 :/ Any hints? [08:05:05] hi all: there has been an upgrade of mediawiki on wikimedia projects? [08:07:34] gattonero: yesterday it was synced to trunk. [08:09:02] gattonero: there constantly are [08:09:21] we have some rendering problem in it.wiki [08:09:27] that's why I was asking :D [08:09:43] what kind of rendering problems? [08:11:07] == == is not transformed into a title [08:11:12] remains "== TEXT ==" [08:11:34] http://it.wikipedia.org/wiki/Template:Templateprotetto [08:12:02] moreover: if we have a directly followed by a wikitable, the wikitable remains code. [08:12:16] {| etc etc etc [08:12:29] http://it.wikipedia.org/w/index.php?title=Template:Immagine_commons&diff=prev&oldid=10761893 [08:17:00] gattonero: hmmm.. one idea only: {| has to be at the beginning of a new line, always [08:17:06] Can someone help me with troubleshooting why I can't upload files? I've looked at the FAQ and general google'ing - but I still can't get it to upload [08:19:42] Raymond_: it could be, but it's strange [08:19:52] never been so, in the past (as long as I remember) [08:25:30] Hello. [08:25:57] Is there some software that converts mediawiki markup into some form of structured xml for further processing? [08:26:35] see [[meta:alternative parsers]] [08:27:22] I have a dump of mediawiki content that I wish to postprocess. [08:27:24] Thanks. [08:34:53] hi [08:36:20] anybody here who knows if/how to render CAD-files in Mediawiki? i.e. dxf? If there are extensions or anything like that? [08:52:40] How do I checkout svn.mediawiki.org? [08:53:19] oops its svn.wikimedia.org [08:53:47] read http://www.mediawiki.org/wiki/SVN [08:54:08] thanks. [09:01:49] Can someone help me with troubleshooting why I can't upload files? I've looked at the FAQ and general google'ing - but I still can't get it to upload. I getting the error "The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file." [09:05:35] mboman: uploadds may be disabled, limited or broken, by the php configuration. [09:06:16] Uploads are enabled, and max upload file size is 50 Mb (and max post size is 60 Mb) [09:07:31] enable error reporting: [09:07:36] error_reporting(E_ALL); ini_set("display_errors", 1); [09:07:39] then try again. [09:07:56] make sure the location php uses for temporarily storing uploaded files is correct and writable [09:12:48] I have display_errors = On [09:12:53] (no errors seen) [09:14:11] mboman: no idea, sorry. *something* is filtering out the upload. [09:14:34] Yeah.. I am with the hostingsite's tech support so I can get hold of the error logs [09:15:46] Strange, an other MediaWiki installation doesn't have that problem... [09:16:19] Need to diff their LocalSettings.php files.. [09:20:06] mboman: i doubt the problem is with LocalSettings.php - it's probably a php or apache issue. [09:23:51] Same setup works for a older version of MediaWiki installed in a different directory [09:24:25] So I doubt it has something to do with Apache or PHP as it would effect the whole site [09:36:08] <_Danny_B_> what is the best way to pass named parameters to special page? say i want to call {{#foo:bar|text=lorem ipsum}} and specpage need to grab the the "text" param and display it... [09:41:18] _Danny_B_: {{# refers to a parser function, not a special page [09:41:27] <_Danny_B_> Duesentrieb: i know [09:41:48] <_Danny_B_> the parser function's output should be clickable link to special page [09:41:49] _Danny_B_: if you want named parameters for parser functions, you have to do the parsing yourself: grab all the arguments, and build a map by splitting at the = [09:42:10] _Danny_B_: i have used this for CategoryTree recently. [09:42:31] <_Danny_B_> ain't category tree parser tag instead of function? [09:44:40] _Danny_B_: i added function syntax a few days ago [09:44:53] and had to invent a way to make it understand named parameters [09:45:43] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CategoryTree/CategoryTree.php?revision=25825&view=markup [09:45:49] look for efCategoryTreeParserFunction( [09:46:01] this stuff should probably go into some global utility function [10:01:49] what's an easy way to get syntax highlighting in mediawiki? [10:02:20] GI_James: Extension:SyntaxHighlight GeSHi [10:03:42] Thanks... [10:38:53] 03(mod) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 (10robchur) [10:40:08] 03(mod) links between Wikimedia-sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=195 +comment (10robchur) [10:41:04] 03(mod) Interproject links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=708 +comment (10robchur) [10:43:49] 14(INVALID) Geographic coordinate tool producing 403 Forbidden Error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11369 +comment (10dungodung) [10:48:33] 03(mod) Geographic coordinate tool producing 403 Forbidden Error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11369 (10robchur) [10:49:02] I'm about to embark on the mission of updating the MessagesNn.php translation, is there a funtion to "fuse" the outdated MessagesNn.php with the new english translation template? [10:50:38] 03(NEW) search isn't properly excluding the main namespace - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11380 normal; normal; MediaWiki: Search; (chris) [10:53:28] 03(mod) Problem in skin "Chick" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3061 +comment (10robchur) [11:01:10] Where's the template Messages??.php file? [11:01:57] SlimG2: there is no Messages??.php template. only the original MessagesEn.php file [11:05:19] Raymond_: Thanks, I'll just add the missing variable names to the outdated translation and translate the strings, anything else I should have in mind? [11:07:46] SlimG2: a short guideline: http://meta.wikimedia.org/wiki/MediaWiki_localisation [11:17:23] Hellow, I'm busy with an extension between SMF and MediaWiki for version 1.11.0 [11:17:42] but when i'm using the session system of SMF [11:17:57] i get a warning of MW, that there already exist a session var [11:18:27] so @ line 2318 of file includes/GlobalFunctions.php you need to set @ini_set instead of ini_set [11:18:41] is there a way to report that kind of "bugs" [11:20:28] aha I found [11:20:29] thx [12:03:03] 03(mod) "Go" search button is ignoring user's custom search namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11380 summary (10rainman) [12:09:39] 03(NEW) Little code fix in GlobalFunctions.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11381 normal; normal; MediaWiki: General/Unknown; (snakehit) [12:13:04] how can i create new groups? [12:18:13] api guy around? [12:22:47] RichiH: LocalSettings.php [12:23:01] you need to assign the new group one or more permissions, using $wgGroupPermissions [12:26:36] FR^2: http://dev.mysql.com/doc/refman/5.0/en/full-table.html [12:26:42] not really a MW issue [12:30:13] Duesentrieb: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/CategoryTree/ [12:30:19] ugh,a file for each lang? ;) [12:31:14] I have some problems with keeping my session alive.. Almost everytime I try to post something it tells me that it lost the session data.. Suggestions on how to fix that? [12:35:52] write the text in notepad or something then post it in the wiki when your done :) [12:36:19] I also think that Openoffice 2.3 kan export to wiki with formatting and stuff [12:39:44] Espen: That doesn't compute... I got the text, but when submitting I get the session error [12:40:00] "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." [12:40:12] I've tried to logout and login again, without success [12:51:42] Werdna: so i just do $wgGroupPermissions['werdmasterflash']['pants'] and werdmasterflash automagically exists? [12:53:29] 03(mod) Use semantic XHTML (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11382 (10whittle.91) [12:54:17] Espen: any ideas why the session gets lost all the time? [12:54:35] seems to be the case [12:58:37] mboman: not really, havent looked into how the sessions work in mediawiki [13:03:27] RichiH: yes [13:13:32] 03kim * r25915 10/trunk/extensions/Wikidata/util/copy.php: Added already-there check for collection entries [13:13:58] hello there [13:14:28] VoiceOfAll: one file per language is easier to manage, loads faster, and wastes less memory. but before committing that, i asked brion - and he preferred it that way, too. at least at the time. [13:14:47] is there a way to make some sort of wiki syntax aliases? [13:14:58] Tuxbublin1: templates [13:15:07] VoiceOfAll: seems to be a very bad way to define new groups as a single typo will create a new group, leaving the original target group without a random right [13:15:20] Duesentrieb: nothing easier? [13:15:35] typos + code = always bad [13:15:57] Tuxbublin1: what's easier to create than templates? [13:16:09] Tuxbublin1: what do you *actually* want to do? [13:16:13] brion-office: alive? [13:16:14] Duesentrieb: So it only runs the needed file? [13:16:26] VoiceOfAll: yes [13:16:35] VoiceOfAll: well, the requested one, and the base language# [13:16:39] so fallback works. [13:16:55] I dont know if I explained me correctly on http://bugzilla.wikimedia.org/show_bug.cgi?id=11367 [13:17:30] VoiceOfAll: well, yes, but if you define them in one place and give them permissions in another, the code is able to check on both [13:18:33] RichiH: define a constant, then [13:21:06] Duesentrieb: well actually that's quite nice like this [13:21:10] i mean with a template [13:21:12] :) [13:21:45] i tought of something like: you create a new syntax eg: (*) that write something for you [13:21:59] but actually the template system is enough thanks [13:21:59] :) [13:22:06] you can write extensions... [13:22:11] ;) [13:22:40] per default the syntax is xxx, or {{#foo:xxx}}. you can also write extensions that mange the text in other ways, but that's more complex. [13:23:56] Hello :) Does a blacklist using cascade protection prevent pages from being moved to a page name on the list? [13:25:32] 03raymond * r25916 10/trunk/phase3/ (RELEASE-NOTES includes/Linker.php): [13:25:32] Moving code from Linker::makeThumbLink2 to Linker::makeImageLink2 [13:25:32] This will prevent bigger images than the source (for bitmap-style images) [13:25:32] [[Image:smallIconWith25px.png|200px]] does not blow the bitmap to 200px width [13:25:32] Now the same behavior as [[Image:smallIconWith25px.png|thumb|200px]] which prevents blow up already. [13:27:56] helo. what's the script to run after installing new namespaces to check for conflicts? [13:28:13] I have it in my notes, but my notes are in maintenance [13:28:48] ahh. must be namespaceDupes.php [13:29:58] 03(mod) Update self-transclude on preview - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11367 +comment (10daniel) [13:30:48] AzaTht: no i haven't looked at that bug whatever it was [13:32:16] heh [13:35:28] I have problems with my sessions... [13:36:19] I have cleared all the cookies from my browser and restarted it, logged in but still can't post... [13:41:30] hi [13:41:50] i'm searching for over 30mins now for a way to delete an uploaded image [13:41:52] is there one ? [13:43:14] sv--: in your own wiki or a Wikimedia projekt (Wikipedia, Commons)? [13:43:32] own wiki [13:43:36] i'm wikisysop [13:43:57] 03(NEW) Use semantic XHTML (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11382 15enhancement; lowest; mwdumper: general; (whittle.91) [13:47:22] sv--: you should have a delete tab on the image description page [13:48:35] i dont see the link [13:51:36] sv--: then make sure you are logged in as a sysop [13:52:11] if you are, you should have a "delete" and "protect" tabs on every page [13:57:57] Hello :) Does a blacklist using cascade protection prevent pages from being moved to a page name on the list? [13:58:04] does anyone use http://www.mediawiki.org/wiki/Extension:CategoryPermissions with 1.10? [13:58:39] no matter how many rights i dump onto a group, its users can not look at _any_ category or categorized page [14:02:30] Hi, i'm looking for a solution to add a message on all pages, like : help us increasing the quality of our wiki by editing this page or things like that ... but I don't find how to do it [14:02:31] brion-office: if you didn't look at the bug, how then did "Brion Wipper" reply to that? [14:02:48] replying blind, or is there an other brion around? [14:02:52] Wibber* [14:04:38] Can I make a particular section of a page Read Only? [14:05:01] 03(mod) Use semantic XHTML (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10467 (10danny_b) [14:05:28] <^demon> mboman: No. [14:05:46] mboman by using a template you should be able to do that [14:06:27] Don't want people to mess with a particular page's Copyright / License details [14:06:54] why don't you protect the whole page ? [14:07:07] Oh, I want contributions [14:07:26] but due to the legal requirement of LuLu.com I have to own the copyright of the work [14:07:58] so there is currently clearly stated that any contribution to that page also means assignment of copyright to me [14:08:05] yes and why don't you protect le copyright page ? [14:08:14] Just want to make sure that that information doesn't go away [14:08:30] The rest of the site is CC-BY-NC-ND [14:08:46] there are some special case pages [14:12:46] <^demon> mboman: If you don't want that part changed, you could put it in a template and then put that template on every page. Just make sure to protect the template. [14:12:59] ok [14:13:53] Is there a way to pull in all authors/editors into a Wiki section? So I can auto-generate the "Authors and Contributors" section? [14:15:31] hi room [14:15:36] I am trying to make a function that taking like datum point [14:15:38] http://commons.wikimedia.org/wiki/Image:MyImage makes a parseo with [14:15:39] regex taking therefore the Link to the image from commons to be able to be used [14:15:41] in mediawiki internally (Any other mediawiki) like [[Image: MyImage]], for it used [14:15:43] regriterule in mod_rewrite of apache to simulate that this [14:15:44] images are in our server. If alt of the image = then MyImage takes scr with doom. Once having the Src I have the exact route of the image that will be able [14:15:46] to be called internally by mediawiki adding patch respective. $tagsArray would be something like this [] = preg_split [14:15:47] (“”, [14:15:49] “Aqu´´i the HTML of the page taken with fopen”); [14:18:05] Someone have a idea? [14:19:59] ok [14:20:02] gonna check that [14:23:53] well: what would be the flag in the wikidb for that superuser login who can edit, delete and protect pages [14:23:54] ? [14:25:13] 03(mod) Create the group "test-sysop" for the Wikimedia Incubator - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10727 +comment (10vasilvv) [14:25:14] 03(mod) Makesysop crosswiki functions should be optional - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11373 (10vasilvv) [14:25:50] how do I make thumbnails stack up left to right? (currently they all 'clear' each other)? [14:27:10] facefaceface: use a [14:28:15] brion-office: what do you think about http://bugzilla.wikimedia.org/show_bug.cgi?id=11373 ? [14:29:08] someone help me [14:30:54] 03brion * r25917 10/trunk/phase3/ (RELEASE-NOTES includes/Linker.php): Revert r25916 -- breaks ability to blow up small images, without explanation. WTF? [14:33:46] Raymond_: I don't want a fixed number of columns [14:34:00] brion-office: the ability to blow up small images looks to me like a bug not a feature because it is prevented for |thumb| images already [14:34:14] I guess I could edit the css, but I don't want to if there is an easier way. [14:34:16] Raymond_: well, you're wrong [14:34:21] it's a deliberate feature [14:34:31] brion-office: ok, sorry :-( [14:34:55] brion-office: is it a feature for s too? [14:35:09] VasilievVV: as stated, makes no sense [14:35:24] please define the bug in terms that describe a problem [14:36:16] brion-office: http://bugzilla.wikimedia.org/show_bug.cgi?id=10727 requiers it [14:37:30] Because if we will enable $wgGroupPermissions['bureaucrat']['userrights'] on Incubator, Incubator bureaucrat's will be able to change rights on other wikis [14:37:52] where does wfDebug log to? [14:39:10] $wgDebugLogFile [14:39:20] per defualt, no place [14:39:48] ah, that explains it [14:39:50] thanks :) [14:43:52] hrm, CategoryPermissions does not seem to care about logging the decission path [14:43:54] pity [14:44:11] i suspect that CategoryPermissions does not work with 1.10 [14:46:17] 04(REOPENED) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 +comment (10brion) [14:46:24] 03(NEW) Special: CategoryTree shows non-users in pure user-categories - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11383 15enhancement; normal; Wikimedia: Bugzilla; (ulli_purwin) [14:46:30] Duesentrieb: is there any normal path to get patches into modules or do i just tack the full source code into the module's discussion page? [14:47:05] the debugging is a joke and i suspect others would want to get the changes i will make, as well [14:47:07] 14(DUP) "Exclamation mark %" usernames on enwiki causing some kind of trouble - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3501 +comment (10brion) [14:47:11] 03(mod) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 (10brion) [14:47:25] 03(mod) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 (10brion) [14:49:40] 04(REOPENED) Remove section markup inside heading text when using "section= new" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1600 +comment (10brion) [14:50:11] brion-office: and taking in account issues about $wgAddGroup and Incubator, does my bug has sense? [14:52:07] 03(mod) "Go" search button is ignoring user's custom search namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11380 (10brion) [14:52:38] 03sanbeg * r25918 10/trunk/extensions/inputbox/inputbox.php: update URL [14:57:02] hey guys, can I embed an external image in a wiki page? I'm trying to find the syntax any help would be appreciated [14:57:37] 03(NEW) Could it be possible which form I use is depend on which the preload page I choose . - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11384 15enhancement; normal; MediaWiki extensions: Semantic Forms; (roc.no1) [14:59:12] Alien_Freak: Yes. [14:59:23] (let me find out how, hold on:)) [15:01:36] Really there is no need, better to simply allow uploads, but, set $wgAllowExternalImages = true; in LocalSettings.php [15:01:56] Alien_Freak: http://www.mediawiki.org/wiki/Manual:%24wgAllowExternalImages [15:02:43] ... [15:07:22] 03(mod) Special: CategoryTree incorrectly pulls subcategories for non-category members in lists - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11383 (10brion) [15:11:31] 03(mod) Use semantic XHTML (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10467 (10whittle.91) [15:11:45] 03(mod) "Go" search button is ignoring user's custom search namespaces - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11380 +easy; +comment (10brion) [15:12:16] 03(mod) Remove section markup inside heading text when using "section= new" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1600 +easy (10brion) [15:12:25] 03(mod) Invalid usernames on Wikimedia web sites - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3507 +shell (10brion) [15:20:43] WiKi? [15:21:05] hi guys [15:21:13] whats wrong with http://svn.wikimedia.org/viewvc/mediawiki/trunk/ ? [15:21:16] ) [15:21:41] here russian there is? [15:21:55] english [15:22:11] all? [15:22:35] I don't know. you need to ask everyone. [15:23:32] fa: nothing wrong with it here [15:23:38] Gary_Kirk, thx [15:24:17] what do all access except only on viewing article [15:24:33] = admin [15:24:45] brion-office it does not load for me, interesting. [15:25:01] , ? :( [15:25:01] :( [15:26:37] 03(mod) Special: CategoryTree incorrectly pulls subcategories for non-category members in lists - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11383 (10ulli_purwin) [15:43:23] 03raymond * r25919 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php: * Update German [15:52:09] 03(mod) some Functions don't Work with PostgreSQL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11331 (10n.kaiser) [15:52:43] 03brion * r25920 10/trunk/extensions/CategoryTree/CategoryTreeFunctions.php: * (bug 11383) Don't pull subcategories for non-category pages in category tree [15:52:54] 03(FIXED) Special: CategoryTree incorrectly pulls subcategories for non-category members in lists - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11383 +comment (10brion) [15:56:10] 03(mod) Formatting problem: Included pages & Parser.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11345 (10brion) [16:02:03] i still dont get it... where can i modify a user so that he has full rights for mediawiki [16:02:11] in the wikidb db [16:03:17] sv--: [[Special:userrights]] [16:04:28] Permission error [16:04:28] From eyeWiki [16:04:28] Jump to: navigation, search [16:04:28] The action you have requested is limited to users in the group Bureaucrats. [16:04:33] hmm [16:04:48] so how do i add a user to the group bureaucrats ? [16:05:54] assuming you want to add the user with the internal ID of 1 to the bureaucrat group, you could do this SQL query: INSERT INTO user_groups (ug_user, ug_group) VALUES ('1', 'bureaucrat'); [16:06:55] .o0(wouldn't it be more secure to leave the number and let it get autoincremented? [16:11:14] assuming i want to be in multiple groups [16:11:24] like bots, sysops and bureaucrats [16:11:31] what would the query look like ? [16:11:45] meh, bureaucrats can set rights by using Special:Userrights [16:17:27] 03(NEW) List of templates used by a page not included when editing only a section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11385 15enhancement; low; MediaWiki: Page editing; (saibot834) [16:19:33] when i have an $editpage object, how can i get the text of the _full_ page? [16:22:36] How to add link(s) in sidebar ? [16:24:46] can I move mediawiki from my public_html directory right to my server root ? [16:25:47] are namespaces an appropriate use in an educational setting where many classes may want a "home" page? I.e. Class1:Home Class2:Home -- is that what they're meant for? [16:26:33] AngryElf: that way, you can definately make sure they will never get into each others hair [16:26:47] AngryElf: but use Class1/Home [16:26:50] that's what i'm assuming, is that the appropriate useage of them? [16:27:29] AngryElf: a hammer is both for putting nails into a board and opening a coconut [16:28:01] okay, also i'm wondering how difficult it is to set up access contol lists for these pages? I just need to restrict write access to them [16:28:22] http://www.mediawiki.org/wiki/Extension:Prefix_Security [16:29:16] AngryElf: above is for you, btw [16:29:20] yea [16:29:24] thanx :) [16:29:27] np [16:30:02] another question i have is how you correctly put several authors into $wgExtensionCredits [16:30:17] comma [16:30:18] s [16:31:03] RichiH: it looks like that doesn't really have a nice frontend for editing group membership/permissions etc... [16:37:46] fine... worked perfectly [16:38:01] you should document that bureaucrat thing better on the mediawiki site [16:38:13] just my 2 cents... but anyway :P [16:41:23] AngryElf: GroupsAdministration.php is included with that [16:42:30] AngryElf: sorry, i need to run :/ [16:43:04] if anyone can tell me how to get at the article source when you have the $editpage object, i will love you forever [16:43:17] and fix http://www.mediawiki.org/wiki/Extension:RequireCategory :p [16:50:04] 03(mod) Section edit links for transcluded templates are not affected by < noinclude> or - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6563 +comment (10ssanbeg) [16:52:07] 03(NEW) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 15enhancement; normal; MediaWiki extensions: CheckUser; (it) [16:56:29] Um, when I click Install extensions on the Groups Administration page it jumps tot he search page....is that a bug? [17:00:36] 03(mod) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 +comment (10JSchulz_4587) [17:05:58] \quit [17:06:04] lol [17:06:56] hey. I am one of a group of 4 CIS majors from Western Michigan University that are looking for some volunteer work in PHP, and I was wondering if mediawiki would be able to offer us an opportunity to help out... [17:07:24] We would need some sort of documentation of our efforts from Mediawiki, as this is for a class project. [17:07:40] is anyone here officially "with" mediawiki that can advise me on how to go about this? [17:10:06] ugh, you're actively studying a dying language :( [17:10:18] 03(FIXED) Absolute paths to CSS in special pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11357 +comment (10yaron57) [17:12:28] AngryElf, what's wrong with PHP? [17:12:36] and what do you suggest for web programming? [17:12:38] Ruby? [17:12:46] Yes. [17:13:04] ruby o_O [17:13:15] PHP > other programming languages [17:15:04] IamEthos: Anyone can contribute as this is open source, submitting patches on bugzilla is how you begin contributing. But once you have prooved yourself you can then get subversion access and contribute patches to the code. Take a look around http://www.mediawiki.org/ - depending on the documentation required I am sure brion (the cheif developer) can give you some as we are always looking for more hands. [17:15:46] Also look around bugzilla ( http://bugzilla.wikimedia.org/ ) for bugs that you might be able to fix - or just submit new features. [17:16:07] We have a couple of mailing lists (wikitech-l) see http://lists.wikimedia.org/ [17:16:42] PHP acctually rocks, it is as easy as shitting if you ask me. But I only say that because I found a legend book in it. [17:17:24] PHP sucks. [17:18:24] Its typing, error handling, standard library, implementation, and attitude all suck. [17:18:24] I often consider using the php engine in my applications because it is easy and writing things with simple php functions in it. [17:18:39] It's no easier than writing in Python, but it sucks more. [17:18:46] Except for VERY SIMPLE Web apps. [17:18:51] There, I concede, PHP is easier. [17:18:57] At least marginally. [17:19:08] Because you can use that freakish For large apps you aren't doing stuff like that anyway, so there's no difference in easiness. [17:24:26] 03(mod) Use semantic XHTML for mwdumper (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11382 summary; +comment (10Simetrical+wikibugs) [17:24:26] 03(mod) Use semantic XHTML (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10467 (10Simetrical+wikibugs) [17:25:46] 03(mod) Use semantic XHTML for mwdumper (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11382 (10Simetrical+wikibugs) [17:26:01] since when does mwdumper generate html? [17:26:11] I have no idea. [17:26:15] *Simetrical frowns [17:26:27] it outputs xml, not xhtml... [17:26:54] 14(INVALID) Use semantic XHTML for mwdumper (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11382 +comment (10Simetrical+wikibugs) [17:27:03] Maybe someone was fiddling with the clone feature? [17:31:15] minute, thanks for the advice [17:31:18] I'll look around [17:51:36] 03(mod) Formatting problem: Included pages & Parser.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11345 (10jhcwilson) [17:55:11] Installing MW on a server with misconfigured PHP gave me the error that zend.ze1_compatibility_mode was active, aborting the installation. Why doesn't MW just adjust this setting with ini_set? [17:55:46] In other words: is there a pitfall in doing """ini_set("zend.ze1_compatibility_mode", false);"""? [17:56:52] can it be done with ini_set? [17:57:03] apparently yes [17:57:35] http://www.php.net/manual/en/ini.php#ini.list [17:57:41] 03(WONTFIX) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 (10brion) [17:58:21] MarkusK: i'd be surprised if that actually does the job correctly [17:58:31] but feel free to try it out and if you can confirm it, let us know [17:58:45] ok, I am just about to do that ... [17:58:48] whee:) [17:58:57] (trying, not confirming) [18:00:20] Hello there [18:01:35] If anyone is sitting around I am wondering how I can go about restricting individual pages by user group. I want to take the protect page a step further and BLOCK viewing in addition to editing. [18:05:26] Brion, Platonides: ini_set works on zend.ze1_compatibility_mode. [18:06:02] The easiest check is to use (the parser messes up unstripping if there are problems) [18:06:37] 03(FIXED) Suppress template list when adding a new section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2948 +comment (10brion) [18:06:41] I did this and, depending on whether I have ini_set in my LocalSettings.php, it works or it doesn't. [18:06:56] http://ru.wikipedia.org/w/api.php - WTF with links? [18:07:14] 03(mod) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 (10it) [18:07:21] 14(DUP) List of templates used by a page not included when editing only a section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11385 +comment (10brion) [18:07:26] 03(mod) "Templates used on this page" should reflect what's being edited - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=878 +comment (10brion) [18:07:41] VasilievVV: api authors abused the xml pretty printer to do a help page [18:07:59] when the xml pretty printer was fixed to no longer be a huge gaping security hole, the help page broke [18:08:00] brion-office: I understand. Is it fixed? [18:08:05] this is the wrong way to do a help page [18:08:09] it needs to be ripped out and replaced [18:09:58] MarkusK: see, there's the danger... we'd have to hack that crap into every possible entry point or make sure it's set before anything breaks [18:10:00] kind of a pain [18:10:31] yes, indeed [18:10:44] *brion-office stabs php :D [18:10:50] but it is a workaround for anyone who cannot edit the server's PHP config ... [18:14:33] 03(mod) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 (10brion) [18:15:31] I apologize ahead of time, but I just want to verify that people are able to see me now. [18:16:03] I have what I hope is an easy question, but this place came alive after I asked it initially. [18:16:50] "Don't ask if anyone's around, just ask" [18:17:21] Thanks. :D. Here it is: I am wondering how I can go about restricting individual pages by user group. I want to take the protect page a step further and BLOCK viewing in addition to editing. [18:17:35] http://www.mediawiki.org/wiki/Manual:Preventing_access [18:18:24] 03(mod) CheckUser public log - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11386 (10JSchulz_4587) [18:19:09] brion-office: will you have time to review some checkuser changes? I may just post a diff [18:19:19] Awesome - thanks Simetrical. [18:19:31] Not sure how I missed that page. [18:19:47] I wanted to have it force users to give smaller ranges if results are too big and tweak one of the indexes to make getting a user's IPs better [18:22:06] 03aaron * r25921 10/trunk/extensions/CheckUser/CheckUser_body.php: *Check for submission, not sure where that was lost... [18:28:35] *brion-office goes trhough some damn patches [18:29:41] <_sj_> is there an rss feed for watchlists? [18:29:48] <_sj_> (as extension or other) [18:32:15] brion-office: heh, too much PHP bashing :'( [18:32:38] *VoiceOfAll eyes Simetrical [18:32:44] *VoiceOfAll hugs PHP [18:33:09] :D [18:33:13] yay PHP \o/ [18:33:33] VoiceOfAll, how much have you programmed in reasonable languages? [18:33:37] So not PHP or JavaScript. [18:33:42] Or shell scripts. [18:35:07] Simetrical: I don't like just bashing stuff, like saying "Micro$haft is Teh evil" and "PHP sux0rs" [18:35:38] *jimbojw -sigh- [18:35:42] And what specifically is wrong with it? Maybe people should make user subpages [18:35:57] :p [18:36:27] _sj_ I believe there is a watchlist rss extension [18:36:28] VoiceOfAll, I gave some examples. [18:36:34] Although not very specific ones. [18:36:48] see the [[Extension Matrix]] on mediawiki.org [18:36:51] First of all, its implementation is generally shoddy. It's written as a program, and has no language specification. [18:37:06] This results in totally random and stupid things like func_get_args() not being possible to pass as a function argument. [18:37:09] VoiceOfAll: no good can come of arguing about what languages are good/bad with respect to eachother [18:37:24] best to just smile and wave, boys [18:37:41] And "features" like __get and __set not working at all because it was left to the discretion of the implementer how they worked exactly, and the implementer was a lazy bastard. [18:38:01] I do know that some function arguments are incosistent [18:38:11] like the $needle and $haystack inputs [18:38:12] I haven't gotten to the standard library yet. Be patient. [18:38:15] Second of all, its types are stupidly weak. [18:38:16] always gets me mixed up [18:38:41] Having false == null, sure, that's true in most scripting languages. But whoever had the bright idea that '0' == 0 should be smacked. [18:38:54] '0' == 0 and 0 == '' but '0' != ''. [18:39:00] Thus equality is no longer transitive. [18:39:31] Furthermore, generally when you type !$string you mean "$string is empty or possibly false/null". You practically never mean "$string evaluates numerically to 0". [18:39:36] Simetrical: you asked "how much have you programmed in reasonable language?" - could you list some languages that meet your criteria? (merely curious - I do not intend to argue either way) [18:39:39] This has caused bugs in MediaWiki more than once before. [18:40:09] jimbojw, Python is my favorite, of the ones I'm moderately familiar with. I'm wary of Perl, but it's a serious language that many people like. [18:40:42] alrighty [18:40:54] Anyway, point three. PHP treats serious errors as trivial and recoverable, which makes them much harder to spot. [18:41:22] If a variable isn't declared, it initializes it to null automatically, and raises only a notice. [18:41:27] php treats trivial errors as fatal and unrecoverable [18:41:30] that's what pisses me off ;) [18:41:36] Which ones are those? [18:41:52] sayyyy, $foo->something() where $foo isn't what you thought it was [18:41:58] in a sane world, that's a catchable exception [18:42:05] in php, it fatal-kills your programming environment [18:42:11] that should be a compile-time error [18:42:15] real nice when using a shell to test things [18:42:25] Well, it's catchable in the sense that you can register an error handler for it, can't you? [18:42:33] *brion-office stabs flyingparchment with a NullPointerException [18:42:40] Simetrical: nope [18:42:43] fatal error is uncatchable [18:42:47] Ah, charming. [18:42:49] What kind of access do I have to have to a hosting service to install Mediawiki on it ? [18:42:55] Better check instanceof *first*, then. [18:43:05] Atum24, file upload access. [18:43:06] that's a lot of checks? [18:43:37] yeah, and i think method checking is probably better in that case (if one were so inclined) [18:43:41] *Simetrical lost his train of thought on the "PHP is evil" thing and doesn't care much to continue, but has at least three or four more points to share [18:43:57] php ran over my dog [18:43:58] why not submit bug reports? [18:44:03] php once shot a man just to watch it die [18:44:04] VoiceOfAll, they close them as BOGUS. [18:44:08] Simetrical ... Is that all ? So as long as there is a mysql DB and PHP, the scripts work out of the box ? [18:44:09] ask them to make a strong mode like E_STRICT [18:44:16] php is a close personal friend of osama bin laden [18:44:25] Atum24, yes. That's true for most Web apps. [18:44:29] "php once shot a man just to watch it die" - yeah, but PerlCGI had it coming [18:44:32] VoiceOfAll, that's what Perl did. It's a good idea. [18:44:35] brion-office: Isn't he running for president? [18:44:41] But it only fixes a few of the problems of PHP. [18:44:42] hehe [18:44:51] that's what the conservative talk radio says ;) [18:44:55] yep [18:45:01] and callers on Alan Colmes [18:45:02] *archivist hugs php [18:45:07] which always pisses him off [18:45:18] in PHP, fatal errors throw you! [18:45:28] hehehe [18:45:56] Simetrical .. thanks. I think I was thinking of Mediawiki as a binary. Is there a recommended procedure to put it on a remote host ? [18:46:03] brion-office: http://www.youtube.com/watch?v=XV0JWGIpcgQ&mode=related&search= [18:46:10] PHP is the reason Waldo hides [18:46:17] brion-office: I lolled at that pretty hard [18:46:28] hmm is it possible to put some discription of a item under a item in a category page? [18:46:30] Atum24, upload it and access config/index.php as a Web page over the Internet. [18:46:45] Kuja^: i don't believe so [18:46:53] Kuja^, no, unfortunately. [18:47:18] Atum24, ideally you would have shell access as well, to run maintenance scripts, but that's not required. [18:47:31] Simetrical ... thanks :D I think I understand now. [18:47:46] hi, how can I include an image in a mediawiki-based article? [18:48:14] 03(mod) Category page listings have unbalanced columns - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=900 +comment (10brion) [18:51:13] ok found a part of an answer...can't I simply use an image from an external link in a wiki article? [18:52:27] 03(NEW) Checkuser perfomance issues - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11387 15enhancement; normal; MediaWiki: Special pages; (JSchulz_4587) [18:52:50] vnWrK: in order to do that, the wiki has to support external images [18:53:28] 03(ASSIGNED) Checkuser perfomance issues - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11387 +comment (10JSchulz_4587) [18:54:02] brion-office: I love it when he says "O rama rama ding dong" [18:55:42] jimbojw: activated that and still shows as links [18:55:46] ... [18:56:08] youtube doesn't work very well in gnash 0.7.2 :) [18:56:19] vnWrK: what is the wikitext you're trying to use? [18:56:30] wtf is gnash? [18:56:31] image [18:56:39] *VoiceOfAll ducks for cover [18:56:47] vnWrK: i mean, can you paste a fragment of your text? [18:56:49] gnash is the software that lets me read flash advertisements on my 64-bit linux box [18:57:09] http://rootwiki.nostalgeek.net/index.php/Hacks <== see the Image:link thing [18:57:11] cause i sure as fuck can't get the 32-bit flash plugin running :) [18:57:27] :p [18:57:28] hey adobe! we want our 64-bit crap pls k thx [18:57:54] ah, got it [18:58:00] removed a pair of brackets [18:58:07] brion-office: so....don't you want to add log_id today, you know you want to... :D [18:59:03] brion-office: i had the same trouble - the only good solution I read about was running 32 bit FF, but that seemed like a lot of work to set up [19:00:21] hallo alle zusammen....ich hab n problem mit meiner Wiki und brauche dringend hilfe.....jemand da der mir helfen kann/will? [19:00:30] brion-office: wait, so you download software to read ads?... [19:03:12] thanks for the help [19:04:18] 03(mod) Category page listings have unbalanced columns - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=900 +comment (10brion) [19:04:29] xlslx: mein deutch est kaput :( [19:05:46] <_sj_> I see the api handles this for wp at least ... thanks jjw [19:05:58] <_sj_> biab [19:15:53] 03(NEW) All sysops on iswiki are bureaucrats - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11388 15enhancement; normal; Wikimedia: General/Unknown; (steinninn) [19:18:46] anyone here who can help me? [19:24:20] VoiceOfAll, Adobe has not released a 64-bit-compatible Flash player for any operating system. [19:24:45] Therefore, if you're using a 64-bit operating system, you have to go out of your way to use a 32-bit browser to use Flash. [19:25:29] People like me say screw it and just use a 32-bit OS. A few diehards like brion-office, evidently, use GNU's rather flawed implementation of Flash, which is of course 64-bit clean. [19:26:58] hi everyone [19:27:03] hy [19:27:23] do you got a problem`? [19:27:35] yes - phrasing ;-) [19:28:18] i have one too....but nobody is here to help me :( [19:29:01] ah - too bad [19:29:11] but maybe i can try? [19:29:39] to upgrade from mediawiki 1.5.6 to current, do i just need to copy over the LocalSettings.php file? [19:29:41] yeah sounds great....my problem is "relatively" simple [19:29:56] yes you need to....@solifugus [19:30:26] @soli - maybe you have to correct some variables (differences between your old and your new version) [19:31:20] I don't see the upgrade instructions anywhere in the mediawiki manual [19:31:37] @bernardissimo123...my problem: i copied over the whole mediawiki files and the database from keyweb.de to 1blu.de webspace....and reconfigured my localsettings.php but if i try to connect to the website i get a HTTP 301 error and the site tries to redirect my browser to the new place but in an endless redirect.... [19:32:58] @soli.....then just take a look at the old and the new unmodified localsettings.php and find out the differences - if there are no, you only have to copy over the old one to the new mediawiki installation [19:33:24] hello [19:34:09] erm. so question [19:34:11] on the Talk pages [19:34:24] is there a way to make them styled automatically or something? [19:34:36] @xlslx sorry, no idea [19:34:37] like, adding the name to the page of who started a discussion? [19:35:23] @ralf some more details please [19:35:29] brion-office: what app do you use for editing php files? [19:35:50] jimbojw: textmate mostly these days [19:35:56] (on my mac) [19:35:59] oh - i thought you were on linux [19:36:03] still looking for a nice linux editor [19:36:04] xlslx: lots of settings--active directory, modified authPlugin object, and multiple wikis running from the same code-base.. [19:36:13] i used to use jedit back in the day, but i was never really happy with it [19:36:13] brion-office: amen to that [19:36:14] @bernardissimo: can you take a look at this site (mediawiki) maybe you can find out the error: 57495.webhosting22.1blu.de [19:36:44] if i have a chance i'll try out the eclipse php dev tools, they just put out another release today i think [19:36:45] xlslx: plus we have an enhancement to enable everyone to have a "personal" wiki page... one that only they can access. [19:37:09] might be worth a shot :/ [19:37:16] @solifugus: what do you mean with lots of settings?....you have some extensions in your localsettings? just try to copy them.... [19:38:05] I just use gedit for editing PHP files. Mainly because I'm too lazy to use anything else. [19:38:17] If I feel like experimenting someday maybe I'll use a proper PHP editor. [19:38:31] Simetrical: yeah, i'm on gedit also [19:38:46] i hate gedit :P [19:38:46] i wish it had macros [19:38:47] xlslx: yes.. i will.. and pointing to a dummy copy of the database in mysql... the old database.. [19:39:07] xlslx: so i don't have to do a data conversion step? [19:39:27] is anyone working on WYSIWYG editting in mediawiki? [19:39:29] i used bluefish and screem for a short time [19:39:29] nice regex search/replace and not littering my terminal with crap the first time i start it are musts :) [19:39:33] gongoputch: several groups [19:39:34] xlslx: sorry, just getting the same error as you are [19:39:37] google about [19:39:39] ah, cool [19:40:00] will it eventualluy make it into the base product? [19:42:53] gongoputch: "eventually" could be a very long time [19:43:03] 03(mod) RC bot report changes harmed RC patrol ability. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5247 (10cbrown1023) [19:44:08] ok [20:03:20] 03(NEW) Following "diff"-link from watchlist doesn' t mark the page as "seen" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11389 15enhancement; normal; MediaWiki: Special pages; (benefacto) [20:14:38] 03brion * r25922 10/trunk/phase3/includes/LinkFilter.php: Fix external link queries to escape LIKE metacharacters, avoiding massive table scans [20:15:08] Aw, but massive table scans are fun. :( [20:15:39] 03(mod) RC bot report changes harmed RC patrol ability. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=5247 (10amgine) [20:28:06] Is there a keyword (%%whatever%%)/template that displays the number of administrators on a wiki [20:34:54] *Simetrical realizes that nice -20 actually sets nice to +20 [20:35:07] nice has a very stupid syntax [20:35:33] Why can't it be "nice value command"? [20:35:43] iirc there have been at least two incompatible syntices in the past [20:35:44] Who's actually going to use the default value anyway? [20:37:25] 03(NEW) enable quiz on iswikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11390 15enhancement; normal; Wikimedia: General/Unknown; (steinninn) [20:37:31] *Simetrical realizes it's inconvenient to use different usernames on different Linux computers [20:41:28] is group membership stored anywhere other than in user_groups? [20:41:29] *cloakable advises NIS or LTSP [20:42:14] NIS is soooooooo obsolete... use LDAP! [20:43:30] LDAP is sooooo hard - use, um, kerberos? [20:43:39] *jimbojw jk [20:43:48] but kerberos only provides authentication, not directory services, iirc [20:44:19] flyingparchment: if all you're using it for is auth, then it doesn't really matter what else LDAP has (IMO) [20:44:22] also it has a remarkable number of security issues for a secure authentication system :) [20:44:31] jimbojw: i actually agree, i prefer NIS to LDAP when LDAP isn't required [20:44:39] NTLM anyone? [20:44:47] -sigh- [20:45:10] there's also NIS+ (Secure NIS) but no-one uses it [20:45:23] i'm not familiar with NIS [20:45:46] i used to know LDAP, but i shudder quietly whenever I think back on those days :( [20:46:27] *Simetrical wonders if rsync is smart enough to cope with procfs or device files [20:46:48] when committing a new hook, the files to update (in addition to the code) are hooks.txt and README, right? is there anything else? [20:46:58] the main thing i dislike amount ldap is there's no decent utility (that i found) to manage unix accounts [20:47:04] raw ldif is really not pleasant [20:47:09] indeed [20:47:13] phpldapadmin ftw [20:47:16] jimbojw, RELEASE-NOTES. [20:47:22] that's right [20:47:42] i meant release-notes when I said readme :p [20:47:43] 03(mod) enable quiz on iswikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11390 (10anaconda) [20:48:08] 03(mod) Add metainformation to pages with interlanguage links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1433 +comment (10brion) [20:52:16] 03(mod) Add metainformation to pages with interlanguage links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1433 (10brion) [20:54:30] *Simetrical is observing brion's complaint with rsync now, watching it steadily eat up memory for rsyncing / from a remote host [20:54:56] *Simetrical has like 2.7 GB of RAM free, though, so isn't too worried yet [20:55:01] hehe [20:55:06] that's why rsync 3.0 is great :D [20:55:47] 112M . . . 116M . . . 118M . . . [21:01:12] 03(FIXED) enable quiz on iswikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11390 +comment (10jeluf) [21:02:16] Hi folks. Sorry if this has been asked a lot, I've searched around and still can't find the answer. Is there an easy way to set MediaWiki to search all its namespaces by default? [21:04:30] \motd [21:04:32] There's a configuration variable. [21:04:45] Something like $wgNamespacedToBeSearchedDefault. [21:04:49] *Simetrical checks [21:05:41] $wgNamespacesToBeSearchedDefault, indeed. [21:05:44] Although I mistyped it before. [21:05:54] Set it to an array that includes all namespaces. [21:06:07] Ok. Thanks. [21:06:20] If it's not too much trouble, which file is it in? [21:06:31] Add it to the end of LocalSettings.php. [21:06:48] Ok. Fantastic! [21:06:51] Thank you very much [21:16:00] Does anyone know how admin on an independent wiki can check the IP of a user? Checkuser needs to be enabled? [21:16:11] Yes. [21:16:25] or you can ask someone with mysql access [21:16:49] That too. [21:16:56] Thanks :) [21:26:55] 03(NEW) Enable autocompletion for a single fields with multiple values - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11391 15enhancement; normal; MediaWiki extensions: Semantic Forms; (bugzilla.wikimedia.org) [21:30:45] 03(NEW) Enable autocompletion on large datasets - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11392 15enhancement; normal; MediaWiki extensions: Semantic Forms; (bugzilla.wikimedia.org) [21:35:02] 03(mod) Autocompletion for single fields with multiple values - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11391 summary (10bugzilla.wikimedia.org) [21:45:35] 03(mod) Temporary solution to solve preview issue - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11085 (10bugzilla.wikimedia.org) [21:54:03] http://en.wikipedia.org/wiki/Fortran#Fortran_2003 [21:54:24] From that article, the major enhancements for this revision include: [21:54:26] * Derived type enhancements: parameterized derived types, improved control of accessibility, improved structure constructors, and finalizers. [21:54:27] * Object oriented programming support: type extension and inheritance, polymorphism, dynamic type allocation, and type-bound procedures. [21:54:33] Simetrical: OOP weee ;) [21:55:03] Sadly, in scientific programming people still use Fortran. [21:55:43] Cause it's what they used for decades? :D [21:55:56] Also it may be faster for computation than C, supposedly. [21:55:58] But, yeah, basically. [21:56:55] yeah, I did hear that it is faster, more simple [21:57:12] on the other hand if they add a bunch of OOP and new features, not sure how long that would hold [21:57:29] though I suppose you could always code in antic and fossils, ala 77 and such [21:57:37] *antique [21:57:40] 03(mod) Enable autocompletion on large datasets - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11392 (10bugzilla.wikimedia.org) [22:06:06] 14(DUP) Autocompletion for single fields with multiple values - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11391 +comment (10yaron57) [22:06:12] 03(mod) Allow for comma-separated autocompletion - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11183 +comment (10yaron57) [22:10:22] 03amidaniel * r25923 10/trunk/phase3/ (3 files in 2 dirs): [22:10:22] (bug 11296) Introduced special case pretty-printer rendering of the help [22:10:22] document, whereby ampersands will not be escaped, which seems to be the only [22:10:22] cause ATM of broken links in the help. This is a *temporary* fix while we work [22:10:22] on getting a fully-html version of the help complete, but one that should not [22:10:23] reintroduce any security vulnerabilities (as the only text that is unescaped is [22:10:27] hardcoded into the API). [22:11:15] brion-office: I hope that^ is alright for now as a temporary fix to the link problem [22:13:04] 03(mod) URLs in the help mode double escaped - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11296 (10cannon.danielc) [22:13:57] 03(mod) URLs in the help mode double escaped - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11296 (10cannon.danielc) [22:27:50] hi, anyone has a site where I can search many mediawiki styles with screenshots? [22:28:09] Google's the best I know of. [22:28:33] *amidaniel giggles [22:28:50] yeah well but wanted to know if there were any official palce [22:29:01] vn: Not that I know of [22:31:10] No official place, no. [22:34:59] 03(mod) Red interwiki links -- check for page existence across wikis - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11 summary; +comment (10webmaster) [22:35:44] i'm still waiting for someone to earn a bag of money with pimpmywiki.com [22:36:28] ah, the domain exists! but the site doesn't seem to be what it promises. [22:37:10] *amidaniel suggests Duesentrieb try to strike up a bargain with the owner [22:39:48] .org is still free [22:44:23] Can you make a bag of money off it if it's .org? [22:45:47] 03kim * r25924 10/trunk/extensions/Wikidata/OmegaWiki/Transaction.php: transaction.php, Yay documentation \o/ . [22:46:16] Simetrical: Not usually, but I don't see why it can't be done :) [22:47:47] 03rainman * r25925 10/branches/lucene-search-2.1/ (25 files in 14 dirs): [22:47:47] * Experimental implementation of ajax suggest engine, based on [22:47:47] Julien Lemoine's ideas. Use lucene index instead of trie [22:47:47] * Add (remote) spell-check unit test cases [22:47:47] * More fine-tuning of the spell-check engine [22:49:36] 03(mod) All sysops on iswiki are bureaucrats - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11388 (10robchur) [22:57:37] 03(mod) On paged categories, article totals and subcat totals are incorrect - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1212 (10webmaster) [22:59:15] 03(mod) On paged categories, article totals and subcat totals are incorrect - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1212 (10webmaster) [23:02:35] o_O @ 11388 [23:03:01] Oh, it's an enhancement request, not a bug report, I see. [23:03:09] 03(mod) On paged categories, article totals and subcat totals are incorrect - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1212 (10robchur) [23:05:04] 03(mod) Red interwiki links -- check for page existence across wikis - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11 (10robchur) [23:08:16] 03(mod) All sysops on iswiki should be bureaucrats - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11388 +shell; summary; +comment (10Simetrical+wikibugs) [23:11:13] 03(mod) On paged categories, article totals and subcat totals are incorrect - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1212 (10Simetrical+wikibugs) [23:22:06] Are there instructions somewhere for upgrading mediawiki (I need to upgrade from 1.5.6 to the current version) [23:28:10] Solifugus: http://www.mediawiki.org/wiki/Upgrading [23:28:21] thanks [23:29:50] Ryan_Lane|away, do you think your OpenID extension (that is you, right?) is suitable for bundling with core MediaWiki? It sounds like a good thing to do. [23:30:03] More and more sites will be allowing it, I suspect. Let's be cutting-edge! [23:30:49] gah, is there a nice warning-box template on meta? [23:31:19]
[23:45:45] 03kim * r25928 10/trunk/extensions/Wikidata/util/copy.php: [23:45:46] Add transaction support for copy.php [23:45:48] Transaction restrictions not yet implemented [23:45:52] 03siebrand * r25926 10/trunk/phase3/languages/messages/ (5 files): [23:45:54] Localisation updates from Betawiki. [23:45:56] * arn, bn, is, sah, scn. [23:58:53] anyone know what needs fixing with [[Manual:$wgUseCategoryBrowser]] ? [23:59:51] Wait, it's Evan Proudrosomething who did OpenID, right? [23:59:54] RyanLane is LDAP. [23:59:55] Feh.