[00:02:05] 03(mod) Diff didn't highlight a change - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=349 +comment (10brion) [00:02:31] ^_^ Nice... I got short urls working on NGINX [00:05:55] 03(mod) Diff navigation links are confusing for diffs between two different pages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2455 15enhancement->minor; summary; +comment (10brion) [00:11:57] 14(INVALID) "jump to" diff links often point to wrong section - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4596 +comment (10brion) [00:12:13] amidaniel: I strongly suggest you obey my orders... [00:17:34] Nikerabbit: ping [00:18:17] 14(DUP) Diff misses certain changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10511 +comment (10brion) [00:18:25] 03(mod) Erratic corrupted diff (repeated lines, etc.) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9533 +comment (10brion) [00:18:45] Hey, I enabled TeX formulas in my MediaWiki installation using this guide http://meta.wikimedia.org/wiki/LaTeX_on_a_shared_host but somehow HTML paragraph and definition tags end up IN the math formula. Why is that? I'm using the latest MW version. [00:20:28] 14(WFM) When I click cur, diff and last on history and Recent Changes, it asks me if I want to download something. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11368 +comment (10brion) [00:43:57] question how to add extension message file? [00:45:23] i cant make it work.. if i use wfLoadExtensionMessages did not do anything cause $wgExtensionMessagesFiles is empty. [00:45:32] what should i do? [00:46:56] Gali: Hrm? Are you just trying to add messages via extension? [00:49:13] amidaniel: i need to make it work multilangual.. so i have myextension.i18n.php with messages.. [00:49:24] and need to load to mediawiki for use.. [00:49:52] Gali: Okay .. then you need to add those file to $wgExtensionMessagesFiles [00:50:12] i found it yet .. but dont know how. [00:50:30] e.g., $wgExtensionMessagesFiles['myextension'] = dirname(__FILE__) . '/MyExtension.i18n.php'; [00:50:44] Then wfLoadExtensionMessages('myextension'); [00:51:05] amidaniel: there is no function to do it nicer ?:) [00:51:10] yes i got it. [00:51:25] No, I'm afraid not :) [00:51:34] PHP is rather disgusting by nature :) [00:51:53] i am not sure if its in PHP... [00:52:51] ok, thx very much amidaniel.. [00:53:00] Yeah, sure thing [00:53:09] and one more, if you are here.. [00:53:16] sure [00:54:13] wfMsg is for adding message ? [00:54:17] of loaded file? [00:54:34] No, wfMsg is used to get the message [00:55:04] ok, i wrote it wrong, but i meant as you said :) [00:55:12] Lol, alright :)) [00:56:01] Gali: if you want raw html, or unwiki-parsed, or untranslated, there are other functions [00:56:42] Splarka: can you pont me to some article in mediawiki.com? [00:56:48] *point [00:56:48] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/GlobalFunctions.php?view=co&content-type=text%2Fplain [00:56:55] scroll down to wfMsg() and the functions below it ^_^ [00:56:58] best documentation is the source [00:57:20] hell, i hate reading it :) [00:57:57] well [00:58:03] ^best documentation are the comments in the source [00:58:08] (when they exist) [01:05:04] hi, I'm having a problem trying to change the logo [01:05:14] even $wgLogo = "/skins/common/images/wiki.png"; shows nothing [01:05:28] but if I remove that line, it shows the default [01:07:41] rhijaen: $wgLogo requires an absolute path on the server, e.g. /home/mediawiki/public_html/skins/common/images/wiki.png [01:10:14] amidaniel: thanks but I'm running on windows [01:10:19] $wgLogo = "C:/xampp/htdocs/wiki/skins/common/images/wiki.png"; doesn't seem to work either [01:10:51] rhijaen: On windows, you need to use backslashes [01:10:59] C:\xampp\htdocs\wiki\... [01:11:03] tried that too [01:11:35] $wgLogo = "C:\xampp\htdocs\wiki\skins\common\images\wiki.png"; [01:11:38] doesn't work either [01:12:01] And are you sure that that's the path to the png? [01:12:46] yes [01:12:51] Alternatively, in LocalSettings.php, you could use $wgLogo = "$IP/skins/common/images/wiki.png"; [01:13:37] still no go [01:13:39] bye all . And everyone great thanks who was cheerful to help .. [01:14:14] Are you sure your cache is clear, etc.? [01:14:56] yes amidaniel I've cleared my cache [01:15:06] $wgLogo = "$IP\skins\common\images\wiki.png"; ? [01:15:33] Yes [01:15:47] Maybe "{$IP}/skins/common/images/wiki.png" [01:16:48] nope still no good.. [01:17:27] "{$wgStylePath}/common/images/wiki.png" ? [01:18:42] nope [01:18:46] hm [01:20:50] oh well I give up [01:20:51] thanks anyway [01:23:45] rhijaen: worst worst case scenario, define it in CSS X_X [01:24:05] #p-logo li a {background-image: url() !important} [01:26:30] 03(NEW) Preferences option over preload and editintro parameters. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13857 15enhancement; normal; MediaWiki: User preferences; (tylerromeo) [01:27:52] hello [01:28:46] I have a texvc problem [01:28:54] "Failed to parse (Missing texvc executable; please see math/README to configure.): 0 " [01:29:59] I've run texvc on the shell [01:31:15] what should I check next? [01:32:10] the error message would suggest the next step would be to read math/README [01:33:07] indeed [01:33:23] and I did [01:35:21] well the error would also suggest you haven't configured it to find the texvc executable in the right place [01:36:18] is this done with $wgTexvc ? [01:36:27] http://www.mediawiki.org/wiki/Manual:Enable_TeX/problems [01:37:01] thanks [01:42:19] it is unfortunate that there are so many possible causes [01:43:23] I would suggest its probably the not having set $wgTexvc to the right path one [01:43:48] ok [01:45:11] so it appears the file doesn't exist, and isn't executable by the web server [01:45:50] the file is at /home/htdocs/wiki/math [01:46:08] and I set $wgTexvc to that (absolute path) [01:46:32] the problem remains, AND ... [01:46:56] Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. [01:47:35] File(/home/htdocs/wiki/math) is not within the allowed path(s) [01:48:32] replacing that with /home/htdocs/wiki/math/texvc, the same thing happens [01:49:55] (this message appears at the top of the article) [01:50:18] the file does exist [01:51:00] and it's chmod 777 [01:51:08] Um, sorry, I am lost in the documentation, where can i find the code for the generating "What Links Here" Special pages? [01:52:27] so either add it to the allowed paths, move it to an existing allowed path, turn off safe_mode or use the patch suggested in the safe mode section of the problem page [01:53:12] nevermind i found it http://svn.wikimedia.org/doc/SpecialWhatlinkshere_8php-source.html, sorry for interrupting [01:53:20] mos6502: includes/SpecialWhatlinkshere.php [01:53:42] thanks amidaniel [01:55:19] darkcode: hmm... how can I find out which paths are allowed? [01:57:28] php -i | grep open_basedir [01:58:37] open_basedir => no value => no value [02:04:39] hmm could be set I suppose for web server but not for the cli one [02:06:04] does the no_value mean that open_basedir isnt set, i.e. there are no allowed paths? [02:07:27] it means there isn't any set so its disabled for the cli php [02:07:47] but it could be set for cgi/apache php [02:08:35] so you might want to grep for open_basedir in the php.ini file for cgi/apache where ever they are on your system [02:08:59] and also the httpd.conf file, since apparently it can be set there as well [02:09:17] what about turning off the restriction inside httpd.conf? [02:10:02] you could disable it if you trust all programs, which you probably don't if you turned it the security to begin with [02:10:32] or you could add /home/htdocs/wiki/math/texvc as a path for open_basedir [02:11:24] its a ":" separated list just like the PATH environment variable [02:12:30] I trust all programs in my server [02:13:05] but I prefer the safer route :-) [02:13:43] I going to look for it in php.ini [02:14:53] however unlike PATH, each : separated item is just a prefix so if you used /home/htdocs/w for example would match /home/htdocs/wiki and any other file or directory beginning with /home/htdocs/w [02:16:01] blah, I can find php.ini [02:16:12] s/can/can't [02:16:22] locate php.ini, if you got it installed [02:17:05] locate: database too small: /var/db/locate.database [02:18:10] I like the prefix idea [02:18:31] updatedb [02:19:59] cmd not found [02:20:49] oh well, must be a different locate [02:21:20] in the meantime, I created a httpd.conf containing PHP_ADMIN_VALUE OPEN_BASEDIR NONE [02:21:38] inside htdocs [02:22:02] try find -name 'php.ini' /etc/ [02:22:05] but it still doesn't allow [02:22:21] needs to be all lowercase not uppercase [02:22:56] I get back a large list [02:23:54] so there's a lot of php.ini files then... [02:24:42] doesn seem like it: e.g. /etc/rc.conf [02:25:16] try find /etc/ -name 'php.ini' [02:26:05] (also, the httpd.conf is all lowercase, but it still doesn't allow the path of the texvc) [02:26:46] find: /etc/isdn: Permission denied [02:26:46] find: /etc/ntp: Permission denied [02:27:05] that's all I get [02:27:34] I mean it should be "php_admin_value open_basedir none" [02:28:01] ok so probably not kept in /etc on your system [02:28:12] that's exactly how I have it [02:28:27] in the httpd.conf [02:28:39] I had to create the httpd.conf [02:29:18] do you use apache? [02:29:38] and if it didn't exist, surely you weren't looking in the right place [02:31:03] I *think* it's Apache [02:31:11] could be wrong [02:31:26] I created a .htaccess, which worked [02:31:39] how can I tell? [02:31:55] i gots a Splarka question [02:32:37] Splarka: is it possible to add a 3rd checkbox to [[Special:Upload]] that users must click to agree that said image abide's to the wiki's policies ? [02:32:50] and if they don't click it, they can't upload [02:33:02] running a php script with phpinfo(); in it would give you that kind of info [02:33:33] that should be doable :-) [02:33:33] that is using it from within your website, gusl [02:33:52] so I'll create test.php [02:34:09] containing 1 line: phpinfo(); [02:34:13] right? [02:34:26] well you might have to use oh right [02:34:40] Charitwo: in javascript? [02:34:55] Splarka: i would assume so, which is why I asked you ^_^ [02:34:56] and then ">" [02:35:03] hmm [02:37:52] add an onload event that checks if (wgPageName == "Special:Upload"), and then disable the upload button, add a checkbox and attach an event to that checkbox to reenable the upload button, Charitwo [02:38:12] I guess document.getElementById('wpWatchthis').parentNode.appendChild() ... [02:38:13] *Splarka tests [02:38:33] yes, Apache [02:38:35] http://www.optimizelife.com/test.php [02:38:35] note that this is for a wikia wiki [02:38:52] well, do wikia wikis still have that 'watch this' checkbox? [02:39:59] ok gusl, and I see open_basedir is indeed set [02:39:59] and it has the path to php.ini [02:40:30] Splarka: yea [02:41:12] k [02:41:41] ok. Local value is set, but not Master value. [02:42:40] ya [02:43:50] I can't access the directory of the php.inii [02:44:09] I cannot cd to /nfsn/apps/php5/lib [02:44:29] or to /nfsn ... it's invisible [02:45:10] hopefully it's not a server-wide setting (I have a shared server) [02:45:47] well if its shared server, then your probably better off using the patch [02:46:05] the safe_mode patch? [02:46:10] yes [02:46:52] ok. [02:47:28] What about the httpd.conf? where would it be? [02:48:43] a quick google search says for freebsd the default location is /usr/local/etc/apache/httpd.conf [02:49:16] but since your using a shared host, there might be more then one file being used [02:50:01] I have etc, but not apache [02:50:12] (directories) [02:50:48] you'd think that the one I created would override any previous httpd.confs [02:51:43] doesn't work that way. .htaccess can override settings in httpd.conf if its been setup to allow those settings to be overridden [02:51:57] so you could try .htaccess [02:51:58] Charitwo: http://p.defau.lt/?lk2_qX33lMjp_Tbt_PMzLQ [02:52:06] ok [02:52:55] Splarka: rar [02:53:13] zio [02:53:14] p [02:53:29] now the whole site went down :-p [02:53:56] Error 500 Internal Server Error (/home/htdocs/.htaccess: php_admin_value not allowed here) [02:56:08] well that leads back to the suggestion of using the safe_mode patch for TeX [02:59:21] darkcode: using safe mode requires editing the apache config [02:59:39] can I do that through .htaccess? [03:00:38] no idea, the error you got would seem to suggest you can't [03:01:01] in which case, my problem can't be solved [03:01:29] you could try asking the person who runs the server [03:01:36] to solve it for you [03:02:13] I'll do that [03:02:16] thank you [03:02:36] yw [03:02:42] at least we diagnosed the problem [03:03:04] ya [03:05:16] my switch statement needs to output html, but it is coming out as plain text...is there some way to make it work? [03:06:39] TheDaveRoss: can you be less specific? [03:07:07] how about: "I need it to output html" :D [03:07:27] that is pretty unspecific I think [03:07:53] switch(), @switch, {{#switch}}, bondage.toy.whip[switch] ? [03:08:12] well, this is #mediawiki :p [03:08:17] {#switch} [03:08:51] sure, but you might have meant javascript, php, blahblah [03:09:01] #mediawiki is not *just* about parser extensions [03:09:16] I suppose [03:10:12] {{#switch:foo|foo=foo}} [03:10:17] what does that give ya? [03:10:25] }} [03:10:51] oh wait [03:11:03] I think the answer may be that I am an idiot [03:11:17] well, lets not make rash judgements [03:11:28] does that above switch work for you? [03:11:39] nope, the answer isn't that I am an idiot yet [03:11:57] what does it output? [03:12:06] yours works [03:12:15] http://en.wiktionary.org/wiki/Template:glossary <-- that is mine [03:12:51] ehhh [03:12:56] is not whitelisted [03:13:00] ... [03:13:00] so yes, you are an idiot ^_^ [03:13:07] how do you make anchors? [03:13:09] [[]] [03:13:16] ... [03:13:18] oh [03:13:29] s only? [03:13:31] [03:13:42] =/ [03:13:43] span, div, b, i, h1-h6, whatever [03:13:49] why frown? [03:13:59] id="" works for anchors [03:14:09] better than name="" even, because name can be duplicated in some cases [03:14:12] like on radio buttons [03:14:20] I guess I can use span [03:14:32] [03:14:50] you might wanna use [03:14:55] {{anchorencode:{{{2}}}}} [03:15:14] that makes it safe for anchoring [03:15:29] also does what happens between ==/== [03:15:50] eg, you can link to =={{{1}}}== with [[#{{anchorencode:{{{1}}}}}]] [03:16:56] does anchorcode output text? [03:18:11] it outputs escaped text that works for anchor encoding, it doesn't output an anchor [03:18:18] oh [03:18:20] [03:18:23] well these will all be plaintext [03:18:36] *Splarka shrugs [03:18:38] best to be safe [03:18:42] remember, users are idiots [03:18:57] we dont have many users on wiktionary :p [03:19:11] a modern day version of 'tron' would be... [03:19:29] Flynn: "I am a user" [03:19:41] Tron: "... okay, look, sit over there and don't push any buttons, let me handle this" [05:00:12] hi :) [05:05:18] How do I invalidate MediaWiki's parser cache? Bonus points for a way to do this from a maintenance script. [05:05:21] If it makes any difference, my install seems to be using MediaWikiBagOStuff as its pcache. [05:06:15] Is that for scripts like SMW_refreshData.php? That would be so nice, right now I have a script that iterates though them in chunks, hehe. [05:08:42] $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); [05:09:08] Last time I checked, the $wgCacheEpoch was used to invalidate old cache versions [05:09:21] akjohnson, Indeed it is. I'm trying to figure out why pages with SMW queries seem to be pulled from parser cache even though SMW_refreshData.php re-executes the query. [05:09:32] That's in the default LocalSettings.php generated, so resaving the LocalSettings.php file should purge everything [05:10:41] So, maybe in the maintenance script setting it to $wgCacheEpoch = now? [05:11:24] Or would that be too late in the process? [05:11:25] Dantman, thanks. So touch/re-save LocalSettings.php and the cache is gone. [05:11:26] touch LocalSettings.php [05:11:26] If the maintenance script calls MediaWiki's parser, is there a way for it to update the cache? [05:18:00] The maintenance script calls $wgParser->parse() , but it seems something else calls ParserCache->save(), maybe it's OutputPage(). [05:24:02] 03thomasv * r33928 10/trunk/extensions/ProofreadPage/ProofreadPage.php: purge [05:35:58] hi, in the version page of wiki, i have 'ParserFunctions (Version 1.1.1)' and 'ExpandTemplates (Version 2008-02-27)' but , in the 'Parser extension tags' and 'Parser extension tags' i have only '
 and ' and 'anchorencode, defaultsort, displaytitle, filepath, formatnum, fullurl, fullurle, grammar, int, language, lc, lcfirst, localurl, localurle, ns, numberofadmins, numberofarticles, numberofedits, numberoffiles, numberofpages, numberofusers, pa
[05:36:29] 	i version of Mediawiki is 'MediaWiki 					1.13alpha (r33665)'
[05:36:52] 	MediaWiki 					1.13alpha (r33928)
[05:46:16] 	03(mod) Activate SubPageList3 extension on English Wikiversity - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13163  (10mccormack)
[06:02:47] 	any hep?
[06:03:19] 	Your question got kind of garbled, I don't think anybody got the actual question
[06:03:25] 	At least, I didn't
[06:05:28] 	hi akjohnson, thanks for the reply. I wanna have those special tag like , but i do not know why it is not work, i have installed parserFunctions
[06:07:02] 	can you tell me how can i make those special tag work in the mediawiki?
[06:07:25] 	Unfortunately, I've never done that with a wiki of mine, but somebody else might know
[06:07:27] 	 is part of Cite IIRC
[06:07:57] 	not 
[06:08:20] 	they are complimentary
[06:08:33] 	oh, how about the 'expr' 'if' ...
[06:08:41] 	 is inline,  is at the bottom of a page
[06:08:55] 	expr/if are ParserFunctions, yes
[06:09:22] 	http://www.mediawiki.org/wiki/Extension:ParserFunctions
[06:10:13] 	I have it , installed . but no work
[06:10:32] 	odd
[06:11:47] 	03(mod) MediaWiki:Sidebar regularly falls back to an obsolete version, due to server cache effect - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5092  (10Wiki.Melancholie)
[06:17:08] 	03(NEW) performance: SMWSQLStore->getPropertyTable() always loops 10 times even if no subproperties - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13858 normal; normal; MediaWiki extensions: Semantic MediaWiki; (info)
[06:19:51] 	alecliu, http://www.mediawiki.org/wiki/Extension:Parser_function_extensions tries to indicate which extension implements which function, you might find it useful.
[06:22:44] 	thank you very much skierpage, i will have a look on it
[06:24:34] 	skierpage, i did installed ParserFunctions, and it is show up in the version. but in the "Parser function hooks" part of ther Specail:Version, old function hooks only, expr if etc. no show
[06:27:06] 	alecliu: have you tried them in code? like {{#if:1|foo}} ?
[06:40:41] 	Splarka,yep no work
[06:40:57] 	only those text show up
[06:43:41] 	still weird
[06:45:28] 	yep..... 
[06:45:42] 	i am trying to do some debug on it right now
[06:51:27] 	hello
[06:51:42] 	i'm been trying to import the wikipedia sql dumps of page, pagelinks, and redirect over the last couple days and its taking a *really* long time (like 12+ hours each for page and pagelinks)... is that normal?
[07:00:16] 	how big does a small-sized wiki get in filesize?
[07:04:16] 	-rw-r--r--   1 tlrobinson  staff  1135530983 Apr 25 17:20 enwiki-latest-page.sql
[07:04:16] 	-rw-r--r--   1 tlrobinson  staff  7796785524 Apr 25 01:32 enwiki-latest-pagelinks.sql
[07:04:17] 	-rw-r--r--   1 tlrobinson  staff    79783631 Apr 25 17:17 enwiki-latest-redirect.sql
[07:04:37] 	What's small?
[07:05:00] 	morning
[07:05:05] 	not wikipedia :)
[07:05:12] 	Hahaha
[07:05:15] 	(which is what those were from)
[07:05:42] 	its taking days for me to import these things
[07:06:23] 	chelz: I have a 6,000ish page wiki that is about 16MB in size when mysqldump'd
[07:06:25] 	i find the bug
[07:06:34] 	splarka
[07:07:06] 	it is work now, the problem is the order in the LocalSettings, of require 
[07:07:51] 	akjohnson: ty, that's very good to know
[07:07:52] 	doh
[07:08:09] 	I have some smaller ones, would you want estimates of their size?
[07:11:15] 	Good morning everybody!
[07:22:56] 	hi
[07:23:17] 	how is possible to remove the "pagetitle"
[07:23:58] 	{{PAGENAME}} should not displayed
[07:24:08] 	hidden:{{PAGENAME}} 
[07:25:22] 	and how i download the 1.13?
[07:25:23] 	which title?  or <h1 class="firstHeading"> 
[07:25:51] <LeonWP>	hmm
[07:26:05] <LeonWP>	btw, shouldn't it be id='firstHeading'?
[07:26:23] <Splarka>	if you want to remove {{PAGETITLE}} from the <title> of every page, you can edit MediaWiki:Pagetitle
[07:26:43] <Splarka>	if you want to remove the <h1> from all pages, you can use h1.firstHeading {display:none;} in MediaWiki:Common.css
[07:26:51] <Splarka>	if you want to remove it for specific pages, you do like:
[07:27:03] <Splarka>	body.page-Main_Page h1.firstHeading {display:none;} 
[07:27:05] <LeonWP>	I mean, there shouldn't be more than one firstHeading for every page
[07:27:08] <Splarka>	for a page named Main Page
[07:27:25] <Splarka>	Leon: yah, lots of things have classes that should have IDs, and lots of things have IDs that should have classes
[07:27:36] <LeonWP>	mhm.
[07:27:36] <Splarka>	but changing them later is worse than leaving them as
[07:27:47] <LeonWP>	I guess, yeah
[07:27:52] <Splarka>	because as is it is expected in scripts and styles, especially .firstHeading
[07:28:05] <Splarka>	the best thing to do is just add ^_^
[07:28:09] <LeonWP>	we could add one
[07:28:12] <LeonWP>	right
[07:28:14] <Splarka>	<h1 class="firstHeading" id="firstHeading">
[07:28:26] <Splarka>	lots of things are missing id/name/class even!
[07:28:37] <Splarka>	like the <textarea> on Special:Watchlist/raw
[07:29:02] <LeonWP>	shouldn't be a problem to add them, no?
[07:29:06] <Splarka>	er, I mean the submit button
[07:29:19] <Splarka>	<input type="submit" value="Update Watchlist" />
[07:29:23] <Splarka>	*hate*
[07:29:33] <LeonWP>	right
[07:29:47] <Splarka>	every <form> and every <input>/<select>/<textatra> should have at least an id or name
[07:30:14] <kGrown>	Splarka: sorry but i did not understand 
[07:30:18] <kGrown>	i have use <h1 class="firstHeading" id="firstHeading">
[07:30:26] <kGrown>	because i want on mainpage no title
[07:30:31] <Splarka>	kGrown: well, your question was ambiguous
[07:30:38] <Splarka>	<kGrown> how is possible to remove the "pagetitle"
[07:30:41] <Splarka>	where?
[07:30:53] <Splarka>	lemme give you an example
[07:30:54] <Splarka>	http://en.wikipedia.org/w/index.php?title=MediaWiki:Pagetitle&action=history
[07:31:17] <Splarka>	<title>Revision history of MediaWiki:Pagetitle - Wikipedia, the free encyclopedia
[07:31:25] 	

Revision history of MediaWiki:Pagetitle

[07:31:37] what aspect of that example is what you mean? [07:32:20] LeonWP: I got so fed up I made this for some scripts: http://p.defau.lt/?QdBcUigXV_8u6bai_8WhIw [07:32:21] h1 class [07:32:30] kGrown: okay, on all pages or just a few? [07:32:53] just the first page (mainpage in german hauptseite) [07:33:25] right [07:33:33] view the source of that page, and find the and find the class="" parameter of that [07:33:59] there will be one element like page-Hauptseite [07:34:11] mediawiki ns-0 ltr page-Hauptseite [07:34:12] that is a class, and in CSS you can refer to classes with a prefixed dot, for example: [07:34:20] body.page-Hauptseite [07:34:35] and then you want the h1 class="firstHeading" so... [07:34:44] body.page-Hauptseite h1.firstHeading {display:none;} [07:35:03] in your MediaWiki:Monobook.css (or Common.css) will make it hidden [07:35:47] Splarka, what a hack. I'll talk to brion and see what he thinks about adding classnames/ids and then I'll do that [07:36:52] hello [07:37:02] juuhuuu! Perfect! :-) [07:37:40] Leon: heh, yah, at least every form element would be very nice to have it [07:37:48] a name or id at least [07:37:57] *Splarka gives leon a cookie [07:38:03] does css even use names? [07:38:32] I'm thinking of javascript in this instance [07:38:52] parent.name or parent['name [07:38:59] '] being easy ways to refer to them in js [07:42:12] mediawiki is a really great engine :-) [07:43:16] *Werdna indicates http://lists.wikimedia.org/pipermail/wikitech-l/2008-April/037583.html [07:45:29] i have a questioin too [07:45:30] :-) [07:46:02] i will create a text like "we have [30] article about linux" [07:46:26] and the [30] should be the number of articles which in the categorie linux [07:47:54] {{PAGESINCATEGORY:category}} is my friend [07:47:58] but only in 1.13 [07:48:03] and i see that to download [07:48:05] :( [07:49:22] well yes, 1.13 is our testing version [07:49:28] you can download it from our subversion server [07:50:12] how ? [07:50:32] !svn | kGrown [07:50:32] --mwbot-- kGrown: Subversion is a version control software that allows users to download the very latest version of a branch without having to wait for someone to get around to packaging it. Advantages to using Subversion include the latest version, vastly simplified updating, the ability to roll back an upgrade, the ability to create and submit patches. See http://www.mediawiki.org/wiki/Subversion for more information. [07:53:24] could i use that version for a really used wikI? [07:53:39] i think its not good to use "unsave" versions? [07:54:52] kGrown: that's what we use on wikimedia, anyway [07:55:59] wow :) [07:56:03] ok i will download :-) [07:56:16] use i svn svn.wikipedia.org, right? [07:59:58] svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 got it thanx! [08:02:18] http://svn.wikimedia.org/svnroot/mediawiki/branches/ there is no rel1_13 [08:02:21] only 1_12 [08:07:18] sorry but i understand svn [08:07:49] normaly i use svn checkout http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_12/phase3 [08:08:01] but for rel1_13 there is no direcotry [08:09:16] You need to checkout from trunk [08:09:33] /trunk/phase3 that is [08:09:41] oh! :) manny manny thanks [08:10:01] # svn checkout http://svn.wikimedia.org/svnroot/mediawiki/branches/trunk/phase3 [08:10:11] direcotry not exist :( [08:10:21] trunk is not a branch .... [08:10:28] /svnroot/trunk/phase3 [08:10:35] oh ok :) [08:10:41] erm .. /svnroot/mediawiki/trunk/phase3 [08:10:56] jep :) [08:10:58] great *G [08:38:48] kGrown, if you have the Semantic MediaWiki extension, [08:38:49] There are {{#ask:[[Category:Event]] | format=count }} articles about events. [08:51:57] Hey guys, sorry if this question is stupid: I want to set up a wiki with versions for several languages, basically like wikipedia. Don't really need to share resources between wikis, but I want interlanguage links. How to do it? Do I have to choose one of the scenarios in the wiki family page (http://www.mediawiki.org/wiki/Manual:Wiki_family)? Or can I just set up two completely separate wikis and link between them? [08:53:45] !interwiki | anderssl [08:53:45] --mwbot-- anderssl: nterwiki links are links between wikis. For instance, on Wiktionary, [[w:Article name]] or [[Wikipedia:Article name]] will link to a Wikipedia article. To set up interwiki links, see as well as . For easy configuration, use [08:56:33] Thanks, bot :) [09:22:27] <_wooz> lo [09:59:55] hey guys [10:00:25] did someone add some sort of file upload mimetype checking scrutinization routine? [10:00:41] it broke my extension :( [10:10:20] } else { [10:10:21] /// Fixme -- this would be the place to allow ad [10:10:21] ditional XML type checks [10:10:21] return 'application/xml'; [10:10:21] } [10:10:24] grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr [10:12:35] seems like someone exited "configuration land" and swapped it for "hard code mimetype realm" [10:33:43] dpy, /// Fixit :) [10:34:00] LeonWP: do you have commit rights? [10:34:08] yes [10:34:18] k [10:34:32] I'll get back to you in a moment [10:44:41] Hey, I enabled TeX formulas in my MediaWiki installation using this guide http://meta.wikimedia.org/wiki/LaTeX_on_a_shared_host but somehow HTML paragraph and definition tags (by MW) end up IN the math formula. Why is that? I'm using the latest MW version. [10:48:33] LeonWP: I have a patch here for you (+1 line), but it continuous on the wrong path of things, I'd rather see a more permanent and flexible solution [10:48:42] continues [10:51:19] LeonWP: http://rafb.net/p/4v3vCc53.html [10:52:11] A better solution would be to declare all these variations on application/xml in a separate file a-la mime.types and mime.info [10:52:43] and write a generic piece of code that utilizes said file [10:58:25] 03(NEW) LiquidThreads does not exist as a component in Mediazilla Extensions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13859 15enhancement; normal; Wikimedia: Bugzilla; (jt) [11:20:25] how to get information about $action in BeforePageDisplay hook ? cause in UnknownAction hook is avalaible. [12:07:03] So ... another try: How do I prevent MW from adding paragraph and definition tags in my own tag extensions? [12:11:06] Nikerabbit: ping [12:12:51] 03siebrand * r33929 10/trunk/phase3/languages/messages/ (54 files): Localisation updates for core messages from Betawiki (2008-04-27 13:55 CEST) [12:14:28] Nikerabbit: see my wikitech-l post [12:15:41] hi, I have mediawiki installed and I'going to translate my contents. How can I do something similar (or easier) to what wikipedia has? Can anybody help me? What do I have to read? [12:15:49] how to add javascript to wiki (not as external file). [12:17:09] Gali: put it in MediaWiki:Common.js ? [12:21:37] MinuteElectron: done [12:21:49] 03siebrand * r33930 10/trunk/extensions/ (81 files in 81 dirs): Localisation updates for extension messages from Betawiki (2008-04-27 13:55 CEST) [12:35:43] siebrand: thanks [12:35:46] datura: paung [12:38:55] Nikerabbit: you fixed a language problem in UserLogin recently. now the success-page doesn't honor a uselang-parameter any more. would it be a problem to fix this inconsistency? [12:40:26] http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/SpecialUserlogin.php?r1=32372&r2=32826 is the change i'm talking about. [12:41:11] 03minuteelectron * r33931 10/trunk/extensions/Babel/ (Babel.php Babel_body.php LanguageTools.php): [12:41:11] * Babel code refactored into a class "Babel". [12:41:11] * Language code refactored into a class "LanguageTools". [12:41:11] * Babel now uses LinkBatch for caching data. [12:41:38] how would you be able to add uselang to that? :o [12:42:30] Nikerabbit: ^^ [12:45:14] Nikerabbit: i'm not a browser. i'm a java class. i can do such things :) [12:45:27] balb [12:45:27] Can really nobody tell me how to prevent MW from adding paragraph and definition tags in my own tag extensions or where I can read about it? :/ I can't find any information about it in the manual [12:45:30] yeah I could fix it [12:47:06] Nikerabbit: i'd be most grateful. and if you do it, be careful: the html-form in UserLogin contains a hidden-parameter. named: "uselang". [12:47:32] 03(NEW) "Justify paragraphs" does not work in modern skin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13860 minor; normal; MediaWiki: Modern skin; (raimond.spekking) [12:48:21] datura: why should I be careful? :o [12:48:22] 03(mod) Add __PANORAMA__ magic word, to specify category contains very wide images - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13802 (10N/A) [12:53:35] Nikerabbit: i'm not sure why the uselang is forwarded from form-page to success-page at all. but obviously it contained the wrong language, so your fix was needed. [12:54:55] hmm [12:55:05] it shouldn't be forwarded [12:55:11] Nikerabbit: someone told me yesterday a uselang-parameter is usually not fed through forms with a hidden parameter. [12:56:30] Nikerabbit: for the failure-page i think it can be useful. [12:59:27] 03nikerabbit * r33932 10/trunk/phase3/includes/SpecialUserlogin.php: * Respect uselang [13:00:35] hi [13:01:12] is anybody here willing to help me with the openID extension ? [13:02:56] 03minuteelectron * r33933 10/trunk/extensions/Babel/Babel_body.php: [13:02:56] * Move prefixing and suffixing code into a seperate method. [13:02:56] * Use prefixing and suffixing method to add prefixes and suffixes to ensure non are missed. [13:19:00] Nikerabbit: btw, quite a lot of commonist-users would be grateful, too. atm they have to switch their language to "nds" to be able to log in at all :) [13:22:19] dpy, I'm commiting your patch now [13:22:33] what would you like to be credited as? [13:29:15] 03leon * r33934 10/trunk/phase3/ (RELEASE-NOTES includes/MimeMagic.php): * * Added 'application/x-dia-diagram' to XML MIME types. Patch by dpy [13:29:44] datura: ? [13:30:02] Nikerabbit: http://commons.wikimedia.org/wiki/Commons_talk:Tools/Commonist#Can.27t_login_to_commons [13:30:45] [15:59:27] CIA-50> nikerabbit * r33932 /trunk/phase3/includes/SpecialUserlogin.php: * Respect uselang [13:31:06] oh, wow! [13:32:14] Nikerabbit: i didn't notice you already made the change. great! [13:32:18] and thanks [14:21:13] is it possibile to export and import many pages? [14:21:35] i have a old verision of my wiki and want to transport it the new version [14:25:42] kGrown: yes, but you need a list of them ... (for export/import) [14:28:41] 03leon * r33935 10/trunk/phase3/ (RELEASE-NOTES includes/mime.info includes/mime.types): Also adding application/x-dia-diagram to mime.{types,info} [14:31:22] !svn [14:31:22] --mwbot-- Subversion is a version control software that allows users to download the very latest version of a branch without having to wait for someone to get around to packaging it. Advantages to using Subversion include the latest version, vastly simplified updating, the ability to roll back an upgrade, the ability to create and submit patches. See http://www.mediawiki.org/wiki/Subversion for more information. [14:37:50] 03nikerabbit * r33936 10/trunk/phase3/languages/Language.php: * Cache fallbacks separately to avoid loading whole localisations [14:49:53] 03nikerabbit * r33937 10/trunk/phase3/languages/Language.php: * Fix the previous commit [14:51:08] 03minuteelectron * r33938 10/trunk/phase3/includes/ (GlobalFunctions.php MessageCache.php): Revert r33918, no longer works given new fallback caching and there are alternate methods for determining message fallback. [14:55:27] 03nikerabbit * r33939 10/trunk/phase3/languages/Language.php: * Shortcut the known and most common case [14:58:21] Hey guys [14:58:31] i am trying to dump my wiki database [14:58:45] I dump it from phpmyadmin [14:58:59] and then import it to another instance of a wiki (different database) [14:59:07] some features do not work then [14:59:30] for example: Error: from within function "Database::select". MySQL returned error "1146: Table 'wikipedia.protected_titles' doesn't exist (localhost)". [15:00:38] do you guys have any ideas why? [15:01:23] yuss: The error says there is that table missing from the database. [15:01:49] yuss: Is there that table or is the restoring script unable to create it? [15:02:16] the table does not exist in the original database [15:02:28] and I do not get this error from the original database [15:02:53] different mediawiki version? [15:04:41] oh might be [15:04:43] let me check [15:08:32] you saved my life! [15:08:47] Nikerabbit: thank you [15:09:02] after hidding stub categories isn't there a way to see them by setting it in preferences? [15:09:22] in wikimedia projects i mean [15:09:44] i believe such this thing should be added to preferences [15:13:05] what should i do if i want to disable __HIDDENCAT__ effects for my account. it sucks [15:14:06] do you want help or not? [15:15:07] there should a preference under misc tab [15:19:51] 03(ASSIGNED) Double-underscore magic words interpreted in links - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13164 +comment (10Soroush83) [15:22:06] Nikerabbit: thanks. that's nice [15:40:20] is there any way to specify which wiki db to update when using update.php ? [15:40:46] * in the case of running several wiki's from same source but different db's [15:45:22] Wiredtape: Doesn't update look the db from Adminsettings.php? [15:54:55] hello all. i want to edit a page and put something like in mediawiki. but it replaces the <> with < and > ... how can i escape those? [15:57:33] escape or not have them esacped? [15:57:40] not have them escaped? [16:00:33] i set wgRawHtml = true; [16:00:39] and that didn't do anything [16:03:24] any ideas? i'm using the geshi syntax highlighter and i need that tags when editing a page [16:26:35] Wiredtape: in adminsettings.php put $wgDBname = $options[ 'dbname' ]; [16:26:42] then clal update.php --dbanme=dbanme [16:28:30] 03(NEW) Special:GlobalUsers should be in "Users and rights" group on Special:Specialpages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13861 trivial; normal; MediaWiki extensions: CentralAuth; (danny_b) [16:31:59] i have a big problem with mediawiki [16:32:13] for some reason, my upload file link is going to a Wikipedia page about uploading [16:33:05] it's going to [[Wikipedia:Upload]] which on wikipedia, would go to that upload wizard, but on my wiki, it goes to the *article* about uploading on wikipedia due to interwikis [16:33:08] anyone here? [16:33:55] yeah, my wiki has the same problem [16:34:07] I've not figured it out :\ [16:34:39] Mike_lifeguard: i think a mediawiki dev mindlessly set it to that page instead of the special page :< [16:34:46] i'll search for a system message that might fix it [16:35:13] chuck: you're looking for MediaWiki:Sidebar [16:35:16] okay, Special:AllMessages doesn't work either [16:35:32] Mike_lifeguard: no, the upload link isn't part of that [16:35:36] it's not the devs, but rather that wikipedia is interpreted as the interwiki prefix, not the namespace [16:35:38] Mike_lifeguard: iirc, it's part of the skin [16:35:45] ahh. even worse [16:36:03] Mike_lifeguard: well someone changed it to [[Wikipedia:Upload]] because thats what it is on wikipedia, it should be [[Special:UploadFile]] or w/e it is [16:36:15] Special:upload [16:36:48] try $wgUploadNavigationUrl [16:52:01] 03(NEW) Show TOC on Special:SpecialPages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13862 15enhancement; normal; MediaWiki: Special pages; (danny_b) [17:14:09] Hi. I'm trying to fix a template of mine so that all image names that are passed ( {{{image}}} ) are scaled _by height_. Any idea how to do that? Currently I just use [[Image:{{{image}}}]] and the parameters for this syntax seem to be limited to by-width scaling? [17:15:29] i think there's some newer syntax for height scalinh [17:19:53] Ah, thank you. [17:27:47] Is there any way to specify which wiki db to update when using update.php ? [17:27:47] * in the case of running several wiki's from same source but different db's [17:28:13] tale, adminsettings.php does not let you specify a db.. [17:28:23] i told you hours ago [17:28:29] 12:26:35 < MinuteElectron> Wiredtape: in adminsettings.php put $wgDBname = $options[ 'dbname' ]; [17:28:32] 12:26:42 < MinuteElectron> then clal update.php --dbanme=dbanme [17:28:47] hello ppl [17:28:53] MinuteElectron: ahh.. sorry, was away.. thanks.. [17:29:04] I've upgraded to 1.12 and I don't think my SpamBlockList extension is working [17:29:15] anyone on the same sictuation? [17:29:22] Wiredtape: you might have to put it in a conditional at the bottom of localsettings.php - but it hsould work [17:29:26] i'm going now [17:29:27] bye [17:29:36] thanks, bye [17:29:44] "not working" is very vague [17:30:53] Nikerabbit: well I add to a new wiki page, "sittrbos rococnaboa cliricriccob varmon chidront zeloloeltac elbocboreltr roordar lilage acelac dompasoloboc letovarla caceltbonool borolirelor erounodron chicaletod zelc4tp trmonact ropaslia outroccrel" those are all words on my blacklists and the page still get's saved [17:31:20] check from special:version that it is loaded [17:31:45] SpamBlacklist (Version 2008-03-14) [17:31:47] yes [17:33:23] seems ALL regexes are either being ignored one not being used to test [17:36:42] messages from that extension are not showing up on debug log [17:39:09] is there a way to make mediawiki more verboseĀ»? [17:39:52] what do you have in debug log? [17:40:43] I just cleaned it, made a change on a page which included spam, yet nothing is on logs [17:41:25] do you have $wgDebugComments = true; [17:42:04] now I have [17:42:14] hi ^^' [17:42:20] i'm trying to do "php update.php --dbname=" after setting $wgDBname = $options['wiredtap_wt']; in adminsettings.php, but am getting an error for no database selected.. [17:43:00] is there an option (i've maybe overseen it somehow) that new users must be activated by an sysop bevore they can log in? [17:43:10] Nikerabbit: still nothing [17:43:17] s0undt3ch: well check page source [17:43:25] and look for? [17:43:33] comments in the end of it [17:44:02] ItsMeIGuess: there is an extensions which does about that [17:44:19] Nikerabbit: ok, nothing about spam there [17:49:14] 03aaron * r33941 10/trunk/extensions/ConfirmAccount/ (ConfirmAccount_body.php SpecialConfirmAccount.php): Expand sortkey replace [17:49:46] Nikerabbit: ok, it worked for an URL [17:51:42] dam, it does not seem to work for single words [17:52:29] Nikerabbit: how is that extension called? , somehow can't find it in the extension matrix ^^' [17:52:48] ItsMeIGuess: confirmaccount ircc [17:52:59] s0undt3ch: has it done so ever? [17:53:10] s0undt3ch: there is many spam extensions [17:53:21] ah thanks^^' [17:54:46] Nikerabbit: well, our wiki is full of spam so fro single words it might have been failing badly [17:55:57] *ItsMeIGuess suggest confirmedit extension [17:56:51] ItsMeIGuess: which I also have and it seems to be failing to show up [17:57:17] hms try the fancy one and pregenerate the pictures [17:57:36] ItsMeIGuess: that's the one I have loaded [17:57:53] or if this fails try the math ones (not that good but still helps against most bots) [17:58:08] you generated the pictures s0undt3ch? [17:58:14] ItsMeIGuess: yes [17:58:33] hms, the keyphrase was righ too i asume... [17:58:46] you got access to apache? [17:59:04] you might check what modules are active.. ^^' [17:59:31] ItsMeIGuess: well I've set it equal on both FancyCaptcha.php and on captcha.py [17:59:38] ItsMeIGuess: it's active [17:59:48] hms [17:59:50] at least on spacial:version it shows active [18:00:00] got url? [18:00:08] maybe i can find somthing out there^^' [18:00:16] http://wiki.ispman.net [18:01:04] *checks* [18:01:32] ItsMeIGuess: http://wiki.ispman.net/index.php/Test that's the testing spam page I'm using [18:03:10] *scrathes head* you've edited editconfig.php as well? [18:03:18] how how the php is called.. sec [18:04:43] ItsMeIGuess: ok, I've enabled ConfirmEdit for all wiki changes, it works too [18:06:13] yep works now^^' most important is for not logged in user (including for account creation) and for urls^^' [18:06:20] (thats why i think of cause)^^' [18:06:48] well, I'm having it on every edits except for authed users [18:08:54] how does mediawiki retrieve the images from the images folder? is there some sort of algorithm or find function? [18:10:13] *thinks* aren't those images in the db as well? [18:10:28] ItsMeIGuess: dunno [18:10:33] I have them on FS [18:10:58] (i mean the links to the pictures mostly^^') [18:11:07] *checks* [18:12:35] *takes a bit* [18:13:31] redoin' the captcha images [18:14:17] 03yaron * r33942 10/trunk/extensions/SemanticDrilldown/skins/SD_main.css: Changed underscores to hyphens in class names [18:14:36] that with the images was refering to AphelionZ asuming he means pictures in genral^^' [18:14:50] poks [18:15:03] the fancy captha aren't in db^^' the names should be calclulated by the phrase i think^^' [18:15:04] 03yaron * r33943 10/trunk/extensions/SemanticDrilldown/includes/SD_Filter.php: Changed 'CREATE INDEX' to 'ALTER TABLE ... ADD INDEX' [18:15:13] *ItsMeIGuess pokes back [18:15:27] Yeah, just when you type [imageName.jpg]] how does it know how to go through all those folders and grab that specific image [18:16:19] gimme sec.. need to connect to remote machine to check somthing in the db^^' i guess the pathes of the pictures are stored in the db though [18:16:47] 03(mod) subpage parsing crashes somewhere - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12249 (10alistrius) [18:17:54] *ItsMeIGuess pokes the connection to speed up [18:18:09] poks [18:19:07] 03yaron * r33944 10/trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php: [18:19:07] Changed 'CREATE INDEX' to 'ALTER TABLE ... ADD INDEX', replaced underscores [18:19:07] with hyphens in CSS class names, escaped single-quotes in subcategory names, [18:19:07] simplified handling of "remove filter" image to work with IE and Safari [18:19:41] 03yaron * r33945 10/trunk/extensions/SemanticDrilldown/skins/filter-x.png: New, non-toggled version [18:21:00] 03yaron * r33946 10/trunk/extensions/SemanticDrilldown/skins/filter-x-active.png: Removing "active" image - no longer used [18:21:23] 03yaron * r33947 10/trunk/extensions/SemanticDrilldown/ (INSTALL includes/SD_GlobalFunctions.php): New version: 0.4.1 [18:23:33] AphelionZ: yep the picturepathes are all stored in the db, means to find a picture a mysql query is likly used [18:24:23] awesome, thanks! [18:24:38] 03yaron * r33948 10/trunk/extensions/SemanticDrilldown/languages/SD_LanguageDe.php: Fixed filter-talk namespace name [18:24:40] (well not directly the pathes i just saw) [18:24:54] dmn connection is so slow-.- [18:25:51] well the best way is to do the following.. (you need to check this to create your query anways) if you have added pictures allready check the content in the table... [18:26:18] [prefix]image [18:26:25] like wiki_image [18:27:24] you know how to do so?^^' [18:27:50] AphelionZ: to bad only wiki i can check the db atm has no pictures on it yet [18:28:17] so i only can check the tablestructur^^' [18:28:40] ItsMeIGuess: as long as im traversing a whole load of directories i should be fine [18:28:51] any php dev worth his salt should be able to make a database query :) [18:35:35] there is a function for it too [18:35:35] $this->img = wfFindFile( $this->mTitle, $time ); [18:35:42] dam I've enabled the Match captcha but pics aren't showing up [18:36:33] AphelionZ: search for function __construct in ImagePage.php [18:38:23] (allways good to use predefined stuff)^^' [18:38:58] well im coming at it through the API so its a little different [18:41:32] the function is declared in GlobalFunction ^^' line 2317 btw [18:46:45] well using the API might be the best idea though^^' [18:47:01] *to tried to read though the code* [18:49:53] anyone know of an includearticle extension that works on mw1.12? [19:00:44] AphelionZ: http://svn.wikimedia.org/doc/GlobalFunctions_8php.html#03b8c551f3596eb986056a7413a1b2f4 <-- returns File object [19:01:25] interesting [19:01:39] http://svn.wikimedia.org/doc/classFile.html#3bb231d2ee07134c73c381fb335efe7a <-- what you might need then [19:02:13] means as long as you have the title.. (sql query perhaps) you can call these functions and get and path [19:05:13] hope this helps^^' [19:05:22] need to go afk now^^' [19:05:30] back in ~2h perhaps [19:09:08] *ItsMeIGuess wishes good luck to AphelionZ (to what ever she/he planns) [19:09:20] thanks! [19:11:31] for some reason my ajaxsearch.js doesn't load after i upgraded to 1.12, anyone know what might be causing this..? $wgAjaxSearch = true.. [19:25:33] anyone? [19:37:52] is there something wrong with trying to create a title object for a category with: $title = Title::newFromText($category); ? [19:38:00] ver 1.12 [20:12:41] 03(mod) Preferences option over preload and editintro parameters. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13857 +comment (10herman) [20:16:09] 03(NEW) Script sometimes deletes file, but not description and doesn't log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 04CRIT; normal; Wikimedia: General/Unknown; (maxim.wiki) [20:16:51] 03(mod) Script sometimes deletes file, but not description and doesn' t log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 (10maxim.wiki) [20:17:40] is there any parser function to pass from {{CURRENTMONTHNAME}} to {{CURRENTMONTH}} [20:17:42] ? [20:18:24] at least without using switch [20:20:56] I think I have made a wrong question [20:21:21] #time: can be use to operate with dates? [20:41:09] 03btongminh * r33949 10/trunk/backup/worker.py: [20:41:10] * Added public tables to sql dumps: category, page_props, protected_titles. [20:41:10] * Left a note about filearchive. [20:55:30] 03(mod) Show TOC on Special:SpecialPages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13862 +comment (10minuteelectron) [21:11:04] 03magnusmanske * r33950 10/trunk/tools/commonsapi/commonsapi.php: [21:11:04] Many fixes: [21:11:04] * Moved license data to wiki page [21:11:04] * Additional info template is recognized [21:11:04] * Improved location detection (geo-coordinates) [21:11:05] * More options [21:11:07] * Bugfixes [21:34:40] 03(mod) Problem with Encoding - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13838 +comment (10yaron57) [22:02:05] Nikerabbit: it seems your patch does not fix my problem completely: for the first time i log in everything works perfectly. when loggin in a second time, uselang is ignored again. [22:58:37] 04(REOPENED) oldwikisource import from meta and commons - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13377 +comment (10jayvdb) [23:08:06] 03(mod) Script sometimes deletes file, but not description and doesn' t log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 +comment (10JSchulz_4587) [23:11:15] 03(mod) Enable new page restriction on Simple English Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4754 +shell (10JSchulz_4587) [23:11:35] 03(mod) Script sometimes deletes file, but not description and doesn' t log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 04CRIT->major (10JSchulz_4587) [23:17:30] 03(mod) Enable new page restriction on Simple English Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4754 +comment (10axel9891) [23:18:02] 03(mod) Script sometimes deletes file, but not description and doesn' t log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 (10maxim.wiki) [23:23:39] I'm having problems with image thumbnails not updating when a new version of the image is uploaded [23:26:59] 03aaron * r33951 10/trunk/phase3/includes/LogPage.php: wfReadOnly() check does not belong here [23:31:27] 14(DUP) Script sometimes deletes file, but not description and doesn' t log the delete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13863 +comment (10JSchulz_4587) [23:31:36] 03(mod) Log events occassionally unlogged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12129 +comment (10JSchulz_4587) [23:31:42] 03(ASSIGNED) Log events occassionally unlogged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12129 (10JSchulz_4587) [23:39:42] 03(FIXED) Log events occassionally unlogged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12129 +comment (10JSchulz_4587) [23:45:44] 03aaron * r33952 10/trunk/phase3/includes/ (Article.php LogPage.php SpecialBlockip.php): Remove log debugging code, not needed anymore [23:50:17] Hmmm... [23:51:08] Anyone think my patch for making specified tables use the shared db would be a good addition?