[00:23:45] It is possible to specify the mediawiki version with the vagrant image. 'vagrant hiera mediawiki::branch REL1_26'. Added to the mediawiki page on it [00:37:56] shouldn't deleteUnusedAccounts.php remove new accounts that have never been used? Or will the existence of the User creation log prevent that? [00:39:44] I have thousands of bogus accounts to purge but the script's dryrun only indicates 3 accounts to delete [00:48:48] nvm, i see it was revised in T36581 [00:48:48] T36581: [Regression] removeUnusedAccounts.php broken (needs to ignore newuser logging entry) - https://phabricator.wikimedia.org/T36581 [04:24:09] heya guys... for whatever reason, my custom logo will NOT show up in the corner: http://seiwanetwork.org/wiki/index.php?title=Main_Page [04:24:20] my code is $wgLogo = "$wgScriptPath/SEWLogo-small.png"; [04:24:32] and the file is located in the same directory as Localsettings.php [04:50:54] huh. in firebug, this is all striked-out: .mw-wiki-logo { [04:50:54] background-image: url("/wiki/SEWLogo-small.png"); [07:14:59] hi i got some problems after either apt-get upgrade or apt-get autoremove, any idea folks? http://codepad.org/fuNSnGxV [07:16:52] solved [07:17:06] sudo php5enmod myql sudo service apache2 restart [08:19:26] nvt: install a MySQL driver? [11:33:24] Anyone know if there's a limit on how much text you can copy into a new MediaWiki? I'm trying to transfer data from an older site but everything I copy more than, say, 20 lines, it doesn't save the data when I click save [11:37:14] What is "a new MediaWiki" and how do you "transfer" exactly? [11:37:31] As in, a new installation [11:37:45] Transfer = copy + paste into the new media wiki [11:38:50] So I used to keep the information on another wiki of mine, but I'm transferring it to a new one by copying and pasting the information, but whenever I do, it doesn't save if the copy+paste is large, and I don't know why. I thought that there might be a limit for edit size maybe to prevent vandalism? [11:50:06] Any ideas? [13:19:11] hey guys [13:19:34] action=parse does give me HTML but what should i do about css [13:19:45] it does not give me styling or js [13:27:43] pin [13:27:45] ping [13:28:09] arcade: that is not the usecase of the api. it gives you raw output, but no styling. [13:29:05] neverendingo: is there any way to get styling ? [13:29:08] css [13:35:52] arcade: you can add your own, or simply use the main wiki without api [13:36:56] ? [13:38:33] arcade: obviously you are using an api call on some wiki. this has no styling. so you can either use the api, and give it your own styling, or not use the api, but the wiki directly [13:40:01] in the former you put the api output into your own html and as such add your own css [13:41:19] main wiki [13:41:19] you mean just directly making GET requests ? [13:41:20] and then taking it's output [13:41:30] yes [13:54:03] thanks neverendingo [13:54:08] just one more thing [13:54:14] can parsoid solve my problem ? [13:54:23] will it give me full proper html like we get in our browsers [14:12:43] Hello, can someone say on which task the "purge" button got default on Mediawiki? [14:18:43] What is a purge button? [14:23:36] it is a link on each wiki page on the top tab menu (in vector hidden in the dropdown) "Purge cache" [14:24:33] Perhelion: Either I miss permissions or I amon the wrong wiki. [14:24:45] Hi. I think there is a problem with the debian jessie repository on https://releases.wikimedia.org/ . The https://releases.wikimedia.org/debian/dists/jessie-mediawiki/InRelease file for jessie is empty, but for trusty it's ok. [14:24:57] Hi raarts. [14:25:04] Perhelion: next to "Read | Edit | Edit Source | View history | [star]" ? Not here [14:25:13] raarts: You probably want to file a task about that at https://phabricator.wikimedia.org if you suspect a bug. [14:25:25] Leah: thanks [14:29:04] Perhelion: check your user js or the site js pages [14:29:11] andre__: thanks it seems a global script on my personal js [14:29:14] its probably a custom script or gadget [14:29:25] yes indeed :P [14:33:53] Hello, is there an API way to know if a user page exists? I know I can do that for article pages but what about user and user talk pages? [14:34:19] Or alternately, where can I look it up in the DB? [15:30:11] Perhelion: sorry, I missed your question before. The "Purge cache" option is defined by the Cargo extension. [15:30:14] !e Cargo [15:30:15] https://www.mediawiki.org/wiki/Extension:Cargo [15:30:22] (Which I wrote.) [15:50:47] Yaron: thanks too, I saw this on search, I'll test it [16:06:12] Yaron: I'm not sure because it is on all wikis, the title of the multilingual link text begins with "PURGE: " [16:09:30] morning [16:11:04] Perhelion: are any of these wikis public? If so, can you link to one? [16:19:44] Yaron: normal Wikipedia, on Commons it is now away!? hm* [16:21:48] Oh. [16:22:02] That's not Cargo, then. [16:22:21] Well, if it ever comes back, I'd be interested to see it for myself. [19:40:46] HI [19:43:17] I am new to wikimedia and i see deletad pages are stored under Tools-->Special pages-->Orphaned pages.Can you please let me know hoe to delete the pages from Orphaned pages [19:56:21] vizi, is this on a third-party wiki? you probably need to run updateSpcialPages.php from shell [19:57:12] it our company mediawiki [19:57:27] on Wikimedia, this update gets run but inferequently [19:58:31] updateSpcialPages.php removes deleted pages from Orphaned pages ? [20:06:28] typo: updateSpecialPages.php [20:06:47] well, it updates all the special pages [20:07:00] this results in deleted pages removal [20:10:48] thanks MaxSem [20:11:16] which reminds me WMF wikis last did that in January :P [20:13:40] is there a way we can know when the updateSpcialPages.php will run normaly [20:14:42] you just run it in a cron [20:16:55] vizi, note that disabling miser mode makes these pages always show up to date information. however, wikis usually enable it for a reason :) [20:17:53] was wondering why deleted page is stored under Tools-->Special pages-->Orphaned pages [20:18:38] its because of any settings ? [20:18:59] because this list is cached [20:21:42] hope when we run updateSpecialPages.php,it will remove only cache and it wil not remove other pages with no links under Orphaned pages :) [20:49:18] Hi [20:49:18] I need some help here. [20:49:26] https://www.mediawiki.org/wiki/Extension:PHPBB/Users_Integration [20:49:27] I used that mod & integrated phpbb to my server wiki [20:49:27] Everything is working fine. Only the members in a specific group of the forum can login into the wiki [20:49:27] But then, How do I make a specific user super admin ? [20:49:36] Like, I can't edit special pages, etc in wiki. [20:49:53] It says I'm in Wiki group - Automated Users & Users. Not an admin [20:52:23] like editing system messages, etc [20:52:27] How do I allot permissions? [20:54:09] Anyone pls? [20:56:00] Were you able to see my complete message I just Posted? [20:56:08] I timedout..so [20:56:12] I am doubtful if youcould see it.