[00:00:21] Xzenu: so, can you change the permissions on files? [00:01:37] Hmm... the error message I got... is it most likely to be about THIS module, or about modules as such? Might there be other modules I could use? [00:02:19] It's about this module. [00:02:37] Specifically, you need to make the extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua executable [00:10:55] Xzenu left :/ [00:11:05] Maybe it was because I tried to help them in PM [00:13:10] Back from some technical problems [00:14:15] PiRSquared, ^ [00:15:17] Krenair: from apache PHP would chmod(..., 0777) work? [00:15:22] to fix the issue above [00:15:52] His/her host seems to provide a web shell where you can change file permissions, but he doesn't seem to know how to do so [00:17:03] or why :-) [00:17:42] In Linux/Unix files have three main types of permissions: read (r), write (w), and execute (x) [00:17:58] In order to run a program, it needs to have +x [00:18:01] "chmod u=rwx,g=rx,o=r ", I think? [00:18:11] Krenair: I don't think he/she has shell access [00:18:12] ah! [00:18:18] oh, right. [00:18:27] Xzenu: do you have command line? [00:18:57] not that I know of. :-/ [00:19:28] Krenair: would passthru() that work? [00:19:49] Could try it. [00:20:19] Xzenu: try adding chmod('/hsphere/local/home/xenuce/categorism.com/w/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua', 077); to LocalSettings first [00:20:29] replace 077 with 0777 [00:20:59] But that lets anyone edit it... hmm [00:21:15] that would be bad... I don't wnat security holes. [00:21:18] chmod(...,'u=rwx,g=rx,o=r') [00:21:50] 0600? [00:22:17] or 0700? [00:22:52] 0755 would probably work [00:23:00] 0600 is wrong, it needs +x [00:23:32] Xzenu: how about adding chmod('/hsphere/local/home/xenuce/categorism.com/w/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua', 0755); [00:23:39] then visit your wiki, then remove that line [00:24:03] PiRSquared: Then 0700, I think. group + others don't need any rights, just the webserver [00:24:23] Sup [00:24:43] Anyone hre pretty knowledgable about mediawiki? [00:25:27] Yes. [00:25:42] PiRSquared: The script only need to be executed once? Then I can turn off the execution permission, and it will still work because the module has already been created? [00:26:01] Once you run it once, it doesn't need to be set again [00:26:29] In fact, you could probably modify Scribunto itself to sidestep the permissions and execute it anyway [00:26:34] My mediawiki isn't creating thumbnails [00:26:58] !thumbnails [00:26:58] For information on configuring thumbnailing on MediaWiki, please refer to . [00:27:08] and when it links to thumbs it makes weird folders like so http://wiki.xxxzzz.com/images/thumb/Flesh_and_Spirit.png/78px-Flesh_and_Spirit.png [00:27:30] ive already read about every page on the issue and nothing fixes it [00:27:33] hm [00:27:38] What's your config? [00:28:01] Thanks. I have saved down your command line to notepad, I'll try running it tomorrow or any of the next few days. Getting late night now, so I'll call it a night. Thanks for the help! [00:28:19] Xzenu: It might not work, come back again if it doesn't [00:28:22] bye Xzenu [00:28:31] will do. [00:28:34] TTFN. :-) [00:29:04] http://pastebin.com/iLACpWnu [00:29:07] thats my config [00:29:19] maybe the webserver isn't the owner... then it wouldn't work. He/she should really be using the file interface for that [00:29:22] MirrorOfKalandra: looking [00:29:40] Did anyone else just get a message from enhydra ? [00:29:45] ty [00:30:31] MirrorOfKalandra: do you have ImageMagick? [00:30:39] yes [00:30:43] 6.5.x something [00:31:29] /usr/bin/convert works? [00:31:45] when i type that in console it brings up imagemagick stuff yes [00:31:50] ok [00:32:14] i hope i can fix this cuz other wise i gotta manually move / create files / folders for about 10k items ;( lol [00:32:18] I hope your secret key isn't $wgSecretKey = "nononono"; [00:32:24] its not [00:32:29] good :) [00:33:21] just so strange that it isn't working i gotta be missing something [00:35:14] MirrorOfKalandra: do you actually have anything in your thumbs directoy? [00:35:16] *directory [00:35:28] ls images [00:35:34] nope only files / folders ive had to manually create [00:35:38] due to it not working right [00:38:14] try moving $wgSVGConverters['ImageMagick'] = '"' . $wgImageMagickConvertCommand . '" -background white -thumbnail $widthx$height^! $input PNG:$output'; to after where $wgImageMagickConvertCommand is set [00:38:33] sorry my client probably added "smart" quotes [00:38:49] ok on sec [00:38:51] one [00:40:09] why do you have so many spaces $wgUseImageMagick = true ; ? [00:40:12] not that it affects anything [00:40:25] not sure [00:41:24] does it work now? [00:41:36] after moving the $wgSVGConverters... [00:42:16] sry got sidetracked checking now [00:44:44] still not working [00:46:37] could it be cuz its trying to create those wierd folds like so? http://wiki.xxzzz.com/images/thumb/Null_and_Void.png/120px-Null_and_Void.png [00:47:09] MirrorOfKalandra: isn't that how it's supposed to be? [00:47:48] MirrorOfKalandra: try just removing the $wgSVGConverters['ImageMagick'] = '"' . $wgImageMagickConvertCommand . '" -background white -thumbnail $widthx$height^! $input PNG:$output'; line [00:47:55] or # or // commenting it out [00:48:18] then does it work? [00:49:00] Can the server write to the images directory? [00:49:12] yeah its set to 777 [00:49:16] it uploads the main images [00:49:20] but doesnt do the thumbnails [00:49:26] still no go after removing that [00:51:36] so your $wgSVGConverterPath is correct [00:51:43] $wgImageMagickConvertCommand is correct [00:52:01] is $wgMaxShellMemory enough? [00:52:27] how do i check? [00:53:05] well, you could try $wgMaxShellMemory *= 2;, purge the page, and see if it works? [00:53:13] if it doesn't then remove that line [00:53:30] purge which page? new to mediawiki [00:53:35] but not new to web stuff [00:53:36] the one with the image [00:53:45] add action=purge to the query string [00:56:35] MirrorOfKalandra: ? [00:56:55] it purged it [00:56:59] page fully loaded [00:57:02] but no images still [00:57:25] Krenair: any idea? [00:57:38] no idea, sorry [00:59:25] this sucks [00:59:44] MirrorOfKalandra: have you tried $wgUseImageMagick = false [00:59:55] ya [01:00:57] :/ [01:01:13] MirrorOfKalandra: is your temp directory writable by the server [01:01:15] ? [01:01:24] yep all of it is [01:01:28] 777 [01:01:43] its throwing files in temp [01:01:58] even the ones im uploading now [01:02:02] just not doing the thumbs part [01:02:09] PiRSquared: Could this be a problem with the setup of short URLs? See link above. It goes directly to the images dir, no /wiki or /w [01:02:40] ohhh [01:02:41] hmmm [01:02:47] wonder if that's the cause [01:06:39] this is ughhh lol [01:13:18] wish it would just work :( [01:15:41] i wonder [01:15:46] some extensions in php.ini werent enabled [01:15:49] i think thats the issue [01:34:43] starting from scratch i guess [01:34:48] seeing if that fixes it [01:57:57] MirrorOfKalandra: ? [02:54:56] yes? [02:55:17] No. [02:55:28] Oh, there actually is scrollback [04:13:18] andre__: https://bugzilla.wikimedia.org/show_bug.cgi?id=70819 [04:15:24] https://en.wikipedia.org/wiki/Wikipedia:Most-missed_articles [04:15:30] would it be possible to get this updates? [04:15:32] updated [04:15:35] its from 2008 [06:07:10] hi [06:07:30] my.wiki/index.php/Main_Page [06:07:41] how do i change index.php to show something else [06:07:54] like wikipedia has wiki instead of index.php [06:08:24] my.site/wiki/Main_Page [06:17:00] Weird display of error http://www.flightgear.org.cn/w/api.php?action=query&meta=siteinfo&siprop=statistics&maxlag=5 [06:21:53] "CACHE_ACCEL requested but no suitable object cache is present. You may want to install APC." http://www.wistful.net/mediawiki/api.php I wonder if 1.24 falls back graciously [07:41:50] Wikiwannabe: hi [07:42:12] Wikiwannabe: you have to write rewrite rules for your webserver by hand -- see https://www.mediawiki.org/wiki/Manual:Short_URL [07:43:56] hi [07:44:28] thanks, checking that out [07:55:16] one damn confusing document. [07:55:49] there should be 2 versions, one with all the babble and one without in steps! [08:00:40] any1 around, do i put the config inside the virtualhost tag or not? [08:01:04] which config? [08:01:11] sites-available [08:01:41] virtualhost tag is *insite* a site-available directory [08:03:55] inside sites-avaiable is mysite confirm file [08:04:05] inside mysite config file is a virtual hosts tag [08:04:09] now i have to add rewrite rules [08:04:16] does it go inside or outside of that tag [08:06:08] didnt even work! [08:13:54] ok so i got it to rewrite, but now its saying Not found [08:39:44] OK so got that working but now I lost my skin [08:54:43] !help [08:54:43] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [08:55:57] I followed all the instructions properly, the url is rewriting and showing, but my css's seems broken. help [09:18:26] Fatals from a few hundreds wikis' api.php: http://p.defau.lt/?P2YH_baXjPFNXaPot3BeBQ [09:19:08] do those wikis' index.php work? [09:20:01] Parse errors: http://p.defau.lt/?pQ3_GVQLOBK_IiWFGtMJ2g [09:20:03] No idea [09:21:38] the namespace thing is people running old versions of MediaWiki with new versions of PHP [09:22:29] Those traitors of webhosts upgrading their software [09:23:05] Svetlana: context? You dropped me an URL without any question or whatsoever. [09:23:43] the ApiFormatBase one is https://bugzilla.wikimedia.org/show_bug.cgi?id=63049 [09:23:48] andre__: Sorry. Thought you'd find a duplicate. I am surprised that this feature isn't yet available. [09:24:09] Svetlana: I don't search for dups all the time :) [09:24:15] somebody might. or not. [09:25:03] Ok. Anyone awake, https://bugzilla.wikimedia.org/show_bug.cgi?id=70819 -- is it easy to implement? Was it considered before? [09:26:21] https://encrypted.google.com/search?q=%22internal_api_error%22+inurl%3Aapi.php is constant around 500 wikis known by Google with internal_api_error [10:10:40] Hi. I have a bit of a regrettably fuzzy question. [10:11:00] I am considering which version of mw to standardise on, the LTS or just the latest releases [10:11:34] Is there a sense of which upgrade experience will be more painless, one LTS to another or one release to the next regardless of LTS status? [10:14:36] how do i use HTMLForm addbutton method to add attributes ? I tried using array( 'a' => 'b') but it only prints 'a' [10:16:12] JosefAssad: using only LTS versions will make you spend less time testing new upgrades, since you'll only upgrade a major version for longer times (note that you should always upgrade minor versions because of security issues, but the upgrade for those should be flawlessly) [10:17:09] JosefAssad: on the other hand, you may find in the near future a new cool extension that will only work on latest MediaWiki version but not on current LTS. But that could also happen the other way: Old extensions that don't work on new ones... [10:17:34] or just find a cool feature of a new MW version that will not be present on current LTS [10:18:17] Vulpix: very useful feedback; I am very grateful [10:18:57] Vulpix: sounds like LTS is the thing for me; I mainly need semantic mediawiki and a few related extensions. My days of plugin debauchery are behind me :) [10:19:05] if the transition to one version to another is a pain, for whatever reason, it will be the same pain if you upgrade between LTS as well, but maybe you'll spend less time of testing if you upgrade several versions at once [10:19:30] yeah, that makes sense. If I end up having to hunt down upgrade problems, better to do it every few years [10:24:16] rohan013: are you passing the right arguments? This is the function definition: HTMLForm::addButton ( $name, $value, $id = null, $attribs = null ) [10:24:44] Vulpix: yes it is the 4th argument [10:25:41] I have more fuzzy questions. Apologies in advance. [10:26:21] I am reading this page: https://www.mediawiki.org/wiki/Version_lifecycle#Extension_lifecycle_management and wondering how much momentum there actually is in getting extension developers to refer to MW release versions in branches? [10:31:04] I'm not sure if I understood your question. Currently extensions are branched when a new major release is done for MediaWiki, and most developers don't bother to update the released branches of extensions (except if there's some critical bug or similar) [10:32:16] the branch of extensions is done more or less automatically, so during the first few days (or weeks) after a new MediaWiki major version is released, some extensions may be still not compatible with it, until someone fixes them [10:32:45] oh. OK, let me process that and see if it helps me refine the question [10:36:37] Thing is, that page recommends that extension X have a branch (or tag) called e.g. 1.23 to indicate that this version of the code works with MW 1.23, even if the extension uses a different versioning scheme. (at least, that's my understanding) But I'm not seeing that in the semantic mediawiki git repo, and not in the AccessControl extension either. Is that because these extension developers are not following the recommendat [10:37:49] oh. I just discovered ExtensionDistributor :) [10:38:21] am I barking up the right tree with ExtensionDistributor? [10:38:46] yes, ExtensionDistributor picks those branches [10:39:34] although I think SMW is not using them, and should be installed using composer or something like this [10:39:41] precisely [10:39:54] you're reading my mind [10:42:14] think I'll hound them a bit, and then look at composer to see if it does upgrades (my only experience is with the painful upgrades via python's pip) [11:10:46] qgil: Hi, I'm confused, what's the current assessment of the gerrit review queue? https://lists.wikimedia.org/pipermail/wikitech-l/2014-September/078563.html wasn't certainly meant by me as "it's all fine, just few outliers" [11:11:09] I'm also still uncomfortable about https://lists.wikimedia.org/pipermail/wikitech-l/2014-September/078542.html [12:17:05] Hello, I upgraded recently my mediawiki version to 1.21.10, but I lost all pages containing UTF characters in their title :( [12:17:11] I had quite a lot of them [12:19:09] I still see them in the SQL table though... how can I fix this? [12:19:43] ElvanorMoscow: huh. [12:20:10] ElvanorMoscow: there is a maintenance script to deal with inaccessible page titles, cleanupTitles.php – perhaps try that if the data is corrupted/inaccessible? [12:20:14] !maintenance [12:20:14] https://www.mediawiki.org/wiki/Manual:Maintenance_scripts [12:20:42] ElvanorMoscow: were you upgrading from a very old version? i don't see what could cause this [12:20:47] MatmaRex: I ran the standard maintenance script while upgrading though [12:20:57] MatmaRex: not very very old, but old [12:21:00] 1.16 maybe ? [12:21:03] you mean update.php? that's all right [12:21:07] hmm. weird. [12:21:16] http://wiki.elvanor.net/index.php?title=Special%3ASearch&search=Cr%C3%AApes [12:21:23] anyway, let's try cleanupTitles, it has a dry run mode [12:21:28] for exemple I see the page appearing in the search results [12:21:31] but no link [12:21:33] very strange [12:22:44] indeed [12:23:01] MatmaRex: how do you run in dry mode? [12:23:48] uhh [12:23:56] with --dry-run? not sure. run it with --help and it'll tell you [12:25:12] ElvanorMoscow: at a glance it looks like your titles were not encoded in UTF-8; i don't even know how you could do that [12:25:43] ElvanorMoscow: (the HTML source of the search page has a link like ; the correct encoding is Cr%C3%AApes) [12:25:50] the script has found a lot of problems rfelated to the pages I am talking to. I will try it in real mode (I backuped the DB before anyway) [12:26:08] MatmaRex: ok? [12:26:40] ElvanorMoscow: yeah, probably [12:26:49] it might move them to funny titles, though [12:27:02] (the dry run should have shown the target titles, i think?) [12:27:28] yeah, the target titles are awful [12:29:00] MatmaRex: http://wiki.elvanor.net/index.php/European_Recipes [12:29:12] I moved Borken/Crepes page to Crepes [12:29:25] and the link now works, but it still shows as an empty link (color) in this page [12:29:39] also, it seems like I will have to rename manually all the pages?... [12:30:08] ElvanorMoscow: you'll need to purge the page, to trigger a re-parse [12:30:28] ElvanorMoscow: (running update.php should purge all caches, IIRC) [12:30:58] ElvanorMoscow: and yes, you'll probably need to fix all titles by hand :( although there are some extensions to perform mass page moves [12:31:09] !e ReplaceText [12:31:09] https://www.mediawiki.org/wiki/Extension:ReplaceText [12:31:09] well, now the pages don't show well in my sql client [12:31:30] so I guess that in fact the problem may be linked to a wrong encoding to the DB [12:31:49] DO you need to specify somewhere the encoding to the DB? [12:32:10] no, mediawiki uses utf-8 internally everywhere [12:32:27] you might want to mark the database fields as using utf-8 encoding, or binary [12:32:54] ("binary" is generally preferred to stop the database from doing any unicode normalization etc., mediawiki handles that itself) [12:33:18] well, now the page shows as Crêpes [12:33:23] in MySQL [12:33:26] so there is a proble� [12:34:23] http://www.mediawiki.org/wiki/Thread:Project:Support_desk/UTF8_Problem_with_update_from_1.16_to_1.17/reply_(5) [12:34:27] maybe this is related [12:35:34] hmm. interesting. [12:37:30] latin1_bin [12:37:44] indeed this is the collation of my tables [12:37:50] I guess it should not...! [12:44:46] hello [12:44:55] i want to use a pic as alink, [12:45:14] if i click on the pic then a link be opend in another tab [12:45:18] what should i do? [12:45:40] https://www.mediawiki.org/wiki/Manual:Linked_images section 1 may be applicable. [12:46:17] https://www.mediawiki.org/wiki/Help:Images#Altering_the_default_link_target is more of the same. [12:46:33] I'm not sure how to have it open in a new tab though without editing your common.js. [12:46:52] you mean i should add sth like this [12:49:13] ? [12:49:19] MatmaRex: damn, now I can't reimport the old SQL file...* [12:50:20] D: [12:50:56] how so? maybe you just need to change the column encodings in the sql dump to match or something? :/ [12:51:08] MatmaRex: yeah, maybe it's that... [12:51:21] i'm not very experienced with running wikis, and i've never ran into any problems upgrading myself [12:52:05] CREATE TABLE `archive` ( `ar_namespace` int(11) NOT NULL DEFAULT '0', `ar_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', `ar_text` mediumblob NOT NULL, `ar_comment` tinyblob NOT NULL, `ar_user` int(5) unsigned NOT NULL DEFAULT '0', `ar_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `ar_timestamp` char(14) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL [12:52:06] DEFAULT '', `ar_minor_edit` tinyint(1) NOT NULL DEFAULT '0', `ar_flags` tinyblob NOT NULL, `ar_rev_id` int(8) unsigned DEFAULT NULL, `ar_text_id` int(8) unsigned DEFAULT NULL, `ar_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0', `ar_len` int(10) unsigned DEFAULT NULL, `ar_page_id` int(10) unsigned DEFAULT NULL, `ar_parent_id` int(10) unsigned DEFAULT NULL, `ar_sha1` varbinary(32) NOT NULL DEFAULT '', `ar_ [12:52:08] content_format` varbinary(64) DEFAULT NULL, `ar_content_model` varbinary(32) DEFAULT NULL, KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`), KEY `usertext_timestamp` (`ar_user_text`,`ar_timestamp`), KEY `ar_revid` (`ar_rev_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; [12:52:12] the following SQL commands fails [12:58:22] .imagelink_youtube.png a { width:100px; height:100px; display:block; text-decoration:none; background-image: url("http://parsintelligent.com") } [12:59:51] [12:59:58] but i did not worked? [13:03:56] i have add [13:04:13] to my common.css [13:04:15] .imagelink_youtube.png a { width:100px; height:100px; display:block; text-decoration:none; background-image: url("http://parsintelligent.com") } [13:04:15] I didn't ask you to do that. [13:04:21] why? [13:04:42] Because you're not running a pre-1.14 version. Or are you? [13:04:54] in the link, it told me to follow those steps [13:05:06] No, for 1.14+, it did not. [13:05:21] really [13:05:23] ? [13:05:27] so what shoul d i do? [13:05:38] In your wikicode: [[Image:Wiki.png|50px|link=MediaWiki]] This will make a 50px width picture with a link to the page MediaWiki: [13:05:57] Although I don't think this supports external links. That's complicated, give me a moment. [13:06:17] i tested. it did not support external link [13:06:20] ok, let me know [13:06:22] pelase [13:06:23] It does. [13:06:27] I checked. [13:06:33] [[Image:Wiki.png|50px|link=http://www.google.com]] works fine. [13:07:02] MatmaRex: argh... archive is a table name reserved for the InnoDB engine !!: [13:07:19] karami: See: https://www.mediawiki.org/wiki/Summary:Sandbox?action=edit [13:09:24] Yes, it is working [13:09:31] Thnaks [13:09:32] :) [13:11:27] i have chnged the powered by mediawiki icon in footer [13:11:33] with my desired logo [13:11:52] now i want to have diiferent logo at each page [13:11:56] what should ido? [13:12:02] You can also keep both logos (mediawiki and yours). IIRC that's what Wikimedia projects do. [13:12:33] What do you mean, "different logo at each page"? Try adding «?action=purge» and seeing if it helps? [13:13:15] add «?action=purge» [13:13:18] in where? [13:13:55] ElvanorMoscow: well, it may be a reserved keyword (something I even doubt), but not a reserved name for a table... you should be able to specify a table name as this in your SQL by quoting the name: `archive` [13:15:30] Vulpix: CREATE TABLE `archive` (ar_user_text int(11)) ENGINE=InnoDB; [13:15:32] this fails [13:16:43] ElvanorMoscow: works for me. What MYSQL version are you running? [13:17:09] also, what's the error message? [13:20:58] Vulpix: 5.1.70 [13:21:25] ERROR 1005 (HY000) [13:22:04] mine is 5.5.33-MariaDB [13:23:00] any other message or error code apart from 1005 (HY000)? [13:23:42] 1005 is the error, but it's missing the "reason" [13:26:05] also, I don't see any restriction on table names on mysql/innoDB documentation [13:34:49] Hello. I'm fighting with spammers. How to limit for X days the number of new paes a newly registered user can create? [13:34:56] *pages [13:39:06] gleki: I'd recommend you installing Extension:AbuseFilter. It provides customizable variables for filters that can prevent edits. For example, it provides variables to know when if a page is being created or the account age [13:39:17] !e AbuseFilter| gleki [13:39:17] gleki: https://www.mediawiki.org/wiki/Extension:AbuseFilter [13:39:43] okay thank you [13:39:50] Vulpix: thx [13:40:08] https://www.mediawiki.org/wiki/Manual:Combating_spam has some suggestions. Page creation is treated like an edit and you can rate limit it with https://www.mediawiki.org/wiki/Manual:$wgRateLimits technically but that's a little weird. [13:44:57] This https://www.mediawiki.org/wiki/Extension:AbuseFilter doesnt list any working examples. With examples it'd be easier to grasp it [13:46:18] gleki: from https://www.mediawiki.org/wiki/Extension:AbuseFilter/Rules_format you can guess something like "article_articleid == 0 && user_age == 36000" for example [13:57:24] Good Morning, I seem to have run into a problem with http://i.imgur.com/i6rDSIP.png [13:57:50] I can't remember how I'm suppose to fix it so that while box goes away [14:05:24] MatmaRex: I at last got it working... [14:05:36] smoss: with CSS: div#userloginForm, div#userlogin { background-color: transparent; } [14:05:41] http://dba.stackexchange.com/questions/56322/changing-mediawiki-database-to-utf-8 [14:05:51] this is exactly what was needed [14:12:20] Vulpix: https://dpaste.de/GSW9 [14:13:57] I'm just waking up and honestly I hate CSS coding sometimes even though it can make things easiers [14:16:15] it should work, yes, just wait until cache is invalidated [15:59:58] how could i add more logos in my wiki footer [16:00:02] ? [16:00:14] i just could add one logo [16:01:18] !footer | karami [16:01:18] karami: For changing the page footer, see the FAQ (!) . More information at http://www.mediawiki.org/wiki/Footer and http://www.mediawiki.org/wiki/Manual:Skinning#Footer [16:01:56] i could change it, i want to add more footer [16:02:00] not one footer [16:09:06] Oh, a Maybelle [16:09:37] FYI I had 16k unread messages on https://translatewiki.net/wiki/Special:NewMessages before I pressed "mark all as read" by mistake [16:10:02] It's particularly funny when it floats by thousands between one page load and the next [16:21:06] It would be helpful if the summer of monuments program could allow an easily filter of pictures that were already taken. [16:21:31] *Easy [16:22:27] right now it shows green and red, but if you culd just exclude the green it would make it easier for people that want to go hunt down things that need a picture [16:22:34] as opposed to pictures that were already taken [17:18:21] if I have a predetermined set of pages I want to create in a fresh mediawiki deploy, in several deployments, is there any specific recommended way to do this? [17:28:09] Good Morning, I seem to have run into a problem with http://i.imgur.com/i6rDSIP.png [17:28:43] Username... [17:29:07] Also get a more secure password [17:29:33] So it been three hours since Vulpix helped me with and issue relating to http://i.imgur.com/i6rDSIP.png, his suggestion was to that do this https://dpaste.de/GSW9 and it seem not to have worked. It has been a few hours and I even cleared the cache. The white box is still there [17:31:46] smoss: ah, now that I see your dpaste again, it's wrong. That's not what I said you to use [17:32:02] [16:05:35] smoss: with CSS: div#userloginForm, div#userlogin { background-color: transparent; } [17:32:22] there's a comma between div#userloginForm and div#userlogin , not a space [17:37:11] So this is line 1103 to 1110 https://dpaste.de/CCTF [17:57:55] https://verkeer.orain.org/wiki/MediaWiki:Common.css < Can anyone say how i can fix this? [17:59:13] Josse what's broken? [17:59:26] the logo doesn't work [17:59:34] I want to set the logo but it doesn't work [18:02:19] Josse: hit CTRL+SHIFT+R and it should look good now [18:03:31] oh thanks Vulpix [18:51:49] does anyone know how to directly embed a google calendar into a wiki? [19:09:41] Is there a better overview of themes than this one? http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles [19:17:08] there is [19:18:40] Wikiwannabe: Link? :) [19:19:00] its on my other pc, sorry just checked and cant find it [19:20:02] Shame. Looking for something along the lines of http://slinky.imukuppi.org/zenburnpage/ [19:23:27] Jonta: sorry. goodnight. [19:39:13] JosefAssad: create your pages; export them to an xml file by running maintenance/dumpBackup.php. Use the XML file whereever you like by running maintenance/importDump.php [21:45:23] does anyone know of an extension or possible way to patrol all previous edits of a page upon clicking the patrol link? [21:45:33] patroling every previous change by hand is very tedious [21:48:26] chrissphinx: there is/was a gadget [21:48:55] Nemo_bis: I've been googling furiously to no avail, do you remember the name? [21:49:24] Other than that, you can only pray every evening for a hoo to randomly fix https://bugzilla.wikimedia.org/show_bug.cgi?id=8697 in a peak of generosity [21:50:25] the gadget or whatever was mentioned in https://bugzilla.wikimedia.org/show_bug.cgi?id=43977 and doesn't work currently [21:51:00] a JavaScript gadget would probably not be that hard to make [21:52:03] you would go that route instead of rewriting patrol link functionality? [22:17:56] Anyone around to give an assist on an install of mediawiki not working? [22:25:42] Afternoon all. [22:27:27] Evening [22:27:49] How's it going? [22:31:41] Fine, you? [22:39:51] Could be better. I'm having some issues with a new install of mediawiki; in particular, I'm having issues with a new install that is having tons of extra space around the headings. [22:42:33] ElmerG: link? [22:43:56] http://www.theatremush.com/wiki/News is the page I notice it on, in comparison to an older version, using the same page formatting, that has closer formatting. When I highlight the whole page, theres obvious extra white surrounding the H2s I'm using. [22:44:27] * ElmerG is wondering if he should downgrade back. [22:50:59] ElmerG: sorry, that doesn't appear to be a valid url? [22:51:54] Weird. I'm on it right now. [22:52:16] Try without the www maybe? http://theatremush.com/wiki/News [22:53:52] that works [22:54:47] could possibly change your h2 line-height [22:55:38] The weird thing is that I don't have any adjustments currently made to any of them in CSS. And the older version, which I do, doesn't have that weird spacing. [22:57:49] did you say you updated though? [22:59:11] It's a new install; I am changing hosts so I just did a fresh install. The old one is version 1.22.6 and the new is 1.23.3 [23:02:58] I mean it's possible they changed the stylesheet between releases [23:03:45] when I check history all the pages look the same in my browser [23:04:22] Could be. It's not the end of the world, I was just wondering if I may have been missing something. And it won't be on that same site; it's a new host. Ah well. Thanks for the input. [23:05:40] ElmerG: oh whoops, you were right one change back there is some extra spacing [23:05:59] Well, one of those is probably me removing an extra hard return. [23:06:03] !debug [23:06:03] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [23:06:15] ElmerG: oh yes, that's what it is lol [23:07:05] :)