[03:04:07] Isn't the answer to that rather obvious? [03:06:25] 03aaron * r35034 10/trunk/extensions/Renameuser/RenameUserJob.php: Remove bogus $keyId references [03:13:26] Hey, what do people think about adding an {{#explode:}} function to ParserFunctions? [03:19:10] you mean like stringfunctions has? http://www.mediawiki.org/wiki/Extension:StringFunctions#.23explode: [03:19:38] https://bugzilla.wikimedia.org/show_bug.cgi?id=6455 [03:23:15] i'm trying to find a link to install ParserFunctions [03:23:26] isaw it before but not anymore [03:24:12] Argh, I didn't even know about that extension. [03:24:20] Why isn't it installed on Wikipedia? [03:24:46] It's bad for the soul. [03:24:58] it is [03:25:00] installed [03:25:19] orudie: Hm? [03:25:23] mediawiki wikicode shouldn't be a programming language [03:25:25] It is? [03:25:33] Mixed conversations. [03:25:35] orudie: they're talking about StringFunctions [03:25:40] oh [03:25:45] can someone help me ? [03:25:48] !parserfunctions | orudie [03:25:48] --mwbot-- orudie: "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [03:25:57] Second link, orudie. [03:26:12] Soxred93: Check Bugzilla. [03:26:20] *AaronSchulz wonders if White_Cat_Zzz is around >:D [03:26:30] Link? [03:26:34] Those functions, ideally, would be merged into ParserFunctions (or core!). [03:26:36] bugzilla.wikimedia.org [03:27:22] I mean to the individual bug [03:27:30] or a real scripting language should be created and integrated into mediawiki, and not hacks based off of transclusion syntax [03:32:55] 03(mod) Add ability to disable messages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14176 +comment (10danny_b) [03:43:37] 03(NEW) AutoAuthenticate hook does not work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14177 04CRIT; normal; MediaWiki: API; (candrews) [04:02:00] how can i backup my wikidb ? [04:03:05] 14(INVALID) AutoAuthenticate hook does not work - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14177 +comment (10candrews) [04:03:25] FUCK!!! [04:03:27] 79900 [04:03:27] 80000 [04:03:27] 80100 [04:03:27] 80200 [04:03:27] 80300 [04:03:28] Segmentation fault [04:03:32] what to do?? [04:03:42] !backup | orudie [04:03:42] --mwbot-- orudie: http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [04:03:50] !backup |orudie [04:03:50] --mwbot-- http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [04:03:58] Argh, beat me to it [04:11:39] A sample command that you may run from a crontab may look like this: [04:11:59] i dont understand what they mean by "from a crontab" [04:12:32] !cron | orudie [04:12:32] --mwbot-- orudie: I don't know anything about "cron". [04:12:36] Bah [04:12:41] http://en.wikipedia.org/wiki/cron [04:12:45] ty MZMcBride :) [04:12:48] :) [04:13:33] i saw that before [04:13:42] i dont get it [04:13:46] is this just a shell [04:13:50] Hey, can you add new help things to mwbot yourself? [04:13:53] or something that i have to install [04:14:16] I think it comes preinstalled on Mac and Linux [04:14:18] Depends upon whether you have it installed already or not ... try "which cron" [04:14:39] Soxred93: Sure, just do it in #mwbot. [04:14:55] ... [04:15:15] Wot? [04:15:25] yeah its installed [04:15:35] That channel doesn't exist, really [04:15:42] /usr/sbin/cron [04:15:45] Eww. Bad client. #mwbot [04:15:48] Soxred93: #mwbot [04:15:59] And use /join instead of clicking the link :) [04:16:04] Ah [04:16:05] mIRC, etc., are fucking clueless [04:17:07] from a crontab [04:17:07] orudie: So cron's a program you can use to schedule tasks to be run at certain intervals [04:17:20] orudie: Try man crontab [04:17:32] I'm not using mIRC [04:17:54] Fine, x-chat .. not much of an improvement :) [04:18:08] It's a lot better [04:18:13] and I can use chanserv.py [04:18:41] *amidaniel plugs irssi [04:39:57] is someone able to help me with the segfault of refreshLinks.php? [04:40:04] should i do something like strace or so? [04:45:52] i get error [04:45:54] ERROR 1062 (23000) at line 32: Duplicate entry '158120196' for key 1 [04:46:01] when using mwdumper [04:46:04] oh, I saw that [04:46:14] it went away when I passed --default-character-set=utf8 [04:46:20] or it appeared *when* I passed that [04:46:22] one of the two. [04:46:37] (to mysql, not to mwdumper) [04:47:13] huh ? [04:47:33] it worked before [04:48:18] cjb, ...... [04:48:21] cjb, please help me [04:48:26] cjb, what should i do ? [04:49:20] orudie, did you clean your tables before import? [04:49:48] josch, its a new install [04:50:02] josch, i just installed mediawiki [04:50:40] josch, i didnt know i could export categories from wikipedia, and i was importing the full enwiki articles pages dump [04:50:41] you have to remove all existing entries from page, revision and text [04:50:54] josch, so i removed everything and resinstalled mediawiki [04:51:04] orudie, to do such a thing without knowing much is rather... [04:51:14] perhaps the databse remained, though [04:51:24] when you uninstall mediawiki, it doesn't uninstall your database [04:51:37] cjb, i dropped the database [04:51:52] and deleted wiki directory [04:51:55] and started over [04:52:02] you have to do: delete from [table|revision|text] before you import [04:52:21] or you have to force mysql to overwrite it with the -f switch [04:52:32] you know that an enwiki import can take weeks? [04:52:45] josch, yeah i stopped it [04:53:03] josch, i stopped it when my wikidb got to 25 gb [04:53:21] heh :D [04:53:22] josch, how can i delete from [table|revision|text] [04:53:23] you tried to rebuld the searchindex then [04:53:28] -.- [04:53:30] as i said [04:53:40] you shouldnt do big things without knowing anything [04:53:48] do mysql -u root ikidb [04:53:52] wikidb [04:54:04] or the name you gave your wikipedia database [04:54:10] then issue: [04:54:15] delete from page [04:54:21] delete from revsion; [04:54:24] delete from text; [04:54:28] dont forget the; [04:55:25] i did [04:55:30] mysql -u root wikidb [04:55:35] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [04:55:38] hehe [04:55:53] use the user that is the root in your database [04:56:00] what distro are you using? [04:56:17] hardy 64 server [04:56:39] then you chose your root password on install [04:56:47] try: mysql -u root -p wikidb [04:56:53] you probably chose a password [04:57:29] ok that took me to mysql> [04:57:48] issue the three commands there [04:57:56] is it [04:57:58] it should affect one row [04:58:18] delete from page; or ... pages; [04:59:22] the table is called page [04:59:29] as i wrote it above [05:00:11] ok i ran 3 commands [05:00:41] ERROR 1062 (23000) at line 32: Duplicate entry '158120196' for key 1 [05:01:31] hey [05:01:41] it deleted everything [05:01:53] even the help page [05:02:07] why did you tell me to delete that ? [05:02:21] huh? [05:02:33] now my wiki page [05:02:34] there is only one entry in each of the tables [05:02:45] and the entry is the start page [05:02:55] ok [05:03:01] but it didnt help [05:03:02] you have to delete that because it get replaced by your dump [05:03:21] reporting back in an hour [05:03:24] bye [05:04:40] does anyone have an idea why i am getting this error [05:04:57] ERROR 1062 (23000) at line 32: Duplicate entry '158120196' for key 1 [05:05:02] when trying to import [05:06:19] java -jar mwdumper-2008-04-13.jar --format=sql:1.5 filename.xml | mysql -u orudie -p wikidb [05:06:26] when running this command [05:06:34] (with appropriate filename) [05:10:00] anyone please... [05:10:06] orudie: You usualy get this error when there are already entries in the db. [05:10:28] db table* [05:10:43] Fire, i dropped the database, its empty [05:11:07] Fire, though i was importing the whole enwiki before, then i dropped it [05:13:34] orudie: Is your db *empty* now? [05:14:11] Fire, yeah [05:14:38] Fire, http://www.selsovet.com/wiki/index.php/Main_Page [05:15:12] 03(NEW) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 04CRIT; normal; MediaWiki: User login/settings; (candrews) [05:17:46] Fire, anything ? [05:18:55] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 +comment (10JSchulz_4587) [05:19:56] orudie: gimme a mom [05:25:14] orudie: In a normal case, and after a dump didn't get completely loaded, dropping the db should help out. As you shouldn't have any entries, you shouldn't get this error.. [05:29:12] hmm [05:29:24] i really dont understand what i'm doing wrong [05:30:53] i dropped my previous wikidb [05:30:56] and [05:31:07] started from scratch [05:31:53] hi [05:38:05] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10candrews) [05:41:13] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10JSchulz_4587) [05:42:53] Fire, are you still there ? [05:43:10] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10JSchulz_4587) [05:43:23] yes [05:43:40] Fire, i just tried importing the enwiki dump [05:43:43] and it worked [05:43:51] it started doing it and i aborted [05:44:58] Fire, and the one that didn't work i got from here http://en.wikipedia.org/wiki/Special:Export [05:46:10] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10candrews) [05:50:29] orudie: Why did you abort? Because you only need a partial dump? [05:50:46] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10JSchulz_4587) [05:51:14] orudie: The export function shouldn't be buggy, so I guess you still have entries in the db tables you try to import. [05:51:43] orudie: Maybe wait for josch, as he might help you when he'll be back, have to go.. [05:57:50] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10candrews) [06:05:30] 03siebrand * r35035 10/trunk/phase3/languages/messages/ (17 files): Localisation updates for core messages from Betawiki (2008-05-19 08:00 CEST) [06:07:06] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10JSchulz_4587) [06:08:33] 03siebrand * r35036 10/trunk/extensions/ (46 files in 45 dirs): Localisation updates for extension messages from Betawiki (2008-05-19 08:00 CEST) [06:09:07] 03(mod) Using UserLoadFromSession hook causes segfault - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14178 (10JSchulz_4587) [06:33:25] 03aaron * r35037 10/trunk/extensions/FlaggedRevs/FlaggedRevs.pg.sql: Fix bogus index name for PG [06:35:23] 03aaron * r35038 10/trunk/extensions/FlaggedRevs/postgres/patch-fr_img_name.sql: Fix index name [06:36:13] 03(mod) Change main en.wikipedia logo to the "fixed" one used @ de. wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14137 (10raimond.spekking) [06:41:11] i was wondering if theres anywhere i can get a copy of the default user rights section in the config file? [06:41:29] 03(mod) Change main en.wikipedia logo to the "fixed" one used @ de. wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14137 (10N/A) [06:42:37] p858snake: DefaultSettings.php [06:46:15] orudie: ping [06:47:33] 03(mod) PATCH: Minimal skin for use by PDAs, bots and dumps - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3651 +comment (10nicdumz) [06:52:49] *p858snake is away: User Has Marked Away Status. [07:03:02] 03(mod) Please enable autopromotion for flagged revisions on de. wp again - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14153 (10pbirken) [07:07:52] *p858snake is back (gone 00:15:03) [07:29:32] 03(mod) Wikimedia OpenID provider - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13631 (10Bryan.TongMinh) [08:04:11] <_wooz> lo [08:33:00] 03(NEW) Allow apostophes in external links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14179 15enhancement; normal; MediaWiki: General/Unknown; (djevrek) [08:44:38] 03jojo * r35039 10/trunk/extensions/Collection/Collection.body.php: fix [08:52:56] Any recommended way to upgrade a 1.4.5 mediawiki install to something a bit more recent? I presume I'll have to upgrade through the various versions to keep the database OK? [08:54:19] ndonegan: a direct upgrade is supported in theory. the step from 1.4 to 1.5 is the only bit that is potentially troublesome, becvause of a major change in database structure [08:54:44] also, the charcter set for storage was changed from latin1 to utf-8, which the upgrade script doesn't handle automaticall [08:54:47] y [08:54:51] Duesentrieb: so would I be better off upgrading to 1.5 and then working from there? [08:55:09] i reommend to make an xml dump in addition to the usual database and file backup. use mwdumper, it supports the 1.4 schema [08:55:26] yes, upgrade to 1.5 and then streight to 1.12, i'd say. [08:56:33] Duesentrieb: Thanks. I've got two backups of both the DB and DocumentRoot any way, so things go horribly wrong, I can fall back :) [08:56:55] as i said: do an xml dump in addition to that. [08:57:11] Already looking at doing that [08:57:16] also, be very carfull about charset fuckups in sql dumps. mysqldump is stupid about that under some conditions. [08:58:49] ndonegan: there's some info about upgrading to 1.5 here: http://meta.wikimedia.org/wiki/Help:Upgrading_MediaWiki -- that page is a mess though :( newever documentation is better. [08:58:57] Duesentrieb: That I found out the hard way (Ancient Joomla + Jap Characters coming from an Apache 1.3/Mysql 3 to uptodate system = pain ) [08:59:13] ndonegan: in any case: when upgrading from 1.4 to 1.5, you have to run the dump through iconv at some point to convert from latin1 to utf-8 [08:59:47] hm... jap characters... maybe you are using utf-8 with 1.4 already? it was an option. that would make thing a bit easier. [09:00:08] i think for japanese, you had to do that anyway. i don't think mw ever supported anythign but latin1 or utf8 [09:19:38] hi [09:19:49] what mediawiki page is used to blacklist usernames [09:19:58] Like offensive registrations [09:20:26] the user ban list [09:21:38] Shiroi_Neko: MediaWiki:Usernameblacklist [09:27:21] thanks [09:37:59] Duesentrieb: runnung upgrade1.5.php followed by update.php seems to havce worked perfectly [09:39:08] hm... why do people insist on using upgrade1.5.php? it's not really intended for general use :( [09:39:14] the name is seductive, i guess. [09:39:59] upgrade1.5.php causes the database to be in a partially converted state, with on-the-fly conversions taking place. it was intended to avoid long downtimes for wikipedia, mainly. [09:40:35] but if it worked for you, fine, i guess :) [09:41:12] just don't assume that your database content will be in any consistent charset. because now, some bits are in latin1 and some are in utf8. this can get quite painfull when dumping... [09:41:30] Duesentrieb: it seems to have worked perfectly, so I'm not complaining :) [09:41:54] yea. as i said, problems may arise down the road. [09:42:01] Duesentrieb: I did follow this before doing it: http://meta.wikimedia.org/wiki/Help:Upgrading_MediaWiki#Upgrading_to_utf-8_Before_Upgrading_to_1.5.x [09:42:15] so the database does seem to be fully UTF-8 [09:42:28] maybe, for kicks, try to dump the db, and import it on another system. then try to run the wiki off that (read only). check if non-ascii chars are still fine. [09:42:58] uh... if you did that, then upgrade1.5.php is pointless. and may actually be harmfull, i'm not sure. [09:43:11] try to edit a page that has non-ascii chars. check the result carefully. [09:44:24] Duesentrieb: I did the upgrade on a local system first rather than the live install. Had to do the upgrade1.5 in order to get some of the tables that update.php required. [09:46:49] that... doesn't sound right [09:46:55] update.php should create all tables needed. [09:47:40] but anyway. if editing pages with non-ascii stuff on them doesn't screw them up, it should be all good. [09:48:27] It was point blank refusing. Exact error has disappeared from my scrollback, however it was something to do with the text table. [09:48:51] o_O [09:49:04] well, the text table didn't exist in 1.4 [09:49:16] but i was completly convinved that update.php would create it. [09:49:56] It wasn't too happy with the lack of it at all. However running upgrade1.5 sorted that out. [09:52:18] very strange. updaters.inc has a function do_schema_restructuring() for exactly this. [09:52:26] so update.php should be able to kope. [09:52:38] cope. whatever. [10:08:56] hi.. is there some URL-save equivalent to {{FULLPAGENAME}}? [10:10:01] {{FULPAGENAMEE}} ? [10:12:37] you can use it in [[Help:Template]]s if youn need the name of the page the template is used on, Nikerabbit [10:12:40] resp {{localurl:{{FULLPAGENAMEE}}}} or something [10:13:16] was that a question? [10:16:22] thanks Duesentrieb, thats a little bit long, but will work [10:16:22] as it gives /wiki/index.php/page_name where page_name would be fine [10:23:57] 03jojo * r35040 10/trunk/extensions/Collection/Collection.i18n.php: boldface progress [10:30:19] {{urlrncode it is ! [10:30:28] {{urlrencode [10:50:14] Hi [10:50:24] I have a problem with a mediawiki [10:50:29] I can't save changes [10:51:09] it says I have a "session data loose" [10:51:23] where's the problem? [10:51:48] !session | dgdf [10:51:48] --mwbot-- dgdf: make sure session.save_path is set correctly in your php.ini. Verify that it exists, is readable and writable to PHP, and check that session data is actually being written there. On a server farm, make sure it's a shared directory, accessible from all servers. [10:51:48] !session [10:51:48] --mwbot-- make sure session.save_path is set correctly in your php.ini. Verify that it exists, is readable and writable to PHP, and check that session data is actually being written there. On a server farm, make sure it's a shared directory, accessible from all servers. [10:51:52] haha [10:51:53] :P [10:52:24] I've been updating the wiki without problems [10:52:37] but today I get that error [10:52:38] so? [10:52:43] what did you change? [10:52:44] cookies? [10:53:05] upgraded php too, maybe? [10:53:08] changed server? [10:53:21] anyway, doublecheck the session.save_path stuff [10:53:27] maybe [10:53:34] ok, I'll check it [10:53:40] thank you, guys [11:00:45] re [11:09:32] 14(WFM) Allow apostophes in external links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14179 +comment (10pathoschild) [11:27:40] 03(NEW) search tool have a problem in accented characters - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14180 15enhancement; normal; MediaWiki: Search; (dzucherato) [11:28:50] 03(NEW) search tool have a problem in the accented characters - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14181 15enhancement; normal; Wikimedia: General/Unknown; (dzucherato) [11:33:45] 14(INVALID) search tool have a problem in the accented characters - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14181 +comment (10rainman) [11:36:49] 03(mod) search tool have a problem in accented characters - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14180 +comment (10rainman) [11:39:41] i have a config options problem. I was the recent changes rss feed to display more entries. I've got $wgDefaultUserOptions['rcdays']=14 so that recent changes shows by default stuff from the last 14 days. By default it shows the last 50 max. In this example im getting about 20 results back fine. But the rss feed shows only 1 result. If i change $wgDefaultUserOptions['rclimit']=14; the rss feed shows more items, but then the recent changes [11:39:41] page is set to 14. if i set it to 50, the rss feed again shows only 1 item. [11:39:55] i was=i want [11:40:59] so the rss feed has some limit which it doesnt allow more than a certain amount. [11:44:18] how should this work ? is it not possible to have the last 50 items on the recent changes page and the recent changes rss feed ? [11:58:37] Duesentrieb: i have a feeling your IF() in logstats (which is still being quite slow) could be done quicker [11:59:07] maybe. havn't looked at that stuff in years. [12:04:08] no help today it seems :/ there is definetely something wrong here. wgFeedLimit=50, and if wgDefaultUserOptions['rclimit']=50 then the rss feed is showing 1 item. if i set wgDefaultUserOptions['rclimit']=49 then the rss feed shows about 20 items [12:06:08] bahaha [12:06:10] http://blag.xkcd.com/2008/05/19/friday-night/ [12:09:22] hi [12:12:53] i need some help [12:13:15] !help [12:13:15] --mwbot-- Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at < http://www.mediawiki.org/wiki/Mwbot >, you can find all my source code at < http://amidaniel.com/viewvc/trunk/MWBot/?root=svn >. A dump is now available at < http://tools.wikimedia.de/~amidaniel/botbrain.html > [12:13:27] !ask [12:13:27] --mwbot-- Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [12:13:38] that one it was ツ [12:14:07] we need more of those smilies. [12:14:45] !ask | Rave21 [12:14:45] --mwbot-- Rave21: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [12:15:51] How to "delete" some (or all of a category) logs? for some reason, I do not want to show logs (renames, remove,...) to be shown. [12:16:29] you mean logs hor history? [12:16:37] and you don't want it to be shown to whom? [12:16:40] sorry! is possible to get the username in a wikipage? like "Special:Statistics|{{NUMBEROFARTICLES}}" to get the total number of page [12:16:57] Rave21: no. page content is cached. that would not work. [12:17:50] i would like to utomatically append on each page the name of the first author, how can i make this? [12:18:22] well, the easiest way is to let the author sign it. using ~~~ or ~~~~ [12:18:33] but then... i wrote an extension for givin a summary of page authors [12:18:39] !e PageBy [12:18:39] --mwbot-- http://www.mediawiki.org/wiki/Extension:PageBy [12:18:44] Duesentrieb: I want to remove those logs (and/or history) completely. I have a wiki which is "closed" to begin with (namely, a closed group wiki which contents are for my group). Now I want to make it open (as readonly for public)... But I do not want to show all those logs of the past. [12:19:15] !logs [12:19:15] --mwbot-- I don't know anything about "logs". [12:19:18] hmm [12:19:24] !log [12:19:24] --mwbot-- I don't know anything about "log". You might try: !api !cms !errors !logo !sul [12:19:28] triplc: i believe there's a script called deleteOldRevisions or some such. oin the maintenance dir. try your luck. make a backup first. [12:19:44] triplc: note that that will remove page histories. logs are separate from that. [12:19:47] isn't it just to purge the log db? [12:20:05] !sul [12:20:05] --mwbot-- "Single User Login" will be available Really Soon Now (tm). See , , and for more information. [12:20:23] AzaTht: i don't think so. it it is, the name would be utterly misleading [12:20:39] Duesentrieb: uh? [12:20:40] Werdna: oooohhh! fix it :) [12:20:48] fix what? [12:21:11] Werdna: the sul blurp. it's live now, after all :) [12:21:42] is not. [12:21:42] AzaTht: it's called deleteOldRevisions.php ... if it would just purge logs, that would be kind of misleading, no? [12:21:42] ok, i look at this, thanks [12:21:54] "Delete old (non-current) revisions from the database" [12:22:04] Duesentrieb: aha, I meant his problem [12:22:05] Werdna: well, it is, for admins anyway. whatever. [12:22:09] not your misleading answer [12:22:11] indeed. [12:22:28] anyway, I don't have access to that bot [12:22:28] 03(NEW) "Watch this page" on Image page not done with Javascript - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14182 15enhancement; normal; MediaWiki: General/Unknown; (innocentkiller) [12:22:40] AzaTht: ah.well. he doesn't want "all the logs of the past". which includes histories i guess. probably most importasntly. [12:22:46] there does seem to be a bug with the rss recent changes stuff. SELECT * FROM `recentchanges` FORCE INDEX (rc_timestamp)WHERE rc_timestamp >= '20080505000000' AND rc_bot = 0 ORDER BY rc_timestamp DESC LIMIT 49 - returns 7 items in the feed. but SELECT * FROM `recentchanges` FORCE INDEX (rc_timestamp)WHERE rc_timestamp >= '20080505000000' AND rc_bot = 0 ORDER BY rc_timestamp shows only 1. well the sql itself returns the right amount of [12:22:46] data, but the rss feed has 1 item. so there is a bug in the rss feed code somewhere DESC LIMIT 50 reutns [12:23:07] it has "deleteOldRevisions.php"... not Old logs [12:23:09] Werdna: sure you do. anyone with a wikipedia/wikimedia cloak has access. [12:23:10] DELETE * FROM logging; [12:23:11] then [12:23:18] 14(INVALID) "Watch this page" on Image page not done with Javascript - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14182 +comment (10innocentkiller) [12:23:44] AzaTht: no. DELETE FROM logging; [12:23:46] yeah... maybe I just go and "delete from logging!!!" (a bit dirty hack,hopefully work) [12:24:05] Werdna: :-P [12:24:13] that will delete the log. not recentchanges, and not page histories [12:24:19] so, if that's what you ant, go ahead [12:24:25] still, make a backup [12:24:29] anyway, gotta run [12:24:30] bbl [12:24:51] Duesentrieb: if he wanted to delete everything, then the course of action would be to reinstall MW [12:25:11] i suspect he wants to keep current page versions [12:25:21] hm, one clean way would be export and import into a clean system, i guess [12:25:32] ok, really gone now :) [12:25:32] http://www.youtube.com/watch?v=Ni_rAamVP2s <-- priceless [12:25:54] hi. What's the correct way to use various languages in a single mediawiki [12:25:55] ? [12:26:29] zocky: hehe [12:28:18] zocky: lets build an root ns in VB when we are onto it ツ [12:28:40] Duesentrieb: do you know how the rss cached feed stuff works. i think the issue im having with recent changes is due to a cached rss feed, and i want to clear the cache [12:31:08] hi there [12:31:15] is there a way to get {{urlencode{{FULLPAGENAME}}}} from inside php? that would make stuffe easier for me i guess [12:31:34] i have set perms like: $wgGroupPermissions['*']['read'] = false; [12:31:53] so no i need to whitelist a wiki rubrik [12:32:14] like [12:32:18] whitelist public:* [12:32:24] is there a solution for that? [12:37:02] how do I create nicely formatted code blocks on my pages like on wikipedia? [12:38:21] Syntax highlighting? [12:39:13] [12:39:22] just mainly the formatting to that block element [12:40:06] whitespace importance monospaced font etc [12:40:32] do I edit the css? [12:40:39]
[12:41:10] 	no
[12:41:16] 	just use 
 or 
[12:41:48] 	ah pre is the one!
[12:42:00] 	code leaves in URL detecion and whatnot :(
[12:42:07] 	*detection
[12:43:26] 	thanks :)
[12:44:00] 	to rephrase the question. how do i get the current pagetitle in a php extension
[12:44:02] 	?
[12:44:17] 	$wgTitle
[12:49:22] 	thx Werdna 
[12:51:56] 	i solved my feed problem. it had cached the old settings. perhaps the cache should be set invalid if parameters are changed
[12:52:18] 	(the old feed was cached. so changing config still made it pull out the cached feed with old settings)
[12:56:01] 	03(mod) Special:UncategorizedPages at English Wikibooks is missing M-Z - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14170  (10darklama)
[13:10:20] 	03(mod) Cursor should be placed in the search box - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1864  (10Simetrical+wikibugs)
[13:11:27] 	Hi there :). I try to use Template:Languages in a mediawiki, but it shows like this: http://giss.tv/wiki/index.php?title=Template:Languages What I miss?
[13:12:02] 	d1d4c: install parserextensions
[13:12:40] 	ok, thx josch|nsn :) that's it
[13:21:20] 	josch|nsn: do you mean this? http://www.mediawiki.org/wiki/Extension:ParserFunctions is'nt it?
[13:23:09] 	d1d4c: yepp
[13:23:18] 	ok
[13:23:28] 	easy to install
[13:23:57] 	yes, now I only need some one with permisions to do it ;)
[13:25:56] 	bah, just writing to the mailing list is enough...
[13:33:02] 	03(mod) Add ability to disable messages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14176  +comment (10roan.kattouw)
[13:33:14] 	03(mod)  Semantic inline query by property that has non-english name returns nothing . - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13960  (10roan.kattouw)
[13:34:42] 	04(REOPENED) Autocreation of accounts allows short passwords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4081  +comment (10rlane32)
[13:38:03] 	03(mod) PATCH: Minimal skin for use by PDAs, bots and dumps - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3651  +comment (10roan.kattouw)
[13:40:20] 	03(mod) Please enable autopromotion for flagged revisions on de. wp again - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14153  (10DaB.)
[13:41:05] 	good morning all
[13:41:22] 	Morning Wiredtape
[13:41:26] 	Up early
[13:41:41] 	Oh wait you're in EST, never mind xD
[13:41:46] 	hello RoanKattouw
[13:41:57] 	Hi VasilievVV 
[13:42:11] 	I was gonna poke Brion about API edit again, but I didn't check the time
[13:42:17] 	gm, RoanKattouw :)
[13:42:17] 	Still too early
[13:42:24] 	defintely is...
[13:42:47] 	Well afternoon for me ;)
[13:43:28] 	Norway is it?
[13:43:36] 	Netherlands
[13:43:44] 	ahh..
[13:44:08] 	03(mod) Autocreation of accounts allows short passwords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4081  (10JSchulz_4587)
[13:44:31] 	RoanKattouw : how about api edit, btw, is it "good to go" ?
[13:44:58] 	Wiredtape: It is if you ask me, I'm just trying to get Brion to unleash it on TestWiki
[13:45:04] 	And eventually on all WMF wikis
[13:45:35] 	it would be very interesting to see if there is it generates a spike in amount of edits... 
[13:45:41] 	The barriers are that it's only in 1.13svn currently and it requires $wgEnableWriteAPI = true; explicitly
[13:46:22] 	is there a way to connect to the server securely? or through a different port? (or does it have to be 80?)
[13:46:57] 	* just thinking of workarounds for china and other countries in which wikipedia is /banned/
[13:47:21] 	Wiredtape: Yes, it has to be 80. You can use SSL on secure.wikimedia.org
[13:47:26] 	(port 443 IIRC)
[13:47:34] 	yup.
[13:48:16] 	03(FIXED) Autocreation of accounts allows short passwords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4081  +comment (10rlane32)
[13:49:28] 	RoanKattouw: are there any programs you know of that are being built to deliver wiki apps? 
[13:49:45] 	What do you mean by "deliver wiki apps"?
[13:49:46] 	* not sure if i phrased this correctly.
[13:49:48] 	:)
[13:50:08] 	if anyone is working on applications that are implementing the api ... (read, write etc)
[13:50:48] 	Well I wrote a small bot for Battlestar Wiki (where I'm a sysop) that keeps track of voting pages and edits a voting summaries page every so many minutes
[13:51:11] 	is there a way i can add some custom css styles to a page?
[13:51:25]