[00:02:04] aljoke: someone already asked me that... [00:02:12] that wasn't you was it? [00:02:41] are you a VLC developer? or an interested user? [00:02:52] TimStarling, thats probably me but i haven't gotten any feedback from you, so i asked again. :) [00:03:05] TimStarling, interested user [00:03:43] I gave my answer at the time, but I can give it again [00:03:56] 03siebrand * r36588 10/trunk/phase3/languages/messages/MessagesUz.php: Fix regression from r36301: add namespace aliases [00:04:15] VLC regularly crashed when I tested it on windows, taking the browser down with it [00:04:32] it needs process separation if it's going to behave like that [00:04:45] and quicktime works just fine [00:05:11] i see thanks and sorry for making you repeat [00:05:54] Tim, what would cause a checkuser to return a no matches found for several valid accounts with a handful of contributions made within the last 24 hours? [00:09:57] give me a diff link [00:10:07] I'll see if it's in the DB [00:10:42] https://bugzilla.mozilla.org/show_bug.cgi?id=415310 [00:10:50] *AaronSchulz grrs [00:16:12] TimStarling: not on wikimedia [00:17:10] TimStarling, can you enable editing via the API ? [00:18:31] guys is there a simple way to redirect all discussions pages to external web site ? thank you [00:19:17] lubos: mediawiki wasn't designed to accommodate that kind of modification [00:22:51] lubos, you could do a rewrite rule that grabs anything that is "Talk:" and redirect it somewhere else [00:23:45] tekmosis: I did that....but I'm not able to apply that rule for new discussion pages...somehow it doeas not work :-) [00:26:06] ahh, I see. Are you familiar with php at all? if so I can give you some psuedo code to help you in the right direction [00:28:03] lubos, i have something similar [00:28:16] tekmosis: yes I'm but just a little bit...you can try me :-)) [00:28:45] k, give me a sec [00:28:58] lubos, http://www.mediawiki.org/wiki/User:Alnokta/Fixtabs.php [00:30:27] alnokta: nice this seems to be what I need... where should I put that code? [00:31:10] lubos, in a file in extensions directory , then include it from localsettings.php like any extension [00:35:42] lubos, http://www.mediawiki.org/wiki/User:Tekmosis [00:38:16] AaronSchulz: why did you make r36519? [00:40:23] Hello – could someone help me with interlanguage links? [00:40:32] I'm having trouble at queermcgill.ca/wiki [00:41:05] Ok, on http://en.wikipedia.org/wiki/Main_Page [00:41:14] There's that whitespace behind the text [00:41:20] Is there a way to place an image in there [00:41:24] Like a watermark? [00:41:27] Thure0, you mean interwiki links? [00:42:00] Splarka, know if there is a way to place an image behind the text: http://en.wikipedia.org/wiki/Narada_Productions [00:42:06] Splarka, that's just my example :-) [00:42:44] behind which text? [00:42:50] The main article [00:43:16] alnokta: you are missing ?> at the end...i think... [00:43:44] lubos, not needed [00:43:53] tekmosis: I did place it into localse..php and it did not to the trick... [00:44:30] Monobi: you mean the bodyContent? [00:44:40] alnokta: I my case it i died.. [00:45:12] Monobi: see http://www.mediawiki.org/wiki/Help:Editing for example, that blue shaded crossedout (c) [00:45:46] http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png [00:45:53] Ok [00:46:09] is that what you mean? [00:46:12] Splarka, yeah, the body content [00:46:13] Yes [00:46:44] that for example is done in http://www.mediawiki.org/wiki/MediaWiki:Common.css [00:46:56] at: .ns-12 #content { [00:47:07] no-repeat and aligned at the top/right [00:47:13] Yeah, ok [00:47:18] Thanks [00:47:46] lubos, don't copy it to localsettings, copy to a file in extensions.. then add something like that to localsettings: include_once('extensions/fixtabs.php'); [00:47:53] and then .ns-12 #bodyContent { for the larger faded c [00:49:51] alnokta: yes that is wahat I did... [00:50:02] alnokta: but....now it works... [00:50:11] alnokta: thans man... [00:50:31] you welcome [00:51:25] :-)) beautiful..check discusionss -> http://www.linuxconfig.org thanks again... [00:54:19] hi, I'd like some advice about namespace creation [00:54:59] fr.wikipedia is currently planning to add a new namespace for the village pump [00:55:27] is it possible to add a namespace without a talk namespace associated? [00:56:17] you could simply hide the discussion link in that namespace [00:56:30] 03mfarag * r36589 10/trunk/extensions/cldr/LanguageNamesAr.php: typos [00:57:33] yeah but the namespace would still be available, wouldn't it? [00:58:10] the point is to have a unqiue namespace, like Special: [00:58:38] this is what Uncyclopedia does: [00:58:39] body.ns-111 #p-logo a { background-image: url(http://images.wikia.com/uncyclopedia/images/d/db/Forum_talk.png) !important; } [00:59:39] and also: [00:59:39] body.ns-110 #ca-talk { display: none !important } [00:59:39] body.ns-110 #ca-nstab-forum { margin-right: 16px } [00:59:51] that is to hide ns-111 "Forum_talk:" from ns-110: "Forum:" [01:00:42] ok [01:01:59] Splarka, .ns-0 #bodyContent { [01:02:19] background-image: url(' '); [01:02:26] background-repeat: no-repeat; [01:02:26] background-position: center 5em; [01:02:26] } [01:02:28] Doesn't work [01:02:33] The url is valid, though [01:05:28] I don't think you can mix top/bottom/left/right/center syntax with actual xpos/ypos [01:06:09] try background-position: 50% 5em; [01:07:32] Monobi: works for me, also try this maybe: [01:07:36] .ns-0 #bodyContent { background: url('http://www.google.com/intl/en_ALL/images/logo.gif') no-repeat 50% 5em; } [01:07:40] Ok [01:08:46] Splarka, of course you can. http://www.w3.org/TR/CSS21/colors.html#propdef-background-position [01:11:47] Simetrical: so where do they actually provide an example of mixed? [01:12:14] Splarka, look at the syntax spec. [01:13:22] I am, "50% 50%", and "center center" behave identical in my mozilla, but "center 50%" and "50% center" do not [01:14:44] -> If at least one value is not a keyword, then the first value represents the horizontal position and the second represents the vertical position. [01:14:58] and what if one value is a keyword? ambiguous [01:15:08] so, you're saying there's no way but CSS hiding to disable the associated talk pages to a namespace? [01:15:32] PieRRoMaN: well, you can also disable editing the namespace with the namespace permissions [01:16:14] yeah, of course [01:16:17] Simetrical: center: Equivalent to '50%' for the horizontal position if it is not otherwise given, or '50%' for the vertical position if it is. [01:16:38] center, at least then, should not be used without another given keyword, is how I interpret that [01:16:43] but I thought maybe something like the special: namespace could be made [01:18:42] not using the custom namespace syntax [01:19:23] Simetrical: http://www.w3schools.com/css/css_reference.asp#background [01:19:36] ok [01:19:44] notice in the "Values" they give every possible combination of keyword, and then at the bottom x% y%, xpos ypos [01:20:29] that they leave it ambiguous to me means that different browsers may interpret them in different ways, and that it should be avoided even if for just that reason [01:21:38] sooo, was the Library of Alexandria discovered or not? [01:22:08] Simetrical: "Combinations of keyword, length and percentage values are allowed..." was part of the 2.1 specs but was removed [01:22:31] and, 2.0: "Keywords cannot be combined with percentage values or length values" [01:23:04] and as several browsers are still <= 2, I think it is a very very good idea not to mix them [01:23:17] thx for your help [01:23:19] bye [01:26:48] Simetrical: compare your link to older version: http://www.w3.org/TR/2004/CR-CSS21-20040225/colors.html#propdef-background-position [01:38:25] peleg: I've written a Perl filter which strips out the various blocks that shouldn't be rendered to text [03:27:51] 03mfarag * r36590 10/trunk/wap/ (9 files in 2 dirs): Add Arabic (ar) [04:32:04] I'm trying to intercept each time an tag is generated as part of the main body wikitext. Is replaceLinkHolders() a good place to go for that? [04:47:50] http://homepage.mac.com/kyosuke/statements/science_vs_religion.gif [06:29:28] 03aaron * r36591 10/trunk/extensions/FlaggedRevs/FlaggedRevsXML.php: Extra tag [06:29:42] *Charitwo kicks CIA-53 [06:29:42] ow [06:36:07] is there some clever way of putting the 3 latest articles edited on the frontpage? like a macro or something? [06:37:39] how can I allow wiki searching for terms with 3 or less characters? [07:05:49] hi [07:07:05] anyone there? [07:08:51] yes [07:09:41] Hi, i have some questions! i create a wikipedia website! how i can stop register users & nobady how don't have user can't add a new articles! [07:09:48] haha, ok [07:10:10] is there anyway to make the wiki private? or at least the articles, i mean, only registered users can read [07:11:12] deepfreez: you want to disable user registration, and disable anon users from new article creation? [07:11:47] $wgGroupPermissions['user']['createaccount'] = false; [07:11:50] !access [07:11:50] --mwbot-- For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [07:11:59] !access | deepfreez [07:11:59] --mwbot-- deepfreez: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [07:12:16] tnx [07:12:23] ....yes, nice and spammy balasyum [07:12:34] $wgGroupPermissions['*' ]['createpage'] = false; [07:12:40] $wgGroupPermissions['*' ]['createaccount'] = false; [07:12:56] but with that, anon users can still edit and create talk pages [07:12:58] i see [07:13:06] andronos: yes, you can, but... [07:13:09] And view... [07:13:26] MZM: that wasn't deepfreez's question [07:13:32] Semantics. [07:13:36] what? [07:13:48] andronos: it is all or nothing, either all pages are viewable or none are, basically [07:13:57] you do not want to mess with half-protected-from-view setups, insecure [07:14:32] Splarka: i want to protect the hole wiki [07:14:36] whole* [07:14:44] MZM: how can "how i can stop register users & nobady how don't have user can't add a new articles" be interpreted as asking for page view restrictions, under any semantics? [07:14:48] i mean, only registered users can read and edit and such [07:14:53] andronos: http://www.mediawiki.org/wiki/Manual:Preventing_access [07:14:57] if I have a template which is [07:15:02] so forbidding anon users it's the way i thing [07:15:03] It's semantics that they were two separate users asking two separate questions. ;) [07:15:06] yep, i'm having a look [07:15:08] $wgGroupPermissions['*']['edit'] = false; [07:15:09] Splarka but i can make the superusers can modify in website no? [07:15:18]
{{{1}}}
(for example) [07:15:27] and then I write on another page [07:15:28] deepfreez: yes, see the http://www.mediawiki.org/wiki/Help:User_rights [07:15:38] {{subst:template|blah}} [07:15:41] ;) tnx for all [07:15:53] *MZMcBride nods at Dor. And? [07:15:54] will it substitute it with
bla
? [07:16:03] Yes. [07:16:16] andronos: you want to forbid anon users from 'edit','view', and just about everything else [07:16:21] and if it's not {{{1}}} but {{{parameter|}}} [07:16:30] As long as "blah" doesn't contain an equals sign. In which case you need to specify {{subst:template|1=blah}} [07:16:36] so it'll be {{subst:template|parameter=bla}} [07:16:37] ? [07:16:44] Yep. [07:16:47] okay [07:16:49] thank you :) [07:16:50] andronos: do you want people to be able to create their own accounts in order to start editing/viewing? if not: $wgGroupPermissions['*' ]['createaccount'] = false; [07:16:53] No problem. [07:17:17] Dor: be aware that splitting
into two templates, or inside/outside a template, might barf if tidy is not enabled [07:17:33] but as long as one template contains both an opening and closing hierarchy it should be fine [07:17:49] I always close div [07:17:56] otherwise it messes the rest of the page [07:18:01] yep, the may reate accounts, thanks [07:18:08] i think i got it [07:18:20] btw, may this changes break things with short-urls? [07:18:34] How would it? [07:18:56] dunno, but it does not work now (it did 5 min before o.O) [07:19:10] haha, nvm, i'll take a look and reset .htaccess [07:20:46] Dor: I mean if you had {{opendiv}} with
and {{closediv}} with
it wouldn't work, without tidy [07:21:06] oh [07:21:14] that's quite silly [07:21:25] but oh well [07:21:45] I write CSS so fast I don't really care :P [07:21:46] mmm why do the mod_rewrite work with the main page but not userlogin? o.O [07:30:44] puck: would you mind sharing it somehow? [07:32:20] peleg: Sure, not a problem. [07:32:23] Hang on a tick [07:39:30] I'm working on making AntiSpoof return multiple matches, and, I'm most of the way there, but, is there a way to make ParserFunctions (like #ifeq for instance) work in [[Mediawiki:Antispoof-name-conflict]]? The way I'm testing it right now, it may return as little as 1 conflicted name, as many as 3, and I'm not sure how to display that. [07:40:46] depends on what wfMsg calls that message, probably [07:40:53] Splarka: lemme look [07:41:08] lots of messages have parser functions or at least potentially support them [07:41:12] ahh, no idea :) I'm newish at messing with mw [07:41:35] http://en.wikipedia.org/w/index.php?title=MediaWiki:Nstab-main&diff=prev&oldid=217955007 heh [07:42:08] SQLDb: there is some precident for varying numbers of results, probably better as multiple messages [07:42:34] one for one, one for two, one for more than two, etc [07:42:54] Splarka: like, Antispoof-name-conflict-1 Antispoof-name-conflict-2 Antispoof-name-conflict-3 etc? [07:43:09] possibly, hang on, lemme find an example [07:43:13] good idea actually :) [07:43:31] (but there is also {{plural:}} [07:43:42] eg: 'category-article-count-limited' => 'The following {{PLURAL:$1|page is|$1 pages are}} in the current category.', [07:44:19] also stuff like: [07:44:20] 'fileduplicatesearch-result-1' => 'The file "$1" has no identical duplication.', [07:44:20] 'fileduplicatesearch-result-n' => 'The file "$1" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.', [07:44:29] hmm [07:47:06] Splarka: actually, it looks like PLURAL would do great for what I'm looking to do, thank you so much! :) [07:47:12] no prob [07:47:16] *SQLDb was banging his head against the wall there for a while [07:47:27] check existing messages http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesEn.php?view=co&content-type=text%2Fplain [07:47:40] everything you've tried to do has been done before, usually [07:48:07] I remember some extension having at least 4 messages for varying amounts of returned results... [07:48:37] *Splarka shrugs [07:48:46] o_q i say [07:49:32] Splarka: is it possible to count how many arguments were actually passed to a MW: page, inside the page with some sort of magic word? [07:50:50] you mean like {{#if:$2|, and $2}}{{#if:$3|, and $3}}{{#if:$4|, and $4}}? [07:50:50] *Splarka shudders [07:51:34] heh [07:51:46] I think you'd want to build a list (table, li, divs, whatever) and explode the results, having one message generate each line of results (as wrapper for any non-generated text at least) [07:51:57] if you were getting that fancy ^_^ [07:53:25] I spose, I could pass a count( $var ) directly to the MW message, as the first or second param, but, that would break most of any customized sites that use that extension at present :P [08:05:17]
Who can tell me why there is not the WYSIWYG editor? [08:06:51] because duplicating the parser in javascript is very hard, and in order to create a perfect parser you need access to the database (or templates/transclusions, parserfunctions, and even simple links, are unpredictable without server calls) [08:07:12] that is, the only way to render a page is to have the wiki itself parse it [08:07:36] so you can only wyg simple wiki markup and (the allowed) html [08:09:42] hi, my wiki shows after changing a page not the real changing time at the end of the page but the last change time before the change i just did... :( have a hint? [08:10:50] a: http://www.mediawiki.org/wiki/WYSIWYG_editor [08:11:50] thank you, guys [08:15:25] can you sort wantedpages by name? [08:16:40] alphabetical? [08:35:05] hi [08:35:31] I'm looking for a free mediawiki hosting facility. Is there such a thing ? For a small size site. [08:36:04] wikia.com ? [08:43:15] indeed :-) Thanks. [09:10:15] how can I be notified by mail when a page I watch is modified ? [09:11:48] Oh, it happens by default. Good :-) [09:13:25] 03(NEW) Username blacklist should affect automatically created accounts with SUL too - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14629 major; normal; MediaWiki: Blocking; () [09:14:54] 03nikerabbit * r36592 10/trunk/extensions/Translate/ (Message.php TranslateEditAddons.php): * I hate weak typing [09:17:41] 03(mod) Username blacklist should affect automatically created accounts with SUL too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14629 (10flrn) [09:20:23] 03(mod) Username blacklist should affect automatically created accounts with SUL too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14629 (10stasielvova) [09:21:47] 03(mod) Ignore non-articles on Lonelypages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8516 (10stasielvova) [09:37:25] 03(mod) Username blacklist should affect automatically created accounts with SUL too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14629 +comment (10Andrew) [09:46:23] bye :) [09:48:51] 03(mod) AntiSpoof should return more than one result - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12232 (10sxwiki) [10:01:25] puck: whenever you can, just paste it somewhere, and/or give me a private message. I won't be here most of the time, but I'll come and check every once in a while... thanks ;-) [10:02:11] peleg: Sure, not a problem. [10:11:36] hi. i deleted some pages in the wiki via nukePage.php but the categories aren't refreshed ... still categories listed with 5 items but there are no real items when clicking on that category [10:11:47] did run rebuildall.php but didn't change a thing [10:11:49] any ideas? [10:59:36] how can I allow wiki searching for terms with 3 or less characters? [11:10:24] checkers: http://meta.wikimedia.org/wiki/Help:Short_words_in_searches [11:11:20] 03(mod) Admins should be asked for confirmation when Antispoof applies - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13426 (10e.wikipedia) [11:34:00] how can I enable svg-support? [11:34:18] I can upload svg-pictures, but they don't show correctly [11:35:21] xci: http://www.mediawiki.org/wiki/SVG [11:38:08] 03ialex * r36593 10/trunk/extensions/Interwiki/SpecialInterwiki_body.php: Fix XHTML errors, be sure that messages are escaped [11:39:44] 03(mod) AntiSpoof should return more than one result - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12232 (10tylerromeo) [11:45:35] 03(mod) Draft tab does not disappear after sighting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14561 (10pbirken) [11:48:02] Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/site/html/wiki/includes/Namespace.php on line 159
-- Does anyone have a clue what thi sis about? [11:48:12] this is* [11:48:17] It appears when editing the mainpage. [11:49:42] XTZGZoReX: 1.12.0? [11:51:14] XTZGZoReX: what's the value of $wgContentNamespaces in your LocalSettings.php? [11:51:52] ialex: just a sec [11:52:28] ialex: Oh, I have things like $wgContentNamespaces = "100"; -- it should be $wgContentNamespaces[] = "100";, shouldn't it? [11:52:48] XTZGZoReX: the latter is correct [11:52:59] the first one not [11:53:34] Ah. [11:53:41] Lemme try correcting it then :) [11:53:41] 03mkroetzsch * r36594 10/trunk/extensions/SemanticMediaWiki/includes/SMW_QP_vCard.php: More fields for vCard, heuristics for guessing first and last name of a compound name [11:54:13] 03mkroetzsch * r36595 10/trunk/extensions/SemanticMediaWiki/README: extended credits [11:54:34] fuck you php [11:54:40] Note: The first argument is always the current script's filename, therefore $argv[0] is the script's name. [11:54:45] no it isn't!! [11:55:14] O_o [11:55:18] =o [11:55:22] ialex: worked, thanks. <3 [11:55:34] no problem :) [11:55:37] 03river * r36596 10/trunk/tools/tsutils/ (4 files in 2 dirs): [11:55:37] getpasstofile (new): read a password from the user and store it in a file [11:55:37] acctexp: check uid instead of gid for rootness (needed for LDAP) [12:01:31] mmm [12:01:32] fuck [12:01:46] why in earth commandline.inc has to mangle $argv [12:03:35] howdy ;) Can somebody please tell me what is currently the best solution for adding extra languages to mediawiki ? [12:03:55] i.e I need (for the time being) to add 1 more language [12:06:40] Jubei; to add it where? [12:06:54] eer... if I understand correctly [12:07:26] i.e I need to have a 2nd wiki in chinese for instance [12:07:36] that wiki will be about the same subject [12:07:54] and I want , IF the same article exists in both wikis a link to exist on the left like in Wikipedia [12:08:03] you can create a second wiki [12:08:21] and create interwiki links [12:08:43] so the link has to be created manualy from one wiki to another right? [12:09:01] how about the link table on the left with the languages that the article exists in? [12:09:07] can I have that somehow? [12:09:33] edit the interwiki table in the database [12:10:18] uhm.. ok. I'll try to read up on that. thanks! [12:18:19] ialex: 1 [12:18:38] hmm? [12:18:44] ialex: that would be a perfect case for wrapWikiMsg [12:18:47] now it is double escaped [12:19:28] + $errormessage = wfMsgHtml( 'interwiki_editerror', $prefix ); $wgOut->addWikiText( "
$errormessage

" ); [12:19:39] now to mention wtf is that added $prefix? [12:20:12] $1 was already in the message [12:20:45] well... you didn't mention anything about it [12:22:16] hello [12:23:03] I'm looking for a way to disable the "log" (deletion, block, etc) show in recent changes ; but I can't find a var about this at mediawiki.org [12:23:10] does such as variable exist ? [12:25:17] i don't think that is possible [12:25:32] ah :( [12:25:59] well, donÄt take my word for it, i might be wrong :) [12:26:29] well, since I've been looking for that half an hour, I'm totally ready to believe you :) [12:27:19] well, thank you :) backto coding [12:28:18] anything is possible... [12:28:38] Splarka: I know, it just mean, I'll have to tweak the code instea dof a var [12:29:42] for example, how does central auth hide new user log entries from recent changes (yet they show in Special:Log), are they +bot? [12:30:29] 03ialex * r36597 10/trunk/extensions/Interwiki/SpecialInterwiki_body.php: Per Nikerabbit: fixed double escaping (and changed the class from error to errorbox) [12:30:30] Splarka: $logPage = new LogPage( 'newusers', false ); [12:30:53] $logPage->addEntry( ... ); [12:31:19] ahh, poo, so it would take modification of code for other log entries... [12:31:56] or just change LogPage::__construct() to force it to be false [12:32:25] ialex: what happens there, if newuserlog isn't installed? [12:32:35] oop, brb [12:32:44] ... [12:32:48] *Darkoneko is confused [12:33:34] hi [12:33:46] there's an issue [12:34:01] anyone can help? [12:34:52] future_cracker_0: just ask your question, maybe somebody will answer [12:35:58] a backup of a site was taken along with the DB, now the DB seems to be missing rows in text table [12:37:07] for alsmost all pages its showing "There is currently no text in this page" [12:38:03] what could be the problem [12:38:10] this is after a server move [12:38:35] 03nikerabbit * r36598 10/trunk/phase3/includes/AutoLoader.php: * Some classes from maintenance for autoloading [12:39:06] ? [12:41:46] anyone can help [12:42:12] future_cracker_0: the backup was taken poorly? Does your SQL dump that you're restoring from have the text rows? [12:42:21] 03nikerabbit * r36599 10/trunk/extensions/Translate/groupStatistics.php: * Clean up [12:45:00] hi SQL, I dont know, some other guy took a backup, text table has 67 rows but I think it should have more [12:46:09] also, can you tell me if text is the only table which contains articles in the MediaWiki 1.12.0 [12:46:27] uh oh [12:48:15] versions's text is in archives, isn't it ? [12:49:30] I mean the text for the pages like Main_Page etc [12:51:46] anyone? [12:51:59] not sure i understand the question [12:52:08] all pages, all versions, are stored in the DB [12:52:28] in MediaWiki 1.12.0 , where is the text for Main_Page etc stored, which table [12:52:34] well, it is *not* a good idea to export only some of the tables [12:52:55] like I said, the version's text is in "archives" [12:53:03] yeh, i would not want to say, "i know where such-and-such a page is, exactly" [12:53:15] that's like crossing the boundary with object methods [12:53:20] you should treat it as a black box [12:54:03] you don't want to edit or otherwise manipulate the DB [12:54:14] back to coding ._. [12:54:15] "wikiuser" should be the only user [12:54:32] copy it as a unit [12:54:41] (the DB) [12:56:36] just does anyone know where exactly in DB the page content for Main_Page is stored in MediaWiki [13:02:10] future_cracker_0: depends on the revision [13:02:30] rev_text_id on the revision table is linked to old_id on the text table [13:02:38] http://www.mediawiki.org/wiki/Text_table [13:03:29] 03demon * r36600 10/trunk/phase3/ (docs/hooks.txt includes/Title.php): Bit of work to AbortMove hook, in preparation for making the SpamBlacklist work on move logs. [13:06:40] but only the text table can contain page info right [13:07:20] only the text table contains page text [13:10:42] k thanks [13:11:56] whats external links for [13:13:09] future_cracker_0: http://www.mediawiki.org/wiki/Externallinks_table it stores external links [13:13:23] k [13:16:05] 03nikerabbit * r36601 10/trunk/extensions/Translate/TranslateUtils.php: * Removed unused code [13:17:43] hey is there any extension which shows the written article by an user, so that a User can say on his userpage ive written this articles [13:17:53] 03nikerabbit * r36602 10/trunk/extensions/Translate/ (7 files): * A new maintenance script and cleanups to others [13:25:08] hello [13:25:37] https://bugzilla.wikimedia.org/quips.cgi << who maintains it????? [13:25:48] Sysops? [13:26:28] 03nikerabbit * r36603 10/trunk/extensions/Translate/ (17 files in 2 dirs): * Move scripts to scripts subdir [13:27:25] hello [13:27:33] <^demon> Mww113: Brion/Tim/any of the other bugzilla admins [13:28:04] ^demon: How does one become a bugzilla admin? [13:28:21] Fraifrai: Hey [13:29:24] <^demon> Mww113: I dunno. Bug them? Unless you've been around for awhile and are generally trustworthy, I think the answer would be "no." [13:29:55] ^demon: I wasn't asking to become one, I was asking out of curiosity :P [13:30:32] <^demon> The answer remains, dunno :-P [13:31:15] :P [13:35:11] good appropriate-time-of-day-for-your-timezone all, i was wondering how to modify the toolbox menu in the left..? [13:35:27] hey gus, [13:35:27] !sidebar [13:35:27] --mwbot-- To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [13:35:30] i just wanted to ask if there's some extention that displays a user's articles automatically on their user page [13:36:13] tnx! [13:36:19] 1183 [13:36:42] sidebar doesn't affect the toolbox menu [13:38:46] is there an extension that allows to order articles in the categories? [13:42:03] is there an extension that allows to order articles in the categories? [13:43:12] mhm [13:43:28] Fraifrai: depends on what you mean by that. you can specify a sort key when categorizing a page [13:43:45] sorting entries live is not supported... it would require all to be on one page [13:43:50] http://www.homepage-forum.de/showthread.php?t=38590 [13:43:52] tricky for large categories [13:44:41] http://www.mediawiki.org/wiki/Extension:SelectCategory [13:44:54] thx [13:51:44] hi [13:52:22] i am trying to upgrade from 1.10 to 1.12 [13:53:19] i've created a new database and imported the old one there [13:53:23] then run the configuration wizard [13:53:41] when i reach this stage: "There are already MediaWiki tables in this database. Checking if updates are needed..." [13:53:53] it fails here: [13:53:54] Adding wl_notificationtimestamp field for email notification management.Query "ALTER TABLE `watchlist` ADD (wl_notificationtimestamp varbinary(14)) " failed with error code "Table 'wiki.watchlist' doesn't exist (localhost)". [13:54:25] and no options to continue are given [13:54:36] what should i do? [13:55:47] Hey edmont [13:56:05] are you upgrading to 1.12svn ? [13:56:53] Mww113: no, http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-March/000072.html [13:57:33] have you deleted your 1.10 files with the exception of images and extentions? [13:57:45] and replaced them with the 1.12 files? [13:58:28] Mww113: no, i've backuped them, but not used yet [13:59:00] edmont: I dont understand what you are doing. Please explain the steps you have taken. [13:59:01] i'm using all the new files [13:59:05] ok [13:59:07] ok [13:59:30] delete the new extentions directory and images directory and replace them with your old ones [13:59:39] ok [13:59:47] could you give me a link to your wiki? [14:00:12] nop, sorry, it's an internal network [14:01:10] ok [14:01:37] are you using a unix based server? [14:01:53] yes [14:02:01] apache under ubuntu 8.04 [14:02:09] do you have shell access? [14:02:13] yes [14:02:48] i am actually moving the wiki from a pc to another one [14:03:18] cd to your wikis directory/maintenance / [14:03:34] and execute php update.php [14:03:34] done [14:03:42] php update.php [14:05:25] 03yaron * r36604 10/trunk/extensions/ReplaceText/ReplaceText.php: Fixed handling of strings with regular quotation marks [14:05:31] did you run php update.php? [14:05:42] 03yaron * r36605 10/trunk/extensions/ReplaceText/README: New version: 0.2.3 [14:06:18] Mww113: yes: [14:06:20] A copy of your installation's LocalSettings.php [14:06:20] must exist and be readable in the source directory. [14:06:31] edmont: Did that resolve your error? [14:09:56] 03nikerabbit * r36606 10/trunk/extensions/Translate/scripts/ (8 files): * More cleanup [14:12:01] 03raymond * r36607 10/trunk/extensions/ (Collection/Collection.i18n.php Translate/groups/defines.txt): [14:12:01] * Remove localization of the special page name itself. It breaks the usage of the canonical name Special:Collection if the user language != English (like most extensions too) [14:12:01] * Add the message name to the ignored list at Translatewiki [14:16:18] Mww113: i've got the same error (more or less): [14:16:20] MySQL devolvió el error "1146: Table 'wiki.watchlist' doesn't exist (localhost)". [14:17:02] what produces this error? [14:17:59] Mww113: http://rafb.net/p/vlTgEA39.html [14:18:18] sorry, some of the text is in spanish [14:18:34] No problemo [14:19:06] Have you ran the install script yet [14:19:24] www.yourhostname.com/yourwikisdirectory/install.php? [14:19:35] -? [14:26:06] 03nikerabbit * r36608 10/trunk/extensions/Translate/TranslateTasks.php: * Check database format changed, but forgot to update this place [14:28:39] anyone else notice this problem? [[bugzilla:14627]] [14:33:01] 03skizzerz * r36609 10/trunk/phase3/ (RELEASE-NOTES docs/hooks.txt includes/Linker.php): * add new hook LinkerMakeExternalImage to allow extensions to modify the HTML output of external images [14:37:48] 03(mod) Draft tab does not disappear after sighting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14561 (10JSchulz_4587) [14:43:50] 03nikerabbit * r36610 10/trunk/extensions/Translate/ (8 files in 2 dirs): [14:43:50] * Unbreak and clean up ffs [14:43:50] * Handle trailing whitespace in Gettext [14:43:50] * Fix check for number of cli arguments [14:44:03] 03jojo * r36611 10/trunk/extensions/Collection/ (5 files in 2 dirs): new license handling [14:44:58] edmont: PING [14:45:06] Mww113: thanks, at the end i just used the same files without problems [14:45:16] so it is resolved? [14:45:26] i dont need the upgrade by the moment [14:45:37] ok [14:58:53] hi, i tried modifying some language file and now my wiki dont show my articles, i only see . I tried backup the original file but my wiki still dont work, someone can help me ? [14:59:24] on my main page, i have <redirectpagesub> [15:00:51] 03(NEW) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 15enhancement; normal; MediaWiki: User login/settings; (lar) [15:04:53] 03(mod) Allow Commons CheckUsers & bureaucrats to grant and revoke ipblock-exemption - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14507 (10herbythyme) [15:52:09] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 (10nicdumz) [15:53:42] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 (10innocentkiller) [15:54:53] hi. On mediawiki1.7 I had some troubles to add images to pages. Images are stored on /var/www/pics/screenshots/ however mediawiki does not displays them [15:55:04] so the path is the issue I presume [15:55:18] any thoughts on the subject please? [16:00:20] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 +comment (10FT2.wiki) [16:19:06] hmm, is Wikia a fork of mediawiki? It looks much nicer than the default install [16:22:57] Wikia is a company. [16:23:06] right [16:23:19] so it seems all the alterations are in the Monaco skin [16:23:27] probably [16:23:35] And extensions, they have lots of extensions. [16:23:54] and all of the new skins / extensions are proprietary? [16:24:02] I moved my pics from /var/www/pics/* to /upload in /var/lib/mediawiki1.7 but still no images [16:24:04] or open source? [16:24:24] Some of them are proprietary, some are open source. [16:24:37] format: [[Image:vmware_aanmelden.jpg]] is incorrect? [16:24:52] The skins are generally proprietary, some of the extensions have been released. [16:25:52] hmm i see... they'd be listed at http://meta.wikimedia.org/wiki/Extensions ? [16:26:02] no... [16:26:11] There isn't really a definitive list. [16:26:27] odd [16:26:38] Why would there be? [16:28:12] hello, someone here and can help me with my wiki pleaes [16:28:14] please [16:28:15] well, wikis are good for collecting that sort of info :) [16:28:37] !ask | scabbed [16:28:37] --mwbot-- scabbed: 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. [16:28:53] hi MinuteElectron [16:29:03] my wiki dont show my article anymore, with debug i have this error [16:29:04] Notice: Undefined offset: 5 in /home/admin/lucid-state.org/community/languages/Language.php on line 2238 [16:29:15] and [16:29:16] Warning: Cannot modify header information - headers already sent by (output started at /home/admin/lucid-state.org/community/LocalSettings.php:2) in /home/admin/lucid-state.org/community/includes/WebResponse.php on line 10 [16:29:25] Nikerabbit: hey [16:29:51] scabbed: Did you change something? Upgrade MediaWiki etc.? [16:30:08] http://www.lucid-state.org/wiki [16:30:22] That doesn't answer my question... [16:30:23] i tried modifying a sentence in a language file [16:30:45] Don't do that, you shouldn't be touching any of the core files; you can edit messages via the MediaWiki: namespace. [16:30:58] but as i upload it my language went automatically to english (i'm using french) [16:31:16] i bring back my file like it was at the beginning and now nothing works :( [16:31:26] That's odd... [16:31:45] i try reinstalling the wiki and same error :( [16:34:52] do you know how i can resolve that ? :( [16:35:04] can someone please help me with my images problem? [16:35:13] Zathraz, don't ask to ask [16:35:16] state your question [16:35:34] I have done so a couple of times above, but was being ignored [16:36:04] don't move them [16:36:10] import them with file upload link [16:36:33] Special:Upload [16:37:43] http://www.lucid-state.org/community/index.php?title=Accueil (you can see another error here) [16:41:02] I use mediawiki1.7 on Debian (/var/lib/mediawiki1.7). I am now checking all upload settings but everythings seems ok untill now [16:43:45] in which file is $wgFileExtensions defined please? [16:47:39] k. should be in LocalSettings.php as I presumed but it is not there [16:50:58] with whom do i have to sleep to get access to http://test.wikipedia.org to test a new skin (no its not only css) for the german wikipedia? [16:51:14] why would you need access to test for that? [16:52:28] because that i can test it online [16:52:43] that there is a place where other people can see and try it [16:53:05] and you can't find a place to host a wiki somewhere else? [16:53:21] it's rather unlikely you will get shell access to wikimedia servers just to demonstrate askin [16:53:36] i was thinking about it, but why should it, when there is a official test wiki [16:53:57] i mean it has to be put in the german wikipedia anyway [16:54:00] <^demon> The test wiki is for testing new code before it goes live, not for demo-ing a new skin. [16:54:26] is it not new code, there is php in it O.o [16:54:43] then I'd really doubt they'd let you test it :) [16:54:51] you can sit here and argue this futilely, or you could go and find somewhere else to test it [16:55:02] i mean, i dont have to put it in myself [16:55:10] would be even better if some else checks it [16:55:23] <^demon> Christoph_Knoth: My suggestion is to test it personally, then submit it as a patch. [16:55:31] 03minuteelectron * r36612 10/trunk/extensions/Babel/ (Babel.class.php Babel.css Babel.i18n.php Babel.php): [16:55:31] * Add support for a footer in the Babel tower. [16:55:31] * Remove excess spaces from ISO file location definitions. [16:55:31] * Translators: No new messages were added that need translating. [16:55:34] ok, that sounds good [16:55:51] then we will go this way [16:57:04] when there would be this new skin (on that we are working on the moment) would have be applied to all mediawikis then? [16:57:23] because patches are for the whole mediawiki-software arent they? [17:02:20] thats unbelievable, my wiki is working now, and it wasnt 10min ago, i DIDNT DO anything lol [17:02:21] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 (10cbass) [17:03:24] hm [17:03:51] <^demon> Christoph_Knoth: Yes [17:03:58] <^demon> scabbed: I guess congrats is in order? [17:05:19] ^demon: do you think it would have a chance then? would it be clever to translate the german discussions and findings about the skin to english, to give it a higher chance? [17:06:29] i'd like the rss feeds to include the uncompressed sized of the compressed files somewhere [17:06:34] demon: i dont know but i'm happy its working again lol [17:06:43] <^demon> Christoph_Knoth: Dunno. I know modern was added fairly recently, but I'm unsure what the _official_ policy on "skins bundled with Mediawiki" is. In the configuration, it would be possible to load the skin only for dewiki, but that's a shell user call, not I. [17:06:45] for the database dumps that is [17:06:55] <^demon> scabbed: Then congrats :-P [17:07:39] thanks [17:08:18] :p [17:09:55] so know its working, someone can tell me how i can change the sentence in language without modifying the core files like messagesfr.php [17:09:59] now* [17:10:34] <^demon> scabbed: Go to [[MediaWiki:Message]] (where message is the name of the thing you want to translate) on your wiki and modify it there. [17:10:40] <^demon> You shouldn't ever need to tweak the lang files. [17:11:10] yes i have seen, i tried one time modifing and my wiki didnt worked any more :D [17:11:10] thx [17:16:01] 03(NEW) Include uncompressed sizes in dump file RSS info - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14631 15enhancement; normal; Wikimedia: Downloads; (hippytrail) [17:17:40] ok its works demon, i have change one sentence :D [17:17:49] thanks for your help, have a nice day all [17:17:50] bye [17:18:35] <^demon> np. :-) [17:29:41] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 (10Platonides) [17:34:15] 03yaron * r36613 10/trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_TypePage.php: Bug fix: added space between capital letter and "continued" text [17:36:24] for the following query: http://en.wikipedia.org/w/api.php?action=query&generator=allpages&gapnamespace=0&gapprefix=Foob&gaplimit=100&prop=cateogires|revisions&rvprop=size [17:36:31] why does some have no size? [17:37:07] <^demon> AzaTht: The ones with no size don't exist? [17:37:22] ^demon: they clearly exists [17:37:46] http://en.wikipedia.org/w/index.php?title=Foobies&action=history [17:37:50] that one exists [17:38:30] *^demon shrugs [17:38:51] oh, is it that single revision pages that's only redirects have no official size? [17:39:35] http://en.wikipedia.org/w/index.php?title=Foob&action=history [17:39:45] as Foob has more than one rev, and it has size [17:41:04] ^demon: get roan here, asap [17:41:32] why are you just standing there, go! [17:41:41] 03(mod) Cascading protection doesn't work for custom user levels - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14627 (10stevend811) [17:41:48] I think he's down at the bar [17:43:33] <^demon> AzaTht: Am I his keeper? [17:44:26] yes ツ [17:44:26] *^demon goes and turns on the RoanSignal [17:45:22] wrong signal [17:45:26] roan, not siebrand [17:45:44] <^demon> if ( !Roan::isActive() ) { AzaTht::setStatus('screwed'); } [17:47:08] <^demon> I apologize, it appears as though you're screwed, as Roan does not appear to be active. [17:47:17] while( !Roan->isActive() ) { Demon->setActive( Roan ); fork; fork; fork } [17:47:43] :-P [17:48:36] <^demon> die(); [17:58:33] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 +comment (10brian.mcneil) [18:00:09] 03minuteelectron * r36614 10/trunk/extensions/CategoryOnUpload/ (. CategoryOnUpload.i18n.php CategoryOnUpload.php): New extension CategoryOnUpload. [18:06:27] *Splarka grumbles and pulls the drapes, damn Roan signal flashing day and night [18:07:34] <^demon> Splarka: Patches for the RoanSignal welcome ;-) [18:08:09] well, how about this [18:08:19] Aza's but -> INVALID [18:08:41] the reason a size isn't showing, is those pages have no recent revisions [18:08:49] as in, for example http://en.wikipedia.org/wiki/Foobar2k?action=history [18:09:02] last edit, 7 November 2005, before byte size was stored [18:09:18] er Aza's bug, heh [18:10:07] *Splarka goes and unplugs the Roan signal, and gives AzaTht a cup of tea to calm down [18:10:32] Splarka, well, we could newly calculate all the old byte sizes. [18:10:38] sure [18:10:49] "we" *could* [18:11:00] but there are better things to do, like rigor test API edit [18:11:13] and get me some clean socks [18:12:19] but still, hardly Roan's fault that the API is apparently broken in that respect, when it isn't [18:12:38] in fact, it is better to report no size, than to report an incorrect (zero?) size [18:12:57] You can blame the dirty socks on him. [18:17:51] what;s wrong with the api edit ? [18:18:09] i had no problems with it from what i tested so far [18:19:43] it might still have bugs and other problems, I suppose? [18:20:41] http://test.wikipedia.org/wiki/User:Splarka?action=history just a month ago it was possible to make people vandalize with a simple GET url ^_^ [18:21:03] (no one noticed that there was no check to require edits be POSTed) [18:27:39] 03(mod) Include uncompressed sizes in dump file RSS info - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14631 (10brion) [18:34:48] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 +comment (10cooties) [19:06:48] 03mkroetzsch * r36615 10/trunk/extensions/SemanticMediaWiki/maintenance/ (SMW_dumpRDF.php SMW_refreshData.php): added --server parameter to refresh script [19:21:34] 03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630 +comment (10jeffq) [19:26:32] mmm... I have looked a bit to that #14630, and I'm wondering what should be done, technically speaking. A new hook, in SpecialUserlogin::mailPassword maybe ? PasswordReset ? [19:31:24] <^demon> NicDumZ: A hook in mailPassword() would do it. [19:32:37] okay... [19:35:51] <_JaVaSan> Hi, what is the best way to post "source code" in MediaWiki? [19:36:02] 03demon * r36616 10/trunk/extensions/NoMoveUserpages/ (. NoMoveUserpages.i18n.php NoMoveUserpages.php): [19:36:02] I was bored today, so I wrote an extension to handle bug 14592 (and a [19:36:02] long-standing request to disallow userpage moving). Introduces the [19:36:02] 'move-userpage' right for overriding (if you want to allow sysops, etc to move). [19:36:04] Enjoy. [19:36:04] in core,

[19:36:11] 	!geshi
[19:36:11] --mwbot--	there are several extensions for syntax highlighting, see http://www.mediawiki.org/wiki/Category:Syntax_highlighting - the most popular one is at http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
[19:36:41] 	"post" != "hilight", but yah
[19:36:43] 	^_^
[19:36:46] 	hello
[19:37:33] 	03(FIXED) Hide confusing 'move'-tab on user page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14592  +comment (10innocentkiller)
[19:37:49] <_JaVaSan>	Simetrical, Splarka thank you guys
[19:43:50] 	^demon: TitleBlacklist can do it with one entry :)
[19:47:09] <^demon>	VasilievVV: Did you read the first line in my commit? ;-)
[19:47:24] 	:DDD
[19:47:29] 	03jeluf * r36617 10/trunk/extensions/SlippyMap/ (. SlippyMap.php): SlippyMap extension by Harry Wood, GPL
[19:47:45] 	I dream brion will be once in a such state
[19:51:26] 	03jeluf * r36618 10/trunk/extensions/SlippyMap/ (SlippyMap.class.php SlippyMap.i18n.php SlippyMap.php): converted to current coding standards
[19:56:26] 	03jeluf * r36619 10/trunk/extensions/SlippyMap/SlippyMap.class.php: (log message trimmed)
[19:56:26] 	# load a static image for users without javascript.
[19:56:26] 	# add internationalization support by putting all messages into a message file.
[19:56:26] 	# speed up load time by postponing the loading of the parser (class autoload).
[19:56:26] 	# add a marker parameter to put a marker on the map.
[19:56:29] 	# show the PanZoom control on small maps, PanZoomBar on bigger ones.
[19:56:31] 	# added a button to reset the view.
[20:05:55] 	I need clarification where in the normal directory structure is MediaWiki: any thing reason being I am attempting to do the following
[20:06:18] 	"this script has to be copied to MediaWiki:Common.js"
[20:06:55] 	I don't understand what the manpages is saying there where is MediaWiki:common.js
[20:07:00] 	Poundo, that's a wiki page.
[20:07:07] 	Type "MediaWiki:Common.js" into the search box.
[20:07:08] 	Edit.
[20:08:43] 	Simetrical: Ok I'll bang on it and get back to you thanks!
[20:12:08] 	So i added the script, saved it, made the changes to the toolbox by removing somethings... now what activity causes "addOnloadHook(CustomizeModificationsOfSidebar);" to be executed. 
[20:12:45] 	in the page source at the end:
[20:12:47] 	
[20:13:04] 	which runs that function, iterating over the addOnloadHook'd functions
[20:13:17] 	(defined in skins/common/wikibits.js)
[20:13:39] 	this is more stable than trying to share body.onload with every browser
[20:14:19] 	Splarka: by the way, what prefs.js on testwiki is for?
[20:14:34] 	oops, wrong channel, never mind
[20:15:59] 	mediawiki rocks...does everyone know that?
[20:17:08] 	no 
[20:17:09] 	[citation needed]
[20:18:01] 	Splarka: was that for me? ""
[20:18:11] 	yes, that is how it is done
[20:18:33] 	addOnloadHook adds to the onloadFuncts array
[20:18:55] 	runOnloadHook() iterates over that array and runs them
[20:19:18] 	03(mod) Log password email reset requests in the CU log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14630  (10nicdumz)
[20:19:21] 	Splarka: so the page source you reffer to is what? Main_Page?
[20:19:23] 	03nikerabbit * r36620 10/trunk/extensions/Translate/ (Message.php ffs/Xliff.php): * Two bug fixes
[20:19:36] 	every page generated by mediawiki 
[20:19:50] 	just before 
[20:20:22] 	(and the functions are in wikibits.js, loaded in the  as a