[00:08:40] any one know a thing or two about the wiki-wide recent changes rss feed? [00:11:59] TimLaqua_away: http://alpha.adambots.gotdns.org/index.php/Calendar and go to November [00:12:43] each day with text in it is supposed to be only one event [00:23:56] 03thomasv * r28912 10/trunk/extensions/ProofreadPage/ProofreadPage.i18n.php: spelling error [00:26:34] hi [00:26:41] hmmmmmm [00:27:02] how do I prevent people who are not logged in from reading page history? [00:30:19] rycar: http://www.mediawiki.org/wiki/Manual:Preventing_access#Other_restrictions [00:30:27] thanks! [00:30:46] apparently that can't even be done via extension [00:31:34] you'd probably have to add an isAllowed() check to phase3/includes/PageHistory.php, and invent a new user right [00:31:53] $wgGroupPermissions['user']['viewhistory'] = true; [00:31:58] $wgGroupPermissions['*']['viewhistory'] = false; [00:32:01] wgRestrictionTypes lets you specify actions, and history is an action [00:32:11] oh wait I see [00:32:45] I only need anonymous users to not have access to it [00:33:00] "if( $wgUser->isAllowed( 'viewhistory' ) )" then... display the history page [00:33:14] right, anonymous = '*', and logged in users = 'user' [00:33:26] messy [00:48:40] 03(WONTFIX) Method to avoid namespace conflicts - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12404 +comment (10brion) [00:54:31] 03(mod) Category browser generates invalid XHTML nesting - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12408 summary; +comment (10brion) [01:05:57] 03(NEW) New variable {{SECTIONNAME}}, analogous to {{PAGENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12434 15enhancement; lowest; MediaWiki: Page rendering; (jidanni) [01:07:17] 03(mod) Create accounts by email vs. $wgEnableEmail - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12417 (10brion) [01:12:59] 14(DUP) Database error when trying to view a Special: page without read permission - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12418 +comment (10brion) [01:13:01] 03(mod) Loading a special page fails when the option read is set to false for anonymous users . - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11668 +comment (10brion) [01:20:51] 03(mod) Unknown issue with category determination with conditional templates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12420 (10brion) [01:25:38] 14(INVALID) Spam log showing above all pages, plus "Warning: Cannot modify header information" etc - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12432 +comment (10brion) [01:33:45] You appear to have saved a web page showing the revision history from the [01:33:45] source code repository as 'SpamBlacklist.php' instead of saving the actual [01:33:45] code. [01:33:49] this user wins ;D [01:47:45] 03(mod) Unknown issue with category determination with conditional templates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12420 (10voyagerfan5761) [01:54:11] I am thinking about starting a cooperative science fiction world building site. [01:54:56] and I am looking a MediaWiki as the engine, would it work well? [01:55:20] well, it depends [01:55:46] world building has a lot in common with encyclopedias [01:55:46] while MediaWiki is great for collaborations, you don't have control over approving edits before they go live [01:56:15] so people can spam with porn? [01:56:30] well, you can use a flagged revisions extension, a-la http://www.mediawiki.org/wiki/Extension:FlaggedRevs [01:56:50] no control before going live may not be a big problem baring vandalism. [01:56:50] true [01:57:16] trent: there are many tools that exist (both default and in extensions) that give you control over the content after it's live though [01:58:38] it will start on a virtually hosted website, so it remains to be seen how many extentions they will plug in. [01:59:14] installing most extensions only requires access to the installation directory [01:59:58] qsheets: http://alpha.adambots.gotdns.org/index.php/Calendar - look at November again. The way he has the code, if you have more than one section (using == ... ==) notation, it things they're multiple appointments. Additionally, he's only looking for ==...==, and not handling other heading levels (like ===...===) which is why you're getting crazy results. [02:00:15] I am more concerned with how sci-fi world building differs from encyclopedias. [02:01:04] encyclopedias are NOT the only use for MediaWiki, you can use it for whatever purpose you want, although some things may be better off elsewhere (eg, don't try to make an MMORPG out of MediaWiki -- it won't work all that well) [02:02:43] there are other sci-fi building websites that mediawiki already [02:02:52] err that use mediawiki [02:02:58] cite? [02:03:52] please. [02:05:55] http://starwars.wikia.com/wiki/Main_Page [02:06:05] darkcode: that's an encyclopedia ;) [02:06:22] http://swfanon.wikia.com/wiki/Main_Page is the fan fiction site for that [02:06:26] http://fiction.wikia.com/wiki/Main_Page ;p [02:06:52] or that ;) [02:07:27] http://conworld.wikia.com/ [02:07:46] no shortage. [02:09:02] 03brion * r28913 10/trunk/extensions/ProofreadPage/ProofreadPage.php: [02:09:02] Query file object directly for isMultiPage() and pageCount(). [02:09:02] Handler requires a file object now for isMultiPage(), as not all file types will have this universally. [02:09:02] Avoiding the unnecessary backend drill-down is also a cleaner interface. [02:09:02] svn hates me today, this is my third try committing this. :D [02:09:04] 03(NEW) Species: The Awakening unaccessable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12435 major; normal; Wikimedia: Interwiki links; (erwin) [02:09:38] wiki looks like a promising tech for world building. [02:09:42] 03(mod) Species: The Awakening unaccessable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12435 +shell (10Simetrical+wikibugs) [02:10:00] http://scifipedia.scifi.com/index.php/Category:Fandom [02:11:38] coop world building suffers from sectarianism. [02:12:16] how can wiki tech cope with navigation and interpretation of a heterogenous corpus? [02:13:25] there are numerous features in MediaWiki that allow you to search pages (for example, you can get a list of pages that start with a certain prefix, or you can categorise similar pages) [02:14:06] philosophy might have the same issue. members of different schools of thought. [02:14:36] oh, didn't quite understand what you meant then [02:15:07] well in sci-fi you have FTL folks and STL folks. [02:15:22] you can have different sections of a page for each opinion, or you can have one page per opinion, or you can develop your own guidelines [02:15:54] i'm thinking a page per opinion. [02:16:36] but you can't enforce that. [02:17:04] it's more a navigation issue. [02:17:16] also an issue of subcommunites. [02:18:59] trent: if you set out guidelines somewhere and link to them on your main page, most contributors will eventually follow them [02:19:31] you could also use a different namespace for each philosophy [02:20:34] you could also make a namespace protected from editing except by approved users, and redirect all potential collaborations to the talk pages [02:22:32] 03brion * r28914 10/trunk/phase3/ (RELEASE-NOTES maintenance/createAndPromote.php): * (bug 12416) Fix password setting for createAndPromote.php [02:22:58] brion: wo0t wo0t [02:23:00] the protection idea is a bit un-wiki. [02:23:03] 03(FIXED) createAndPromote.php no longer makes passwords - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12416 +comment (10brion) [02:23:35] who let the bugs out [02:23:38] (woot woot woot) [02:24:07] can different schools create opt in namespaces without admin action? [02:25:03] brion: don't forget mergehistory :D [02:25:06] trent, namespaces are only configurable by editing the config file, generally, as with most configuration. [02:25:19] trent, there may be extensions that change this, but I don't know if any work. [02:26:49] maybe it is not necessary for users to organize content. [02:28:53] no organization beyond the network of internal links. [02:29:07] you can have categories as well [02:29:14] which are collections of similar pages [02:29:49] 03brion * r28915 10/trunk/phase3/includes/SpecialUserrights.php: Validate permissions on application. :) [02:30:19] 03(mod) Species: The Awakening unaccessable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12435 (10cbm) [02:32:12] categories sound quite useful. [02:35:09] do categories exist in the base product? [02:35:18] can users create them? [02:35:30] trent, yes and yes. [02:40:07] thanks for the help. [02:53:54] 03brion * r28916 10/trunk/phase3/includes/SpecialUserrights.php: Move input validation for groups changes up so the logging matches the actions performed [03:27:14] d [03:27:19] motd [03:27:26] hello? [03:31:36] TimLaqua_away: sorry for the late response [03:32:25] the events on the calendar are doing exactly what they shouldn't...they're following the redirects [04:41:56] 03shinjiman * r28917 10/trunk/phase3/languages/messages/ (4 files): [04:41:56] * Update Chinese translations [04:41:56] * Update Cantonese translations [04:41:56] * Update Old Chinese / Late Time Chinese translations [07:03:42] 03brion * r28918 10/trunk/phase3/includes/SpecialNewpages.php: [07:03:42] Work around regression in r28524: spewed PHP warnings due to mystery parameter added to a QueryPage subclass's constructor. [07:03:42] Made it optional so updateSpecialPages.php doesn't barf when going through the list. [07:13:47] hello [07:15:16] hi [07:15:31] i checked everything, why does this post request on action=submit don't work ? http://paste.debian.net/45675 [07:15:53] (i even added the timezone delay for have exact wpStarttime) [07:18:12] mediawiki reply with a preview page with


, like it parsed void wpTextbox1 and found something in wpPreview [07:20:45] pastebin is down ? [07:22:23] 03mkroetzsch * r28919 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_WikiPage.php: Support for image thumbnails in queries [07:26:34] ah, found it [07:27:05] the Content-Type header must be forced to application/x-www-form-urlencoded [07:29:40] not application/xml [07:30:40] 03mkroetzsch * r28920 10/trunk/extensions/SemanticMediaWiki/ (3 files in 2 dirs): Support JS-only linebreaks in tooltips, normal text-flow for non-JS clients. [07:32:54] *Werdna peeps out [07:33:42] 03mkroetzsch * r28921 10/trunk/extensions/SemanticMediaWiki/ (3 files in 2 dirs): Fixes JS sorting in result tables for data with complex sorting schemes, e.g. for calendar dates. [07:35:02] 03mkroetzsch * r28922 10/trunk/extensions/SemanticMediaWiki/includes/ (4 files in 2 dirs): Configurable support for string patterns in semantic queries (thanks to Thomas Bleher) [07:36:55] 03mkroetzsch * r28923 10/trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php: Minor version increment [08:04:33] Anyone using MW 1.11 having or had trouble with ImageMap and template parsing? [08:05:42] werdna: http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Protecting_empty_pages [08:10:57] replied. [08:16:09] 03(FIXED) Service links not working in SMW1.0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11895 (10mak) [08:17:15] 03(FIXED) sorted tables sort dates alphabetically rather than chronologically - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10322 (10mak) [08:22:35] 03(FIXED) Deprecated "getPrefixedText()" function still used in Special: Browse - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12373 (10mak) [08:22:53] 03mkroetzsch * r28924 10/trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php: Fixed Bug 12373 [08:35:29] http://en.wikipedia.org/w/api.php?action=parse&text={{:TFTP}} [08:35:51] Any ideas what happend to that code? [08:36:15] 14(WFM) refreshData.php and unifyProperties.php will not run - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12169 +comment (10mak) [08:36:56] what does parse do differently than action=render ? [08:37:10] Splarka: outputs metadata [08:37:29] I added sections to that metadata yesterday [08:38:27] 03(FIXED) Interwiki prefixes mistaken for property names (1.0RC2) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11925 (10mak) [08:39:04] mmm, meta [08:42:00] 03vasilievvv * r28925 10/trunk/phase3/includes/ (Parser.php ParserOutput.php): This should be array() by default [08:51:00] 03thomasv * r28926 10/trunk/extensions/ProofreadPage/ProofreadPage.i18n.php: spelling error [08:52:13] http://mostlyharmful.com/sign/ [08:54:16] 03thomasv * r28927 10/trunk/extensions/ProofreadPage/ProofreadPage.php: use DBKey instead of Text [09:21:14] 03vasilievvv * r28928 10/trunk/phase3/includes/Parser_OldPP.php: Fix old parser [09:34:35] 03(mod) Create namespaces for Lithuanian Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12428 (10vpovilaitis) [09:38:45] I screwed everything up and now I get a 'Error, Setup.php must be included from the file scope, after DefaultSettings.php' [09:39:01] google doesnt return much - can someone tell me how to approach that one? [09:39:14] Then include Setup.php from the file scope after DefaultSettings.php. [09:39:23] Or just rollback. [09:39:57] 03siebrand * r28929 10/trunk/phase3/languages/messages/MessagesDiq.php: Remove fallback to 'tr', fall back to default 'en' [09:40:28] LeonWP: how do I do the first option? [09:41:15] Don't. Just rollback. [09:41:32] by dropping the tables and redoing the config? [09:42:16] Well, what did you screw up? The source code? [09:42:33] no just something with Locale-Settings [09:42:45] The redo the config. [09:42:49] Then. [09:42:56] anyone know if there's a way to insert text into a media wiki page using python? [09:43:24] BlaenkDenum: Pywikipediabot does it [09:43:32] ask more on: #pywikipediabot [09:43:33] thanks Hojjat [09:43:41] !pywikipediabot | BlaenkDenum [09:43:41] --mwbot-- BlaenkDenum: I don't know anything about "pywikipediabot". [09:43:52] *Hojjat slaps mwbot [09:44:10] :) [09:45:53] hi [09:47:04] I'm looking for a way to integrate google search tool in mediawiki. It works fine if I use result page provided by Google but does not work if I try to integrate result page in mediawiki page [09:47:08] any idea ? [09:48:05] great, hojjat is gone [09:48:18] ennael: you see if there's an extension fo rhtat? [09:49:02] seems there is one http://www.mediawiki.org/wiki/Extension:Google_Custom_Search_Engine [09:49:09] but even author is asking help on it :) [09:49:33] haha, sorry man no idea [09:49:46] humpf ok... [10:02:59] 03siebrand * r28930 10/trunk/phase3/languages/messages/ (7 files): [10:02:59] Localisation updates for core messages from Betawiki (2007-12-28 11.00 CET) [10:02:59] * added: Moksha (mdf) [10:06:21] 03mkroetzsch * r28931 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Temperature.php: Fix to Bug 12379. [10:08:18] 03(FIXED) Temperature properties don' t display conversion for default Celsius - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12379 +comment (10mak) [10:09:49] 03siebrand * r28932 10/trunk/extensions/ (11 files in 8 dirs): Localisation updates for extension messages from Betawiki (2007-12-28 11.00 CET) [10:25:22] *djevrek 00is Away, Reason: 14( 07grr 14) 14|00 Since: 14( 07Friday00, 07December 2800, 07200700.07 0700:072600:0711 14)07 Xlack 00v072.1 [10:27:00] 14(INVALID) query doesn' t return pages where object is in category namespace - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12253 +comment (10mak) [10:31:23] 14(WFM) format="template" broken/buggy - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11896 +comment (10mak) [10:35:55] 03(mod) Create the group "test-sysop" for the Wikimedia Incubator - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10727 (10robin_1273) [10:52:21] 03(FIXED) Deleting a page then undeleting loses the semantic information in the database - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12364 (10mak) [10:54:02] 03mkroetzsch * r28933 10/trunk/extensions/SemanticMediaWiki/includes/ (SMW_GlobalFunctions.php SMW_Hooks.php): Restore semantic data when articles are undeleted. [10:54:19] 03(FIXED) wiki text markup in attributes doesn't show in inline queries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9334 +comment (10mak) [10:56:07] mak is killing the bugs.. [10:57:57] thats wrong? [10:58:07] 03(ASSIGNED) Semantic template updates should be propagated to pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10936 summary; +comment (10mak) [10:58:19] one dead bug is a tragedy, a million dead bugs is a statistic [10:58:30] lol [10:59:04] *Werdna eats Splarka for finding rotem's bug. [10:59:29] *Splarka gets et [11:00:20] 03(NEW) Can't move page with &amp; in it's name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12436 minor; normal; MediaWiki: Page editing; (aik) [11:05:03] 03(NEW) Urls to pages are not htmlspecialcharized - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12437 minor; normal; MediaWiki extensions: DynamicPageList2; (aik) [11:08:19] Splarka: and 5000 dead bugs? [11:08:52] *djevrek 00is back 14(00 Away07 43 mins 30 secs 14) [11:09:03] my bug zapper [11:09:24] *Splarka ews at djevrek's ugly multichannel afk spam with colors [11:09:33] Splarka, :) [11:09:36] stupid script [11:10:10] you're also using white text, which is a very common background color [11:22:58] re http://bugzilla.wikimedia.org/show_bug.cgi?id=12436 just submitted, it works if you change the URL from Why_%26amp%3B_got_relaced to Why_%26amp%3Bamp%3B_got_relaced [11:24:15] eeeeeeeeeeeeeeeeeeeeee [11:24:19] eh sorry [11:26:12] 03(mod) Can't move page with &amp; in it's name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12436 (10herd) [11:27:18] djevrek: please disable public aways here [11:27:29] twincest, fine :) [11:44:38] is there some statistics of wiki software used on internet? [11:46:45] http://meta.wikimedia.org/wiki/List_of_largest_wikis for example? [12:04:26] 03(NEW) "provides service" special property no longer links to Smw_service page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12438 normal; normal; MediaWiki extensions: Semantic MediaWiki; (info) [12:11:51] qsheets: The new guy made the Calendar extension follow redirects. in Calendar::getArticleSummaryLink() [12:15:20] 03(NEW) Logo change for gn.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12439 15enhancement; normal; Wikimedia: General/Unknown; (a9502784) [12:16:52] Hi [12:18:26] Is there a config trick to make tables work with mixed (wiki/html) code ? Like "{| xxx xxx |}" This is working in Wikipedia but not in my installation : html is not rendered as tags... [12:18:34] 03(NEW) Logo change for bcl.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12440 15enhancement; normal; Wikimedia: General/Unknown; (a9502784) [12:19:26] !tidy | re1 [12:19:26] --mwbot-- re1: For more information about HTML Tidy, see . [12:20:48] thanks Jack_Phoenix [12:20:57] np [12:36:01] Hello [12:36:05] meow [12:36:17] is there any languge definition of the wikilangue, like a formal one? [12:36:57] mreow Nikerabbit :) [12:39:13] dirk__: It's been on several todo lists for a long time [12:43:33] Thank you. I am working on conversion tool from wiki to latex. I feel I am running into a dead end somehow since I always keep adding work arounds for details my code does not consider properly. So I am considering to start all over using a more planned approch but a languge definition would be a necessary starting point [12:46:27] dirk__: You might be better off writing a Parser clone :) [12:46:30] *Wet-knacker slides neear the pole [12:47:59] So you propose to download the mediawiki source, and try to clone the parse from that code? [12:49:39] Well, a complete clone might be overkill, but copying the execution path and parsing parts [12:50:41] I am not sure if a parser clone would do since the wikilanguage supports embedded html and I think the wiki parser wont parse it but rather pass it through to the browser, who parses and interprets it [12:51:15] and example would be the ''' or the for bold font, which both have to be supported [12:53:14] 03(NEW) generateSitemap.php --fspath: add detalis - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12441 trivial; lowest; MediaWiki: Documentation; (jidanni) [12:53:37] dirk__: In that case, won't you just end up doing html2latex anyhows? [12:56:00] unfortunatly is is not as simple as that [12:56:28] Hello [12:57:41] to start with. Images have to be scaled from the highest reolution available, with is (usually) not the one referred to in the html version, where the original wiki source referrs to the name of the image and thus the high resolution version [12:58:24] and there are many similar little nasty problems that can only be solved when starting from the original wiki source [13:06:56] 03(mod) Create the Lower Sorbian Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12181 (10N/A) [13:57:41] Hi : I've a problem about language variable : does wgAllMessagesEn variable exist now or was it deleted ? [14:02:46] hasn't existed for along time [14:22:01] 03(FIXED) Page names are compared case insensitively within queries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11689 +comment (10mak) [14:38:34] 03(FIXED) Database collation settings of SMW sometimes do not match MW's - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12059 +comment (10mak) [15:11:51] 14(INVALID) Unknown issue with category determination with conditional templates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12420 +comment (10voyagerfan5761) [15:14:34] 03thomasv * r28944 10/trunk/extensions/ProofreadPage/proofread.js: fix for IE [15:41:45] Hello people, I'm in trouble and I need help from an expert. [15:42:15] I'm running MediaWiki on www.lazarkomarcic.org.yu [15:43:03] One of the authors has named a page wrong, it had a colon [15:43:50] and turns out that he actualy created a page titled "index.php" [15:44:13] now nobody can login or edit :) [15:44:49] any advice? [15:46:39] i'm gonna try to disable short url's and hope that gives me access to the right page... [15:53:00] 03mkroetzsch * r28945 10/trunk/extensions/SemanticMediaWiki/maintenance/SMW_pingSemWeb.php: Support for pinging sindice [15:53:00] 03mkroetzsch * r28946 10/trunk/extensions/SemanticMediaWiki/maintenance/SMW_pingSemWeb.php: Modified sindice POST URL [15:53:00] yepp, that helped :) [15:54:45] happy new year everybody! bye! [15:54:52] bye [16:05:58] 03(NEW) Image won't print - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12442 15enhancement; normal; MediaWiki: Images; (pinkballoon) [16:06:28] 03(mod) Image won't print - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12442 (10pinkballoon) [16:11:28] hmm... shouldn't the MIME type be svg+xml, not just SVG? [16:13:49] 14(DUP) Image won't print - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12442 +comment (10Platonides) [16:13:53] 03(mod) librsvg workaround for black background on Firefox printing - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4968 +comment (10Platonides) [16:21:12] Skizzerz, yes [16:21:39] hmm, then it appears the mime types of svg's are messed up on Commons [16:22:46] 03(mod) librsvg workaround for black background on Firefox printing - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4968 (10Platonides) [16:27:55] 03siebrand * r28947 10/trunk/extensions/ (14 files in 13 dirs): Localisation updates for extension messages from Betawiki (2007-12-28 16.52 CET) [16:36:10] Hello [16:41:51] 03thomasv * r28948 10/trunk/extensions/ProofreadPage/proofread.js: various fixes for IE: setAttribute does not work for style elements (replaced by css) and lookahead not supported by javascript older than 1.5, so added one more regexp [16:48:35] 03thomasv * r28949 10/trunk/extensions/ProofreadPage/proofread.js: more var declarations, as suggested by tbleher [16:53:47] 03thomasv * r28950 10/trunk/extensions/ProofreadPage/proofread.js: forgot those ones [17:17:20] 03siebrand * r28951 10/trunk/extensions/ (11 files in 11 dirs): Localisation updates for extension messages from Betawiki (2007-12-28 16.52 CET) [17:21:34] 03siebrand * r28952 10/trunk/phase3/languages/messages/ (11 files): Localisation updates for core messages from Betawiki (2007-12-28 16.52 CET) [17:28:42] when you block a user, it also automatically blocks recently used IP addresses for that user, right? [17:29:47] 03vasilievvv * r28953 10/trunk/phase3/includes/Parser_OldPP.php: Fix variable name [17:39:14] 03siebrand * r28954 10/trunk/extensions/Farmer/ (10 files in 2 dirs): [17:39:14] Major update by Bertrand Grondin [17:39:14] * version 0.0.3 [17:39:14] * works with 1.12alpha [17:39:14] * add i18n file [17:55:35] 03siebrand * r28955 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Add support for Farmer [17:56:00] 03thomasv * r28956 10/trunk/extensions/ProofreadPage/proofread.js: fix for IE : more cssText assignments instead of setAttributes [17:56:02] 03siebrand * r28957 10/trunk/extensions/Translate/MessageGroups.php: Sprinkle a few optional and ignored messages in [17:56:17] in which table the targets of redirects are stored? [18:00:52] What about supporting images-redirects? [18:17:03] saluton brion! http://wikimania2008.wikimedia.org/ ne sendas retmasagxojn kun forgesitaj pasvortoj [18:22:49] Hello [18:24:29] is it possible to insert text via sql into an article without breaking anything? [18:26:54] the text needs to be parsed and various metadata extracted, e.g. links to other pages, categories, templates, etc. [18:27:55] 03siebrand * r28960 10/trunk/extensions/Translate/MessageGroups.php: Move 2 messages from ignored to optional [18:27:55] 03siebrand * r28959 10/trunk/phase3/languages/messages/MessagesAst.php: Localisation updates for core messages from Betawiki (2007-12-28 18.55 CET) [18:27:55] 03siebrand * r28958 10/trunk/extensions/ (4 files in 4 dirs): Localisation updates for extension messages from Betawiki (2007-12-28 18.55 CET) [18:28:05] this is then inserted into the relevant tables, so unless you refresh all links after each insert, you will tet inconsistencies in the DB [18:29:02] 03mkroetzsch * r28961 10/trunk/extensions/SemanticMediaWiki/includes/SMW_QP_Embedded.php: More conservative checks to prevent recursion with "embedding" result printer. [18:29:02] 03thomasv * r28963 10/trunk/extensions/ProofreadPage/ProofreadPage.php: bump version number [18:29:02] 03siebrand * r28962 10/trunk/phase3/languages/messages/MessagesAr.php: Update magic words [18:54:43] How to check image for existance? [18:55:42] oh, i fouund [19:05:52] I am having SERIOUS problems with my wiki. [19:06:02] Someone is spamming it constantly. [19:06:28] !e SpamBlacklist [19:06:28] --mwbot-- http://www.mediawiki.org/wiki/Extension:SpamBlacklist [19:06:36] welcome to running mediawiki [19:06:42] actually... [19:06:46] !spam | KemCab [19:06:46] --mwbot-- KemCab: For more information about combating and handling spam in MediaWiki, see . [19:06:47] Boooooooooom! [19:07:03] I'm using every measure there is [19:07:07] it's an arms race. those pages help, but don't solve it [19:07:08] and yet he keeps coming back [19:07:27] I had to disable everyone but sysops [19:07:31] KemCab: how do you know it's always the same one? [19:07:46] I think it is. [19:07:57] it's the same kind of spam all the time. [19:08:01] when I set it up again [19:08:09] he occupied all my sysop's usernames [19:08:16] KemCab: if you can recogize the "kind", so can a regular expression [19:08:36] well, i was wondering [19:08:42] can you identify bits that are always the same, and put them into a pattern? [19:08:51] not really. [19:09:06] so... what do you mean by "same kind" then? [19:09:09] he just uses expletives and Ctrl+V's it everywhere. [19:09:23] anon? [19:09:26] no [19:09:35] anonymous editing is disabled. [19:09:47] so.... it's no spam really. it's a vandal. it's done manually, with the intend to annoy. [19:09:52] yeah. [19:10:08] how do i limit file size? [19:10:11] for articles, I mean, [19:10:21] hm... not sure, i can look i guess [19:10:23] and he's using proxies? [19:10:34] i think so [19:10:38] but i have no way to tell. [19:10:45] i'm using mw 1.6 [19:10:59] due to outdated PPH. [19:11:01] PHP [19:11:25] $wgMaxArticleSize = 2048; # Maximum article size in kilobytes [19:11:31] 03(FIXED) Species: The Awakening unaccessable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12435 +comment (10jeluf) [19:11:37] in 1.6... no idea. maybe it works, maybe not. [19:11:42] 1.6 sucks [19:11:52] i know [19:12:01] my webhost only has PHP 4.1 [19:12:27] change the host [19:12:56] i probably will [19:13:10] get one with shell access, btw [19:13:24] right. [19:13:37] i'm going to look for a fix at the moment [19:13:50] I'm probably going to see what's up. [19:14:09] the service is decent but this is a problem. [19:14:15] also, is 30 KB for an article good? [19:14:20] it's a small wiki. [19:14:39] it'll prevent excessive copy paste. [19:15:40] 03siebrand * r28964 10/trunk/extensions/Farmer/Farmer.i18n.php: Fix message name and file comment (submitted by Bertrand Grondin) [19:16:01] 03(FIXED) Logo change for bcl.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12440 +comment (10jeluf) [19:16:16] sorry, one more thing. [19:16:34] how do i reduce the space it takes up on my database? [19:17:00] i set it up today and it's already taking up 6 megs [19:17:21] 03(FIXED) Logo change for gn.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12439 +comment (10jeluf) [19:18:59] 03(FIXED) Set logo for Lithuanian Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12429 +comment (10jeluf) [19:19:14] KemCab: i don't think you can reduce the space it takes up in the db [19:19:20] 6 megs isn't much... [19:19:35] do you have such a tiny space limit? [19:19:57] KemCab: mediawiki is scaqlable, but all but light-weight. [19:20:06] 100 MB for the database. [19:20:12] that's only the database. [19:20:23] it was manageable until people started spamming. [19:21:07] 03(FIXED) Create namespaces for Lithuanian Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12428 +comment (10jeluf) [19:21:44] KemCab: there's a way to delete old revisions. not recommended though, for copyright reasons, etc. [19:21:51] i know. [19:22:03] but there's nothing on the wiki except archived spam. [19:22:13] >_< [19:22:21] start fresh then :) [19:23:13] I delete stuff all the time, buts its a local mediawiki setup for my own personal use, inaccessible from the outside [19:23:30] i would [19:23:36] but I did that already before [19:24:01] could I just delete it from the table? [19:24:09] KemCab: well, the best protection against vandals & spam is an active community. the technical measures are only stop-gaps. [19:24:19] i know [19:24:31] if you don't have an active community, you can also just make the wiki read-only for a while, until the troll goes away. [19:24:34] well, i had some dedicated people [19:24:38] ok. [19:24:55] or restrict edit to emailconfirmed [19:25:00] did. [19:25:06] well, restricted to sysop. [19:25:17] couldn't you disable registration and require sysops create accounts? [19:25:25] 03(FIXED) Set sitename for Lithuanian Wiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12427 +comment (10jeluf) [19:25:49] I could try but i don't think that'll do much [19:25:56] the guy's looking for attention. [19:26:12] i disabled normal editing so he's probably not going to do that. [19:26:16] 03thomasv * r28965 10/trunk/extensions/ProofreadPage/proofread.js: not a cell property [19:26:44] KemCab: if worse comes to worse, you can lock the DB altogether [19:26:57] but a simple captcha extension would probably serve your needs [19:27:05] actually, I tried it. [19:27:08] 03(FIXED) enable en.WS import from Commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12425 +comment (10jeluf) [19:27:16] didn't work for some reason. [19:27:18] maybe install checkuser too to block the person's IP... [19:27:25] did you try reCAPTCHA? [19:27:25] probably due to my dated version. [19:27:31] yeah, that's the one. [19:27:37] which version of mediawiki? [19:27:44] 1.6. [19:27:47] i know, it's old. [19:28:00] yeah, you need 1.8 for recaptcha [19:28:34] which is the latest version that I can get using php 4.1? [19:28:50] because frankly, I don't know if I can change my PHP version. [19:29:02] see topic [19:31:12] MZMcBride Hi! Are you using Opera ? [19:32:09] gangleri: i use firefox [19:32:27] Thanks! anybody else using Opera? [20:01:03] 14(DUP) Page title is tricked by HTML-Entity in it - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11849 +comment (10brion) [20:01:06] 03(mod) Old pages containing HTML entities in their titles cannot be moved. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3097 +comment (10brion) [20:01:09] 14(DUP) Can't move page with &amp; in it's name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12436 +comment (10brion) [20:01:13] 03(mod) Old pages containing HTML entities in their titles cannot be moved. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3097 +comment (10brion) [20:04:49] 03(mod) Old pages containing HTML entities in their titles cannot be moved. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3097 +comment (10brion) [20:27:31] hey how can make a pop up on my mediawiki mainpage? So, if someone launch the page my own popup opens? [20:28:16] bango: javascript? [20:28:24] use [[MediaWiki:Common.js]]? [20:28:46] where can i find mediawiki:Common.js? [20:29:04] go to it via your URL or go to Special:Allmessages [20:31:16] okay [20:33:56] you mean all pages? [20:34:08] no, Special:Allmessages [20:34:17] it's a list of all on-wiki customizeable messages [20:34:29] *MZMcBride will someday learn to spell customizable correctly [20:35:54] will the pop up open on all pages? [20:36:56] you have to write the code to do what you want it to do [20:37:16] okay :) [20:37:18] i will try it [20:37:25] i was saying that javascript is probably the best / simplest option and that it can be loaded in MediaWiki:Common.js [20:37:27] :) [20:37:48] erm. How am I supposed to link to an image like this one? http://it.wikipedia.org/wiki/Immagine:Loredana_Bert%C3%A9_in_%27%27Ciao_Rudy%27%27_1971.jpg ? title is legal, but [[:Immagine:Loredana Berté in ''Ciao Rudy'' 1971.jpg]] gets parsed as italics and doesnt' work, of course... [20:38:54] yes i will use a popup generator [20:39:26] BrokenArrow: move the page [20:40:18] I'ts a dupe anyway, so I'll delete it. however, being able to create unreachable pages aint' pretty [20:40:35] not really unreachable, only unlinkable [20:40:51] and there's probably a work-around, but really.... [20:42:21] ah, and it's an image, so moving is in fact aout of question :) [20:42:41] how's the image backend restructuring going on, btw? [20:43:19] Really Soon Now (tm) [20:44:29] Really Soon After SUL Now (tm) or Really Soon Before SUL Now (tm)= :) [20:45:10] Tim's working on it, i think; still has major bugs [20:51:13] TimLaqua: you happy, i updated to MW 1.11.0 and disabled the redirects in the calendar extension [20:51:24] <(^^,)> [20:56:05] qsheets: of course. it was the right thing to do. ;-) [21:15:32] thank's for all brion [21:15:44] enjoy [21:31:57] 03grondin * r28967 10/trunk/extensions/Farmer/ (Farmer.i18n.php MediaWikiFarmer_SpecialPage.php): new release of Farmer extension by SPQRobin. Correcting english messages and optimization of other one including internal link. [21:35:04] 03brion * r28968 10/trunk/phase3/ (RELEASE-NOTES includes/Title.php): [21:35:04] * (bug 3097) Inconsistently usable titles containing HTML character entities [21:35:04] are now forbidden. A run of cleanupTitles.php will fix up existing pages. [21:35:58] brion: no changes about the embedded italics as above? [21:36:12] 03(FIXED) Old pages containing HTML entities in their titles cannot be moved. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3097 +comment (10brion) [21:36:16] Broabove what? [21:36:45] I just linked an unlinkable image named something ''or'' other.jpg [21:36:51] ah well [21:37:01] blame gerardm and neapolitan for that [21:37:15] *BrokenArrow is actually from Nùaples... [21:37:41] then i can blame you :D [21:38:04] I've never used '' once in my life, :P [21:39:50] 03grondin * r28969 10/trunk/extensions/Translate/Translate.php: messages bug fixed by SPQRobin [21:42:36] hi [21:42:47] hello [21:43:33] just a question about the short urls / mod_rewriting... [21:44:04] best to ask :) [21:46:06] 03vrandezo * r28970 10/trunk/extensions/SemanticMediaWiki/includes/storage/SMW_RAPStore.php: corrected drop function [21:46:52] http://domain.tld/wiki/FooBar redirects to http://domain.tld/wiki/index.php5?title=FooBar. how can i achieve that http://domain.tld/wiki/index.php redirects to the main page http://domain.tld/wiki/Main_Page? [21:47:53] !shorturls | st-fl [21:47:53] --mwbot-- st-fl : To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [21:47:59] st-fl: your wiki is installed in /wiki/, correct? [21:48:04] if so, move it elsewhere [21:48:05] yap [21:48:13] !rewriteproblems | st-fl [21:48:13] --mwbot-- st-fl: 1) Do not put the files into the document root; 2) Do not map the pages into the document root; 3) Use different paths for real files and virtual pages; 4) Do not set a RewriteBase; 5) Put all rules into the .htaccess file in the document root. [21:48:22] you do NOT want to have your wiki installed in the same place as where you're rewriting it to [21:49:16] 14(DUP) Urls to pages are not htmlspecialcharized - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12437 +comment (10brion) [21:49:17] 03(mod) Old pages containing HTML entities in their titles cannot be moved. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3097 (10brion) [21:49:33] hm, i renamed /wiki/ to /a/ -- and now? [21:49:55] does it work now? [21:50:37] no :( [21:51:08] st-fl: Maybe you could put your rewrite rules in the pastebin [21:52:13] http://rafb.net/p/CTo6Td89.html [21:54:10] short urls for pages do work, but when i enter /a/ in the address bar, the page is blank. just nothing. [21:55:43] ah, i'll just try something else [21:56:35] That setup is as broken as before [21:57:02] You need one physical directory containing the files (e.g /w/) and one virtual directory for pretty URLs (e.g. /wiki/) [21:57:14] ok, i see [21:57:18] And then you redirect /wiki/x to /w/index.php/x [21:57:53] That way you don't need -d or -f either, since there cannot be any physical files in the virtual path [22:01:32] hm, http://rafb.net/p/oIHvwN86.nln.html does not really work... :S [22:02:55] Isn't that backwards? That will rewrite realfile/Something to wiki/index.php [22:04:30] sorry, realfile should be the virtual one. [22:04:55] the files de facto are in /wiki/ [22:05:08] Also make sure the .htaccess is in the right location [22:05:19] in which? [22:05:22] root? [22:06:12] 03grondin * r28971 10/trunk/extensions/Farmer/Farmer.i18n.php: English messages corrected by SPQRobin. French Messages by Bertrand GRONDIN [22:07:03] Since you use realfile relatively, it should be the level above realfile [22:07:58] do i have to create the "virtual" file? [22:08:02] 03erik * r28972 10/trunk/tools/planet/en/config.ini: change vishwin per req [22:08:19] No [22:08:30] Shouldn't, even [22:09:16] omg, i'm so confused O_O [22:11:30] well, once again, please... the files are in /wiki/ and i want to redirect pretty urls as /somename/PAGENAME to /wiki/. can you paste me the code? [22:11:58] st-fl: you're backwards there [22:12:32] hm. and how can i change being backwards? ;) [22:12:50] you DON'T want the wiki installed in the /wiki/ directory (name the directory /w/ for example), then you want to redirect /w/index.php5?title=$1 to /wiki/$1 [22:13:03] er... other way around [22:13:04] !shorturls | st-fl [22:13:04] --mwbot-- st-fl : To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [22:13:14] !rtfm [22:13:14] --mwbot-- Please search and read the MediaWiki manual at before asking. [22:13:15] redirect /wiki/$1 to /w/index.php5?title=$1 [22:21:05] rtfm hehe [22:24:30] cautionary tale for people upgrading mediawiki.... [22:24:56] we tried an intranet upgrade last night from 1.6 to 1.11 [22:25:05] uff, 23:25... too high for me now... tomorrow i'll try again :) thanks [22:25:31] set both source and destination wikis to read-only mode [22:26:04] spent the longest time figuring out why update.php took FOREVER, and the subsequent install took 20s to render a page [22:26:34] it was only when we finally took the target wiki out of read-only mode that performance was normal [22:30:42] I'm thinking of making a bug report against update.php on this topic, but I'm guessing it'd be a low priority fix, and I don't plan to write it [22:44:48] Does anyone know how to solve this? http://www.mediawiki.org/wiki/Project:Support_desk#Plethera_of_problems [22:45:20] "Plethera"? :P [22:45:22] *Skizzerz checks [22:45:43] !tidy | DP67 [22:45:43] --mwbot-- DP67: For more information about HTML Tidy, see . [22:45:44] what's the wikipedia bot channel again [22:45:46] oh nevermind [22:46:01] you need to enable tidy, once you do it should work :) [22:46:19] OK.. I'll give it a go.. Tnx! [22:52:01] 03(mod) New:=?UTF-8?Q?=20unable=20to=20activate=20t?= =?UTF-8?Q?he=20chekboxes=20in=20the=20=C2?==?UTF-8?Q?=AB=20Gadget=20?== =?UTF-8?Q?=20=23prefsection=2D10=20=C2=BB=20s?= =?UTF-8?Q?ection=20in=20=C2=AB=20special?=: =?UTF-8?Q?Preferences=20=C2=BB=20at=20w?=:he: with Opera - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12443 (10N/A) [22:52:25] poor wikibugs... it totally breaks with weird characters [22:52:47] FYI: http://bugzilla.wikimedia.org/show_bug.cgi?id=12443 unable to activate the chekboxes in the « Gadget = #prefsection-10 » section in « special:Preferences » at w:he: with Opera [22:52:56] Ahh! Skizzerz you are a god send! Thanks! [22:53:05] DP67: you're welcome ;) [22:55:13] hi [22:55:29] hi [22:55:33] 03(mod) wgUseCategoryBrowser mode (Category browser) generates invalid XHTML nesting - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12408 summary (10gangleri) [22:55:42] do you speak German? [22:55:52] ein bisschen [22:56:03] cool [22:56:20] i've a question about Mediawiki [22:56:26] ich spreche deutsch. [22:56:34] NEox: just ask [22:56:37] i wanna install mediawiki on funpic [22:56:40] habe aber keine ahnung von mw :P [22:56:51] but i dont know how i can do that [22:56:57] - 10http://bugzilla.wikimedia.org/show_bug.cgi?id= summary (10gangleri) [22:57:21] w'bugs gave up :-\ [22:57:34] !install | NEox [22:57:34] --mwbot-- NEox : Installing MediaWiki takes between 10 and 30 minutes, and involves uploading/copying files and running the installer script to configure the software. Full instructions can be found in the INSTALL file supplied in the distribution archive. An installation manual can also be found at . See also: !download [22:58:01] a question [22:58:10] i have to upload all files to the server [22:58:19] yes [22:58:20] and then? [22:58:27] run the config script [22:58:39] how ? [22:58:54] open /config/index.php in your web browser [22:59:08] okay and then? [22:59:22] everything is explained in the link that mwbot gave to you [22:59:26] i must first upload the files with mit 9kb upload, thats a fuck :D [22:59:41] ok thx @ all :) [23:00:36] Still getting a blank screen whenever an is called. ImageMap ext. is loaded. [23:00:55] spricht hier keiner deutsch? [23:01:08] doch [23:01:39] aber du hast keine ahnung von MW :D [23:01:50] eben [23:02:03] aber das war ja auch nicht gefragt [23:02:27] gut, von der bedienung habe ich ahnung, aber das ding zu installieren, uiui, da haperts [23:02:41] DP67: Have you checked your php error log? [23:07:49] No.I can't find it. logging is turned on but I cant seem to locate the log. [23:10:44] Dashiva: one more question, okay? :-) [23:11:54] hau rein :D [23:13:10] naja, ich hab die dateien jetzt in /wiki/ liegen, /schlammbeiser/ ist virtuell und leitet dort hin. die weiterleitung klappt auch so weit, nur lädt er die skins nicht [23:14:18] Fatal error Class 'DOMDocument' not found in /var/www/html/wiki/extensions/Imagemap/ImageMap_body.php on line 76 [23:20:57] im uploading the files [23:21:08] thats a loong time to finish :D [23:21:51] DP67: http://www.php.net/manual/en/ref.dom.php [23:26:48] http://www.funpic.de/forum/webhosting/topic,34435,-mediawiki.html [23:27:00] yeah ive found an indrutudtion [23:27:06] introduction :D [23:27:10] ciao guys [23:27:53] Nikerabbit, thanks i'll look into it. [23:28:26] DP67: so either you use php4 or non-standard php5 package [23:28:53] 1.11 wouldn't run on php4 though [23:30:33] maybe missing xml flag on gentoo or something [23:30:44] *Skizzerz waves to CIA-39 [23:30:54] *Nikerabbit hugs CIA-39 [23:30:54] *CIA-39 hugs Nikerabbit [23:31:01] ooh [23:31:22] *Skizzerz waits for CIA-39 to reveal it's immense presentsight into the world of svn [23:31:58] It's php5 whatever package comes with a standard Fedora Core 5 distro. [23:32:34] 5.16 to be exact [23:32:48] IIRC current php is 5.2.4 [23:33:09] DP67: you need to install the php domxml package [23:33:10] DP67: is there php-xml package available? [23:33:27] checking [23:34:57] ohloh thinks mediawiki has too few comments :O http://www.ohloh.net/projects/22?p=MediaWiki [23:36:39] :O [23:36:49] we have a comment before almost every single function >_> [23:36:54] more like too many >_> [23:37:06] *RougeAdmin has seen extensions where there's less code than comments... [23:37:23] yeah, but I was talking about the core code [23:37:48] for extensions (at least mine), I just paste the URL of the online documentation [23:38:12] Across all PHP projects on Ohloh, 25% of all source code lines are comments. For MediaWiki, this figure is only 9%. [23:38:14] Thanks Nikerabbit; installed php-xml and it works. [23:38:37] no white screen o death.. lol [23:38:46] 25%... o.0 [23:39:02] do they explain every variable every time it's used or something? [23:39:58] whee, almost 10 million lines of code :) [23:40:13] Skizzerz: nah, they just write good and compact code (NOT!) [23:43:57] helo [23:44:24] Hey guys, I've got a bit of a newb HTML/Wikimedia question here. [23:44:32] Hope you can help a bit more [23:44:44] MrDoomBringer_: feel free to ask :) [23:45:02] do you no abot wiki [23:45:05] I'm trying to remotely/automatically post data to a Wiki page, I've looked through the source code and found this line: [23:45:09] are u wikia [23:45:11]
enctype="multipart/form-data"> [23:45:16] helo [23:45:18] !stfu | lotoflols [23:45:18] --mwbot-- lotoflols: I don't know anything about "stfu". You might try: !google [23:45:29] are U WIKIA [23:45:33] no [23:45:38] No. go away, cross-channel troll. [23:46:06] Well, anyway [23:46:17] loltoflols: wikia matters belong to #wikia, where you were banned from due to - well - trolling. [23:46:38] !api | MrDoomBringer_ [23:46:38] --mwbot-- MrDoomBringer_ : The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at http://www.mediawiki.org/wiki/API [23:46:40] im not a troll [23:46:45] MrDoomBringer_: via ajax? or offsite via full-url ? [23:46:53] I want my article deleted [23:47:02] Actually, though another HTML page [23:47:03] loltoflols: it won't be, now be nice and stop whining [23:47:06] loltoflols: you're trolling software development channel with irrelevant junk. [23:47:26] loltoflols: people here only create the software, they have no control over sites like Wikia that use their software. period. [23:47:39] MrDoomBringer_: right, so via full-url action=""... [23:47:41] WHy are u everywere RougeAdmin [23:47:52] alright, that makes sense [23:48:06] but you'll need the hidden input element that has the edit token [23:48:07] hmmm click click [23:48:12] loltoflols: not everywhere. and I like discussing here. please, be kind and do not disrupt the developers. [23:48:34] hmm, I think you lost me there [23:48:34] ok [23:48:58] they are jerks like the wikia people [23:49:11] MrDoomBringer_: check the stuff between [23:49:25] http://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Parameters_that_are_needed_to_save [23:49:30] Well, that's the thing I wanted to circumvent. [23:49:49] I wanted to skip the forum, and just go to adding text [23:49:52] RougeAdmin any other place u are? [23:49:58] form* [23:50:09] MrDoom: that would be rather insecure... I mean... [23:50:35] anyone with a web site and javascript enabled could have anyone else submit text to your wiki [23:50:53] I see [23:51:02] they'd just have to have a hidden pre-filled-in form and have a document.submitelement.click() [23:51:19] Well, it kinda gets complicated in my explanation of what exactly I'm planning on doing.. [23:51:21] the edit token prevents that [23:51:49] if you want remote editing, it's best to use the api interface [23:51:55] it requires someone editing a wiki to actually read the edit form (which a remote site can't do via ajax in most cases) [23:52:05] EAh.. [23:52:08] eah* [23:52:12] *Splarka nods [23:52:32] I get your point here, but I _have_ to do it via HTML or Javascript [23:52:55] like I said, the explanation is somewhat complicated [23:52:59] well, you can do it via an ajax POST, and even somewhat securely [23:53:50] how good are you at javascript? ^_^ [23:54:09] heh, about as good as I am at flying a brick [23:54:13] hmhm [23:54:17] hence the "newb" question [23:54:25] The problem here is that I have data in a game [23:54:27] there should be const keyword in php :< [23:54:40] good bye thanks for your help! [23:54:40] ooh, if you want brick flying lessons, by all means come see me :) [23:54:43] now, I can create a DHTML window in this game, and with that, I can access a wiki [23:54:47] heheh [23:54:57] crazy [23:55:13] Basically, what I want to do is add a few strings to a wiki page [23:55:26] I was wondering how I would go about doing that without the form [23:56:02] Skizzers: can the API edit pages yet without an edit token? (or, at all?) [23:56:28] it can edit pages, but it requires a login [23:56:34] but you can login via the API as well [23:56:41] right [23:56:43] I assumed as much [23:58:59] The general question here is would it be possible to add info to a page using the submit action from a separate HTML script? [23:59:29] without JS? only anonymously I believe