[00:33:33] hi [00:34:03] *Furry_Fury looks around... [00:34:17] hello? [00:34:49] hi [00:35:01] yay someone is there [00:35:03] ok [00:35:14] i want to ad javascript to a page [00:35:19] sorry [00:35:28] i'm just a newbie user [00:35:46] gahh.. [00:35:47] the hi was not so useful [00:35:49] i gtg [00:35:56] hehe [00:39:02] Furry_Fury[afk]: what kind of js? [00:52:28] just a countdown timer [00:53:01] i figured if there was a way to use javascript i wouldnt have to learn a whole new language [00:53:39] http://www.wikia.com/wiki/User:Splarka/tricks#Countdown_timers [00:55:01] i know how to use javascript i dont what i dont know is how to make the page accept it [00:56:34] the script tag doesnt work... [00:57:08] you put it in the site-wide JS [00:57:18] MediaWiki:Common.js for example [00:57:41] but just knowing that and "how to use javascript" isn't always enough for a wiki ^_^ [00:57:56] for example, you need to use addOnloadHook() to run code after document load [00:58:15] how to go into specialrights page? [00:58:16] which is an omnibrowser safe alternateive to body.onload [00:58:54] what if i want to create new group .. and assign user to it..? how can it be done in mediawiki? [00:59:12] !userrights [00:59:12] --mwbot-- For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [00:59:32] ty [01:00:47] how to i open the file? [01:01:19] not a file, is a page [01:01:30] click Special:Specialpages in the toolbox on the wiki [01:01:49] and then click "System messages" in that list [01:02:29] ok [01:02:31] then what [01:02:44] look for MediaWiki:Common.js [01:03:03] (or in an older version: MediaWiki:Monobook.js) [01:03:26] ok... [01:03:55] do i change the actuly page in editing? [01:04:12] well, Common.js gets loaded on every page load in a [01:21:46] lol [01:21:50] ok. fine [01:22:50] is there any way to make a dynamic change like a countdown? [01:22:55] withotu js? [01:23:29] i know i can make a timer, but if it doesnt change [01:23:33] then.. [01:23:38] it kinda usless [01:28:46] wait.. [01:28:55] i cant even define variables ? [01:29:29] and whats with all the "extensio" crap.. [01:31:50] http://meta.wikimedia.org/wiki/Help:ParserFunctions#.23time: [01:32:10] http://meta.wikimedia.org/wiki/Help:Magic_words#Variables [01:32:44] http://en.wikipedia.org/wiki/Special:Version#Installed_extensions [01:36:13] so for example: [01:36:20] {{#expr: {{#time:U|1 April 2009}} - {{#time:U}}}} seconds until April 1st! [01:37:12] great but it doesnt change until i refresh the page.. [01:37:31] indeed [01:37:59] is is there any way to make change? [01:38:21] disable caching, but they won't do that on wikipedia [01:38:24] http://toolserver.org/~leon/stats/reqstats/reqstats-weekly.png [01:39:17] so... [01:39:23] they serve 52k requests per second peak [01:39:27] grr... [01:39:48] in javascript the page doesnt need to refresh for it to change [01:39:50] and only about 3.8% of those require back-end apache access [01:41:50] "{{#expr: (({{#time:U|1 April 2009}} - {{#time:U}}) / (60*60*24)) round 0 }} days until April 1st" [01:42:12] with day grainulairity it isn't *too* bad [01:42:50] just action=purge your page once a day [01:43:26] if you need more than that, you'll have to link offsite, or convince the english Wikipedia it needs a general method of including javascript countdown timers on pages [01:46:25] hmm let me play around a bit.. [01:46:45] how do you download? [02:05:32] is a there s quick round down command [02:06:04] {{#expr: 123.456 round 0}} [02:06:17] yes but i always want it to round down [02:06:19] or you mean a floor? [02:06:34] so 2.99 = 2 [02:06:49] http://en.wikipedia.org/wiki/Template:Floor [02:07:09] cool ty [02:07:12] hmm, seems supported in #expr now [02:07:22] that save me alot of code [02:07:23] {{#expr:floor(2.99)}} [02:07:58] http://en.wikipedia.org/w/index.php?title=Template:Floor&diff=211525048&oldid=177697164 [02:08:03] that is what they had to do before [02:10:22] that command just changed [02:10:23] {{#ifexpr:{{#expr: (({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24)) round 0 }} > {{#expr: (({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24)) }}| {{#expr: ((({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24))round 0) -1 }}| {{#expr: (({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24)) round 0}}}} days [02:10:25] into [02:10:26] this: [02:10:28] {{#expr: {{floor |({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24) }} }} [02:10:50] is there a possibility of a "shortcut" of a lengthy code other than templates or variables ? [02:11:07] there arnt any varibles ... [02:11:14] which really annyes me [02:11:26] but there is an extention calles Variables [02:11:30] called* [02:11:41] yeah but what if ur editing an erticle [02:11:45] article [02:12:40] the problem is: I have a code fraction which has the vertical bar in it [02:12:45] i really want to use varibles [02:12:47] soo bad [02:13:06] the {{!}}-substitution works otherwise well, but somehow not in this case [02:13:41] unfortunately that vertical bar messes up the table in which it is used [02:14:08] so I tried it via a template [02:14:27] but a template in a tables also doesn't work well [02:14:48] why cant i just do this : [02:14:50] {{#expr:{{#time:j g i s|17 June 2008}} - {{#time:j g i s}} }} [02:15:08] that would be so nice... [02:46:45] <[Ex0r]> anyone know where the pages are stored at in the db ? [02:47:00] <[Ex0r]> My main page is linked in searchindex, but it's not listing it as the mainpage [02:47:14] is it possible to do a wildcard search in the mediawiki search box? [02:48:34] <[Ex0r]> i have a page in page called Main_Page, but the wiki says that the main page link doesnt eist [02:48:36] <[Ex0r]> exist* [02:48:47] <[Ex0r]> so I have to find out where in the db the content for it is stored and check the id [02:49:46] <[Ex0r]> under searchindex is some identical content for the main page, but it's not got any formatting on it [02:50:25] it exists in many different tables iirc [02:50:36] the revisions table contains the main content though, I think [02:51:53] <[Ex0r]> i checked in there, that's for where page edits take place [02:56:17] <[Ex0r]> great, I restored a backup of my db and now all my links are screwed up [02:56:49] <[Ex0r]> anyone know how to fix them ? [02:57:12] <[Ex0r]> Not all of them are broken [02:59:36] screwed up in what way? [02:59:51] <[Ex0r]> as in they dont display now [02:59:58] <[Ex0r]> it says this page has no text [03:00:13] so by "links" you mean pages? [03:00:18] <[Ex0r]> yeah [03:00:32] <[Ex0r]> It's an exact copy from a working backup [03:00:52] <[Ex0r]> that I imported into a new mediawiki install (same version), and the pages aren't linking correctly. [03:00:59] well, the first thing you should know is that titles are case sensitive, so [[Main page]] is different to [[Main Page]] [03:01:20] you can see a list of pages in the database using [[Special:Allpages]] [03:01:28] that shows you the pages in the page table [03:01:39] <[Ex0r]> Right, but it's an exact db dump so it shouldn't affect any of that [03:01:45] the page table is linked to the revision table, and the bulk text is stored in the text table [03:01:45] <[Ex0r]> it all should come right back up the same it did [03:02:17] page.page_latest -> revision.rev_id, revision.rev_text_id -> text.old_id [03:03:02] <[Ex0r]> So than question. If they are all linked INSIDE of the db, why does it suddenly not work? [03:03:11] <[Ex0r]> When it's an dump of a working wiki ? [03:04:50] do you want me to use my telepathic powers to look inside your server? [03:05:22] <[Ex0r]> What I am failing to realize is how two exact setups act nothing alike [03:05:34] <[Ex0r]> the second wiki install isn't retrieveing the tables correctly [03:05:36] well, they're probably not exact copies [03:05:52] <[Ex0r]> Both were setup exactly the same way [03:05:56] <[Ex0r]> and both use the exact same database [03:06:11] the task is to find out what's different about them [03:06:40] <[Ex0r]> Except for the fact that one is mysql4 and one is mysql5, nothing else is different [03:07:16] so you say the main page is missing, is that right? and the title is [[Main Page]]? [03:07:19] in english? [03:07:37] <[Ex0r]> No, the title is called Main_Page [03:07:54] and does that page show up in Special:Allpages? [03:08:00] <[Ex0r]> as is the name of the title in the db [03:08:02] <[Ex0r]> yes, it does [03:08:56] <[Ex0r]> Wait, the title is called Main Page, not Main_Page [03:09:02] same thing [03:09:21] <[Ex0r]> k [03:09:24] <[Ex0r]> than yes, it's listed [03:09:39] <[Ex0r]> As are all the other tables that I am trying to view and they say have no data [03:09:49] so when you follow the link to that page, it shows a "page does not exist" message [03:09:58] <[Ex0r]> yeah [03:10:00] what happens when you click "edit" on that page? [03:10:10] <[Ex0r]> Well, it doesn't anymore [03:10:18] <[Ex0r]> because I clicked edit and made changes to it [03:10:48] so it was blank before you made changes to it? [03:10:54] <[Ex0r]> yes [03:10:57] <[Ex0r]> for some reason [03:11:04] <[Ex0r]> even though if you click random page [03:11:11] <[Ex0r]> the main_page ends up eventually showing up [03:11:31] <[Ex0r]> With the CORRECCT info [03:11:34] <[Ex0r]> CORRECT* [03:11:42] <[Ex0r]> even though the links still dont work [03:11:57] is the wiki public? [03:11:58] Hello, I just upgraded from 1.11.0 to 1.12.o and I am seeing a lot of < and > within the site, such as within recent changes [03:12:02] <[Ex0r]> yes [03:12:13] and within my version page [03:15:05] has anyone experienced this as well? [03:15:10] [Ex0r]: some of the revisions are there, some of them aren't [03:15:28] <[Ex0r]> I can see that, i'm trying to figure out why [03:15:29] it's possible when you restored from the backup, there was an error part-way through, and it aborted [03:15:56] <[Ex0r]> It wouldn't have continued making the rest of the tables if that were the case though [03:15:58] or maybe when you made the backup, it hit an error and left you with half a backup [03:16:06] <[Ex0r]> could be [03:16:39] <[Ex0r]> how can you tell what revisions haven't gone through ? [03:16:49] <[Ex0r]> so I can grab them from the other wiki before I take it down [03:17:35] I think you should try to transfer the whole table again [03:18:39] you could write a script to transfer the missing rows, but you'd want a really good reason to do it that way [03:19:01] <[Ex0r]> thing is, is I don't have direct access to the old database [03:19:06] <[Ex0r]> the admin of the other server made it and gave it to me [03:20:18] did you install mediawiki before you imported the backup? [03:20:33] <[Ex0r]> yeah [03:20:42] <[Ex0r]> i installed mediawiki using the default stuff [03:20:48] <[Ex0r]> than emptied the db and imported this db [03:21:17] if I were you, I'd have a look at the backup file with a text editor and work out what's going on with it [03:21:47] <[Ex0r]> I dont know the structure of the table, that's why I came in here to ask where the content for the pages is stored at [03:22:04] the text table [03:22:41] that's the one that's corrupted, if it was the revision table that was corrupted, the entries wouldn't be showing up in the history [03:23:51] <[Ex0r]> well if it's corrupted, I can't really do anything [03:23:58] <[Ex0r]> other than get another copy of it [03:24:08] the table is corrupted, I didn't say the backup is corrupted [03:24:19] that's what you have to find out [03:25:21] *AaronSchulz watches a doctor on PBS talking about longevity [03:25:26] http://en.wikipedia.org/wiki/Michael_Roizen#Longevity_claims [03:25:26] TimStarling: do you know why after upgrading to 1.12.0 from 1.11.0 I would have a lot of < > being parsed into > <? [03:25:36] 'His methods and conclusions are roundly dismissed by academics who study aging. They run counter to a position paper published in 2002 by 51 leading scientists on the topics of longevity and aging. [10].' [03:25:43] 03(mod) Set Wikipedia namespace for ta.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13220 (10sundarbecse) [03:26:00] 03(VERIFIED) Set Wikipedia namespace for ta.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13220 (10sundarbecse) [03:26:13] eghjaytee: http://meta.wikimedia.org/wiki/MNPP [03:29:14] TimStarling: that saddens me [03:29:25] <[Ex0r]> TimStarling- found the problem. The .sql file cuts off halfway through a INSERT INTO `text` query [03:29:33] <[Ex0r]> weird that the result didn't bring back an error [03:30:55] AaronSchulz: what saddens you? the existence of charlatans? [03:31:05] well, that too [03:31:37] but that fact that he works a world renowned institution, Cleveland Clinic, is a top executive there, and they don't care [03:32:01] can't they at least give him a nudge, and then a scolding if it continues [03:32:25] and the increase of pseudoscience in PBS/discovery channel is worrisome too [03:32:56] at least I still have good old Steven Novella and David Gorski to count on :) [03:43:59] TimStarling: I wonder if we need another skeptical solicitation? ;) [03:55:03] Hello everyone? I'm thinking of making an extension request and I'm wondering how realistic it is? [03:55:33] I'm working on a download system for my wiki. [03:55:34] So far I have this = http://www.driverwiki.com/index.php?title=Practice/Download [03:55:35] and I'm thinking of adding either [03:55:36] http://www.mediawiki.org/wiki/Extension:AjaxRatingScript or [03:55:38] http://www.mediawiki.org/wiki/Extension:Rating . (for a comment and rating system for [03:55:39] each download. [03:56:08] I have created a proposal, it can be downloaded in .pdf format here = http://www.designermotion.com/projects/web/mediawiki/docs/mediawiki_proposal_extension_download-v1.pdf [04:12:45] does anyone think my proposal is realistic! [04:22:52] I wonder, what could someone do to implement a commons-style setup for images? [04:54:54] 03mfarag * r36013 10/trunk/extensions/CentralAuth/CentralAuth.i18n.php: typo [06:25:22] 03nad * r36014 10/trunk/extensions/TreeAndMenu/TreeAndMenu.php: 1.0.4 - surround script wih CDATA and comment syntax [06:49:47] hey friends i wanna put several images via the [[Image:..]] tag above only one description that describes all of them [06:49:52] how would i do this again? [06:51:47] hi all [06:52:24] anyone up ? [07:02:26] 03(NEW) wiki:howto:edit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14469 minor; normal; MediaWiki: Search; (frank) [07:04:21] no [07:15:25] how can I link a work like "accounting" to "command line:accounting" , without showing "command line:accounting" in the page if I use [[ xxx ]] to link ? [07:15:48] I just want people to see "accounting" with a link to "command line:accounting" in fact .. [07:17:17] never mind [07:17:18] found it [07:28:43] hey how is it possible to link en.wp images on other language wps? [07:30:04] put image to commons? [07:30:19] 14(INVALID) wiki:howto:edit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14469 +comment (10semenik) [07:30:40] domas: other way? [07:33:36] ^_^ Poke someone to create an interimage feature? [07:33:39] heh [07:34:46] [[Image:Interwiki:Imagename.ext]] ;) Just a little hint... ':' is illegal and coverted to a '-'... If someone built the feature, likely as an extension, that syntax is legal... [07:35:02] Dantman: waht is this [07:35:15] Just a theory I've had for awhile [07:35:22] would it work? [07:35:31] It would need a fair bit of coding [07:35:50] The issue as always is a method of grabbing data from the other wiki [07:36:00] aldow: there is 'no other way' if your setting up the wiki yourself it's possible [07:36:11] errr let me rephrase that [07:36:18] no i see [07:36:20] dang [07:36:25] Interwiki on it's own does not support connecting to things like the api [07:36:27] there is no other way on wikipedia, but if your setting up the wiki yourself it's possible [07:36:30] no other way than commons? [07:36:33] Ya [07:36:40] why [07:37:06] Cause it's not programmed, and not installed [07:37:25] why not [07:38:11] ^_^ Same reason we don't have a few thousand other features [07:38:29] It's a tricky challenge that not everyone is pushed towards enough [07:38:49] It would be insanely usefull over at Wikia... But it's tricky to implement [07:38:50] not only that it is a feature subject to abuse [07:39:06] what a shame [07:39:13] for every good use, a thousand idiots hotlinking images from every other wiki [07:39:44] Well it depends on how it's implemented [07:39:53] exactly [07:40:02] which makes the development that much more complex [07:40:13] but hotlinking would be great [07:40:14] can't just write sth that works, no, gotta figure out how to make it not work, too [07:40:23] :/ Hotlinking is evil [07:40:27] see, i want you to buy your own bandwith [07:41:22] *Dantman is tempted now to draft up a set of anti-hotlinking code for nginx [07:42:31] hm ok waht a shame [07:42:33] so many pics [07:43:03] i want that only registered users will allow to update \ post \ edit pages on my wiki... [07:43:07] how can i do that? [07:43:44] that's an easy one imm [07:43:52] i have mine set that way [07:43:57] lemme grab the code [07:44:36] $wgGroupPermissions['*']['edit'] = false; # no anon editing [07:44:47] put that in localsettings [07:44:50] yeah [07:44:51] tnx [07:44:52] :) [07:45:19] it is, after all, an obvious precaution [07:45:38] anybody can still create an account and barge in [07:45:57] i already disabled the registration :) [07:45:57] but at least they have to lift their feet to clear the bar, they can't just wriggle in on their bellies [07:46:12] well that would seem to defeat the purpose of a wiki [07:46:26] unless you mean to create accounts for all your buddies [07:46:31] haha but supply my purpose [07:46:40] yeah something like that.. [07:46:48] i'd think the next step up would be enough -- hang captcha on signup [07:47:08] hang captcha? [07:47:29] you're much more likely to get a wikiangel to sign up than a juvenile delinquent [07:47:35] captcha [07:47:42] great works :) [07:47:46] stick that on signup [07:48:17] i don't use it myself but if signups get to be an issue, that's the first step up [07:48:26] anyway [07:48:43] i need help with uploading files to the server [07:48:48] ive added the lines : [07:48:54] sec [07:49:13] ## To enable image uploads, make sure the 'images' directory [07:49:14] ## is writable, then set this to true: [07:49:14] $wgEnableUploads = true; # Enable uploads [07:49:38] done this [07:49:52] and still when i come to upload a image for e.g [07:50:14] it says that some folder ( public ) its not writeable [07:50:21] thus it cant upload [07:50:41] ive tried to add some public folder in some locations with chmod 777 [07:50:45] nothing helps [07:51:01] the image folder is 777 either [07:51:37] http://recaptcha.net/plugins/mediawiki/ [07:58:07] Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 40415/40415 is not allowed to access /mounted-storage/home94b/sub006/sc49471-HPSH/www/maagar/images/thumb owned by uid/gid 99/99 in /mounted-storage/home94b/sub006/sc49471-HPSH/www/maagar/includes/GlobalFunctions.php on line 1649 [07:58:07] :Sinxcosxtgx.jpg [08:00:50] ? [08:06:52] Xiong [08:07:00] after i uploading the picture [08:07:04] it shows nothing [08:10:25] !safemode [08:10:25] --mwbot-- safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [08:11:02] i don't know a way to get thumbnailing to work with safemode since 1.12 [08:11:14] before that, you could change the image dir structure to "flat", and it would work. [08:11:26] ImMortaL: ---^ [08:13:07] "flat" ? [08:14:12] add this lines : [08:14:13] $wgUseImageMagick = true; [08:14:13] $wgImageMagickConvertCommand = "/usr/bin/convert"; [08:14:14] ? [08:14:43] no, that has nothing to do with flat [08:14:57] so whats "flat" and how im doing it? [08:14:58] that just enmabled imagemagick. [08:15:09] !imagemagick [08:15:09] --mwbot-- ImageMagick is a software which can be used with MediaWiki Image Administration. You can read more about it on . ImageMagick is available from . [08:15:41] *Dantman suggests finding a better webhost [08:15:46] ImMortaL: $wgHashedUploadDirectory = false; [08:15:52] and then re-upload your images [08:16:05] but as i said, afaik it does not workj any more in 1.12 (and not sure about 1.11 either) [08:16:13] yes, indeed. [08:16:16] find a better host. [08:16:25] safemode is evil. and stupid. and insecure. [08:16:46] so i dont want to work with safe mode [08:16:50] in addition [08:16:56] ive already the line [08:17:00] ^_^ heh... 'safe' mode is 'insecure' [08:17:01] ## If you want to use image uploads under safe mode, [08:17:01] ## create the directories images/archive, images/thumb and [08:17:01] ## images/temp, and make them all writable. Then uncomment [08:17:01] ## this, if it's not already uncommented: [08:17:01] $wgHashedUploadDirectory = false; [08:17:06] in my localsettings [08:17:34] <_wooz> lo [08:18:20] how can i just upload images regulary [08:18:20] ? [08:18:31] "regulary"? [08:18:40] there's only one way to upload them [08:18:50] you can use them without thumbnailing, by not using the "thumb" keyword [08:19:13] anyway... make sure your image directory (and all subdirectory) are owned by the user used to run the php scripts [08:19:30] that's what safemode is complainingg about, it seems [08:20:07] the uid 40415 is used to run php, but the dir is owned by uid 99 [08:20:26] when i upload the image [08:20:29] i cant see it [08:20:37] it uploads fine [08:20:45] but the image doesn shown.. [08:26:09] ImMortaL: that's because it's thumbnailed per default on the image page. to something like 600x400. upload a smaller image. it should appear unscaled. [08:29:03] hello [08:34:54] 03nikerabbit * r36015 10/trunk/extensions/CleanChanges/ (CleanChanges.i18n.php CleanChanges.php Filters.php): * Committing two hooks for use in betawiki, these hooks are not in the core yet [08:37:22] 03nikerabbit * r36016 10/trunk/extensions/CleanChanges/CleanChanges.php: * I can't type false and php can't say I'm not typing false [09:02:52] hello [09:06:40] I'm unfamiliar with mediawiki and need to modify appearance. Can anyone refer me to a site that describes the major elements? [09:09:39] Zylogue, http://www.mediawiki.org/wiki/Manual:Skins [09:10:05] AhmadSherif, thanks..I'll start there... [09:12:57] hi ; I've edited LocalSettings.php to add an transwiki import source, and now the whole wiki is broken, displaying "Error, Setup.php must be included from the file scope, after DefaultSettings.php " ; what have I done wrong ? [09:19:28] never mind, I've found out why [10:09:21] Is there a way to include static content in a mediaWiki, that cannot be changed? For example, assume there is a free book and I want to put that in a database by its chapter, page number etc. and include that in my mediaWiki articles without the option of it being changed. Is there something like this? If it is easier than using a db that would be great ;) Background: I would like to... [10:09:23] ...translate a book as a wiki project, but the original should stay static. [10:14:58] Let's play stump the developers. [10:15:31] theKryz: ^_^ You could be lazy and just use a bot to create all the pages then protect them... heh... [10:16:04] Dantman|FS: that'd probably work, but its not very pretty ;) [10:16:48] ^_^ It is when you edit the database later to make it look like god magically imported the book into your wiki ;) rotfl [10:16:50] Where is the script that compares two different revisions and shows the changes? WakkaWiki's isn't good enough for me I don't think. [10:17:29] Crash2108: Eh? What do you mean script? MediaWiki does diffs natively... [10:17:43] ? [10:17:57] You're in the wrong channel [10:18:05] This is for the MediaWiki software not WakkaWiki [10:18:29] 03(mod) Interwiki links to other languages doesn' t use the corresponding font - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13867 +comment (10public.wiki) [10:18:46] That's probably why I'm not asking a wakkawiki question. [10:19:33] Then why are you asking the question in the first place? Because MediaWiki does diffs on it's own and wakawiki's diff engine should have nothing to do with it. [10:19:58] I want to steal it. [10:20:12] And use it in my own wiki software. [10:20:18] Well, that's not really a problem for the devs [10:20:21] Crash2108: includes/DifferenceEngine.php [10:20:48] While the question was posed after a proposed the game, I didn't mean it to be for the game. [10:20:49] Besides... that would be a GPL violation if you want to distribute it [10:21:10] Is it not free software that lets you do whatever you want to it? [10:21:37] maybe read the GPL... http://www.gnu.org/copyleft/fdl.html [10:21:44] it's free software, it uses a rather restrictive copyleft license called the GPL [10:21:55] which prohibits doing lots of things you might want to [10:22:14] I'll read over it. [10:22:19] ehrn [10:22:25] guess that was the wrong one [10:23:01] http://www.gnu.org/licenses/old-licenses/gpl-2.0.html [10:23:07] thanks [10:23:38] Quite simply MediaWiki's diff engine is GPL, if you want to distribute something that uses it, then that will have to be GPL as well [10:23:42] so is there no extension or anything for static content? [10:23:58] Hmmm... Think there was one or two [10:24:14] I couldn't find them yet... if you have a link thatd be great :D [10:24:26] I should have suspected this was as complicated and obfuscated as the rest of mediawiki. [10:24:27] no, it _doesn't_ have to be GPL [10:24:32] but there are some things it can't be [10:24:35] Screw it, I'll use my own. [10:24:41] http://www.mediawiki.org/wiki/Extension:Include [10:25:06] How about integrated mediawiki with phpBB fully?/ [10:25:23] The mods and extensions there are don't work. [10:25:30] They just copy the users over. [10:25:39] WakkaWiki is BSD... afaik that has less restrictions than the GPL and so you can't convert to it [10:26:21] I'm not using wakkawiki, just using it for inspiration when I'm stuck. [10:26:27] Datrio integrated MediaWiki with phpBB at one point... Though it was largely broken and no-one continued it [10:26:30] Difference is one of them. [10:27:09] It's got a few test uses over at Wikia... But really it's something that the Volunteers want to restart from scratch [10:28:03] Dantman|FS: you can link GPL code with new-style BSD (without the advertising clause) [10:28:21] but the old BSD license (that hardly anyone uses) with the advertising clause conflicts with the GPL [10:28:37] What about inclusion or deriving? [10:28:43] same [10:28:50] eek [10:28:50] thanks & gone [10:29:03] obviously the GPL code doesn't change license, though [10:29:10] Oooh [10:29:31] Wait... then how do you derive something under a different license? [10:30:42] the derivate work (which is the linked binary) is covered by both licenses [10:30:59] that's why some licenses don't work; e.g. the BSD advertising clause requires the user to do something the GPL explicitly forbids [10:31:07] Dual-licensed in other words? [10:31:12] so you couldn't do anything with a derivate work under those licenses [10:31:18] Dantman|FS: not either-or; *both* at once [10:31:25] mhmmm... [10:31:35] ^_^ And that, would be why I stick to a single license... heh [10:31:52] i use a license that doesn't have all these problems; i don't understand why people put up with the GPL [10:35:40] Which do you use? [10:39:43] i wrote my own that has two sentences and says you can do whatever you like [10:43:46] 03huji * r36017 10/trunk/phase3/languages/messages/MessagesFa.php: Localisation updates: Adding/updating Persian translations [10:46:32] *Dantman|FS prefers to avoid having people do evil things with his code [10:47:34] *VasilievVV rewrites Dantman|FS's code [10:48:33] 03werdna * r36018 10/trunk/extensions/TorBlock/ (TorBlock.class.php TorBlock.php): Add APCOND_TOR autopromote condition. [10:55:25] Werdna: and APCOND_NOTTOR? [10:55:33] Ah, we have ! now [11:03:50] Dude.... [11:03:54] Let's get some tacos... [11:15:33] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 (10N/A) [11:27:11] VasilievVV: I added ! [11:27:25] I see [11:27:26] oh yeah, you noticed. [11:27:33] I meant to commit that yesterday [11:27:36] (the APCOND_TOR) [11:27:44] but I merge-conflicted, and didn't notice [11:37:36] hi [11:37:56] can u help me? [11:38:39] http://mdaneshvar.ir/wiki/index.php?title=Main_Page [11:40:35] !ask [11:40:35] --mwbot-- Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [11:42:11] I get this error Warning: array_slice() [11:42:31] languages/Language.php on line 1139 [11:43:09] MostafaDaneshvar: MostafaDaneshvar where'd you get the code from? [11:43:45] mediawiki [11:43:57] yes, where'd you get that from? [11:43:59] svn? [11:44:12] yes [11:44:22] what svn command did you use to check out? [11:45:05] svn checkout http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_12/phase3 [11:45:34] What did you set the wiki's language to? [11:45:46] en [11:45:59] hmm [11:46:04] looking [11:48:33] as I changed the language I see "Fatal error: Call to undefined method Language::localisationexist()" [12:07:47] 03(NEW) Watchlist summarised protection log actions should link to the affected page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14470 minor; normal; MediaWiki: User interface; (brianna.laugher) [12:09:03] During installation I got just this warning "Warning: A value for session.save_path has not been set in PHP.ini. If the default value causes problems with saving session data, set it to a valid path which is read/write/execute for the user your web server is running under." [12:09:18] 03(mod) Watchlist summarised protection log actions should link to the affected page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14470 (10N/A) [12:52:21] 03(mod) Sort key in Template Output - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13318 normal->high; +comment (10dasch_87) [13:16:28] 03(mod) Sort key in Template Output - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13318 (10dasch_87) [13:18:24] 03rotem * r36019 10/trunk/phase3/maintenance/language/languages.inc: Load all extension messages in the specified language code, not only messages defined in English, to avoid breaking the 'obsolete' check in extensions. [13:27:24] 03rotem * r36020 10/trunk/extensions/CentralAuth/CentralAuth.i18n.php: Update for he. [13:53:40] Hello [13:54:16] My question; when i am installing they ask what license you want to give it. Can i change it later when i have installed the wiki? [13:54:27] Copyright/license: No license metadata [13:54:28] GNU Free Documentation License 1.2 (Wikipedia-compatible) [13:54:28] A Creative Commons license - choose [13:54:46] hi [13:54:51] http://wiki.openstreetmap.org/index.php?title=Category:User_against_Potlach&action=edit [13:55:00] neither does hanno begin with o nor eichi with u [13:55:06] I assume this is a bug in mediawiki [13:55:18] Some one? :) [13:57:09] Question: Is there a 'recommended' way of automating new wiki creation? [13:58:11] Cobraz0r: yes you can change it later in the LocalSettings.php. [13:58:29] i.e., every time we want to create a wiki for a new language we don't really feel like mucking about with the web based script etc, just copy a config file into the dir, run a script and it's ready (thats how we'd like it) [13:58:52] On every option luxo? or only no license? [14:00:48] Cobraz0r: every option. see also http://www.mediawiki.org/wiki/Manual:%24wgRightsText and "See also" on this page [14:01:01] maintenance/addwiki.php looks useful actually [14:02:23] but maybe not the best [14:03:00] Next question; i can choice: Object caching: No caching [14:03:00] Memcached [14:03:13] What means these things [14:10:12] 03(NEW) API parser does not use HTMLTidy on non-cached pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14471 normal; normal; MediaWiki: API; (rockmfr) [14:11:49] 03kim * r36021 10/trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php: sp [14:23:10] 03mkroetzsch * r36022 10/trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php: [14:23:10] FIXME: Betawiki's all-in-one messsage loading massively slows down page SMW setup. In SMW 1.0, one week average [14:23:10] for SMW setup was 0.2% of execution time, now it is at 15%! The problem can be tracked down to [14:23:10] wfLoadExtensionMessages. [14:23:27] Hi, I installed MediaWiki correctly, but then I added the .htaccess and settings in the LocalSettings.php file so that I can have the /wiki/Main_Page URLs, but now I'm getting a 404 whenever I try to view anything [14:32:49] sorry about that, my trial ran out of my IRC client :( I asked about the 404 when using short URLs [14:34:11] I successfully installed MediaWiki on my shared hosting account, but when I tried to use htaccess to shorten the URLs, I keep getting a 404 [14:35:00] I added the settings to LocalSettings.php, and it is successfully redirecting to the /wiki/ directory, but it stops there [14:36:13] anyone have any ideas? [14:43:31] john6: it's tricky, just follow the directions to the letter [14:52:46] 03mkroetzsch * r36023 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2_Queries.php: [14:52:46] Better class/property hierarchy computation: check if its needed at all before creating temporary result tables; [14:52:46] saves aroud 2% of overall page display time, and around 10% query time in typical cases [14:54:07] Does anyone know how to turn on profiling for maintenance scripts? I would like to profile long-running scripts. [15:25:01] are there any issues when using templates inside lists? [15:25:06] 03mkroetzsch * r36024 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php: Fixed serialisation for optional ~ comparator [15:25:19] * {{my_template}} <-- like that? [15:25:42] 03mkroetzsch * r36025 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_DV_NAry.php SMW_QueryProcessor.php): Use common code for parsing query values, fixes Bug 13479 [15:26:16] n/m, had to remove all the newlines in the template [15:26:30] 03(FIXED) the ~ "like" comparator doesn't work for many-valued properties - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13479 +comment (10markus) [15:28:19] 03(FIXED) Special:Browse should use SMWStore::getSemanticData - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13325 +comment (10markus) [15:29:59] Hello [15:30:14] Question; were can i change my background color of my wiki? [15:31:14] 03(FIXED) {{#ask}} support for inclusive OR - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12817 +comment (10markus) [15:32:08] #wikipedia-nl [15:33:06] how can you include a URL with an '=' as a template parameter? [15:40:29] 03(mod) need extra parameters in ask queries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14440 +comment (10markus) [15:48:27] 03ashley * r36026 10/trunk/extensions/wikiwyg/ (11 files in 8 dirs): (log message trimmed) [15:48:27] Wikiwyg: [15:48:27] *standard coding style [15:48:27] *remove php ending tag where present [15:48:27] *add a small loader file, easier to require them than adding many lines into LocalSettings.php [15:48:28] *add i18n file [15:48:30] *probably some other fixes too [15:48:47] 03(mod) need extra parameters in ask queries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14440 +comment (10mrandmrsmurphy) [15:51:22] 03mkroetzsch * r36027 10/trunk/extensions/SemanticMediaWiki/includes/storage/ (SMW_SQLStore.php SMW_SQLStore2.php): Fix for Bug 14256 [15:51:49] 03(FIXED) Fix for pattern-matching for attribute properties - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14256 +comment (10markus) [15:53:50] 03aaron * r36028 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Add form ID [15:55:21] 03aaron * r36029 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Tweak ID [16:04:02] 14(WFM) Semantic inline query by property that has non-english name returns nothing . - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13960 +comment (10markus) [16:04:50] bah [16:14:31] where and how are sisterproject links stored? like if on wikipedia i have [[wikt:foo]] etc... [16:16:00] 03mkroetzsch * r36030 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php: Applied patch from Bug 12946 [16:16:50] 03(FIXED) getUnusedPropertiesSpecial has serious performance problems - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12946 +comment (10markus) [16:21:56] 03mkroetzsch * r36031 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php: Fix for retrieving all subjects of multi-valued properties [16:26:24] Has anyone seen any hacks for cropping images into symetrical squares? [16:34:06] 03(FIXED) Relations table and excessive size - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10087 +comment (10markus) [16:40:51] 03(mod) Wrong table schema / invalid queries in PostgreSQL - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14071 +comment (10markus) [16:41:59] 03(FIXED) Semantic template updates should be propagated to pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10936 +comment (10markus) [17:00:08] 03mkroetzsch * r36032 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_QP_List.php SMW_QP_Template.php): Extra parameter in templated result formatters, Bug 14440 [17:01:24] 03(FIXED) need extra parameters in ask queries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=14440 +comment (10markus) [17:08:45] What's the default value for $wgScriptPath in LocalSettings.php? [17:15:05] Hello [17:15:29] I have asked it today but nobody knew it. Were can i change the background color of my wiki? [17:20:32] john6: /wiki ? [17:28:00] 03btongminh * r36033 10/trunk/phase3/tests/test-prefetch-stub.xml: Current MediaWiki does not appear to use the id attribute of anymore. Also not allowed by the XML schema. [17:39:36] 03aaron * r36034 10/trunk/ (6 files in 3 dirs): [17:39:36] * Add OldLocalFile::selectRows() [17:39:36] * Add LocalFile::getHistory hook [17:39:37] * Do file history quality query all at once rather than per file [17:46:05] 03btongminh * r36035 10/trunk/extensions/Nuke/SpecialNuke_body.php: Left join against revision to ensure that images are also caught. [17:51:12] \o/ [17:52:47] stupid joins [17:57:56] | 1 | SIMPLE | recentchanges | ref | new_name_timestamp,rc_user_text | rc_user_text | 257 | const | 233 | Using where; Using temporary; Using filesort | [17:57:58] | 1 | SIMPLE | revision | ref | PRIMARY,page_timestamp | PRIMARY | 4 | commonswiki.recentchanges.rc_cur_id | 1 | Using index | [17:59:18] that's not too bad [18:04:14] life woulf be so easy if i could just do this [18:04:15] {{#expr:{{#time:j g i s|17 June 2008}} - {{#time:j g i s}} }} [18:04:52] instead of having to caculate [18:04:53] {{#expr: {{floor |({{#time:U|17 June 2008}} - {{#time:U}}) / (60*60*24) }} }} [18:04:56] wouldn't that be the same as writing "Dec 31 1970"? [18:05:39] no it would act as a countdown timer between now and the date listed [18:06:14] but u cant do math with dates in that format [18:06:37] Okay, silly question time, I should the answer to this, but... How does one change the default asterisk/bullet image again? [18:06:53] idk... [18:07:12] im new to wiki [18:07:23] i just not new to codeing [18:07:41] wiki markup is so Cryptic [18:08:09] That was meant for one of the vets. Nah, it's not cryptic really once you figure it out. It's easier than you think at first. [18:08:11] they don't even let you define variables [18:08:24] I think it was designed by programmers who thought it would be easier for end users [18:08:44] and as a programmer I can assure you that that only leads to enourmous problems ;) [18:08:51] then they should let us javascript... [18:09:02] and css [18:09:05] Whew! Having a thunderstorm. Power might go out any second. [18:09:09] 03ialex * r36036 10/trunk/extensions/Configure/ (9 files): Added a difference engine to see differences between versions in Special:ViewConfig. [18:10:15] So where is that bullet image defined anyway? I know it's in a file, just forgot which. [18:11:00] Fury_Fury, actually, you can use .js and css... just not sure of the results [18:11:16] Sasoriza: I'd think it's in the css at skins/monobook/main.css [18:11:41] 03(FIXED) Mass deletion of images - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8527 +comment (10Bryan.TongMinh) [18:12:43] actually, /skins/monobook/bullet.gif [18:13:48] yeah, but that's not the problem [18:14:34] grep main.css for bullet.gif [18:14:50] it's not the gif, it's the behavior [18:16:20] Notes to self: 1) Remove test code from /w/index.php after you're done testing, especially if that code is meant to test whether something will cause a massive memory leak, and the answer is affirmative. [18:16:49] 2) When trying to figure out which magic Alt-SysRq combination will kill the process using the most memory, look it up first, and do *not* guess that "O" stands for "OOM". [18:17:00] lol [18:19:03] Sort of like, "measure twice, cut once" [18:21:00] i just wish i could use variables [18:21:27] *Simetrical_ pokes Simetrical with a stick [18:21:34] i tried : http://www.mediawiki.org/wiki/Extension:VariablesExtension [18:21:44] but the code doesnt work.. [18:22:16] how can i make ti so it works [18:23:26] The correct code is Alt-Sysrq-F. [18:23:27] Why F? [18:25:37] and what exactly is a template [18:26:29] 03(FIXED) Image embeded in imaginary page Wikinews:--error: link target missing-- - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13331 +comment (10Bryan.TongMinh) [18:26:39] i dont quite understand how a tepmlate works [18:27:10] 03aaron * r36037 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.class.php FlaggedRevsPage.php): [18:27:10] * Fix some include matching issues [18:27:10] * Improve include error message [18:27:10] * Remove bogus var [18:28:08] 03simetrical * r36038 10/trunk/phase3/ (5 files in 4 dirs): New $wgGroupPermissions option 'move-subpages' added to control bulk-moving subpages along with pages. Assigned to 'user' and 'sysop' by default. Probably a good idea to remove from user on wikis like enwiki. [18:34:23] 03siebrand * r36039 10/trunk/extensions/Translate/poimport.php: The code did not agree... [18:34:23] 03mfarag * r36040 10/trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageArz.php: Add Egyptian Arabic (arz) [18:34:24] 03nikerabbit * r36041 10/trunk/extensions/Translate/poimport.php: * Fix poimport [18:39:56] 03(WONTFIX) Marking linkage by inclusion on File links list - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5873 +comment (10Bryan.TongMinh) [18:40:01] hahhaaa [18:40:03] YES [18:40:14] i dont know why that works.. [18:40:16] but it does.. [18:40:34] that just saved me... about... 3 hours work [18:43:42] 03(WONTFIX) Group file links by namespace on image pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8507 +comment (10Bryan.TongMinh) [18:47:06] where is the page with all those {{time}} vairbles [18:47:28] http://www.mediawiki.org/wiki/Help:Variables [18:48:14] no i mean like {{#time:g}} [18:48:31] and {{#time:j g i s}} [18:48:40] it's a parser function [18:48:42] 03(mod) PAGESINCATEGORY should differentiate between pages and subcategories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14237 (10redekopmark) [18:48:48] not a template [18:49:19] http://www.mediawiki.org/wiki/Manual:Parser_functions [18:51:55] ha i found it [18:51:57] http://meta.wikimedia.org/wiki/ParserFunctions#.23time: [18:53:15] what does this error mean?(array_slice()) here http://mdaneshvar.ir/wiki/index.php?title=صفحه‌ی_اصلی [18:58:44] MostafaDaneshvar: you are sure that that file is the 1.12 version ? [18:59:15] yes [18:59:59] in my localhost everything is ok. but here not [19:00:47] because on 1.12, line 1139 is a comment [19:02:11] and the only array_slice is on line 1575 [19:03:18] 03nikerabbit * r36042 10/trunk/extensions/Translate/ (TranslateUtils.php autoexport.php): * Fix autoexport [19:03:28] Warning: array_slice() languages/Language.php on line 1139 [19:03:44] 03nikerabbit * r36043 10/trunk/extensions/Translate/TranslateEditAddons.php: * Fix default filling [19:03:46] 03mfarag * r36044 10/trunk/extensions/Resign/SpecialResign.i18n.php: Arabic localization updates [19:04:48] 03huji * r36045 10/trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php: Localisation updates: Adding/updating Persian translations [19:09:05] 03huji * r36046 10/trunk/extensions/FlaggedRevs/language/ (4 files): [19:10:27] MostafaDaneshvar: can you put your Language.php file there: http://rafb.net/paste/ ? [19:13:58] 03(NEW) Special:SiteMatrix lists Japanese Wiktionary as closed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14472 15enhancement; normal; Wikimedia: General/Unknown; (meno25wiki) [19:14:00] hmm [19:16:51] http://rafb.net/p/Vn9Qi945.html [19:20:04] MostafaDaneshvar: it's the 1.10 version of the file [19:22:19] 03huji * r36047 10/trunk/extensions/ (6 files in 6 dirs): Localisation updates: Adding/updating Persian translations [19:24:06] 03nikerabbit * r36048 10/trunk/phase3/includes/FormOptions.php: * Improvements to FormOptions [19:25:14] ialex: http://en.wikipedia.org/w/index.php?title=User:VoABot_II/Mistakes&diff=217885486&oldid=217873178 [19:25:14] would u check this one ?http://rafb.net/p/mTwpMY35.html [19:25:18] ... [19:26:10] ialex: because I got it from svn checkout [19:26:36] 03nikerabbit * r36049 10/trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php: * Mmm, forgot to commit syntax improvements [19:27:35] MostafaDaneshvar: seems to be the good one [19:28:16] MostafaDaneshvar: also, update all files in languages directory in Special:Version, some messages were missing [19:28:55] AaronSchulz: ? [19:29:17] caught me suprise [19:29:27] ialex: try do so. [19:33:33] hi [19:37:02] can u define variables? [19:37:10] normally [19:37:28] like is there a code? [19:37:39] {{#vardefine:a|10} [19:37:42] somthing like that [19:37:50] but it wont work for me [19:43:50] Furry_Fury: no. it's not a programming language. it's not supposed to be. [19:44:14] there are extensions that allow stuff like this. up to implementig a full featured stack based programming language [19:44:31] but it seems an inheritly bad idea to me [19:45:01] due, you guys opened the can of worms with the first pf [19:45:07] now we want it all [19:45:31] may just as well have a #perl: pf [19:48:31] Xiong: write it :) [19:49:00] but seriously: the functionality provided is intentionally avoiding anything that could be used to implement loops. [19:49:23] because once you have that, you can't readily estimate how long it's going to take to render a page. [19:51:27] *Xiong fiddles in the basement with a box of plastique [19:51:46] i think loops are already available, at least in some extension [19:52:04] you already can't estimate rendering time; nested templates [19:52:10] and it's already way out of hand [19:52:35] the problem is not the dark monster template that takes 5 min to render [19:52:50] it's the dozens of unneded, silly-ass transclusions [19:53:09] like the documentation on the face of template pages [19:53:28] tiny hits, individually [19:53:35] cute tags on every article page [19:53:42] {{this article sucks}} [19:53:49] {{this article needs mommy}} [19:54:22] {{this article didn't have a cute tag so i made one up and uploaded a giant png for it because no cute tag is complete without an icon}} [19:54:48] and of course, endless template edit wars [19:55:07] i predict that in a year, all pages will be semi-protected [19:55:19] and all templates protected a week after creation [19:55:39] where and how are sisterproject links stored? like if on wikipedia i have [[wikt:foo]] etc... [19:56:04] they are not stored iirc [19:56:29] only "other languages" links are [19:56:54] This leads to the conclusion, it is time to finish retreating. Not one step back! Such should now be our main slogan. ... Henceforth the solid law of discipline for each commander, Red Army soldier, and commissar should be the requirement not a single step back without order from higher command. [19:57:48] code is done [19:58:06] i just need a way for it to change without a page refresh [19:58:33] how do i do that [20:00:06] anyone know? [20:00:13] im soo close [20:00:38] javascript [20:01:46] lol yeah but i cant put javascript in an article... [20:02:00] ialex: thus the only way how to work with them is to parse the text, right? [20:02:14] Danny_B: i think so [20:03:29] i have the code for a perfect countdown timer [20:03:38] and it only 1 line [20:03:50] {{#time: j "days" G "hours" i "min" s "sec" |17 June 2008 -{{#time:j}} days -{{#time:G}} hours -{{#time:i}} min -{{#time:s}} sec +7 hours}} [20:03:52] Until release [20:04:25] but it will only change one a page refresh [20:04:36] i want it to countdown by itsef [20:05:10] hmm, that's kinda stupid :-/ i'd need to check those links [20:11:08] I have a MediaWiki running 1.12.0 and it isn't very complicated yet (very few pages and only the ParserFunctions extension), but it is constantly running out of memory and page-loads are failing as a result [20:11:39] is there some recommended minimum amount of memory to set for 1.12.0, or is it more likely that something is wrong which is causing the system to want so much memory? [20:11:52] (I give it 20Megs per page load right now) [20:13:54] can i make a link to refresh the page? [20:15:54] Furry_Fury: if you mean that you want to clear the cache... then add &action=purge to the url [20:20:56] could explain that in more detail? [20:21:26] i gave a link to the same page with that at the end and it didnt work.. [20:25:01] hmm that works in my sandbox... [20:25:06] but not in the artcile [20:26:01] 03siebrand * r36050 10/trunk/phase3/languages/messages/ (160 files): [20:26:01] Localisation updates for core messages from Betawiki (2008-06-08 21:13 CEST) [20:26:01] * additionally rebuilt all language files [20:29:59] yays [20:30:05] ok done [20:30:22] http://en.wikipedia.org/wiki/Secret_Agent_Clank [20:30:36] how do u like it [20:31:16] Furry_Fury: no countdown timers in articles. [20:31:31] y? [20:31:56] read through [[WP:MOS]] [20:32:44] gid just give me a dam link [20:34:21] countdown timer? [20:34:35] 03(NEW) Sister project links should be stored in its own table - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14473 15enhancement; normal; MediaWiki: Database; (danny.b) [20:34:57] you mean, 13 days 11 hrs 14 sec until release of this shitty product? [20:35:27] i have to stop paying attention to some traffic :( [20:36:00] fur: take it up on #wikipedia-en [20:36:17] nakon> read through [[WP:MOS]] [20:36:18] ok i did.. it says nothing about that being agaisnt the rules [20:37:47] there are exactly zero articles that contain a countdown timer. it's disruptive and reads like an advertisement. any further discussion is unrelated to this channel and should be taken elsewhere. [20:38:47] 03(mod) Sister project links should be stored in its own table - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14473 +comment (10daniel) [20:39:03] 03siebrand * r36051 10/trunk/extensions/ (112 files in 104 dirs): Localisation updates for extension messages from Betawiki (2008-06-08 21:13 CEST) [20:39:03] cu [20:41:39] 03siebrand * r36052 10/trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php: Localisation updates for extension messages from Betawiki (2008-06-08 21:13 CEST) (part 2) [20:43:26] hey [20:43:31] who's the manager here ?? [20:43:41] good question [20:43:55] hiki: anything we can help with [20:43:58] wikipedia ?? [20:44:05] or the wrong channel [20:44:19] this is the support and development channel for the mediawiki software itself [20:44:29] there is a #wikipedia channel however [20:44:40] and #wikipedia-en for specifics to the English Wikipedia [20:45:08] 10x :) [20:49:42] there the manager is! [20:50:41] 03nikerabbit * r36053 10/trunk/extensions/Translate/ (Message.php TranslateTasks.php ffs/Simple.php): * Add authors automatically [20:50:42] :) [20:51:28] 03huji * r36054 10/trunk/extensions/CentralAuth/CentralAuth.i18n.php: Localisation updates: Adding/updating Persian translations [21:03:32] 03(NEW) Automatically created accounts should not be hidden from CheckUser - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14474 major; normal; MediaWiki extensions: CentralAuth; (mike.lifeguard) [21:05:06] 03(NEW) Clarify the email message for temporary passwords - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14475 15enhancement; normal; MediaWiki: User login/settings; (mike.lifeguard) [21:05:43] 03siebrand * r36055 10/trunk/extensions/ (68 files in 68 dirs): [21:05:43] Localisation updates for extension messages from Betawiki (2008-06-08 21:13 CEST) (part 3) [21:05:43] * update some missing credits (after code fix in r36053) [21:16:40] 03nikerabbit * r36056 10/trunk/extensions/Translate/ffs/Simple.php: * Avoid duplicates [21:28:15] bah, brion isn't here [21:28:54] TimStarling: you around? [21:29:57] 03kim * r36057 10/trunk/extensions/Wikidata/util/voctrain/view.php: + asort languages [21:30:04] Skizzerz: brion isn't around on weekend [21:30:11] yeah... [21:33:50] 03kim * r36058 10/trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php: some translations and fallback settings [21:39:42] 03siebrand * r36059 10/trunk/phase3/ (3 files in 3 dirs): [21:39:42] Localisation updates for core messages from Betawiki [21:39:42] * add bcc/Southern Balochi [21:40:41] 03nikerabbit * r36060 10/trunk/extensions/Translate/ (RcFilter.php Translate.i18n.php Translate.php _autoload.php): * Translation filter (using the still uncommitted hook) [21:41:29] 03siebrand * r36061 10/trunk/phase3/languages/messages/MessagesCu.php: [21:41:29] Localisation updates for core messages from Betawiki [21:41:29] * update 'cu' Template_talk namespace name [21:41:32] :( [21:41:39] not a comment on https://bugzilla.wikimedia.org/show_bug.cgi?id=14310 [21:42:01] ? [21:42:53] Nikerabbit: was a request for enhancement I had [21:42:56] an* [21:43:47] 03nikerabbit * r36062 10/trunk/extensions/CleanChanges/Filters.php: * Improvements to inputs [21:44:31] Nikerabbit: but I havn't even got any feedback if it would even be an good idea :( [21:44:50] 03siebrand * r36063 10/trunk/phase3/languages/messages/MessagesNo.php: [21:44:50] Localisation updates for core messages from Betawiki [21:44:50] * update 'no' skin names and special page names [21:45:31] 03skizzerz * r36064 10/trunk/phase3/ (RELEASE-NOTES includes/Linker.php): * Add a new hook LinkerMakeExternalLink to allow extensions to modify the output of external links. [21:46:26] Skizzerz: !!! [21:46:31] wut? [21:46:33] 2 PHP Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in /var/www/w/includes/Linker.php on line 824 [21:46:38] ... [21:46:40] wtf [21:46:44] it worked perfectly in my tsets [21:46:46] *tests [21:48:47] ... what does that translate into? [21:50:17] T_PAAMAYIM_NEKUDOTAYIM is the best error of them all [21:50:54] yes, I don't see :: in that commit [21:51:00] oh, expecting ) [21:51:52] $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &link ) ); [21:52:03] both )'s are there... [21:52:11] does anybody spot the error? [21:52:55] Skizzerz: You need to update hooks.txt too. [21:53:07] bah, I always forget to update something >_< [21:53:14] anyway, can you spot the error in that line? [21:53:32] hmm [21:53:40] maybe it thinks wfRunHooks is a class [21:53:42] said error doesn't appear on my local wiki... which is very odd [21:53:57] ... [21:54:00] wait a sec [21:54:14] hmm [21:54:40] wait, nope... I thought maybe I misspelled it but I didn't [21:54:45] aha [21:54:48] found it [21:54:53] Skizzerz: &link [21:54:54] aha [21:54:56] yep [21:55:26] I need to fix hooks.txt so hold on like 10 secs [21:58:41] 03skizzerz * r36065 10/trunk/phase3/ (docs/hooks.txt includes/Linker.php): * add hook desc to hooks.txt and fix typo in LinkerMakeExternalLink hook [22:00:59] *Skizzerz wonders why he didn't get that error on his own wiki though... he didn't edit php.ini at all [22:01:30] Skizzerz: did you try it? [22:01:36] or just with php -l? [22:06:46] Nikerabbit: I usually do my development with live hacks on my personal wiki, and then make a patch of the changed files and implement that with my svn copy to commit [22:07:07] like i [22:07:35] I'm just surprised that I didn't get that error since I even had a dummy extension use that hook as well [22:17:03] 03siebrand * r36066 10/trunk/extensions/CleanChanges/CleanChanges.i18n.php: Tweak message [22:23:22] 03(mod) Allow noncritical and possibly repetitive API queries to be cached by &maxage URI parameter - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14402 (10N/A) [22:28:31] Hello, does anyone here have any experience with semantic forms? I am trying to convert "Red Links" to default to forms, added the "Has default form:" to the main category; still, red links don't point to edit w/ form. [22:31:25] Also, how do I remove the "edit" link for each paragraph? I don't want users to be able to edit each paragraph, but only use the main "Edit" button on top. [22:53:18] Is there a way to add all newly-created pages to a category by default? I tried adding [[Category:x]] to the main namespace, no luck [23:19:17] when would be the next release of Medaiwiki? [23:24:38] 04(REOPENED) Search by first letters or digits in [[Special:Categories]] - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13095 +comment (10waldir) [23:25:11] 03(NEW) Feature request: local hiding of account names - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14476 15enhancement; normal; MediaWiki: General/Unknown; (WJBscribe) [23:36:21] 03(mod) Correcting edit summaries (if own, last, & recent) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13937 (10jlerner) [23:42:33] 04(REOPENED) robots.txt for no.wikipedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11432 +comment (10vacuum) [23:43:03] Is there a way that I can use the current mediawiki layout, and pu tmy own html in the content area? Any way to do this with includes? [23:53:56] 03(mod) Feature request: local hiding of account names - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14476 +shell; +comment (10Andrew) [23:57:35] 03(mod) robots.txt for no.wikipedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11432 (10vacuum)