[00:09:30] 03(mod) Provide preference-based autoformatting for unlinked dates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10l8qjvx002) [00:14:41] brion-imac: http://www.youtube.com/watch?v=cCrovnNGdSg weee [00:16:41] 03brion * r29139 10/trunk/extensions/CentralNotice/SpecialNoticeText.php: quick hack in another one... next time generalize this maybe [00:21:44] hmmm... that's not working... [00:22:05] anyone know how to get form values after they're submitted [00:30:12] skiz: POST or GET? [00:30:19] POST [00:30:52] don't think you can, unless the page echoes them usefully, or unless you do something before submit like add them to the action of the URL as faux-GET echoes [00:31:44] I'm defining the value field of the input box, yet it isn't storing to that value [00:33:47] if you want to test a POST form, you can try setting the action="http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi" [00:33:51] a nice echo script [00:35:33] ok... how do I set that? [00:35:49] well, I mean, if you're trying to debug what data exactly is getting posted [00:36:15] yeah, but how do I set that in the action [00:36:28] in javascript? [00:36:49] in PHP, preferably [00:36:52] oh, nm then [00:37:00] *Splarka is script-centric [00:37:04] ignore everything I've said ^_^ [00:37:04] :P [00:37:13] 03(NEW) Disable upload on it.wiktionary for non sysop users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12466 15enhancement; normal; Wikimedia: General/Unknown; (federicoleva) [00:37:26] *Skizzerz is writing an extension, but the data that's supposed to be getting set isn't being set [00:38:02] if( $wgRequest->wasPosted() ) { [00:38:33] check for that type of thing in quite a few .php files in various extensions and core components for methods of getting posted form data [00:38:43] eg in protection form, $this->mReason = $wgRequest->getText( 'mwProtect-reason' ); [00:39:26] just figured out one problem... I had the input and the submit button sharing names [00:41:51] ooh, progress [00:42:01] I went from nothing happening to a PHP fatal error [00:42:23] parsing error? [00:42:34] happens a lot to me. [00:43:29] oh, and just wondering: how do I create a show/hide template? (like this http://en.wikipedia.org/wiki/Template:Hidden) [00:44:05] KemCab: see http://www.mediawiki.org/wiki/Manual:NavFrame [00:44:46] oh... [00:45:10] it requires a bit of sitewide JS, and a bit of sitewide CSS, and optionally some templates to make it easier to use the various tags [00:45:21] no, it was because I changed how I was passing values into the function, but I forgot to change the function calls xD [00:45:36] i add it to common.css and .js, not replace it, right? [00:45:58] right, just the bits you need [00:46:32] "Collapsible tables" and "Dynamic Navigation Bars" from Common.js [00:49:13] doesn't work. [00:50:35] did you add the bits to both MediaWiki:Common.css and MediaWiki:Common.js as per that page? [00:50:35] and then purge browser cache? [00:50:44] yes. [00:51:13] it doesn't show the show/hide button. [00:51:28] if one should exist, that is. [00:51:46] URL? [00:52:06] URL of what? [00:52:18] oh, wait, I tested it here: http://wikigrounds.org/wiki/index.php?title=User:KemCab/sandbox [00:54:01] http://wikigrounds.org/wiki/index.php?title=MediaWiki:Common.js [00:54:04] http://wikigrounds.org/wiki/index.php?title=MediaWiki:Common.css [00:54:08] *ahem* [00:54:50] sorry, i thought you meant editing it from somewhere else [00:54:55] oops. [00:54:57] ??? [00:55:15] http://www.mediawiki.org/wiki/Manual:NavFrame#Setup [00:55:17] do what it says [00:56:05] i went into skins/common/common.js [00:56:10] :P [00:57:20] that isn't used in monobook [00:57:27] 03(mod) Provide preference-based autoformatting for unlinked dates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10tony1) [00:57:54] all right, something's happening. [00:58:23] check if I did it right, it looks strange to me. [01:02:29] the CSS is applied but not the JS, odd [01:05:23] try one instead of two "navFrame"s [01:14:10] does tim laqua hang around in here? [01:14:12] tried, but nope. [01:15:11] Splarka: does version matter much? [01:17:21] might, but not seeing any JS errors, and getElementsByClassName (added to wikibits.js in later versions) isn't used in that version of navframe [01:19:06] i'm looking at wikipedia, there's something about collapsible tables, what's the difference? [01:27:41] I have a wiki running on postgres 8.2 which I either need to move to mysql or postgres 8.1 anyone have any suggestions on how I would go about doing this? dumping and importing doesn't seem to work at all. [01:31:14] There isn't some general export to wiki format which can be imported on some other wiki install is there? [01:43:58] hmm, does wikipedia run on svn mediawiki from trunk/phase3 ? [01:48:34] 03(NEW) Show only other people's edits on Special:Contributions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12467 15enhancement; normal; Wiktionary tools: General; (hippytrail) [02:02:01] is there anyway to tweak Special:Random so that it loads from Image/Media ns? [02:02:04] *also loads. [02:03:09] Special:Random/Image *only* loads from ns6 [02:04:14] that works for me. [02:04:30] now, how about Special:Newimages. Anyway to change the row of 4 to, say, 5? [02:04:42] I'm currently doing {{Special:Newimages/4}} which is nice, but I'd love 5 instead. [02:05:01] Commons does that, I believe with CSS. go have a look [02:05:09] ah, interesting. thanks. [02:06:55] hrm. it must be an elegant hack, if so. [02:07:03] the image gallery output is a table, with four TDs per TR. [02:10:08] any reason why the title blacklist uses new lines instead of lines beginning with *, like the other blacklists? [02:16:22] the effect of using a newline makes it look liked when viewed its all on one line [02:17:41] like as if only a single title is being blacklisted [02:18:29] does anyone know what gives the Category > Sub > Sub footer thing at the bottom of http://en.marveldatabase.com/Image:Wolverine_006.jpg? [02:22:26] could be css or javascript to a change to there skin [02:22:37] err or a change to there skin [02:24:05] Morbus: see http://en.marveldatabase.com/Special:Version for likely culprits [02:24:13] yeah, been going through there already :) [02:25:02] I use javascript in myskin.js to change the title to use page > sub > sub [02:25:15] hence the suggestion of javascript [02:45:19] 03aaron * r29140 10/trunk/extensions/FlaggedRevs/ (3 files in 2 dirs): UI tweaks and XHTML stuff [02:56:31] anyone have a flash player extension they like to use? [03:43:31] Happy new year/ny's eve, folks! If I have open registration disabled, what's the easiest way to add a new user, in 1.11? [03:43:58] Create it with a sysop user? [03:45:01] Dashiva: Not sure what you mean exactly [03:45:25] Create a sysop? No. Am I a sysop? Yes.' [03:46:08] You create it the same way you would create a user normally, except you create it for someone else [03:46:20] Sasoriza, just go to Special:Userlogin while logged in already. [03:46:24] And click "create an account". [03:46:53] oh, ok, I knew it had to be simple... been a while [03:57:43] I'm trying to assign bot status, and used the alternative method for 1.11 (http://www.mediawiki.org/wiki/Help:User_rights_management#MakeBot). Do I still need to dl Extension:Makebot? I don't see any "select user"/"grant bot status" options. [04:01:09] oh, nm, I figured it out [04:10:56] what's the best botware for Vista? [05:00:33] _\|/_ HAPPY _\|/_ [05:00:33] /|\ NEW YEAR!!! /|\ [05:00:42] not yet here [05:01:15] mwahaha, premature celebration. :P [05:01:45] EST [05:02:08] XD [05:19:12] *darkcode wonders why Title Blacklist doesn't use * (lists) to indicate titles to blacklist and why .*?_on_wheels doesn't seem to be blocking pages with on_wheels in it [05:29:35] darkcode: remove the ?_ [05:30:00] and the * is easily worked around... i just added a space before the line start [05:31:24] well *? is suppose to prevent it from acting greedy, and it works fine for .*?/index.php [05:32:25] I don't want it matching non_wheels or pron_wheels [05:32:52] is this on a WMF wiki? [05:32:53] or anything else that might end with on [05:32:56] yes [05:33:03] which? [05:33:08] Wikibooks [05:33:17] English Wikibooks [05:33:18] careful with the index.php one [05:33:45] i just had a discussion about that one; it can be helpful to catch bad bots... [05:34:30] and i think you want .*_?on_wheels [05:37:53] well on WB we just have been page protecting any pages ending in index.php, so that's why I did that [05:38:16] when they pop up [05:38:30] makes sense, i just know that someone told me tonight not to do that on en.wiki because it helps the stewards track bad bots and bad users, esp. cross-wiki [05:40:21] Greetings [05:40:32] hello [05:40:34] and I think .*_?on_wheels is just as bad because it can match pron_wheels, because the .* will match pron and the _? will be ignored since its optional [05:41:14] meh. [05:42:53] Just a quick question: I'm writing a small stand-alone tool based on some code from Mediawiki parser. Of course I'm releasing it on GPL but I'm wondering who I must acknowledge for the original work. Is the list of people in "README" file (from SVN) updated or can you give me a link/pointer/something where I can get the correct list? [05:43:40] (sorry for the poor english, I'm almost drunk due to new year eve celebrations ;-) ) [05:44:58] I would think you could limit it to the list of people who the commit history shows for the file the MediaWiki parser is located in [05:47:13] darkcode: thank you [05:47:56] bit I'm not a copyright lawyer so I could be wrong [05:48:00] err but I'm not [05:50:42] I'm going to use the names from the revision history of branches/REL1_9 parser file for now, I can expand it if some lawyer or contributor asks ;-) [06:03:55] "As I already explained: i18n is for developers, L10n is for translators. If you choose to be a developer, why do you choose to translate!?" <- okay, developers aren't allowed to translate things now? [06:35:30] 03(mod) Mod of Uploading Interface to encourage copyright compliance - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12452 (10mattbisanz) [06:40:55] GOVERNOR ROMNEY: "And further, if I were fortunate enough to be elected your President, I'd call for a National Summit of Nations to create a new partnership – a Partnership for [Progress] and Prosperity." [06:40:58] "This Partnership would assemble the resources of all the nations of the world to work to assure that Islamic states that are threatened with violent Jihad have public schools that are not Wahhabi madrasas; that they have micro-credit and banking, the rule of law, human rights, basic health care, and competitive economic practices." (Governor Mitt Romney, Remarks At Yeshiva University, 4/26/07) [06:42:18] hmmmm "micro" ehhhh [06:42:26] why not standard? [06:43:35] I'm sorry, Mitt08, but this channel is not one of political discussion [06:46:23] This channel is for people to obtain help with configuring MediaWiki to suit their needs, and to help developers of the web solution and its extensions collaborate [06:47:09] *qsheets hates politics in non-political places [07:00:34] dang... [07:02:24] lol [07:11:22] bye all, have a nice day (or night, or wathever :-) ) [07:47:43] what's the point of the minor edit box? what does it change? [07:51:10] People can hide minor edits in the rc if they want to see only important ones [07:52:45] chuck, if you're only fixing some typos you should check this box. [08:04:41] it also marks the edit as 'minor' in various other places, like watchlists and history [08:53:30] I've got some questions about setting up a wikifarm. [08:53:44] Anybody eager to spend five minutes with me now? [08:57:58] *qsheets hides in corner [08:58:54] *qsheets hopes Hojjat doesn't find him [09:00:47] okay, qsheets, I know you're there. Put your hands on your head and come out! [09:01:17] crap, i left the light on didn't i..... F*** [09:01:19] now, seriously, I really want to know, what happens when we run update.php on a wiki farm with shared source code [09:01:32] which db is updated? [09:01:53] *qsheets is drunk [09:02:37] dude, you really wanna get arrested today! [09:03:09] jk... what type do you got? [09:03:41] type? [09:03:52] Vodka? Scotch? Martini? [09:06:30] no...champagne [09:06:44] you gotta know the occasion [09:09:48] *qsheets believes all connected are updated [09:10:33] as that would be the concept [09:22:52] hey, how do i add references with the tags as on wikipedia? [09:23:00] http://en.wikipedia.org/wiki/Wikipedia:Citing_sources#References [09:23:38] Moniker42: the link you posted answers that [09:23:43] what is your question exactly? [09:24:05] how do i add references on my own wiki, the tag does nothing [09:24:12] i'm guessing i need an extra package of some sort? [09:24:42] oh [09:24:51] yes, you need to install an extension named "Cite" [09:24:52] !Cite [09:24:52] --mwbot-- http://www.mediawiki.org/wiki/Extension:Cite [09:24:57] thanks [09:25:02] no problem [09:27:02] 03huji * r29141 10/trunk/extensions/OggHandler/OggHandler.i18n.php: Added Persian translations [09:27:13] salam Hojjat [09:27:19] salam [09:27:20] How are you doing? [09:27:24] so os [09:27:27] so so [09:27:33] u? [09:27:38] long time no see [09:30:39] BLAHHHHHHHHHHHH [09:31:32] :-? [09:31:58] *qsheets had bad tasting snack [09:35:12] so i have two pages that are nearly identical, except in one, the body {} background-color covers the entire page, and in the other, it only extends to the bottom of the content - the empty space below is white [09:35:15] what's up with that? [09:36:10] check validator [09:36:31] hmm... how do i set the homepage of my website to the homepage of the wiki? [09:36:48] Moniker42: redirect [09:36:52] not a mediawiki question, really... but hey i'm already here ;) [09:36:59] qsheets: validates fine as XHTML 1.0 Transitional [09:37:08] twincest: both? [09:37:10] (also, the problem only happens in firefox, not IE, which is odd) [09:37:11] qsheets: yes [09:37:43] twincest: try firefox 3b2 ... FF 2 isnt as forgiving [09:38:03] i'd rather work out why the pages are different :) [09:38:27] link? [09:39:35] hang on, let me upload a static copy [09:39:39] gaagh.. wtf? [09:39:39] Warning: require_once(/extensions/Cite/Cite.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home74a/sub002/sc41977-VFUP/www/wiki/LocalSettings.php on line 143 [09:39:55] Moniker42: /extensions? i doubt such a directory exists [09:40:18] well it does [09:40:44] i followed http://www.mediawiki.org/wiki/Extension:Cite [09:40:51] you put your extensions directory into the root of your computer's filesystem? [09:41:06] twincest: that isnt it [09:41:08] ¬.¬ [09:41:19] that's not even possible, as it's shared hosting :) [09:41:27] and Moniker42 it says $IP/extensions [09:41:53] Moniker42: right. so you probably don't want that in require_once [09:42:26] Moniker42: the actual page you wanted was http://www.mediawiki.org/wiki/Extension:Cite/Cite.php [09:42:47] ah.... [09:43:02] *Moniker42 undoes his earlier actions and follows those instructions [09:43:15] twincest: if Ævar Arnfjörð Bjarmason said it is require_once then it is [09:43:18] actually, i only need to change localsettings [09:43:28] qsheets: huh? [09:43:39] i'm not saying not to use require_once. i'm saying the path being required is wrong [09:43:46] qsheets, i'm surprised my IRC client is willing to render those names :) [09:43:56] developer of MW and creator of extension [09:44:14] Moniker42: you shouldn't be [09:44:34] i know who avar is [09:45:10] twincest: it's Ævar [09:45:21] <(^^,)> [09:45:24] we call him avar, since that letter is harder to type (and avar is his IRC nick) [09:46:08] ... and you just pinged him 3 times [09:47:53] argh! [09:48:46] avar avar avar [09:49:12] avar: i'm mad at you [09:49:44] your cite extension made my Version page go blank [09:49:54] http://moniker42.com/wiki/index.php/Philosophy [09:50:03] it broke again /o\ [09:50:19] LMAO [09:50:36] Moniker42: do you know how to copy [09:51:00] of course... [09:51:17] ROFLMAO at Moniker42 [09:51:32] i take it i need all of the extra language TXT files, then? [09:52:01] NO [09:52:17] you made the Cite files wrong [09:52:22] Moniker42: copying the viewvc history isn't going to work. you need to download Cite.php and upload it to your web server [09:52:32] i did that... [09:52:36] yeah [09:52:44] Ævar Arnfjörð Bjarmason [09:52:46] no, you didn't. you copied the viewvc history page [09:52:47] oops [09:52:57] how the hell did i manage to do that? [09:53:00] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Cite/Cite.php?view=co [09:53:11] b/c you didn't pay attn [09:53:28] ... and http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Cite/Cite.i18n.php?view=co [09:54:13] If there's one thing I learned from hacking mediawiki it's not to release software [09:54:20] It escapes and leaves a bloddy trail of QA! [09:54:36] avar: can you help my cause? [09:55:19] I haven't poked that stuff for two years, I have no idea how it works:) [09:55:24] avar, you will be hounded to your deathbed with repeat questions and vague pleas for help [09:55:30] lol [09:56:35] hm, firefox is rendering one page as application/xhtml+xml, but the other as text/html, even though content-type for both is text/html [09:57:10] qsheets, i used the files you linked me to and i am still getting http://moniker42.com/wiki/index.php/Philosophy [09:57:44] Moniker42: the page you just linked looks fine to me. try a force reload [09:58:04] ah good [09:58:10] looks fine here too [09:58:27] yea, ctrl-f5... looks fine [09:58:58] and the references work too \o/ [09:59:20] Moniker42: better get to work... looks like you've got a lot of broken links [09:59:27] heh [09:59:33] those are all the lectures i haven't written up yet [09:59:44] and the exam is two weeks today! [10:08:34] more of mattis^ , just what the doc ordered [10:08:37] lol [10:09:10] are we to be treated with a third, do you think? :) [10:09:33] maybe if 1 times out ... [10:10:57] Moniker42: there are three [10:11:19] mattis^, mattis1, and mattis2 [10:11:35] ah, there's a mattis^ - because there are an exponential number of them :) [10:11:44] lol [10:50:56] 03grondin * r29142 10/trunk/phase3/languages/Names.php: Adding Kotava language (avk) [10:55:31] 03(mod) Show only other people's edits on Special:Contributions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12467 +comment (10hippytrail) [12:33:39] *Hojjat waves to Simetrical [12:34:10] 14(INVALID) High-precision block times are misinterpreted as time of day and duration - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8554 +comment (10huji.huji) [12:39:45] 03grondin * r29143 10/trunk/extensions/ (23 files in 23 dirs): Localisation updates for extensions from Betawiki (2008-01-01 10:00 UTC) [12:49:26] 03siebrand * r29144 10/trunk/phase3/languages/ (Names.php messages/MessagesAvk.php messages/MessagesKsh.php): [12:49:26] Revert changes for avk and ksh to previous version. [12:49:26] * avk has no language code yet (expected in early 2008) [12:49:26] * ksh update broke a lot of things (unmaintained) [12:55:59] 03(mod) Allow preventing blocked users from editing their talk pages ( case-by-case basis when $wgBlockAllowsUTEdit = true) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8440 +comment (10huji.huji) [13:05:54] 03siebrand * r29145 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesKy.php): [13:05:54] * remove messages from ky [13:05:54] * update RELEASE-NOTES [13:18:59] 03(mod) Kazakh message updates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12145 +comment (10alefzet) [13:19:23] 04(REOPENED) Kazakh message updates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12145 (10alefzet) [13:35:22] 03(NEW) New Patch to includes/EditPage.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12468 15enhancement; normal; MediaWiki: Page editing; (ermwiki) [13:41:14] 03(NEW) update to messagesid (1) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12469 15enhancement; normal; MediaWiki: Internationalization; (stanley) [13:43:15] 03(NEW) id localization of oversight extension - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12470 15enhancement; normal; MediaWiki extensions: Oversight; (stanley) [13:46:49] 03siebrand * r29146 10/trunk/phase3/languages/messages/ (14 files): Localisation updates for core messages from Betawiki (2008-01-01 14:30 CET) [14:01:11] 03siebrand * r29147 10/trunk/extensions/Oversight/HideRevision.i18n.php: (bugzilla 12470) Add Indonesian by borgx [14:02:45] 03(FIXED) id localization of oversight extension - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12470 +comment (10siebrand) [14:08:10] 03siebrand * r29148 10/trunk/phase3/languages/Names.php: Update local name for Sassarese to Sassaresu [15:18:53] simple question : how do I 'hide' the history tabs completely from anyone other than 'sysops' and above ? [15:19:16] a link in mediawiki will be helpful (I searched but didn't find :( ) [15:19:30] Hide only, or restrict? [15:19:45] hide so that no one can see the past history [15:20:00] of course sysops and above should be able to see it :) [15:20:19] ermm what did you mean by 'restrict' ? (english isn't my first language heh) [15:20:23] Well, hiding the history tab won't prevent anyone from going there directly [15:20:43] hrmm so I will have to restrict it right ? [15:20:48] And using diffs will let people see the history anyway [15:20:54] I doubt it's practically possible [15:21:19] ok this is the problem I have in hand now, and I am thinking of a way to circumvent it. [15:23:29] I manage a wiki where people post mIRC scriptlets/codes, since some of them may be harmful for users, I want to edit those harmful pages and hide the past history so that no one can copy them and use them (which may be used to harm other users) [15:24:28] A better solution is to delete those revisions [15:24:46] can I delete a particular revision onlly and not the entire page ? [15:24:51] only* [15:25:14] Not by default, but there are extensions [15:25:44] can you tell me an extension name so that I can use it ? [15:26:13] also the way to 'hide' the history tab (because none of them are wiki genius so that *might* work too heh) [15:27:34] I don't know the name, but I recall seeing it discussed, so I know it exists [15:28:02] hrmm so googling would help. can you tell me the way to hide the history tab ? [15:28:21] Modify the skin template [15:28:34] openbook.css ? [15:28:37] Axis, you should also check to see that your license agreement doesn't restrict your actions in this case.. (for instance, blocking history revisions might not be in accordance with your license) [15:29:06] Axis, you should read the faq regarding removing/adding tabs... [15:29:14] I will do that thanks :) [15:29:32] np [15:36:26] heh there should have been an extension for a pastebin type, there is one SMF integration (I use SMF for the forums) a pastebin would enable by whole site to be interlinked with MW [15:38:54] Anyone know what pywikipedia - "The bot framework only supports the "monobook" skin." actually means? For instance, does this mean I cannot use the mw help mirror script when using a different skin? [15:39:36] hrm. is it possible to force, for all users, the Search to look through the Image: namespace as well? [15:40:48] Morbus, I think they mention something about this in the faq somewhere... [15:40:59] Wiredtape: i just grepped the faq for "search" and didn't see it. [15:41:41] 03(mod) Disable upload on it.wiktionary for non sysop users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12466 +shell (10brovvnout+wikibugzilla) [15:43:17] Morbus, I remember I saw it somewhere, ill let you know if I rememebr [15:43:24] thankee. [15:43:59] I tryed making short pretty paths on my new wiki instal, and now i can't get anything working. I deleted all of the .htaccess settings i entered and i deleted the variabes i entered in LocalSettings.php [15:44:10] any idea how i can make my site work again [15:44:27] right now i get no response but a white page [15:44:42] that'd tend to mean you have a syntax error in your LocalSettings.php. [15:44:50] view your apache error log, and hope that php error reporting is enabled. [15:45:13] ok [15:46:51] 03(FIXED) Disable upload on it.wiktionary for non sysop users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12466 +comment (10jeluf) [15:46:59] can i view the aqpache error log when im not root? [15:47:07] usually, yes. [15:47:13] depends on the host. [15:47:56] is there a ssh command to find out where it is or to simply open it? [15:48:14] ouch. [15:48:28] well, at first, you coulud carefully check yoru LocalSEttings.php [15:48:36] make sure you have quotes, semi-colors, etc., as needed. [15:48:49] the apache error log /may/ tell you more. it really depends if php is configured /to/ tell you more. [15:48:56] yes [15:49:03] generally speaking, the error log is stored in /var/log/apache or /var/log/httpd or /var/log/httpd2 [15:49:04] MrBichel, when entering your url, what do you get? [15:49:07] but it could be any number of other places. [15:49:43] im quite sure its returned to the previus working state since i simply used ctrl + z in my code editor and saved to my server again [15:50:15] www.wiki.accidentdesigns.com - see for yourself [15:50:31] ah, yeah, i see a parse error. [15:50:37] it returns an error in an extension now [15:50:37] not just a "white screen". [15:51:10] if i remove the extensions and the links to them from localsettings.php it returns a white screen [15:51:28] MrBichel, I first recommend you fix the error that you have. [15:51:38] but is there an error [15:51:46] that extension where working fine previusly [15:51:57] and i havent changed anything relating to that [15:52:32] ok, than disable extension and show me what you get. [15:52:49] then tehre is a white screen [15:53:10] see http://wiki.accidentdesigns.com/ [15:54:34] what i modified is $wgArticlePath, $wgUsePathInfo and my .htacces [15:56:15] MrBichel, obviouslly something in your settings is wrong. Can you pastebin your articlepath/usepath and htaccess? [15:56:29] my previus or my current? [15:57:52] current [15:58:17] htaccess: AddHandler php5-script .php¨ [15:58:41] $wgArticlePath, $wgUsePathInfo - i simply removed both of them from my script [15:58:48] is there literally a quote on the end of that? [15:58:50] as they were removed before [15:58:56] cos that'd be one syntax erorr. [15:59:15] MrBichel, what is your script path as well? [15:59:19] yay [15:59:21] $wgScriptPath [15:59:23] there was a quote! [15:59:29] thanks for noticing me now it works [15:59:46] hehe sometimes probles are much simpler than you think :) [16:00:52] hi [16:00:59] hi [16:01:28] I'm trying to get Short URLs works but AFAIK there is no way to have them without have a .htaccess file (or change the web server configuration) [16:01:49] correct. [16:01:53] i'm working on a shared hosting which don't allow to use .htaccess T [16:01:58] s/T/ATM/ [16:02:14] so i assume i can't make short URLs works in any way, right? [16:02:48] does index.php/Monkey work? [16:03:21] indeed i get the main page [16:03:23] what happens if you don't request anything - you just go to / or wiki/? [16:03:29] you get the main page? not a page for Monkey? [16:03:34] yes [16:03:49] yeah, then there's no way ;) [16:04:01] you don't even have path info magick. [16:04:32] clamiax, it sounds weird that your shared hosting doesn't allow .htaccess? [16:04:36] mmh.. is it "clean" to change the index.php file by redirecting the page? [16:04:40] are you sure..? [16:05:04] Wiredtape: yes, it wants i "spam" their sites in order to get virtual money and allow me to buy the htaccess service [16:05:07] Wiredtape: i've seen a few companies that don't do that. primarily due to FUD of security problems. [16:05:10] Wiredtape: i'm on Altervista.org. [16:05:16] oh. that's even worse. [16:06:16] lol... well than I guess that's just the way it is.. and I wouldn't suggest changing index.php, 1) it might change with an update 2) it might cause problems which you can't forsee, in terms of scripts/extensions/includes and anything else [16:06:43] i think i can easily redirect the page by using $_GET['title'] [16:07:50] i have just to replace "/Page_name&bla..bla" with "/index.php?title=Page_name&bla..bla" [16:07:58] it's a solution like others, i think. [16:08:19] try.. :) [16:08:24] hope it works. [16:08:30] me too, THX ;) [16:11:20] A smart question from a stoopid person: What file contains the code that that returns the link opened when a user clicks on the "Powered by MediaWiki" logo? I am happy with the logo; just need to change the link; found nothing in the FAQ that revealed where this is. [16:12:54] EUREKA! - it is C:\wamp\www\mywikipedia\includes\Skin.php - Does anyone know of a place within the software to override, so I need not mess with the file itself? [16:13:17] (Thank you Windows Grep.) [16:14:46] Steev43230, it probably can be changed within the skin you use. However, you will need to look into it.. try the footer section. [16:15:37] Would this change be done in Common.js, Common.css, or some such? In other words I would like to make the change from within the wiki if possible. [16:15:39] you can also look in Special:Allmessages [16:16:03] Didn't find anything in Allmessages [16:17:23] Steev43230, afaik, only within the skintemplate, or skin itself... (however, I might very well be wrong) [16:18:18] OK - so I guess I would have to change it in Skin.php since I cannot find the code anywhere else. [16:18:34] i bet you could change it via Common.js. [16:18:54] it'd involving listening on that particular onClick and window.href elsewhere. [16:19:13] *Morbus roots around. [16:19:27] Could I just put this into Common.js?:function getPoweredBy() { [16:19:29] global $wgStylePath; [16:19:30] $url = htmlspecialchars( "$wgStylePath/common/images/poweredby_mediawiki_88x31.png" ); [16:19:32] $img = 'Powered by MediaWiki'; [16:19:33] return $img; [16:19:35] } [16:19:38] no [16:19:40] That's the code from Skin.php [16:20:00] you'd get a dupe function complaint, i'd think. [16:20:26] $15K for an IT degree from IT and a str8-A average = Nothing sticks [16:20:33] from DeVry I mean [16:21:43] that's PHP, Common.js is for javascript [16:21:49] exactly :) [16:22:13] Yeah, realized that after I pressed [16:37:05] 03(mod) Create Crimean Tatar Wikipedia (approved by subcommittee) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12399 (10alessandro_gor) [16:42:03] 03(NEW) Request: Enable Alias WP: -> Wikipedia: for the German Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12471 15enhancement; low; Wikimedia: General/Unknown; (saibot834) [16:58:41] is it possible to put a video within a MW page? [17:00:26] 03(mod) Request: Enable Alias WP: -> Wikipedia: for the German Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12471 +shell (10robin_1273) [17:04:04] gongoputch: there are a number of flash/video/service related extensions that do that. [17:05:07] Morbus: is there an extension locator, or is google my best bet? [17:05:17] there's an extension matrix on mediawiki.org. [17:05:24] thnx [17:05:25] see Extensions in the sidebar. [17:13:10] 03(mod) Focus cursor in search box when accessing search page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9939 +comment (10johan.m.bergman) [17:24:38] is there a way to define a usergroup (like sysop, but with fewer rights) so that one can protect a page from edits by normal users? Or do I (still) have to stick to some extension for this? [17:27:39] 03grondin * r29149 10/trunk/extensions/ (26 files in 25 dirs): Localisation updates for extensions from Betawiki (2008-01-01 15:30 UTC) [17:31:35] Hi there [17:34:11] jamasi, sure, you can give the protect right to any group. [17:34:42] hi there... fox ;) [17:34:53] hmm, how would I create a new group? [17:34:55] jamasi, set $wgGroupPermissions['protect']['protect'] = true; in LocalSettings.php and then assign people to the "protect" group. [17:35:02] (using Special:Userrights) [17:35:04] ok [17:35:43] how do I start a line with '#' for example, I am trying to start a sentance with an irc channel name '#channel' but it comes out as a numbered list, '1. channel' [17:36:10] Kitsune_, # [17:36:36] oh, fairly straight forward. thanks [17:37:35] can anyone explain me what wfProfileIn('') does? [17:37:43] Simetrical, shouldn't it be $wgGroupPermissions['protect']['edit'] = true; ? [17:38:14] jamasi, er, no? You want the 'protect' group to have the right to protect pages, right? [17:38:34] Or is it that you want them to be able to edit protected pages? [17:38:57] no, I want to protect some pages and have the "protect"-group to be able to edit those. [17:39:17] how do you format code as code in wikimarkup ? [17:39:27] but I do not want that group to be able to edit all protected pages. [17:40:30] jamasi, ah. You want something like this: $wgRestrictionTypes = array( '*', 'autoconfirmed', 'editprotected', 'sysop' ); $wgGroupPermissions['editprotected']['editprotected'] = $wgGroupPermissions['sysop']['editprotected'] = true; Then choose the "editprotected" protection level when protecting a page, to allow only editprotected users and sysops to edit it. [17:40:51] jamasi, note that adding extra $wgRestrictionTypes has not been extensively tested and it's plausible that it would break somewhere, but it *should* work. [17:41:20] ok, I'll try [17:41:42] comperr, start the line with a space, or use or
.  You may also be interested in the SyntaxHighlight_GeSHi extension.
[17:41:52] 	thank you siebrand 
[17:41:56] 	* Simetrical 
[17:42:24] 	Why don't IRC clients interpret autocomplete by autocompleting to the last person with that prefix to speak?
[17:42:29] 	It seems like a far more sensible idea.
[17:42:59] 	hehe
[17:43:00] 	03grondin * r29150 10/trunk/extensions/Translate/MessageGroups.php: Correcting export file for BlockTitles
[17:43:07] *Simetrical 	idly ponders patching XChat, but would be far too lazy
[17:43:19] 	Simetrical, write a mod for it
[17:43:24] 	lazy programmers?
[17:43:29] 	I'm working on xchat-php so I'll add it :D
[17:43:32] 	jamasi, actually, you want to set $wgRestrictionTypes = array( '', 'autoconfirmed', 'editprotected', 'sysop' );, sorry.  '' instead of '*'.
[17:43:44] *Simetrical 	just actually looked at the default value
[17:43:58] 	Simetrical, thx
[17:55:44] 	Are we not due for a new release?
[17:56:02] 	yay! Support for PHP 4 will be discontinued at 2007-12-31
[17:57:21] 	Simetrical, it's not working adding "editprotected" to the array just gives more boxes on the protect-page but not more entries in those.
[17:58:12] 	let's have a look at the source.
[17:58:37] 	(I think the array has to be setup in another way.)
[17:59:00] 	VasilievVV: Did brion sanction this?
[17:59:38] 	MinuteElectron: no, but I don't think we should support PHP4 anymore, if it is no longer supported
[18:00:04] 	hey how can i figure out the emails  from the user which are reg. on my wikimedia?
[18:00:15] 	Though I will keep it here until brion says ok
[18:00:18] 	VasilievVV: It may have reached EOL, but to my knowlege they will still be releasing security fixes for a while.
[18:00:26] 	Yeah, I think that is a good idea.
[18:00:55] 	They won't release any fixes of PHP4
[18:01:05] 	Oh, fair enough.
[18:01:06] 	"After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08."
[18:01:12] 	Yeah
[18:01:18] 	VasilievVV: :D
[18:01:52] 	hey how can i figure out the emails  from the user which are reg. on my wikimedia?
[18:03:58] 	bango, look in the database.
[18:04:38] 	Simetrical, the right array seems to be $wgRestrictionLevels
[18:04:54] 	Blah, of course.
[18:05:05] 	That's what I meant, of course.  :)
[18:06:49] 	now I'll have to find the way to give this level a readable name (I suppose wfMsg is used)
[18:07:43] 	jamasi, yes, there's a special message for it, hunt around on Special:Allmessages.
[18:09:04] 	03(mod) Request: Enable Alias WP: -> Wikipedia: for the German Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12471  (10raimond.spekking)
[18:09:16] 	jamasi, looks like protect-level-editprotected (or whatever privilege you chose).
[18:09:49] 	so Mediawiki:Protect-level-xxx
[18:09:59] 	Yeah.
[18:11:30] 	do you think it's a good idea if I document this on http://www.mediawiki.org/wiki/Manual:%24wgRestrictionLevels ?
[18:11:38] 	Yes, probably.
[18:27:04] 	done. and it's working
[18:27:08] 	03siebrand * r29151 10/trunk/phase3/languages/messages/ (7 files): Localisation updates for core messages from Betawiki (2008-01-01 18:23 CET)
[18:30:35] 	i know i ask again.. but i don't understand the wfProfileIn() function, do i need to use it for my extension?!?
[18:31:07] 	Asga, no.
[18:31:10] 	It's used for profiling.
[18:31:28] 	okay
[18:31:29] 	If you don't need to measure your extension's performance relative to the system, you don't need it.
[18:31:34] 	Relative to the core, whatever.
[18:31:49] 	Ah its just for performance checking?
[18:33:06] 	Yes.
[18:38:05] 	thanks :)
[18:40:17] 	getting on well with this wiki :P
[18:40:33] 	only I seem to have some trouble uploading png images...
[18:40:50] 	The file is either empty, or corrupt, it says.
[18:41:15] 	I've only tried uploading from a linux machine, so it's an unix path format, however, gif files uploaded properly
[19:31:54] 	03(mod) Special:MergeAccount crashes when database locked - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10925  (10gangleri)
[19:38:39] 	03(mod)  Show a second password entry box after the correct password is entered but on a non-home account - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11982  (10gangleri)
[19:42:38] 	Simetrical:  It does still work, it just doesn't work for some of the stuff on Wikipedia that exploited "bugs" in the parser.
[19:43:01] 	MinuteElectron, it doesn't work properly in all cases, it breaks sometimes.  This is why it's disabled on the Wikimedia sites.
[19:43:03] 	AFAIK.
[19:43:09] 	Oh, right.
[19:43:20] 	It also might break usage of bugs in the parser, but if that were the case we'd enable it and tell everyone to fix the bugs.
[19:43:22] *MinuteElectron 	stares at TimStarling...
[19:43:38] 	*stares intently
[19:43:43] 	Simetrical: Aye
[19:47:45] 	hiya guys!
[19:47:56] 	how do i change skins for my media wiki
[19:48:03] 	or edit a template thing
[19:50:47] 	have a look at the skins-folder
[19:51:06] 	it's just css+php
[19:55:19] 	03(NEW) Signature button in edit toolbar should not include leading dashes - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12472 15enhancement; normal; MediaWiki: General/Unknown; (rememberthedot)
[20:06:15] 	03(FIXED) Request: Enable Alias WP: -> Wikipedia: for the German Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12471  +comment (10jeluf)
[20:06:37] 	03(mod) New:=?UTF-8?Q?=20=C2=AB=20special?=: =?UTF-8?Q?MergeAccount=20=C2=BB=20fails?= =?UTF-8?Q?=20on=20shared=20email=20acco?==?UTF-8?Q?unts?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12473  (10N/A)
[20:07:48] 	jamasi is back!!!!!!!!!!!!!!!!!!!!!!!!!!!
[20:09:27] 	03(FIXED) Change project name for vo.wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12460  +comment (10jeluf)
[20:13:17] 	03(FIXED) Add new namespaces to Russian Wikinews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12398  +comment (10jeluf)
[20:16:04] 	03(mod) Request: Enable Alias WP: -> Wikipedia: for the German Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12471  (10N/A)
[20:16:23] 	jamasi: you there??????????/
[20:18:34] 	qsheets, yes
[20:20:17] 	usually I'm here, but most of the time it's just my bouncer idling but if there's something you can also use my contact page@mw.org
[20:21:11] 	jamasi: take a look at http://mwtesting.gotdns.org/wiki/Special:IRC
[20:26:06] 	those warnings are to be ignored, I suppose.
[20:26:50] 	is it possible to embed a java applet within a MW page?
[20:27:09] 	the rules and faq-links open nice popups. but there's no text in there despite the close button.
[20:27:42] 	gongoputch, yes it is. qsheets and my IRC-extension do this.
[20:27:51] 	http://www.mediawiki.org/wiki/Extension:Java_Applet   ?
[20:28:06] 	jamasi: yea? great. URL?
[20:28:56] 	jamasi: there's a problem w/ my server  seeing itself
[20:29:00] 	03(mod) UTF-8 encoding problem related to the "user=" =?UTF-8?Q?=20parameter=20at=20=C2=AB=20coun?==?UTF-8?Q?t=5Fedits=20=C2=BB?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12053  (10gangleri)
[20:29:07] 	gongoputch, e.g. http://www.mediawiki.org/wiki/Extension:PJIRC
[20:30:04] 	thnx!
[20:30:18] 	biased info
[20:30:25] 	<(^^,)>
[20:31:40] 	brb
[20:36:20] 	03(FIXED) Patrolled edits from admin only to autoconfirm. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10382  +comment (10jeluf)
[20:43:50] 	Hello
[20:52:57] 	Is there a way to set the sort order of Special:Wantedpages?
[20:54:31] 	Steev43230, I expect not.
[20:55:40] 	Steev43230: it auto sorts by number of links
[20:56:06] 	how do you, for a single page (namely the Main Page)
[20:56:21] 	remove the edit tags, so that they do not display, but not disable editing of the page?
[20:56:29] 	as such, just hide the edit tags
[20:58:06] 	you can either use __NOEDITSECTION__ or simply not use 

=H1= ==H2== ===H3=== [20:58:48] ok, thanks. [20:59:02] Just wasn't wanting to use any mroe messy CSS hacks [20:59:29] http://meta.wikimedia.org/wiki/Help:Magic_words#Other [21:05:31] 03(mod) action=query, list=search API not working - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10908 (10smparkes) [21:18:58] 03(FIXED) Grant "autopatrol" right to older users on French Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8904 +comment (10jeluf) [21:31:01] JeLuF: shouldn't there be two Ls in autopatrol[l]ed and patrol[l]er(s)? [21:33:01] should there? [21:33:22] for consistency, I mean [21:33:28] http://www.google.com/codesearch?num=100&q=package%3Asvn.wikimedia.org%2Fsvnroot%2Fmediawiki%2Ftrunk+patroler [21:33:31] http://www.google.com/codesearch?num=100&q=package%3Asvn.wikimedia.org%2Fsvnroot%2Fmediawiki%2Ftrunk+patroller [21:33:55] "patrolled", "patroller", etc. are with two L's. [21:35:00] the next groups that I'll create will have names like g2428... [21:35:54] You misspelled it, it should be g2426. [21:36:56] 03(FIXED) Foundation favicon - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10475 +comment (10jeluf) [21:38:24] yay, the number of shell requests is under 60 *sigh* [21:38:27] JeLuF: Shouldn't that private blog entry you're currently typing say "Mood: Par[a]noid. Subject: They keep second guessing me, they're [in] my head!" ? [21:39:56] what's "second guessing"? [21:40:38] *JeLuF <- not a native speaker, does not understand clever jokes [21:40:58] challenging decisions you make [21:41:36] presroi: Gut, dass Du da bist, die mobben mich hier! [21:41:42] JeLuF, http://www.thefreedictionary.com/second-guess [21:41:44] question and challenging everything including the need to question and challenge everything [21:42:32] darkcode: I disagree with your interpretation (heh) [21:43:18] http://en.wiktionary.org/wiki/second-guess too [21:43:20] that wasn't about interpretation, just some random quote I think [21:44:27] 03(mod) Provide preference-based autoformatting for unlinked dates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4582 (10l8qjvx002) [21:44:45] LeetEnglish for MediaWiki 101 [21:45:57] Splarka: http://rafb.net/p/X9HjfI42.html [21:54:02] 03(FIXED) Create patroller group on Russian Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12116 +comment (10jeluf) [21:54:15] I am far worse at php than you are at english clever jokes [21:54:32] just check the spelling :-) [21:54:36] Hola. :) [21:54:52] oh, that's a diff, okay, so *** is added, --- is removed? [21:55:02] Oberoten: Que t'al? [21:55:25] looks good [21:55:37] ... frankly? I have no idea. :) The whole "Hola" thing is something I picked up from my ex whom was a Texican/Mexican :) [21:56:01] Bah, non-unified diff! [21:56:02] I am looking for a bit of help on #expr though. [21:56:15] Oberoten, ask away. [21:56:26] I am trying to make a template that gives speeds in m/s out of Km/h or Miles/h [21:56:41] ... thought it looked all straight-forward at first. [21:56:45] Of course... it wasn't. [21:57:18] {{#expr: (( {{{Speed}}} / 3.6 )) }} M/s [21:57:24] ... didn't work for some reason? [21:57:59] well, if you're going to do either km or m... you should have two variables, or a second 'switch' variable [21:58:15] In should be KM/h [21:58:30] eg {{{mph}}} and {{{kmph}}} with an {{#if:}} [21:58:44] And the converted values out should be given in Mp/h and M/s [21:59:02] .... I haven't even gotten started on #if yet... :) [21:59:06] heh [21:59:33] does it only fail on the template page itself? or when transcluded? [21:59:44] (( So glad I run a sandbox Wiki on this computer... I have managed to break it so many times it is silly. )) [21:59:50] It failed on both. [22:00:33] too many parenthesis [22:00:43] removing one set lets it work [22:00:50] ^parentheses [22:00:56] ... .. Oookay. [22:01:11] Thanks. :) And for some reason that made me feel completely silly. :) [22:01:21] http://test.wikipedia.org/wiki/Template_talk:Meterspersecond [22:01:29] Yeah... Now it works. :) [22:01:34] Thank you. [22:01:49] also you should have a fallback, like {{{Speed|0}}} [22:02:01] Ahh! :) VERY nice. :) [22:02:13] then you don't get big red warnings [22:02:43] Yeah. :) Now it works as it should... [22:02:50] *eyes* Which brings up my second question. [22:03:01] ... it is Ceil or Floor to round things, right? [22:04:11] ... I need an extension to the parser it seems. [22:07:52] Oberoten: you can use the 'round' operator in #expr [22:08:12] Thanks. :) [22:08:47] http://meta.wikimedia.org/wiki/ParserFunctions#.23expr: [22:08:58] see also: http://test.wikipedia.org/wiki/Template_talk:Meterspersecond [22:10:08] Thank you so much. :) J [22:10:21] I think that pretty much answers all I need to ask tonight. [22:10:25] np [22:10:26] once again many many thanks. :) [22:10:53] My girlfriend will be happy when I stop obsessing about it. :) [22:18:34] 03(mod) Disable upload on it.wiktionary for non sysop users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12466 (10federicoleva) [22:34:11] 03(NEW) mw-anon-edit-warning CLASS, also on previews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12474 15enhancement; normal; MediaWiki: Page editing; (jidanni) [22:35:47] 03(FIXED) Enable patrolling and create patroller group on huwiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12085 +comment (10jeluf) [22:40:31] 03(mod) Enable patrolling and create patroller group on huwiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12085 (10jeluf) [22:43:26] 03(mod) Protecting pages in the Arabic Wikipedia - column lock checkbox misaligned in RTL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9316 (10gangleri) [22:50:10] JeLuF: I see you fix a lot of bugs about Wikimedia requests. May I ask why bug 10727 is not yet done? There was a little discussion etc, but the last comment should be the right code. [22:52:08] 03(mod) New:=?UTF-8?Q?=20BiDi=20issue=20with=20rend?= =?UTF-8?Q?ering=20of=20=C2=AB=20non=20textu?= =?UTF-8?Q?al=20entities=20=C2=BB=20?=: Firefox and Opera fail but Konqueror does not - 10https://bugzilla.mozilla.org/show_bug.cgi?id=410425 (10N/A) [22:52:09] 03(mod) RTL/bidirectional issues (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=745 (10gangleri) [22:52:13] 03(mod) Mozilla issues (Gecko, Firefox) (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1381 (10gangleri) [22:52:19] 03siebrand * r29152 10/trunk/phase3/languages/messages/ (11 files): Localisation updates for core messages from Betawiki (2008-01-01 23:49 CET) [22:56:07] 03(FIXED) Setup new groups in no.wikipedia and access to Special: Userrights - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11509 +comment (10jeluf) [22:58:14] SPQRobin_: Because noone did it yet. [22:59:43] JeLuF: could you please do it? we're waiting for it for a long time. [23:00:10] not tonight. It's already midnight and I have to get up at 6. [23:03:09] 03(mod) mw-anon-edit-warning CLASS, also on previews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12474 +comment (10Simetrical+wikibugs) [23:09:38] 03siebrand * r29153 10/trunk/extensions/ (16 files in 13 dirs): Localisation updates for extension messages from Betawiki (2008-01-01 23:54 CET) [23:19:52] is it possible to embed an SVG image in a frame within a media wiki page? [23:22:47] 03(mod) mw-anon-edit-warning CLASS, also on previews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12474 (10N/A) [23:23:14] gongoputch, MediaWiki doesn't allow the use of frames, normally. You'll need an extension, unless you want to allow raw HTML. [23:23:54] Is the way to get a list of licenses at the bottom of the upload form an extension or part of the core code? [23:24:37] 03(mod) mw-anon-edit-warning CLASS, also on previews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12474 +comment (10roan.kattouw) [23:25:46] MinuteElectron, can't you just get it from the same place as the upload form? [23:25:48] wfMsgExt( 'license', array( 'parseinline' ) ) [23:26:07] Thank you. [23:26:23] Wait [23:26:23] er, wait, it is MediaWiki:Licenses [23:26:28] ahh, kk [23:26:29] :) [23:26:30] heh [23:27:04] see /includes/Licenses.php [23:27:11] Thank you. [23:27:29] *Splarka went off half pluralized [23:28:18] Is there a way to modify messages in the code, like by modifying MessagesEn.php - but without actually editing the source code? [23:29:33] MinuteElectron: almost all messages are accessible via the wiki itself in the Mediawiki namespace - see Special:Allmessages [23:30:04] BrokenArrow: Yeah, but I want to programatically preload MediaWiki:Licenses with some stuff. [23:31:01] My clients requirement is to be able to have box at the bottom of upload form that lists all categories and allows you to categories the image before upload. [23:31:22] I am planning to do this by hacking the license system, but need to be able to access it from within the code. [23:31:45] the MediaWiki:Licenses translation is horridly abused already with &uselang=fairuse type silliness on many wikimedia projects [23:32:07] Yeah... but I need to do it programatically. [23:32:13] 03(WONTFIX) mw-anon-edit-warning CLASS, also on previews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12474 +comment (10Simetrical+wikibugs) [23:42:00] ok, bye bye [23:50:45] hi all, happy new year. Anyone here do any coding with the MediaWiki perl module? This module lets you do stuff as a client on mediawiki sites at a bit higher level than having to screen scrape the html you get back [23:50:48] I am finding that I want finer granularity over the block function and am wondering about whether anyone else has done that. [23:51:56] lar, the more common tool is pywikipediabot. [23:51:59] specifically I want to autoblock using it... my question more specfically would be about if I just set value="1" for the field "wpEnableAutoblock" (this is what it defaults to on the block form) would that do it. [23:52:14] I'm not a python coder. I have a fair bit invested in my perl func already and I know perl. [23:52:15] Try it and see? I don't know offhand. [23:52:41] yes I plan to try it and see but I'm as you know quite lazy so if someone already did it... :) [23:53:18] as we're talking about bots atm. which bot can be used to rename categories? [23:53:47] I think the AIV Helperbot was written with it, so I might ask the author there, their page says they made a custom version of the MediaWiki module... http://en.wikipedia.org/wiki/User:HBC_AIV_helperbot/source [23:53:55] but of course that bot doesn't do any blocking :) [23:53:56] (and is there any documentation on installing it) [23:54:12] this is for a small wiki that's getting hit with a lot of vandalism again... [23:55:53] jamasi: if any can, probably pywikipedia [23:56:02] it includes lots of 'example' bots for common maintenance tasks [23:59:09] if you have no python/perl preference it (pywikipedia) is undoubtedly is a good approach, as it's widely used, and lots of people can answer questions about it. [23:59:20] so I agree with twincest there [23:59:41] the downside of pywikipedia is it'll eat all your memory and then ask for more [23:59:57] people run it on the toolserver, it's common to see a single script using 500MB+