[00:07:24] $wgFileExtensions[] = 'svg'; [00:07:35] You'll probably want to set up $wgSVGRenderer et al. [00:08:45] frank zappa is my guru [00:10:13] *sigh* i wish nickserv had a ghosting option on freenode [00:10:24] *inkhorn kicks feltipen in the face [00:10:39] er, /msg nickserv ghost [00:10:53] i've been trying with /nickserv all along [00:11:14] thx rob [00:11:27] ./nickserv works for ident'ing but not for ghosting, heh [00:21:27] 03rotem * r24638 10/trunk/extensions/CentralAuth/CentralAuth.i18n.php: Typo. [00:24:46] Could someone link me to a way to give a user admin priveledges by directly manipulating the database. [00:25:31] INSERT INTO user_groups ( ug_user, ug_group ) VALUES ( x, "sysop" ); [00:25:40] Where X is the corresponding `user`.`user_id` [00:25:58] Okay, thanks [00:43:19] OK, I'm making a template called "deletion" [00:43:39] ''This article may be '''subject to deletion'''. You can discuss this on the article's talk page.'' [00:43:55] I want the words "talk page" to be a link to the article's talk page. [00:44:21] I'm not sure how to do this [00:44:21] [[{{TALKPAGENAME}}|talk page]] ? [00:44:39] I'll try it. [00:45:10] It replaces it with Template:TALKPAGENAME [00:47:22] What version? [00:47:57] The first one. [00:48:01] The one that is on php4. [00:48:09] My webhost webmaster refuses to do php5. [00:48:14] Which is what version of MediaWiki? [00:48:37] 1.6.10 [00:49:44] Right, well, 1.6.x didn't have TALKPAGENAME. [00:49:52] How do I get the talk page name? [00:50:52] Is this template only ever going to be used in the main namespace? You might try [[Talk:{{PAGENAME}}|talk page]] [00:51:36] *robchurch notes that TALKPAGENAME was introduced in 1.7, along with a whole raft of page variables [00:51:52] That woked [00:51:55] *worked [00:54:55] whats the best way to prevent anyone except admins creating accounts and prevent non-logged in users from seeing pages? [01:02:08] eAi: http://mediawiki.org/wiki/Help:User_rights [01:02:27] thanks, I'll read [01:02:32] Welcome. [01:06:10] is a 90m php memory_limit decent to run a wiki farm of several hundred wikis [01:09:17] 03ivanlanin * r24639 10/trunk/phase3/languages/messages/MessagesId.php: Indonesian (id) localisation updates. [01:17:03] I've been using MediaWiki 1.5 up to today, and an extension I wrote used $wgOut->parse(....) [01:17:17] this doesn't seem to work in the latest build [01:17:21] what should I replace it with? [01:20:32] 03rotem * r24640 10/trunk/phase3/ (RELEASE-NOTES includes/SpecialPreferences.php): Fixed a display problem in the E-mail part of the preferences page when the E-mail is not confirmed: the notice about it was in the same line as a preference. [01:22:00] I need to be able to call the parse function recursively... [01:27:47] 03jeluf * r24641 10/trunk/extensions/geoserver/geoserver.psql: set default value [01:46:46] where does the generated css come from and why does it redefine the red link colour to #CC2200 ? [01:47:52] in monobook main it is set to #ba0000 but both wiktionary and wikipedia have it redefined in the generated css - but i cannot find this in the source [02:38:18] any suggestions for a bridge between joomla and wiki? [02:38:48] mambowiki "works" but is horrible, i need centralized user management, but would like the wiki to be able to stand alone ^-^ [02:59:04] 03(mod) {{BASEPAGENAME}} does not return topmost page name - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=6067 +comment (10fdcn64) [03:06:34] <_Danny_B_> hello, tim [03:06:54] hi [03:08:24] <_Danny_B_> TimStarling: is it possible that site_stats table is outdated? i'm running two queries - one to get # of articles from site_stats, one to get # of pages in ns 0 and not redirect [03:08:40] <_Danny_B_> and i get first result higher than second [03:08:56] <_Danny_B_> which should be in fact vice versa [03:09:01] yes it's possible [03:09:12] well, not outdated, just wrong [03:10:22] not outdated, just wrong [03:10:36] <_Danny_B_> TimStarling: what is the algorithm to say page is article? ns 0 AND not redir AND not dead end AND ?? (something about size?) [03:11:09] no, just those three [03:11:14] nothing about size [03:11:51] <_Danny_B_> ok. so i'd rather run the exact query than use page_stats [03:12:05] you mean site_stats [03:12:14] <_Danny_B_> yes, typo [03:12:24] <_Danny_B_> cswikisource_p btw is what i'm talking about right now in case you'd like to take a look [03:12:48] we'd all rather have exact data [03:13:04] the problem is that it takes time to calculate [03:13:13] <_Danny_B_> i can imagine [03:13:17] and you're not the only person on the toolserver [03:13:52] <_Danny_B_> it's not meant to run often [03:14:11] <_Danny_B_> for often queries i can use the stats table [03:14:32] <_Danny_B_> but time to time i'd like to have the correct amount for control [03:16:04] http://www.cwb.gov.tw/V5e/warning/Data/TEDPTA/TEDptaweb_E.htm [03:16:05] fun [03:16:47] it looks more impressive on the satellite though: http://www.cwb.gov.tw/V5/observe/satellite/Data/sup/sup-2007-08-07-10.jpg [03:17:58] Anyone here have experience messing with the Semantic Mediawiki thing? [03:21:32] <_Danny_B_> wow, i just ran the query and got nonredirs in ns 0 = 2469; deadends = 57; (-> articles should be 2412) and articles from site_stats = 2471, that looks pretty much wrong :-/ [03:22:11] right order of magnitude, not too bad [03:24:33] what wiki is this? [03:24:40] <_Danny_B_> cswikisource [03:24:44] <_Danny_B_> would you say this is rare case or the same disproportion will be on all wikis? [03:25:22] it would depend on the history of the wiki [03:25:36] activity when various bugs were present, etc. [03:27:15] <_Danny_B_> hmm, also interesting, that the query copied from svn returned 57 deadends and special page returns 2 [03:27:41] maybe some of your "deadends" don't exist [03:27:49] what's the query? [03:28:04] <_Danny_B_> i copied from here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/SpecialDeadendpages.php?view=markup [03:33:22] 03yurik * r24642 10/trunk/phase3/includes/api/ApiQueryImageInfo.php: API: Now renders image size values as integers in json. [03:36:09] probably invalid titles actually [03:38:32] <_Danny_B_> definitely, i just see it - page_title is varchar(255) and most (and probably all) of the titles are longer [03:47:15] <_Danny_B_> it might be practical to close/stop each wiki for couple mins and run the maintenance scripts to remove as many bugs as possible and update all counted items [03:53:00] you wouldn't need to close anything [03:54:35] <_Danny_B_> that's better then. thought db must be locked to run maintenance [04:38:48] does anybody know why the red link colour is overridden by mediawiki since about forever? : $s .= "a.new { color: #CC2200; }\n" . "#quickbar a.new { color: CC2200; }\n"; [04:47:10] why do people set href="#" for javascript links? [04:47:16] it makes the browser scroll to the top [04:49:32] Because people don't think [04:49:39] And if the javascript returns false, it doesnt [05:02:46] does anybody know why the red link colour is overridden by mediawiki since about forever? : $s .= "a.new { color: #CC2200; }\n" . "#quickbar a.new { color: CC2200; }\n"; [05:20:47] 03(mod) Underscore is rejected by the incategory search parameter - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10822 (10kalan.001) [06:31:07] here's a wishlist item: an extension that lists all registered users and lets you see their contributions [06:32:33] 03raymond * r24643 10/trunk/extensions/Cite/Cite.php: Error messages should be shown in the user preferred language, not the site content language. [06:32:36] 4 columns: user | Articles created | Articles edited | Registration date [06:33:07] click on created or edited numbers for a user to see what exactly was done [06:49:28] welp, that's semi-possible already, im an idiot :) [06:50:50] hello friends.... I made an edit here... http://www.mediawiki.org/w/index.php?title=Manual_talk:%24wgSitename but it seems to just get sucked into the ether [06:51:16] Actually I mean here... (and I can see the comment now...) http://www.mediawiki.org/wiki/Manual_talk:%24wgSitename [06:51:41] sorry about that... seems a cache issue [07:44:26] 03(NEW) Mongolian Wikipedia's {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10825 15enhancement; highest; Wikimedia: Site requests; (chinneeb) [07:45:19] 03(mod) Mongolian Wikipedia's {{SITENAME}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10825 highest->normal; +shell (10raimond.spekking) [07:57:58] 03(NEW) Links in Mongol Wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10826 major; highest; Wikimedia: Language setup; (chinneeb) [08:01:09] hi, I'm trying to upgrade my MediaWiki ... I followed the instructions in the UPGRADE file. Now, I have to run the update.hp script but I get this error: [08:01:15] You don't have permission to access /upgrade_folder/wiki/maintenance/ on this server. [08:01:26] I don't have commandline access at my webserver [08:02:20] 03raymond * r24644 10/trunk/ (79 files in 3 dirs): [08:02:22] Moving InputBox specific messages to the new i18n file, they are unsued in MediaWiki core. [08:02:24] Normally they should be renamed to 'inputbox-xxx' but I don't know how many localizations this will break :-( [08:11:05] *NotAmused tickles Raymond_afk [08:11:13] and Duesentrieb [08:11:22] *Raymond_afk hides [08:11:36] afk my ass [08:17:35] 03raymond * r24645 10/trunk/phase3/ (RELEASE-NOTES languages/messages/MessagesMn.php): * (bug 10826) Added linktrail with cyrillic characters for Mongolian language [08:19:22] morsning [08:20:48] 03(FIXED) Add linktrail for Mongolian language - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10826 major->15enhancement; highest->normal; summary; +comment (10raimond.spekking) [08:36:49] I readed Manual:Configuration settings, but I still can't work out how to set the search to default to all namesspaces... [08:37:15] (i.e. for a non-logged in user, I want searches to be for all namespaces by default). [08:40:56] <_wooz> lo [08:41:55] SpecialSearch.php and SpecialPreferences.php which contain namespace checkboxes... [08:42:40] 03(NEW) Make MediaWiki: Sharedupload point to Commons with lang setting of that wiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10827 15enhancement; normal; Wikimedia: General/Unknown; (brianna.laugher) [08:43:00] so, there's no way to upgrade the mediawiki if you don't have commandline access? ^o) [08:43:14] jochus: not that I know of [08:43:26] faceface: thnx :-) [08:50:51] 03proes * r24646 10/trunk/extensions/Wikidata/OmegaWiki/WikiDataAPI.php: Also check $wgDefaultClassMids in isClass() [08:52:59] 03(NEW) bad translation for a system message to french-speaking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10828 normal; normal; MediaWiki: Internationalization; (crochet.david) [08:53:26] hey [08:56:21] 03(NEW) Java interfering with Wikipedia pages but not other Wikimedia pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10829 15enhancement; normal; Wikimedia: General/Unknown; (brianna.laugher) [08:58:29] 03(NEW) Change name for Haitian Creole language - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10830 trivial; normal; MediaWiki: Internationalization; (le.korrigan) [09:17:24] 03vyznev * r24647 10/trunk/phase3/ (RELEASE-NOTES skins/common/wikibits.js): [09:17:26] Prefer textContent over innerText to allow hidden sort keys to work on Safari. [09:17:28] No apparent regressions on Firefox 2.0, Konqueror 3.5.5 or Opera 9.21; not [09:17:30] actually tested on Safari nor IE yet(!). [09:17:32] See also: http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#sortable_wikitables_and_Safari [10:11:41] I read "Manual:Configuration settings", but I still can't work out how to set the default search to all namesspaces... [10:11:52] (i.e. for a non-logged in user, I want searches to be for all namespaces by default). [10:12:50] faceface: $wgNamespacesToBeSearchedDefault isn't good? [10:13:08] faceface: there's no option for "all" though. you have to list each namespace you want to search [10:16:15] ty Duesentrieb, I don't know why I missed that on http://www.mediawiki.org/wiki/Manual:Configuration_settings [10:33:50] Duesentrieb: how do I set 'biodatabase' and 'biodatabase talk' ? http://biodatabase.org/index.php/Special:Search?search=adfadsfasdf&go=Go [10:34:08] !faq | faceface [10:34:08] faceface : Before reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ [10:35:01] chat-de-plafond: now what? [10:35:05] ask again? [10:35:09] is it possible to programm an extension to search uploaded files? or doesn't work that? [10:35:29] I think ... you can do that [10:36:48] hmm ok .. well I think not that I can do that but I'll ask a colleague ;) thx [10:37:05] or somebody from here want to programm such an extension [10:37:22] you mean like search in an uploaded document? [10:37:59] yes, so if I load a .doc dokument up I could search in this document [10:38:42] $wgWitename is "Biodatabase", does that mean that the meta namespace is "NS_BIODATABASE" ? [10:39:11] the symbol I mean [10:39:24] it aint listed here... http://www.mediawiki.org/wiki/Manual:Configuration_settings#Namespaces [10:40:53] nither "NS_BIODATABASE" nor "NS_WIKIPEDIA" works [10:41:46] nor does "NS_META" ... is this really in the FAQ? [10:42:45] M4rX: not sure if leucene does that... but google will [10:43:19] realy? if I install the google extension it will work? [10:44:01] you need to get your site crawled by google, but you can request that [10:44:24] so.... where can I get a list of namespace symbols, and what number is the meta namespace? [10:44:27] hmm and in the uploaded documents too? .. I can't believe ;) [10:44:47] google will read .doc .pdf ... er... not sure what else .ps ... [10:45:30] and google will also read the content in this documents? [10:45:37] yes [10:45:56] and will inform the police if it reads a terrorist manifesto... [10:46:03] very nice.. I'll try .. [10:46:08] Ok thats cool^^ [10:46:13] ;-) [10:46:28] which google extension do you mean? [10:46:40] I don't use it personally [10:47:00] you need to use 'google webmaster tools' to request your site to be indexed in google [10:47:17] google custom search or google extension? .. [10:47:29] then you can search google directly via "site:http://my.site.com some term" [10:47:46] the extensions may hook up your 'search' box... search is messy! [10:48:19] well let's try .. thanks ;) [10:50:53] what are the symbols for ns 5 and 6? [10:51:29] I mean 4 and 5 [10:51:54] do namespace 4 and 5 have default symbols? [10:53:21] Is there any easy way of wiping all content from a wiki without removing the users? [10:54:12] ptlis: do you know python? [10:54:26] faceface, i'm afraid not. [10:54:32] I'm a PHP / Perl weenie [10:54:41] are you good at SQL? [10:54:45] Yeah [10:55:02] find which tables to "delete from" [10:55:12] I'm guessing I just manually nuke all the tables that aren't users & users_groups? [10:55:36] ptlis: that is my guess... I am no expert [10:55:54] faceface thanks for your help, maybe I can help you too .. but now I'm going to eat something ;) [10:56:11] M4rX: peace be upon you! [10:56:16] Thanks faceface, I was hoping not to have to do that (being unfamiliar with exactly how they all tie together. [10:56:49] ptlis: how many pages? [10:56:55] don't do it just yet... [10:57:25] We're talking somewhere in the hundreds. [10:57:52] I'm not that familiar with it - it's something that i've been dumped with and told to support >_> [10:58:23] bbl [10:58:26] I might just do a full backup and start tinkering. [11:09:51] 03(NEW) New restore this version link in page history for sysops - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10831 15enhancement; normal; MediaWiki: History/Diffs; (meno25bugzilla) [11:16:19] 03(NEW) Add link to user when viewing deleted edits in Special: Undelete - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10832 15enhancement; normal; MediaWiki: General/Unknown; (meno25bugzilla) [11:27:07] I think there is a problem for mysqli useres [11:29:02] it says "Could not find a suitable database driver!" [11:29:29] although I have mysqli installed [11:31:36] any one can help me? [11:33:57] Menasim1, enable it on php.ini [11:34:44] so I the old extension? [11:36:25] Platonides:so I enable the old extension? [11:43:18] when will developers be back to business ? [11:43:57] I hope soon... ;-) [11:50:40] *chat-de-plafond is in business [11:50:46] just busy doing a physics assignment [11:54:43] 03raymond * r24650 10/trunk/phase3/ (RELEASE-NOTES languages/Names.php): [11:54:45] * (bug 4530) fix local name of Kurdish [11:54:47] * (bug 10830) fix local name of Haitian Creole [11:55:33] 03(FIXED) Change name for Haitian Creole language - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10830 +comment (10raimond.spekking) [11:55:51] 03(FIXED) Use consistent name for Kurdish:=?UTF-8?Q?=20Kurd=C3=AE=20?=/ =?UTF-8?Q?=20=D9=83=D9=88=D8=B1=D8=AF=DB=8C?= - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=4530 +comment (10raimond.spekking) [11:59:02] 03raymond * r24651 10/trunk/phase3/languages/messages/MessagesFr.php: * (bug 10828) typo in French [11:59:18] 03(FIXED) bad translation for a system message to french-speaking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10828 +comment (10raimond.spekking) [12:12:04] how is the status of API editing progress? [12:14:56] how do you link to a title within a page? [12:17:41] jeffz [[page#section]] ? [12:17:55] Platonides: yep, just found it... took me awhile to figure out what to search for. [12:18:00] Platonides: thank you. [12:18:12] :) [12:21:45] AzaTht, ask yurikny, he appears here sometimes [12:28:42] I was wondering how to move the searchbox in the sidebar all the way up, above any menu links and directly beneath the logo. Is this possible? [12:30:00] edit skins/monobook.php [12:30:24] Is there no way to do this in all skins at once? [12:31:32] you could, if all of then shared that code [12:31:56] but what's the reason of having different skins, if htey will show the same? [12:32:59] 03(mod) Remove MediaWiki namespace as an option in Special: Protectedpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10798 +comment (10le.korrigan) [12:33:11] That is a valid point, although moving the searchbox up is hardly all the difference between skins. [12:33:43] But I will copy the monobook skin and edit it to my liking. Thanks. [12:59:36] 04(REOPENED) Remove MediaWiki namespace as an option in Special: Protectedpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10798 +comment (10Platonides) [13:44:02] Hi all, has anyone seen Rob Church? [13:44:15] on irc? [13:44:18] yes [13:44:58] 03:52:32 UTC+3 last time [14:11:10] 03(NEW) Bogus diffs on de.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10833 normal; normal; MediaWiki: History/Diffs; () [14:11:59] 03(mod) Bogus diffs on de.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10833 (10wiki.bugzilla) [14:15:03] hi all [14:16:16] does someone know a tagcloud extension, but one that does not count how many articles in a category but one that shows how many times an article has been read? [14:18:37] Duesentrieb? [14:22:40] 03(mod) $wgLoadBalancer has wrongType - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10796 (10yuriastrakhan) [14:25:28] 03(NEW) site_stats.ss_good_articles and site_stats. ss_total_pages not synchronized with the real count - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10834 normal; normal; MediaWiki: Database; (wikipedia.danny.b) [15:08:58] 03mkroetzsch * r24652 10/trunk/extensions/SemanticMediaWiki/includes/SMW_DV_NAry.php: Bug fix in RDF export [15:09:44] 03mkroetzsch * r24653 10/trunk/extensions/SemanticMediaWiki/includes/SMW_Hooks.php: +profiling for parser [15:10:59] 03mkroetzsch * r24654 10/trunk/extensions/SemanticMediaWiki/ (9 files in 6 dirs): Prevent unnecessary code inclusions (further updates required) [15:12:49] is there a way to set up an RSS feed for a range of IP addresses? [15:13:20] I want something like "http://en.wikipedia.org/w/index.php?title=User_talk:192.26.10.192&action=history&feed=rss" but I want to give it like 134.231.0.0/16 [15:19:10] 03(mod) site_stats.ss_good_articles and site_stats. ss_total_pages not synchronized with the real count - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10834 (10wikipedia.danny.b) [15:23:17] 03(mod) Parser functions to obtain talk page, namespace, talk namespace, basename, etc. for named targets - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8249 (10N/A) [15:35:13] hi all! [15:35:53] In DefaultSetting, there is a vairable "wgSearchForwardUrl" [15:36:05] I can't figure out where its used anywhere, but I want that functionality [15:37:51] bensherman: http://www.mediawiki.org/wiki/Manual:Configuration_settings#Extensions [15:38:33] Yes, I found that. [15:38:37] 03(mod) Including a Special Page adds a blank line - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10781 (10sergiogomez) [15:38:56] $wgSearchForwardUrl - Set this to a URL to forward search requests to some external location. [15:39:02] 03(mod) Bogus diffs on de.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10833 normal->major; +comment (10wiki.bugzilla) [15:39:04] There isn't anything that calls that. [15:39:28] How do I amke mediawiki use that parameter [15:39:54] bensherman: it's a extension. i would think that you have to install or activate it somehow. [15:40:21] I would think so too. [15:40:27] It is not, however documented anywhere. [15:40:33] And it is in the DefaultSettings file. [15:41:18] hm. ok. so you want to use it. just set it in your Localsettings.php in the mediawiki installation [15:43:08] I did that. [15:43:28] GAH [15:43:30] THERE IS A BUG [15:43:56] it isn't called SearchForward. [15:44:01] It is ForwardSearch [15:45:06] NOTE: From versions 1.4.8 to 1.4.15, this setting was incorrectly named $wgForwardSearchUrl in DefaultSettings.php. [15:45:15] I'm running 1.10 [15:45:48] does it work now? [15:45:58] no [15:46:04] that code is f'd [15:52:48] Is there a way to get a list of Recent Discussions, maybe through Specialpages: ? [15:53:01] Special:Recentchanges/Talk [15:53:36] Thx [15:53:47] I think that works, anyway [15:53:54] no [15:54:06] Rehven, use Special:Recentchanges?namespace=1 [15:54:52] Trying [15:56:27] OK that works Kalan. That's just a shortcut to using the Namespace dropdown in Recent Changes, right? [15:57:04] *now* it works! [15:57:26] yes, it means the same as RC's namespace filter dropdown generates [15:57:52] Trouble is, I have multiple Namespaces. Is there any way to do a list of all namespace Discussion changes? [16:02:26] 14(DUP) Bogus diffs on de.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10833 +comment (10EN.WP.ST47) [16:02:27] 03(mod) Diff misses certain changes - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10511 +comment (10EN.WP.ST47) [16:06:18] 03(NEW) Call to inherited Methods of SpecialPage produces fatal error - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10835 04CRIT; high; MediaWiki extensions: Lucene Search; (jailing) [16:08:13] Hi, I was wondering if there's any ways to take some of the load off of a server running mediawiki. I've seen some of the "Reduction" related configuration settings, but most of them either seem to not make sense to me at this point, or they're settings that I don't think would affect general browsing or would still be needed. [16:08:50] move the db server onto a different box, use caching [16:09:06] Jouva: there are severla options for caching, and several options to share work between servers. [16:09:55] Jouva: it all depends... how much wardware do you have? with what specs? what's the bottleneck - ram/cpu? apache or database? [16:09:57] Hmmm. Server load balancing. I'll kinda look into it, but I'm not sure if we have that option available. [16:10:10] Seems to be RAM, or so we assume [16:10:16] Right now the system has 512 RAM [16:10:33] that'S pretty small for a server [16:10:42] very small if it also has the ymsql server [16:10:49] Yeah it's running mysql [16:10:58] move mysql to a different box [16:11:10] the config is simple, and it should hep a lot. [16:11:43] The ram is going to be upgraded soon, but I'm just not entirely sure if the RAM itsself will be the end all solution cause it can take a good 20 seconds to load [16:11:54] good ways to improve repsonse time (at the expense of RAM) would be using memcachd opbject caching, and a php bytecode cache [16:12:27] 03vyznev * r24655 10/trunk/phase3/includes/Title.php: fix crash when trying to edit a protected namespace [16:12:28] Is there any specific PHP modules that need to be loaded for bytecode cache? [16:12:35] Jouva: if you wiki has a lof of reads but relatively few edits, look into the filecache option [16:12:44] 03(mod) Support global (crosswiki) blocking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8707 (10tangotango) [16:12:53] Jouva: module? i don't think so. but i have never set this up. [16:13:04] is there a way to set up an RSS feed for a range of IP addresses? [16:13:07] I want something like "http://en.wikipedia.org/w/index.php?title=User_talk:192.26.10.192&action=history&feed=rss" but I want to give it like 134.231.0.0/16 [16:13:16] Jouva: anyway, cache uses ram. if you are short on ram, don't use it [16:13:27] !repeat | evilmoo [16:13:27] evilmoo : Please do not repeat yourself too often, if little conversation has occurred since your last message then it is likely no one has an answer or someone who does hasn't looked in IRC yet. You stand a chance of annoying people if you repeat yourself. [16:13:28] it typically improves response time by >50% though [16:13:43] my bad [16:14:31] 03(mod) Support global (crosswiki) blocking - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8707 normal->high; +schema-change (10vasilievvv) [16:14:42] Duesentrieb: It's hard to say if it does. It's a "small" wiki, but it's being managed and read by folks that are... well... they're rather goofy and thrive on "INTERNETS!" [16:15:03] So an article could end up being edited like several times just for the heck of it, or read and edited maybe twice [16:16:24] Jouva: one of the bytecode cache options is http://eaccelerator.net/ [16:16:40] Jouva: but i'd try filechache first, then moving the db server to a different box. [16:16:55] after that, try bytecode cache and memcached [16:17:13] after that, start thinking about load balancing between dbs, apache, and about a layer of revers proxies like squid. [16:17:48] Okie I'll discuss that with some folks [16:18:01] BRB though and I'll probably ask a few more questions [16:18:49] Jouva: http://meta.wikimedia.org/wiki/Help:File_cache [16:18:56] 03(NEW) Change the summary on creating of new section - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10836 15enhancement; normal; MediaWiki: Page editing; (wikipedia.danny.b) [16:22:04] Duesentrieb: When a page is edited, then the cache will be updated on the next view? [16:22:37] Or atleast the person seeing it will see the update right away? [16:25:33] hi all [16:26:10] with mediawiki, is it possible to set permissions about who can edit a page ? [16:27:08] ermes: http://www.mediawiki.org/wiki/Manual:$wgGroupPermissions [16:29:21] thx [16:37:18] 03vyznev * r24656 10/trunk/phase3/includes/Linker.php: rm redundant call to Title::newFromText() [16:46:21] Jouva: yes, sure, all caches are updated right away. Also note that full page cache only applies to anoymous editors. And also note that the parser cache is enabled per default. you are already using it, you probably have never noticed. [16:46:28] other types of cache should work just like that [16:46:51] How do I add a link to the toolbar on the left side? [16:46:59] phuzion: read the faq [16:47:17] http://www.mediawiki.org/wiki/Manual:FAQ [16:48:08] Jack_Phoenix: it's in the topic.... [16:48:14] meh [16:52:21] Yeah, thanks for referring me to a file that doesn't answer my question, guys [16:53:42] phuzion: http://www.mediawiki.org/wiki/FAQ#How_do_I_customize_the_navigation_bar.3F [16:58:43] moin [16:59:11] is there any way to allow style="display: none;" on select edits? [16:59:52] hm? allow? selected edits? [16:59:56] it's always allowed... [17:01:50] 03vyznev * r24657 10/trunk/extensions/ImageMap/ImageMap_body.php: kluge to handle [[#Fragment]] links, should really fix getLocalURL() in Title.php to return an empty string in this case [17:02:13] bbl [17:05:46] hmm [17:05:48] Duesentrieb [17:05:48] http://ku.wikipedia.org/wiki/Taybet:Preferences [17:05:54] I cant make it english [17:06:02] the variant thing is overuling my other preference [17:08:57] 03(NEW) Interface "variant" overruling "language" preferance - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10837 15enhancement; high; MediaWiki: Internationalization; (wikipedia.kawaii.neko) [17:12:24] 03(mod) Interface "variant" overruling "language" preferance - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10837 15enhancement->major (10wikipedia.kawaii.neko) [17:16:11] hi my wikipage cant load svg images and it says Error creating thumbnail: convert: Non-conforming drawing primitive definition `polygon'. [17:16:44] how can I solve this problem? [17:17:01] and why is this problem happening? [17:18:53] 03(NEW) Spanish translation for Lucene search - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10838 15enhancement; normal; MediaWiki extensions: Lucene Search; (mgrojo) [17:19:47] Misza13: w00f [17:20:02] tar czf Jack_Phoenix.tar.gz Jack_Phoenix [17:20:09] :o [17:20:31] 03(mod) Interface "variant" overruling "language" preferance - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10837 major->normal; high->normal; +comment (10raimond.spekking) [17:24:46] 03raymond * r24658 10/trunk/extensions/LuceneSearch/LuceneSearch.i18n.php: [17:24:46] * (bug 10838) Spanish translation for Lucene search [17:24:47] Patch by Manuel G. R. [17:25:19] 03(FIXED) Spanish translation for Lucene search - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10838 +patch; +comment (10raimond.spekking) [17:29:17] 03raymond * r24659 10/trunk/phase3/languages/messages/ (4 files): [17:29:18] * (bug 10821) Update Chinese translations [17:29:20] Patch by Shinjiman [17:29:34] 03(FIXED) Update for Cantonese language (zh-yue) #51, Update for Old Chinese / Late Time Chinese languages (och/ltc) , Update for Chinese (PRC) and Chinese (Taiwan) localisation (zh-cn/zh-tw) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10821 +comment (10raimond.spekking) [17:33:48] 03rainman * r24660 10/trunk/extensions/LuceneSearch/LuceneSearch.i18n.php: Translate the last bit of lucenepowersearchtext into es. [17:35:02] anyone has a clue why one of my wiki pages is ignoring $wgScriptPath? [17:38:24] err, ignore my question please, already fixed :) [17:39:00] 03(NEW) Update to the Spanish translation for CategoryTree - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10839 15enhancement; normal; MediaWiki extensions: CategoryTree; (mgrojo) [17:56:01] hello wiki fans [17:56:20] I am in need of assistance, are there people to help me out? [17:56:36] see the /topic :) [17:56:54] ah right [17:56:56] duh [17:56:58] well then [17:57:12] hi my wikipage cant load svg images and it says Error creating thumbnail: convert: Non-conforming drawing primitive definition `polygon'. [17:57:14] and why is this problem happening? [18:00:54] I'm running media wiki 1.6.10 on OS X server. I'm trying to enable math. I've built all the software required (ocaml, texvc, imagemagick, dvips, gs) after debugging as much as I can I still get "Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert):" I found an error with convert which I cleared, I installed the wrong X11, however I still... [18:00:56] ...get that error [18:01:09] can anyone help me debug the process further... [18:02:05] oh and I built latex too [18:02:27] And I've verified that the webserver/php/mediawiki has the commands in its PATH [18:02:48] on the commandline I can runt he commands manually and get a PNG file... [18:03:01] sorry to keep adding the question... heh [18:04:30] whats sucks for me is I've installed this wiki with math support on another server and it works fine... So i'm starting to pull my hair out... [18:05:43] I don't know if this is part of the problem, but there are no .gs files showing up in wiki/images/tmp, only .aux .tex and .dvi [18:05:50] and .log [18:08:01] help me obi wiki kanobi your my only hope [18:08:10] I am having problems with math too where did you get the latex and dvips and how did you installed them on your server [18:08:18] Fink [18:08:23] as I did with the first server [18:08:38] my server is debian [18:09:01] yeah it worked fine on my Mac Mini Intel, but not on OS X Intel server... [18:09:16] and the process works fine from the commandline... [18:09:29] I'm totally puzzled... [18:09:45] where can I find the latex and dvips? [18:09:53] klemo? [18:10:08] however this time around (after reinstalling X11) i built ocaml from i got an error message which I can echo if you wish [18:10:14] yeah? [18:10:25] your asking me where you can find it for debian? [18:10:25] klemo: where can I find the latex and dvips? [18:10:30] yes [18:11:52] well those packages should be found from your package manager synaptic? [18:11:57] or apt [18:12:10] what is apt? [18:12:16] a package manager [18:12:26] on my server? [18:12:40] uh i'm not one of the helper guys here... I have questions my self... [18:12:50] okey ;) [18:13:02] sorry [18:13:17] one sec let me see if I can find the commands for you... [18:13:31] okey waiting? [18:13:59] on your command line try the following command : which apptitude [18:14:14] if you have apptitude installed it should make installing latex easy [18:15:25] did it return something like "/usr/bin/apptitude" or /usr/local/bin/apptitude? [18:15:32] emrezer? [18:15:43] I am looking on it [18:15:47] oh cool [18:16:09] if apptitude is there the command should be something like (make sure your root or have sudo) : apptitude install latex [18:16:35] So no one can answer the question I have? [18:16:59] yes there is apptitude [18:17:10] so run the following command: apptitude install latex [18:17:33] apptitude should look in a list of packages and try to install latex for you... [18:17:53] is it can install dvips too? [18:17:58] if not you might have to update the list of package repositories to include on that will have latex and dvips [18:18:02] yeah man [18:18:08] did it install latex? [18:18:43] I am looking for it I am using a shared server maybe it will not give me permission to do it [18:18:59] mediatemple grid server [18:23:23] yeah if your not in control of your server you'll have to as them to install the apps [18:24:10] okey thank you very much for your help it was really helpful ;) [18:24:12] there maybe a way to manully build and install the apps in your private area... but thats beyond me, I 99% use package managers to install software [18:24:16] NP [18:24:21] now if only I can GET SOME HELP! [18:24:25] lol [18:24:32] :) [18:25:15] if someone is helping me can you at least give me an ACK so I know I'm not just sitting here doing nothing... [18:27:03] no one can help me? [18:39:47] does anyone know what the typical turn around time is for questions asked here? [18:41:02] hey evilmoo, whats the point then? [18:42:11] weak [18:42:15] worst support forum ever... [18:42:41] at the very least I would hope to get ragged on about being a noob or something... [18:43:17] even though since I've been here I'm the only one thats tired to help someone... [18:44:36] wow not even ragging on the support gets a response... no kick? increadable [18:44:47] gets no response* [18:45:16] is this free service not worth what you're paying for it? :) [18:45:27] lol [18:45:49] I'd expect to at least get some one saying sorry we cant help you... but no response is pretty bad... [18:46:22] unfortunately it comes down to who's online at the moment and what their area of expertise is [18:46:27] Klemo: only devs answer questions, there are no "tech support guys" that just do Q and A [18:46:35] all of the FAQ's on mediawiki.org have very little on how to debug trouble shoot these kinds of problems and this was my last hope [18:46:42] people are not always around, wit till brion_away or TimStarling come [18:46:46] right so wehere are the devs? [18:46:46] *wait [18:46:54] *VoiceOfAll is one [18:47:05] :D [18:47:12] I'm not familiar with math stuff though :( [18:47:16] who is? [18:47:20] math = useless ;) [18:47:27] see thats way better than not even getting a response... [18:47:34] thank you... [18:47:36] Jack: haha, I mean MediaWiki math! I know calculus [18:47:41] [18:47:41] lol [18:47:52] Klemo: come back when those two are here [18:47:56] they will know likely [18:48:14] I have about 15 media wiki installations here... only one other with math enabled... thats why I so frustrated... [18:48:39] 03(mod) Special: Wantedcategories contains items which should not be there - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10667 (10N/A) [18:49:28] well VoiceOfAll, I'll hang around... Ihope someone can help me [18:50:34] thanks... and now I'll shut up... :) [18:50:42] heh [18:51:13] VoiceOfAll, the Flame extinguisher [18:57:50] 03(NEW)
not parsed correctly if several in one line - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10840 normal; normal; MediaWiki: Page rendering; (timwi) [18:58:44] 03(mod) using the editintro url argument forces a new line between minnor edit and watch this page box - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9252 (10rockmfr) [19:01:27] 03yurik * r24661 10/trunk/phase3/includes/api/ApiQueryImageInfo.php: API: updated imageinfo output [19:02:50] hi [19:03:17] what does the red exclamation mark mean in from of a user's name on the Recent Changes page ? [19:03:28] in front* of a user's name [19:07:47] chinese wiki has literally nothing on it [19:08:22] is it due to the block, or lack of caring? [19:09:02] hard to tell from over here in the USA :) [19:09:52] hi [19:10:26] 03(mod) invisible navigation not translated for variants - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10704 (10shinjiman) [19:10:40] about to find out really fast [19:11:09] we just got approval for a mainland-based wiki [19:11:50] either it will be a huge failure, a roaring success, or anti-PRC types will spam it and we will get arrested [19:16:32] cool [19:32:34] is there one entry in site_stats always? [19:52:52] 03rotem * r24662 10/trunk/phase3/includes/HTMLForm.php: Removing the function HTMLSelectGroups: no longer used (both Special:Userrights and Special:Makesysop use a function from their class). [20:14:43] 03rotem * r24663 10/trunk/phase3/ (3 files in 3 dirs): [20:14:45] * Fixing filehistory headings in RTL. [20:14:47] * common_rtl.css doesn't seem to be actually common (it didn't work). Fixing comment. [20:16:15] 03rotem * r24664 10/trunk/phase3/skins/common/common_rtl.css: Fix. [20:22:37] php4 has no class support, right? :| [20:23:40] valhallasw: php has classes [20:23:58] yes, but does php4? [20:24:03] yes [20:24:08] it doesn't handle objects very well though [20:24:08] ok [20:24:28] as long as my mediawiki hacks work I'm happy :p [20:26:36] 03(mod) Missing SVG image causing fatal errors - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10795 (10gmaxwell) [20:28:07] anything I have to worry about with php4? [20:28:36] objects are passed by value (copied) per default. use &$foo [20:28:52] yeah, but does mediawiki work [20:28:59] 1.6, yes [20:29:07] right [20:29:07] newer versions, no. [20:29:35] so much for my site proposal -_- [20:35:02] 03(mod) Give internal links a specific class - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10714 (10blop.blopy) [20:41:50] Raymond_ I guess you are aware of the "Persian letter order" problem [20:42:25] are you? [20:43:15] are there any extensions or is there any pre-existing functionality to show all edits / new articles on a user to user basis [20:43:32] like a "see all articles this person has started" or "see all articles that this person has contributed to?" [20:45:20] AphelionZ: we have developed independent tools for those on WMF wikis (see tools.wikimedia.de) [20:46:12] thanks brokenarrow [20:47:39] finding out who started an article is a bitch, though [20:47:51] why? [20:48:31] just hit earliest, right? [20:48:44] *hojjat nods [20:48:55] duesentrieb: yeah it's just who had the first edit on the recent changes table [20:48:56] rc_new = 1 [20:49:06] AphelionZ: page creation is in the user log... [20:49:07] *hojjat thinks if he has understood Duesentrieb's right [20:49:32] (for all pages created by foo) [20:49:35] hojjat i'm unregistered, do you have AIM or YIM [20:49:47] AphelionZ: using rc works nicely for newish articles. [20:49:48] AphelionZ, no :( [20:49:53] it has a cut-off of 30 days [20:50:08] or 60 or something on a derfault install. [20:50:43] hmm [20:51:10] jeremyb: sure you can find out who started article x easily enough. but if you try to write a (single) sql query for "list articles ordered by when they where created and show who started them", you'll know what i mean. [20:51:28] afaik it's not possible without resorting to subqueries. [20:53:38] hello [20:53:51] idk, bbiab [20:54:28] i need some help with mediawiki [20:55:06] sorry :) just read the top [20:55:30] I need help doing hierarchy strutcture [20:55:38] (sp?) [20:56:19] such as Parent > Child > Child> .... [20:56:34] rortega007: page / subpage is enough for you? [20:56:54] yeah kind of like a breadcrumbs navi [20:57:03] i tried using the breadcrumbs extension to no avail [20:57:41] I don't know the extension, but if you enable subpages in localsettings for that namespace, the breadcrumbs should work [20:58:10] i was reading metawiki about subpages [20:58:23] and they said they threw them away in favor of namespaces [20:59:35] the subpages are used mainly in the "talk namespaces, yes. but you can do as you wish in your wiki [21:00:43] yeah, i need more of a hierachy "folder/sub directory" structure for what i'm doing, its gonna involve mostly users just commenting on my submissions [21:04:25] rortega007: there's a hierarchy extension... [21:04:47] hrm, servers are acting up [21:04:48] is there anyone knows why is this happenind when I upload a .svg image to my site ; Error creating thumbnail: convert: Non-conforming drawing primitive definition `polygon'. [21:05:02] rortega007: http://www.mediawiki.org/wiki/Extension:Hierarchy [21:05:36] emrezer: well, it sounds like you use imagemagic for rendering svg. it sucks at that. perhaps it's getting confused. [21:05:54] emrezer: try a different renderer (for the image, and for your wiki) [21:06:30] can you offer me an another render? to setup on my wiki? [21:07:24] mediawiki has support for several build in, more can be added easily. the question is - which other renderer do you have available on the server? [21:07:42] rsvg is the most likely to be install, it's fast, and works decently. it's what wikipedia uses. [21:07:55] other options include batik and sodipodi/inkscape [21:09:40] oke I am looking for if my server supports rsvg or not ;) [21:10:36] *AzaTht is wondering where all wikimedia-devs went hiding... [21:10:54] what should I write on the command line to understand if rsvg is avaliable or not? [21:11:02] AzaTht: in a plane, outbound from taiwan. [21:11:18] emrezer: rsvg? [21:11:20] Duesentrieb: them all? [21:11:45] or do we only have '''1''' dev? [21:11:46] AzaTht: well, no, i'm here. basically, the "important" guys, mostly. [21:11:55] only should I thype rsvg? [21:11:57] rob wasn't at wikimania either, i think. [21:12:01] emrezer: yea [21:12:14] does the logo in the upper left corner have to have any special format? [21:12:24] Duesentrieb: and they are flying in an airplane whitout internet? [21:12:35] i just set it to a .png file which is a bit bigger than the logo space, and now it just doesnt display anything there [21:12:42] not even the "set your variable" thing [21:13:03] aton`: It must be 135px, unless you change the site CSS. [21:13:03] AzaTht: i'm afraid the sattelite link is a bit shaky. [21:13:12] aton`: See < http://www.mediawiki.org/wiki/Manual:$wgLogo > [21:13:37] but tim and brion are MIA? [21:13:57] aton`: special format? no. but try the url you provided for the logo by pasting it to your browsers address bar. [21:14:07] if it doesn't work there, fix it. [21:14:11] do use a full url. [21:14:18] http://www.mediawiki.org/wiki/Manual:LocalSettings.php#Logo <- not mentioned here :( [21:14:30] Duesentrieb, its probably the size [21:14:32] AzaTht: MIA? [21:14:50] aton`: large logos are simply cut off [21:15:06] (unless you have an odd browser) [21:15:09] it's rendered as a bg image [21:15:25] Duesentrieb: missed in action [21:15:37] Duesentrieb, nope mine is just not displayed [21:15:42] i have firefox [21:16:06] try. the url. [21:16:12] duesentrieb thank you i was away for a sec [21:16:36] rortega007: np i run away from irc all the time :) [21:16:57] busy watching that crap scifi movie serenity [21:18:15] yay serenity :) [21:18:28] but you have to know the series to like the movie... [21:20:19] ah see i didnt watch bigger fan of eureka on scifi [21:21:19] i guess its like watching ff7: advent children w/o playing ff7 [21:21:26] I have only imagemagick on my server can't it render this pictures? [21:21:53] emrezer: it has limited support for svg. very limited, very sucky. [21:22:05] okey [21:22:15] emrezer: can you disply the image with some other renderer on your home box? [21:22:26] emrezer: ask for rsvg to be installed [21:22:33] File does not exist: /var/www/localhost/htdocs/var [21:22:41] this is the error i get from apache all the time [21:22:50] i wonder where the "var" at the end comes from [21:22:58] its a shared server on mediatemple I hope they can install it... [21:23:26] emrezer: if they want to be true to their name, they should [21:23:29] Duesentrieb, should i specify an url or a file location? [21:23:33] url [21:23:35] uh [21:23:44] <_Danny_B_> good article is defined like page in ns 0 not redirect and not dead end page. dead end page is defined like page having no link to other page(s). now 1) do red links count as link? 2) do categories count as link? [21:23:54] thats odd [21:24:07] and if i want to include a local file? [21:24:15] _Danny_B_: yes and yes. afaik, it just checks for "[[" to be present. [21:24:23] so it doesn't even ahve to be a real link. [21:24:47] aton`: huh? local? my browser has to load it somehow, right? [21:24:52] so it has to be on the webserver? [21:25:04] yes it is on the webserver of the wiki [21:25:10] aton`: or do you mean uploaded to the wiki? [21:25:14] no [21:25:20] in the wiki main directory [21:25:32] when i specify an extension i specify a local file too [21:25:36] aton`: well, you whould know the url of your wiki main directory... [21:25:37] why not for the logo? [21:25:56] aton`: because the logo is loaded by the browser. the extension is loaded by the server. [21:26:06] <_Danny_B_> Duesentrieb: so page_links table contains red links and category links as well as blue links? [21:26:08] browsers use urls. servers use files [21:26:13] why is the logo not loaded by the server and then sent to the browser? [21:26:21] that would make more sense [21:26:54] wouldnt be dependent on my current apache and domain configuration etc [21:26:56] _Danny_B_: dead links yes, category links no. the statistic doesn't check the pagelinks tale though. it just looks at the text. at least, that's how it was when i last checked [21:27:24] aton`: err, you have stable url for your wiki, right? so why shouldn't the url of your logo be stable? [21:27:41] hm [21:27:51] aton`: anyway - *can* serve the image through mediawiki. upload it to the wiki, use the thumb.php entry point [21:27:51] well yes, but dont you understand what i am saying? [21:27:57] but don't do that if you don't have to [21:27:59] <_Danny_B_> Duesentrieb: so here's the problem with stats [21:28:04] ok i will do it the url way [21:28:14] aton`: another way: upload to the wiki, find out the url of the uploaded image. use it. [21:28:18] <_Danny_B_> stat table doesn't correspond with real count [21:28:35] _Danny_B_: indead. it's a rough figure. [21:28:43] duesentrieb: u seem to know a shitload about mediawiki, let me say thank you [21:28:51] \o/ [21:29:16] the hierachy structure extension seems to be exactly what i've been looking for [21:29:18] *Duesentrieb should be studying p2p information retrieval algorithems [21:29:23] any way to just have mediawiki automagically add the db schema wtihout doing a full install? [21:29:28] <_Danny_B_> Duesentrieb: in which file stats are handled? i'd like to take a look in source [21:29:30] rortega007: i have never tried it, but it looks good [21:29:39] _Danny_B_: don't remember [21:29:41] what about backup [21:30:07] where is their documentation on that so incase i run into some kid delete my site [21:30:39] rortega007: http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [21:30:46] there's a link the faq, i hope [21:30:52] if not, add it :) [21:31:18] dude i am just gonna sit here and soak up ur mediawiki knowhow [21:31:22] anyone else? [21:31:36] rortega007: browse mediawiki.org ;) [21:31:55] imownbey: the schema is in mainteneance/tables.sql [21:32:03] you can apply that to your db if you like. [21:32:05] hehe [21:32:05] cool thanks [21:32:49] u think they will ever integrate a google search api into mediawiki [21:33:40] rortega007: hm? mediawiki has opensearch support. check api.php [21:37:24] well i feel so owned [21:37:41] Is there built in support for marking articles as 'stubs' within Mediawiki? [21:38:05] grahampage: no. make a template. [21:38:35] grahampage: well, there is an internal definition of "stub" somewhere - but it sucks. it's just < 1KB or some such. it's also not very well supported in the interface [21:39:16] Ah [21:39:31] So make a stub template and include it at the bottom of each I assume [21:40:52] yea [21:41:07] templates are good for marking stuff like that [21:43:43] 03(mod) New-messages bar not coming up and/ or getting stuck up for IP addresses - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9213 (10N/A) [21:44:37] Duesentrieb: This is good if there is text I want to appear on each stub page, however I'm looking for more of a way to count the number of stubs I have in my system. [21:46:26] However, I guess the 'Whatlinkshere' is capable of figuring that out [21:46:48] grahampage: make the template categorize the pages it is put on (use [[Category:Stubs]]) [21:47:01] grahampage: counting number of pages in a category isn't hard. [21:47:14] hi there [21:47:25] Ah [21:47:27] Good idea [21:48:36] 03raymond * r24665 10/trunk/extensions/ImageMap/ImageMap_body.php: * Use class=error for error messages to be consistent with other error messages. [21:49:24] anyone can tell me what i'm doing wrong with this expression: ({{#expr:({{CURRENTYEAR}})-({{{3}}})-(({{CURRENTMONTH}})<({{{2}}})or({{CURRENTMONTH}})=({{{2}}})and({{CURRENTDAY}})<({{{1}}}))} ? [21:50:54] i'm trying to show on templates the current age of football players but i can't show it [21:51:44] anyone know what [21:51:44] Fatal error: Exception thrown without a stack frame in Unknown on line 0 means? [21:52:06] <_Danny_B_> where could i find on meta or mediawiki.org the definition of good article? [21:57:58] can someone look at a template using parser functions and see why i'm getting an expression error? [21:58:23] http://en.wikipedia.org/wiki/Template:X9 [21:59:07] if i actually use the template, it works [22:08:38] an extension ("Farmer") is telling me to install a patch...where do patches go? [22:16:32] 03(mod) Extension to provide aggregate page view statistics from Squid access logs - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10633 (10wikipedia.kawaii.neko) [22:27:54] anyone here an expert with the math functions, debug/setup? [22:28:16] I see biron is still away [22:29:27] ok I'll be back tomorrow... hopefully biron will be here... thanks all... [22:46:36] <_Danny_B_> Klemo: next time rather decribe your needs directly, don't ask if anybody's here... then wait for somebody to answer... [22:46:39] *Regenwolke waves [23:03:43] 03(mod) Request for chemistry extensions being added to wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7514 +comment (10me) [23:26:37] I don't see any existing methods for counting the number of articles in a particular category, does anything like this exist? [23:34:00] 03yurik * r24666 10/trunk/phase3/config/index.php: API Configuration: Modified install script to allow admins to enable/disable API on install.