[00:09:13] I don't know how to ask the question cause I don't know what its doing. [00:09:27] Tis why I said someone will have to install it so they can see. [00:09:34] Its not like asking to rob a bank. [00:14:38] 03(NEW) array of boring event types to exclude from recentchanges - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18364 enhancement; Normal; MediaWiki: RecentChanges; (jidanni) [00:32:11] 03(FIXED) Log below the form on Special:RevisionDelete for logs is ludicrously long - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18345 (10JSchulz_4587) [00:45:34] 03(mod) array of boring event types to exclude from recentchanges - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18364 (10jidanni) [01:13:00] werdna: you around? [01:15:40] anyone here know if its ossible to use a internal wikilink to point to a user contrib page and a sepecific namespace? [01:16:08] http://www.smbc-comics.com/index.php?db=comics&id=1445 [01:16:12] no [01:16:56] werdna: lol [01:43:53] 03aaron * r49226 10/trunk/phase3/ (4 files in 4 dirs): [01:43:53] * (bug 17543) Allow partial hiding of top revision [01:43:53] * Fixed isCurrent() check [01:43:53] * Cleaned up/fixed some UI code duplication [01:59:55] 03aaron * r49227 10/trunk/phase3/includes/Linker.php: Don't show '(comment removed)' for empty comments [02:02:06] 03(FIXED) RevisionDeleted fails on latest revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17543 +comment (10JSchulz_4587) [02:11:55] 03aaron * r49228 10/trunk/phase3/includes/Article.php: * Made generateReason() skip deleted user names [05:50:58] 03werdna * r49229 10/branches/preferences-work/phase3/ (4 files in 2 dirs): [05:50:58] Initial commit of preference data for core preferences. Currently doesn't [05:50:58] include some conditionals required, nor some preferences which aren't in [05:50:58] $wgDefaultUserOptions, my data source for the list. Will be getting along and [05:50:58] polishing this over the next few days, and putting an HTMLForm front-end on top [05:51:01] of it. [06:02:01] 03werdna * r49230 10/branches/preferences-work/phase3/includes/ (DefaultPreferences.php HTMLForm.php): Misc fixes for r49229 [06:03:17] 03werdna * r49231 10/branches/preferences-work/phase3/includes/HTMLForm.php: Remove debugging code [06:20:20] 03(mod) logo update at german wikibooks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17861 (10heuler06) [07:30:16] Hello, is it possible to transclude only sections of a page and not the full page? For example {{ns:xyz#abc}}? [07:30:38] LabeledSectionTransclusion is an extension for that, I think. [07:30:43] Enabled on some WMF wikis, but not all. [07:30:57] How does it work? [07:31:02] http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion [07:31:09] Thanks. [07:31:14] No problem. [07:44:43] bom dia [07:44:59] 03(mod) Install the StringFunctions extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=6455 (10rohde) [07:54:58] Is there anyone that can install the Poll extention and tell me what's wrong with it or how to fix it? [08:13:20] 03purodha * r49232 10/trunk/extensions/FlaggedRevs/ (2 files in 2 dirs): Adds parameter $5 to message tableversions-review, to be used with GENDER. [08:47:06] meow [09:06:05] I want to develop an extension that queries values from an external SQL DB and then outputs something, preferably using a template so the display can be controlled through wikitext, does somebody have some pointers for me how this can be done? [09:10:06] you probably want to write a parser function [09:11:09] that outputs wikitext that you can control in other parser functions and templates, and accepts wikitext as input (such as template parameters and such) [09:11:16] http://www.mediawiki.org/wiki/Manual:Parser_functions [09:12:18] how would I pass the wikitext to it that it should use to display stuff? [09:12:51] what would be perfect would be that I build a template that it uses and then substitutes the template parameters with the values that have been read [09:13:47] {{#parserfunction:paramter1|parameter2|parameter3}} [09:14:56] yes, I'd use the parameters to specify which value to read from the SQL DB and which template to use for rendering of the data [09:15:11] but I don't know how the extension can call the template [09:15:55] {{#parserfunction:{{template}}|{{another template}}}} ? [09:16:47] are you trying to tell me that the parser function can output wikitext? :P I thought it had to output HTML [09:17:09] it can do either, though typically parser functions input and output wikitext [09:17:28] and tag extensions typically output html and input whatever they want [09:17:45] ahh [09:18:42] there are always exceptions though, zocky wrote a parser function that allows raw XML input and renders an SVG from that (nut) [09:19:36] lch, it can be done, it's just not simple, and it requires hacking the core [09:20:26] you mean not outputting wikitext, right zocky? [09:20:30] and parser functions can't output wiki text anymore [09:20:34] zocky, that's more than I want to do... I want to query an external SQL DB and still be able to use wikitext, e.g. from templates, to control the output [09:20:37] because all the parser functions in core output wikitext [09:21:22] lch, ah, you mean store wikitext in the database and then parse it afterward? [09:21:41] 03(ASSIGNED) Message performance optimisation for Collection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18352 +comment (10support) [09:22:12] no, I'd rather tell the extension which SQL record to read and which template to use for data rendering, so that the extension replaces the template parameters with the values from the SQL query [09:23:00] lch, aha, i've done that [09:23:15] and what I am having a little trouble to address is how to address queries with multiple results [09:23:54] lch, see http://xoo.mitko.si/Main_page for some ideas, especially {{#array:}} and {{#data:}} functions [09:24:29] that might be a bit overkill [09:25:50] https://bugzilla.wikimedia.org/show_bug.cgi?id=18322 any idea about this bug? [09:26:27] Splarka, yeah, there's too much of it, but it does the kind of things he wants to do, so maybe it'll help him think :) [09:26:49] heh [09:27:03] but yah, there isn't a good way to have the output of a single parser function as an array of template parameters [09:27:49] yeah, you need some sort of array infrastructure for that [09:27:53] {{foo|{{#bar}}}} can't create the pipe delimiters for that, have to be {{foo|{{#bar:1}}|{{#bar:2}}|{{#bar:3}}|..}} or such, or using a trick [09:27:57] thanks, zocky [09:28:37] alternatively, the parser functions that should return the array could call a template with the parameters [09:29:03] a dirty dirty trick like #titleparts [09:29:13] and have the parserfunction output a slash delimited array (gag) [09:29:24] or use stringFunctions, heh [09:29:26] but I couldn't figure out how to do this without making a new frame class for custom arguments in the preprocessor [09:29:30] 03(mod) Message performance optimisation for Collection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18352 (10siebrand) [09:29:34] I'll take any dirty tricks, as long as they work :) [09:29:42] Splarka, yeah, that's all solutions i've abandoned, because they were dirty [09:30:00] the alternative to sub-templating is super-templating [09:30:16] have the formatting template call the parserfunction for each formatted cell [09:30:25] which isn't as dirty, but gets rather expensive [09:30:38] 03(mod) Message performance optimisation for Collection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18352 (10siebrand) [09:30:57] what I do is make an array, give it a random ID and return that [09:31:08] Splarka, yeah, I wanted to avoid having to call a template for each cell if possible [09:31:22] it'd be a parserfunction for each cell, but yah, dirty [09:31:25] so that functions that need array arguments can get the ID as an argument [09:32:00] lch: will this be pretty much the same output each time? [09:32:13] yeah [09:32:15] what you could do is something not usually done like this, but doable [09:32:33] create a configuration page in MediaWiki: namespace, like say... MediaWiki:Yourextension-layout [09:32:47] it would contain the wikicode, say a wiki-table with css classes, that your extension would grab [09:32:59] since the output looks pretty much the same, a simple table, I'd even not like to have to render a template for each row... just render it once and then substitute magic keywords [09:33:02] it would insert the data in the $# positions, and output it like that [09:33:08] 03(mod) Message performance optimisation for Collection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18352 (10support) [09:33:16] then it could be done in just one call [09:33:47] you could even define a group of them and call the name of them as a parameter, like {{#yourextension:database query parameters|template to use}} [09:33:50] Splarka, that sounds neat [09:34:03] well, it is dirty too, but is used sometimes [09:34:13] do you have links to examples? [09:34:15] like the default signature formatting does something like that [09:34:24] not of that exact thing, no, you'd be a pioneer [09:34:29] unless Zocky has seen it somewhere [09:34:57] i use a dirty thing like that for processing payment on a website [09:35:04] too dirty to think about much :) [09:35:28] sort of a mix between wfMsg, &preload, and a template call [09:36:09] the problem, of course, is that calling the same template for each row soon becomes too limiting [09:36:59] well, for this trick, it'd be one template, but not in the sense of a wiki template, nor ever transcluded, but more of a formatting for the output of the PF [09:37:50] zocky, {{#data:}} looks wonderful, except that I don't want the user to be able to modify values [09:38:01] though if you were building a table from that, I guess it would be each row built by one call to the PF, outputting the contents of MediaWiki:someparserfunction-row-layout containing || $1 || $2 || $3 [09:38:44] although, maybe I'd even like to have the data in the wikitext, too [09:39:08] as long as access can be controlled [09:39:22] lch, what you could do in that case is allow data insertion functions only in a protected namespace [09:39:29] yeah [09:39:58] "I want to have my cake, and eat it too, but I also do not want anyone else to have any cake, and I must also have them watch me eat my cake while they go hungry" [09:40:41] lch, though, if the data is in wiki source, there's not much danger in letting the users edit it, since you can revert them just as with anything else [09:41:40] Splarka, I'd be okay with people eating my cake, as long as they are using cutlery instead of bare hands or no tools at all :P [09:43:25] hmm, my data extension could actually work without the rest of that stuff [09:44:20] and {{#array:dataloop}} functionality could be put in a {{#data: function, so that you could format the returned data as you want [09:45:07] but it'd need quite a rewrite for that, since it depends on a bunch of other extensions atm, and those are much more messy and require hacks to the core [09:45:32] :/ [09:45:39] Hi! [09:45:47] so I can't really use your extension there right now? [09:46:10] I'd give it a go how much it works for what I want to do [09:46:48] Is it possible to configure LdapAuthentication plugin to automatically fill in all user info fields, such as fullname, email etc? [09:46:54] lch, i could send you the source for the whole thing, including the hacked core, but it's messy and buggy, and a few months out of date [09:47:11] hmm, "hacked core" sounds bad [09:47:45] yay, I get 1303€ in returned taxes [09:48:03] lch, mostly, I've added hooks, and a class in one case [09:48:08] oh [09:48:11] that isn't that bad [09:48:20] you don't really need to hack the core for that? [09:48:35] ah, now I get what you mean [09:48:36] if you want new hooks, you do [09:48:49] new hooks, yes, I've done that before, too [09:48:58] until those hooks became available after some versions [09:49:30] also, my stuff probably allows users to do more than you want, because it was developed for close wikis [09:49:55] I'll try to rip out the functionality that lets users do stuff ;P [09:51:54] hello [09:52:07] Hello. [09:53:06] lch, it's 24000 lines of code though :) [09:54:31] lch: yah, ^ overkill [09:54:34] lch, is 15M too big for email for you? [09:55:03] 15 MB is too big for anyone's inbox. [09:56:17] 03rotem * r49233 10/trunk/ (3 files in 3 dirs): Localization update for he. [09:59:23] lch, I sent it, let's see what happens [10:00:56] 15M is no trouble [10:01:03] my email box has no limit [10:01:34] though that sounds like you didn't run it through zip or rar, which should work wonders? [10:04:33] lch, it's zipped, it's the whole mediawiki source [10:04:43] oh :) [10:05:20] your email doesn't contain an attachment :) [10:05:33] doesnt* [10:05:37] *grumble* [10:05:43] let me do it again [10:06:22] how to enable MW debug messages and where they come to? [10:07:04] grep Debug includes/DefaultSettings.php [10:07:21] Nikerabbit: thank you [10:07:26] find like $wgDebugComments [10:07:55] lch, ok, sent again [10:08:05] this time with an actual attachment [10:08:14] Ok [10:08:42] yeah, got it, thanks :) [10:09:23] lch, to understand the source at all, you need to read http://xoo.mitko.si/Autoregistration [10:09:51] oh :) [10:10:26] so that you don't get confuserd by all the hook_ and fl_ methods :) [10:26:10] How do I use the modulus function in {{#expr:}}? [10:27:01] {{#expr: 10 mod 3}} [10:27:30] Thanks. [10:28:59] holy moly [10:29:02] 169 ppl [10:29:19] anyone not afk? [10:29:26] !ask [10:29:26] --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/getting-help-on-irc > for a good explanation of getting help on IRC. [10:29:34] lol [10:29:36] ...... [10:29:37] 03(mod) Include Functions from MW-Edit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18340 (10dasch_87) [10:29:49] k ill get down to it [10:30:20] *Splarka would make a macro explaining about how an IRC channel's size is no indicator nor implicator of its activity, but can't phrase it politely [10:30:45] Windows vista. Apache 2.2 php 5.2.9, Latest media wiki. When I click the install button it makes my apache crash [10:30:47] It would also likely have penis undertones. [10:30:51] on php5ts.dll [10:30:57] "Size doesn't matter, damn it!" [10:31:13] what about a questioning of sexual preference? :P [10:31:21] Splarka: just say that if everybody would be speaking there would be no on-topic discussion [10:31:27] Apache crashes? Check the error log? [10:31:50] arent: child process exited with status 3221225477 -- Restarting. [10:32:09] but the dll that dies is php5ts.dll apparently [10:33:28] im guessing it could be a bad combination of apache php and mysql [10:33:35] versionwise [10:33:39] http://bugs.php.net/bug.php?id=37765 [10:33:42] but i got the latest of all [10:34:13] Jesus. PHP's bug tracker is such a piece of shit... [10:34:51] so its a problem dated in 2006 [10:34:59] *Dodgy wonders why it isnt fixed yet [10:35:44] someone broked it again :) [10:35:51] sigh [10:35:58] -d [10:40:19] !tooquiet [10:40:19] --mwbot-- Yes, #mediawiki has a lot of people idling. If they were all talking, there'd be no on-topic discussions at all. The channel can be social but is in no way required to be. If you take offense at the silence, you may wish to find a more social channel. If you need help, just ask, and please don't ask for help or for attention before actually asking your question, that's just a waste of time, see !ask [10:40:29] *Splarka sends it to Nikerabbit for politeification [10:41:56] How 'bout "SHHHH, DON'T RUIN THE SILENCE." instead? [10:42:12] !!!! [10:42:12] --mwbot-- Please, stop shouting. Don't use caps lock and "!!!", we will understand you without them. [10:42:23] damn there are some useless macros in here [10:42:29] Heh. [10:42:36] capslock is cruise control for orsm [10:45:11] ANYBODY HERE???!!! [10:47:44] !!!!!tooquiet [10:48:10] *Marybelle bites. [10:48:20] how hard? [10:48:50] vvvvvv [10:48:53] ^^^^^^^ [10:49:00] eeeeep [10:49:02] teeth [10:49:25] i havent used irc in so long [10:49:57] i remember the days 7 years ago when i had 56k and was hacking webservers to plant xdcc bots and serv-u ftp servers... [10:51:00] FIXED IT [10:51:15] libmysql.dll used by apache was the wrong one [10:51:33] i grabbed it from the mysql folder, when it should have been the php one [10:52:51] rejoice more peeps! [10:53:02] 03(mod) provide link to documentation when Extension:Configure fails to initialize - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18353 (10alex.emsenhuber) [11:00:21] foo [11:00:55] [citation needed] [11:07:40] hello, is there a magic word for hide the page title? [11:12:43] No, you'll have to use CSS. [11:19:15] :( [11:19:41] any idea why wiki would claim "all revisions previously imported", when I changed the source for every page in the .xml, and the timestamp [11:19:44] some tip, how? [11:20:09] margin-top:-20px looks a little but ugly [11:20:31] site-wide CSS, not inline [11:20:31] display:none on whatever class the title has [11:20:52] I need it only for one page [11:20:56] view the page source, find the tag, there is a unique (mostly) class in that for the page [11:21:20] and from that class you can manipulate the styles of child elements of the body specific to that page [11:21:31] it has to be site-wide, because you can't do it inline [11:21:43] :| [11:21:59] other than by covering it, which doesn't work like you'd expect [11:24:34] 03(NEW) Options for Skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18365 enhancement; Normal; MediaWiki: General/Unknown; (dasch_87) [11:29:25] 03(NEW) Also commit mail for lock/unlock - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18366 enhancement; Normal; Wikimedia: Subversion; (siebrand) [11:30:19] thanks, but I think use the ugly way with margin-top:- ..px [11:33:04] lame [11:45:57] 03river * r49234 10/trunk/extensions/CodeReview/codereview.css: don't use line-through, it makes the diff really hard to read [11:49:02] 03river * r49235 10/trunk/extensions/CodeReview/CodeReview.php: ++$wgCodeReviewStyleVersion [11:51:34] 03jojo * r49236 10/trunk/extensions/Collection/ (9 files in 2 dirs): Split up code and messages into several files/classes to improve performance. Thanks to Siebrand Mazeland! [11:52:57] 03(FIXED) Message performance optimisation for Collection - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18352 +comment (10support) [11:56:05] werdan7: have you taken a look at arrays? [11:58:11] no not yet [11:58:19] been flat out with preferences [11:58:52] I'll probably review it when we do a full abusefilter update for global filters [11:59:20] werdna: have I told you some filters will require to be fixed after arrays update? [11:59:40] Yes I saw that, and I think that's bad. [11:59:48] However, I think you're wrong. [12:00:05] in() calls toString(), which I think is the same as string(var) [12:00:12] in doesn't [12:00:34] public static function keywordIn( $a, $b ) { [12:00:34] $a = $a->toString(); [12:00:36] $b = $b->toString(); [12:01:02] ewwe [12:01:03] public static function keywordIn( $a, $b ) { [12:01:03] if( $b->type == self::DList ) [12:01:03] return new AFPData( self::DBool, self::listContains( $a, $b ) ); [12:01:06] casting to string does this [12:01:07] return new AFPData( AFPData::DString, $val->data ); [12:01:09] } [12:01:31] we might want to fix that to use $val->toString() [12:01:49] in any case, if it's at all possible to keep backwards compatibility, I'd like to do so. [12:01:59] randomly breaking filters is bad news in general [12:02:17] IIRC it should only be a line or two of glue [12:02:49] werdna: the simpliest way is just to make added_lines a string [12:03:01] what's going to be broken again? [12:03:04] plz to remind me [12:04:32] werdna: many filters rely on "added_lines contains 'needle'" syntax. If added_lines is an array, that expression will be only true if there's a line with only "needle" as a text [12:04:45] ah [12:04:47] hmm [12:04:57] well maybe added_lines should be kept as a string [12:05:06] I'm mostly thinking of the links vars for arrays [12:06:13] and recent_contributors [12:13:22] 03siebrand * r49237 10/trunk/extensions/Translate/groups/ (MediaWikiExtensions.php mediawiki-defines.txt): Update to facilitate changes in Collection from r49236 [12:15:52] 03siebrand * r49238 10/trunk/extensions/Translate/Translate.php: Proper Collection sorting in Special:Translate [12:18:54] 03siebrand * r49239 10/trunk/extensions/Translate/groups/mediawiki-defines.txt: More follow up to r49237 [12:21:38] 03siebrand * r49240 10/trunk/extensions/Translate/groups/MediaWikiExtensions.php: Also update WMF extensions for Collection changes [12:26:44] 03siebrand * r49241 10/trunk/extensions/Translate/groups/MediaWikiExtensions.php: Fix incorrect group definition for Collection message groups [12:31:21] 03siebrand * r49242 10/trunk/extensions/Collection/ (Collection.i18n.php CollectionCore.i18n.php): [12:31:22] Localisation updates for messages from translatewiki.net [12:31:22] * update Collection messages groups after changes r49236 (moved messages to new message group) [12:31:22] * also add/update translations (all available languages exported) [12:41:33] 03ialex * r49243 10/trunk/phase3/ (RELEASE-NOTES includes/Hooks.php includes/Setup.php): [12:41:33] * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures [12:41:34] * Whitespaces fixes in includes/Hooks.php [12:41:54] 03(FIXED) "closure" callables not supported - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18009 +comment (10alex.emsenhuber) [13:24:59] hi ialex [13:25:08] hi Nikerabbit [13:25:09] hello Nikerabbit [13:25:19] mmm closures [13:25:21] ialex: see my reply at http://translatewiki.net/wiki/Support#Exension:Configure [13:25:26] *werdna does inappropriate things [13:25:47] *Nikerabbit is being inappropriate [13:27:04] not inappropriate enough :| [13:27:23] *werdna touches Mike_lifeguard [13:27:45] getting closer XD [13:29:04] Nikerabbit: what is 2b)? [13:30:02] ialex: piece of code [13:30:49] So, my wiki is down for some reason, but I can connect to my server through putty. Where should I begin looking to see what the issue may be? [13:31:05] the error message [13:31:11] 'down'? [13:31:34] Firefox can't establish a connection to the server [13:31:54] <^demon> That's probably not a MW problem [13:31:57] Failed to connect [13:32:04] 1/ DNS [13:32:07] 2/ Your web server [13:32:52] <^demon> I was going to say 1/ Web server...more likely Apache/IIS/lighty asploded, since he can hit with SSH [13:33:14] is there a way to restart the wiki? [13:33:25] maybe it just needs a good restart ;) lol [13:33:27] Restart your web server. [13:33:45] The wiki doesn't get 'started' or 'stopped'. [13:34:37] <^demon> Marybelle: Got your message. [13:35:02] the mediawiki is on my linux box, which is its hosted off of. in order to restart my webserver, which service do i need to restart? init.d? [13:35:20] <^demon> init.d/httpd [13:37:01] *^demon hates Lotus [13:42:49] i typed 'service httpd restart' and it said The program 'service' can be found in the following packages: * debian-helper-scripts * sysfvconfig [13:43:49] 03jojo * r49244 10/trunk/extensions/Collection/ (3 files in 2 dirs): Added a collapsible box for order info text which is transcluded from a (configurable) wiki page. If the page does not exist, fall back to previous behavior. [13:46:53] hi NicDumZ [13:47:01] hey :) [13:47:27] Barnicle: <3 debian-helper-scripts [13:47:38] nobody told me that tegel is not-so-nice airport [13:51:22] heya, just a quick question, I've got a mediawiki set up for a game a group of people are developing. One thing we'd like to do is be able to have a section for info that can only be seen by authenticated users (game developers) [13:51:41] <^demon> !prevaccess [13:51:41] --mwbot-- For information on preventing access to your wiki, please see . [13:51:42] what would the best extension be to take a look at for that sort of thing? [13:51:47] !readonly [13:51:47] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgReadOnly [13:51:49] erm [13:51:50] not that [13:51:54] !secrets [13:51:54] --mwbot-- MediaWiki was not designed with read-restrictions in mind, and may not provide air-tight protection against unauthorized access. We will not be held responsible should private information, such as a password or bank details, be leaked, leading to loss of funds or one's job. [13:52:20] !morbo [13:52:23] <^demon> You know, passwords aren't so much an issue :p [13:52:31] yup, I read those, and there is a big disclaimer saying I should get a proper CMS exntension not just a 'hack' [13:52:40] extension* [13:52:54] is your job at stake? lives? money? security? [13:52:58] I'm looking at the big list'o'extensions at http://www.mediawiki.org/wiki/Extension_Matrix [13:53:03] and none jump out [13:53:18] Splarka, not really [13:53:19] !e Lockdown [13:53:19] --mwbot-- http://www.mediawiki.org/wiki/Extension:Lockdown [13:53:21] http://mediawiki.org/wiki/Extension:Lockdown [13:53:26] <^demon> Is that even updated anymore? [13:53:49] thanks :) [13:53:53] Duesentrieb still suggests it periodically [13:54:07] and he seems active, unless he just arranged berlin for fun, heh [13:54:20] <^demon> It would be nice to have it updated again, it was useful. [13:55:14] domas: does the answer lie within this debian-helper-scripts? i'm just trying to restart my webserver. [13:56:21] Barnicle_: you would get better help in a channel specific to your OS [13:58:10] ialex: btw what is the status with the parser? should we have a meeting about it? [13:58:44] ty [13:59:19] Hello, I like to be able to implant "autosave" of draft when writing. I got may user that loose there jobs for X reason. [14:00:07] people get fired for losing their edit? :P [14:00:59] Nikerabbit: the JS parser for the messages? [14:01:40] Adylas: there is http://www.mediawiki.org/wiki/Extension:Drafts [14:02:26] ialex: nope, the configuration file parser [14:02:42] Nikerabbit: ah [14:03:12] *Splarka wonders if drafts could have an API feature that could periodically send via ajax [14:03:23] Nikerabbit: the question is where to store it (e.g. using svn:externals in Translate) [14:03:43] Mike_lifeguard: Thank a lot ;-) [14:03:52] ialex: well, it should probably has it's own directory [14:03:53] ugh [14:04:22] Adylas: We're not using it, but I think it's bascially stable & ready to use [14:04:25] [14:04:29] *Splarka stabs [14:04:48] and two other