[00:00:22] thedj: It used to be more spread out and more appealingly (if that's a word) layed out, but apparently there was a design meeting and they had to change it [00:00:51] it used to look like this -> http://usability.wikimedia.org/w/index.php?title=File:Design-Skin-1.pdf&page=1 [00:01:24] they said, "it looks like interaction is part of the links above it" [00:01:37] I did not agree, but I got overruled :( [00:01:43] TrevorParscal: yeah, I was about to say, the colours look a little confusing, but that could be easily fixed I think [00:01:53] the background colours, that is [00:02:03] yeah, so there's probably a good way to find a happy medium [00:02:20] it's supposed to change again, but the design is not done yet [00:02:35] chuck: PS, you need to refresh your cache with a forced reload. I can tell that from the screenshot :D [00:02:59] thedj: I took that screenshot weeks ago [00:03:07] ah that explains :D [00:03:33] TrevorParscal: oh it's fixed now [00:03:40] yeah, lots has been fixed since it looked like that [00:04:06] I thought I saw it broken still, but when I browsed to it a few minutes later, the undefineds were gone :P [00:06:37] *thedj happy with the relative bodyContent. will break all those stupid userpage icons, and it won't be my fault :D [00:10:01] 03brion * r53432 10/trunk/tools/wayback/ (. wayback.php): Add my quickie script to recover files from wayback machine :) [00:10:22] 03(NEW) Duplicate head elements in Vector - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19802 normal; Normal; MediaWiki: Vector Skin; (hartman) [00:15:17] Has anyone here tried using JSViz in a mediawiki extension? [00:30:07] hi [00:31:19] if i want to make the border of the footer pink instead of yellow , do i enter it as #footer {border-top 1px pink} in Common.css ? [00:44:19] "Oh, Wikipedia: "Cronkite died on July 17, 2009 at the age of 92 after an extended battle with Mary-Kate Olsen."" (via twitter) [00:44:25] can has flagged revisions on the english wikipedia? [00:48:07] hehehe [00:50:41] Sonja: #footer {border-top:1px solid pink;border-bottom:1px solid pink;} [00:52:37] though 'pink' I think depends on css engine, better to use something like #f660ab [00:53:37] yeah [00:55:18] and you should probably use MediaWiki:Monobook.css [00:55:24] that might look funny in other skins [00:59:32] well pink was just a random placeholder [00:59:46] i always use pink to see if my css code works... look for obvious pink somewhere [00:59:51] then i change it to the real colour i wanted [01:19:04] 03(mod) Vector skin does not indent subsection headers in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19790 (10blurpeace) [02:09:26] 03(WONTFIX) Submit count of templates and files needing rewiew. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19781 +comment (10JSchulz_4587) [02:12:48] if i'm editing the sidebar, can i add links like this: [02:12:49] ** [[:category:Grammar]]|Grammar [02:13:13] ohhh no [[ ]] [02:14:18] !sidebar | Sonja [02:14:18] --mwbot-- Sonja: To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [02:15:12] 03aaron * r53433 10/trunk/extensions/CodeReview/CodeReview.php: Make SQL tables on update.php [02:16:57] 14(WFM) Make MAGICK_TMPDIR configurable (ImageMagick) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19768 +comment (10innocentkiller) [02:32:08] i removed the toolbox from sidebar but it's still showing [02:41:21] is it possible to embed irc connection to a specific freenode channel in a mediawiki page? [02:41:35] or the best thing is the java.freenode.net page? [02:41:54] i'm sure you could make an externsion to do that [02:42:03] if there isn't one already [02:42:14] <^demon> There's a Mibbit extension [02:45:07] morning all. Any mw coders awake? [02:45:28] Sonja: theres about three extenstions already in the matrix for that [02:45:39] !matrix | Sonja [02:45:39] --mwbot-- Sonja: http://www.mediawiki.org/wiki/Extension_Matrix [02:46:11] just remember the ones that use mibbit won't work since it's banned from freenode [02:46:14] Haggisburger: there's FCKEditor already, and then there's the whole dealing with templates and other stuff [02:47:25] I'm in #wikipedia having a discussion about usability. I have my own mw installation here, and I'm looking at implementing a couple of other functions too. Just wondered if someone could discuss with me? [02:47:43] thanks p858snake is this one mibbit? http://www.mediawiki.org/wiki/Extension:IRC_Chat [02:48:10] nope that uses the PJ:IRC interface [02:48:48] ho-k [02:49:39] I want to code a wysiwyg editor in, similar to msword, so you click, type and click out on things like bold, underlines, etc. and use that as a way for beginners to be able to edit. Also a way to select whether you know wikicode, or are a beginner. [02:50:13] Clicking B and seeing 3 apostrophes turn up is confusing. [02:50:20] there are already several wysiwyg editors [02:50:26] what makes your better than the existing ones? [02:51:07] there isn't anything yet, until I see what there already is. [02:51:20] No one mentioned their existance. [02:51:54] 03aaron * r53434 10/trunk/phase3/includes/diff/DifferenceEngine.php: Enable show/hide link on diff to cur (consistency) [02:51:55] it seems like you're doing this backwards.. maybe you should find out what it would be useful to do before you do it ;-) [02:52:31] so there are wysiwyg editors already available in mw's interface? [02:53:01] none that are very good, it's a very difficult problem [02:53:04] is there a way to add links in the sidebar that only admins can see? [02:53:06] fsckeditor is probably the least worst at the moment [02:53:52] Agreed, [02:53:59] <^demon> Death to wysiwyg :) [02:54:07] <^demon> Long live wikitext [02:54:11] But be aware that it'll screw with the formatting of existing pages so that diffs look like they changed everything. [02:54:23] ^demon: that would be okay if our wikitext didn't totally suck [02:54:27] ^demon: '''''wtf [02:54:34] flyingparchment: mine could be based potentially on vbulletin, so [B] to go bold, [/B] to revert. [02:54:52] Haggisburger: uh, what? you want to change the wikiext format? [02:54:59] <^demon> That's no better. [02:55:39] 03aaron * r53435 10/trunk/extensions/CheckUser/CheckUser_body.php: Format "get users" log entry usernames (bug 19526) [02:56:02] 03(FIXED) Some CheckUser log entries formatted incorrectly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19526 +comment (10JSchulz_4587) [02:56:16] no, flyingparchment. The editor would interpret vbulletin into wikicode to add the page. [02:56:28] that's a) very bizarre and b) not a wysiwyg editor [02:56:57] so you're going to have MS Word style > vbulletin > wikitext? that sounds overly complicated [02:57:00] and i doubt most forum markup is as expressive as mediawiki's [02:57:13] can i change the name of the Main Page ? [02:57:24] Sonja: edit [[MediaWiki:Mainpage]] [02:57:49] http://www.google.com/search?q=site%3Amediawiki.org+irc+freenode+extension [02:57:54] face it though, with all the ''' and ~~~~ and ~~~~~ and '', wikicode is a bitch. There's gotta be a way of making it easier. [02:57:58] ^Sonja [02:58:04] thanks guys [02:58:05] <3 [02:58:41] Haggisburger: so do it [02:58:43] Haggisburger: I don't think putting a parser on top of the parser just so you can parse it again to wysiwyg is the way to do it though... [02:59:29] Well that's why I came here. For a discussion. You guys code this stuff, I need input. [02:59:41] unless you're proposing replacing the parser altogether in a non-backward compatible way (which is also not a particularly great idea) [02:59:50] <^demon> Haggisburger: Yes it needs improvement. Changing it to bbcode isn't an improvement. [02:59:56] What's better than talking to the people who make it? [03:00:09] <^demon> It's a good debate to have :) [03:01:03] ^demon: what would, IYPO, be an improvement? [03:01:07] wikitext on its own isn't particularly complicated, its when things like templates and refs get thrown into the mix [03:01:22] *that it becomes ugly [03:01:43] right. So again, something to do. What about a drag and drop style editor? [03:02:11] <^demon> I like wikitext. It's templates that suck. [03:02:18] You get a list of templates, drag one into an edit box, and it puts the code on the page. [03:02:32] a list of the 100,000 templates on en.wikipedia? long list [03:02:50] You just fill in the blanks, so to speak. [03:02:52] I think splitting references out from the main textarea entirely, or collapsing them somehow would make a huge improvement [03:03:08] fill in the blank after you found the template you want in the list of the 100,000 templates on en.wikipedia [03:03:21] Make the list searchable, so you can limit down to a rough few to pick from. [03:03:42] that'd still be a mess, some template names aren't intuitive [03:03:51] isn't particularly bad, just the huge messes of templates and URLs in the middle of article text [03:03:59] <^demon> MrZ-man: I don't like the two textbox idea. [03:04:03] flyingparchment: well if people categroized the templates on en properly you could have some sort of search based on the template names and categories [03:04:05] Like you want a vandalism template. Type vandalism, and the uw-vandal set appear. [03:04:07] anyway, this part is easy, the difficult part is turning the wikitext back into wysiwyg [03:04:11] the only way I can see a wikiwyg working, is in a sort of laggy live mode, you create a link and it is green until the next scheduled hit that will check if it should be red or blue, http://en.wikipedia.org/w/api.php?action=query&titles=Foo|Bar|NoSuchPageDude [03:04:17] <^demon> IMHO, we should move all refs into and call them from [03:04:27] create a template call and it shows {{foo}} until it can make an api hit and render it [03:04:44] (etc) [03:04:50] that's also a good alternative, but it makes editing sections more difficult [03:05:07] sucks [03:05:14] though that's something I'm planning to work on when I rewrite my enwiki references script for the new toolbar [03:05:25] a proper ref syntax would look like this: Wikipedia is a website [wiki1]. [03:05:37] it can guess at most of the markup, by listing parser tags and parser functions, and namespace localizations and aliases through the api info, but it can't be perfect, so scheduled calls to action=parse would be necessary [03:05:38] loading the text of all the references with AJAX if you're only editing the section [03:05:43] ^demon: or a subpage type thing, although i have always liked the idea for a way to have a page or something of ref's that you could share between a set of articles [03:05:44] Well I've coded a bit of mw before, don't know whether it got used or not. [03:06:18] <^demon> p858snake: No subpages in mainspace :) [03:06:28] I made the wikibutton toolbar appear with all the buttons intact and working on an incompatible browser. [03:06:49] well that definitely qualifies you to solve the most difficult feature request we have [03:06:57] Lol [03:07:01] ^demon: this would be a valid use so i'm sure you could get community censensus for it [03:07:13] the old toolbar? I thought that was pretty simple, what browser did you fix it for? IE4? [03:07:26] I'm just saying, I've dabbled. And I code stuff at home anyway. I like a challenge. [03:07:46] Konqueror, Mr-man [03:07:55] try working on of the existing wysiwyg extenstions [03:08:08] ok [03:08:15] Its a start. [03:09:02] i better go, its gone 4am and I have eyelids like bricks. [03:09:08] http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29 is the current best I think [03:09:12] <^demon> flyingparchment: Bug 1 is a pretty big one too ;-) [03:09:14] (or least worst) [03:09:18] Thanks for the input guys, its always welcome. [03:19:27] is there a way to make an rss of the recent changes page that updates only once a day and lists the pages that changed? without listing all the various edits that were involved? [03:25:00] how do i edit text like "There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page. " ? [03:26:19] MediaWiki:Noarticletext [03:26:30] cool [03:26:43] there must be a list of all such custom messages i can edit like MediaWiki:Noarticletext eh? [03:27:21] Special:AllMessages [03:27:24] Sonja: Special:Allmessages [03:27:43] be warned, there is a metric long ton [03:28:00] unless you get a new enough version and it has (*gasp*) pagination [03:28:26] <^demon> AllMessages is sexy now. [03:28:43] what was the page whose pagination was fubar'd [03:28:53] you could like go forwards or backwards, but not both [03:28:59] <^demon> PrefixIndex? [03:29:29] no, wasn't that . . . [03:29:38] I'll remember here in about ten minutes when nobody cares anymore [03:30:00] thanks again guys [03:30:02] OverlordQ: nobody cares now, remember it yet? [03:30:33] no, cuz I still care because I can't remember [03:30:47] *^demon is watching the news [03:30:54] shouldn't en.wiki's allmessages page have pagination then since it's running almost current trunk then? [03:31:20] <^demon> p858snake: wmf-deployment is still pretty far behind trunk. [03:32:36] whatlinkshere [03:32:38] there we go [03:33:30] *^demon yawns [03:35:08] 03(mod) Patrol marks in non-reviewable pages outside $wgFlaggedRevsPatrolNamespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19241 +shell; +comment (10JSchulz_4587) [03:35:24] *OverlordQ wonders if there's even an open bug about it [03:38:54] mm, a copule [04:24:54] 03(mod) new extension: cooperation statstics - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19665 +comment (10alfred.maghi) [04:28:21] 03(NEW) Dropdown menus in navbar are too narrow on zhwiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19803 normal; Normal; MediaWiki: Vector Skin; (liangent) [04:33:00] Ah, the mainstream media : where Commons doesn't exist, and Wikipedia can speak. [04:33:12] Oh, and umlauts don't exist either, apparently [05:04:33] 03(mod) Bad behavior of dropdown menus on zhwiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19803 summary; +comment (10liangent) [05:33:27] 03(NEW) localize value acceptance of function - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19804 enhancement; Normal; MediaWiki: Internationalization; (mahitgar) [05:33:28] 03(mod) localize word "references" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19115 (10mahitgar) [05:43:04] is there a mediawiki skin that is also available as a phpbb style? [06:35:20] Anyone around to help me with a quick .js query ? [06:35:58] !ask | Daworm [06:35:58] --mwbot-- Daworm: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. See also: !gethelp [06:36:11] >.< Sorry [06:36:23] Wait nvm. Splarka is back in another chan. [06:36:53] *Splarka sneeks over here [06:36:54] heh [06:41:22] "I'm sorry, but the Splarka is in another channel." [06:44:18] GreenSleeper: you forget the part about leaving a message after the tone >.> [06:49:27] rar rr/fire [07:09:47] rar Splarka [07:23:21] SELECT /* SiteStatsUpdate::cacheUpdate Nike */ COUNT( DISTINCT rc_user_text ) FROM `bw_recentchanges` WHERE (rc_user != 0) AND rc_bot = '0' AND (rc_log_type != 'newusers' OR rc_log_type IS NULL) LIMIT 1 [07:23:28] is it normal that this query takes over 30 seconds? [07:24:08] rc_bot = '0' ? [07:24:22] Strange. [07:45:10] 03nikerabbit * r53436 10/trunk/phase3/includes/SiteStats.php: Whitespace [07:47:35] 03nikerabbit * r53437 10/trunk/phase3/includes/specials/SpecialAllmessages.php: [07:47:35] * Whitespace [07:47:35] * Post to $wgScript.. we do not need crawlers here [07:47:36] * E_NOTICE with unchecked use of explode results [08:07:54] 03shinjiman * r53438 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Literary Chinese [09:02:30] hello [09:07:29] and again hello [09:07:31] another try [09:08:08] is there a easy way to revert move-vandalisim made by a few bots this night on a mediawiki? [09:09:16] Move the pages back. [09:09:27] And then make "move" an autoconfirmed right. [09:09:34] (So it won't happen again.) [09:10:15] 4500 changes... [09:10:35] all from one ip [09:17:55] There may be a massive revert tool extension. [09:18:01] Or maybe even a maintenance script. [09:19:06] will rollback undo moves? [09:19:06] moveBatch.php would probably work if you grabbed the titles. [09:20:31] for making "move" an autoconfirmed right i have to add two lines into my LocalSettings: $wgGroupPermissions['user' ]['move'] = false; and $wgGroupPermissions['autoconfirmed' ]['move'] = true; .... right? [09:20:52] and $wgGroupPermissions['*']['move'] = false; [09:21:12] OverlordQ: there is no link for rollback. (i didnt found one :) ) [09:21:20] Annemarie: thanks, i have a look [09:22:38] you possibly want to set http://www.mediawiki.org/wiki/Manual:$wgAutoConfirmAge and http://www.mediawiki.org/wiki/Manual:$wgAutoConfirmCount as well [09:22:42] what version of MW are you on? [09:24:03] Splarka: MediaWiki 1.13.3 [09:24:24] ( http://www.hamburgwiki.de/ is the wiki i refer to ) [09:24:46] quite old [09:24:51] suggest your upgrade [09:26:23] ok, i suggest that to our serveradmin. [09:28:06] i am thinking about to revert to an backup (if there is one), because if i move the whole crap back i still have the problem, that everything is in the history/recent changes [09:55:05] 04(REOPENED) Bullet list symbol background not transparent - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19514 +comment (10totieguard-bugzilla) [10:03:19] wait why are even using a image to do a bullet? [10:14:01] 03(mod) Set custom upload URL for Bengali Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19418 (10jayantanth) [10:15:33] 03(mod) Set custom upload URL for Bengali Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19418 (10jayantanth) [10:37:35] 03(mod) Submit count of templates and files needing rewiew. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19781 (10bugzilla.wikimedia) [10:39:16] 03nikerabbit * r53439 10/trunk/phase3/languages/classes/LanguageTr.php: Avoid E_NOTICE on empty strings [10:42:43] 04(REOPENED) White space at the top of the article - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19567 +comment (10hartman) [10:47:07] p858snake: because you can't set the color of a bullet of an li element. (it's part of the li content officially) [10:47:18] which sucks. [10:48:03] you can set the color and then wrap the content in something else, of course ^_^ [10:48:51] yes, which sucks even more for wikipedia of course [10:49:17] why didn't they just add a list-style-color css property.... [10:49:28] because they're bastards [10:49:57] 03(mod) Bullet list symbol background not transparent - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19514 (10xu.jimmy.wrk) [10:49:58] 03(mod) white background in ul item bullet - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19413 +comment (10xu.jimmy.wrk) [10:50:08] bbl [11:22:11] 03(FIXED) Bad behavior of dropdown menus on zhwiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19803 +comment (10xu.jimmy.wrk) [11:24:32] 03(mod) Bad behavior of dropdown menus on zhwiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19803 (10xu.jimmy.wrk) [11:35:44] 03(NEW) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 enhancement; Normal; MediaWiki: Vector Skin; (xu.jimmy.wrk) [11:36:30] 03(mod) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 15enhancement->major (10xu.jimmy.wrk) [11:39:59] 03(mod) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 (10xu.jimmy.wrk) [11:40:04] Does anyone know of an extension which allows articles to be tagged and can show those articles in a filterable list with all their tags (ie. something that looks/works like the delicious bookmarks search interface, but where each item is an article instead of a bookmark) [11:40:34] 03(mod) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 +comment (10xu.jimmy.wrk) [11:41:09] 03(mod) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 (10xu.jimmy.wrk) [11:41:27] 03(mod) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 (10xu.jimmy.wrk) [11:46:47] the downloads say they are unavailable - is there any other way to get the latest release? [11:47:16] from svn [11:50:42] http://www.sfr-fresh.com/unix/www/mediawiki-1.15.1.tar.gz might be a mirror (verify sha1, etc) [11:51:32] the tag on svn for the release doesn't seem to include any of the files [11:51:35] unless I'm missreading it [11:51:41] anyway, I've got that sfr-fresh one [11:53:06] http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_15_1/phase3/ [11:54:35] Hello. i find a good template in wikipedia and want to use in my wiki. but in template documentation page no template code only call of template where i can get a template cade? [11:54:51] *code [11:55:05] don't go to the doc but rather to the template itself [11:55:45] how? [11:56:46] i see page down of it see list of used templates click on one of them and linked do temlate documentstion page [11:57:12] * and linked *to temlate documentstion page [11:58:36] I can't see any SHA1s listed for the release [12:01:12] yea use pgp sigs [12:01:13] CrGrBMP: try using [[Special:Export]] on wikipedia and then [[Special:Import]] on your local mediawiki install [12:01:30] which unfortunately it looks like that mirror didn't copy too [12:02:07] eAi2000: crap, they're probably on download.wikimedia.org, heh [12:02:11] http://www.mail-archive.com/mediawiki-l@lists.wikimedia.org/msg02379.html [12:02:27] yeah saw that [12:03:20] OverlordQ: would you trust them if the mirror had? [12:03:38] yea [12:03:49] kinda hard to fake a private key :P [12:09:01] How come Splarka always is online? [12:11:33] how exactly does mediawiki find out if a [[link]] should be red? Does it perform one SQL query per [[link]]? Does it pre-parse the [[link]]s, run one sql query, and then continues with parsing the rest? Does it store a list of all the page names in memory? [12:11:50] augustl: (b) [12:11:59] there's a class called linkcache or something that handles it [12:11:59] I see, thank :) [12:12:02] thanks* [12:12:32] found it, tnx [12:14:34] Hello. i find a good template in wikipedia and want to use in my wiki, but in template documentation page no template code only call of template, where i can get a template code?(i see page/ Down of it see list of used templates click on one of them and temlate documentation page opened, but no source) [12:17:57] *Splarka proves svip wrong [12:22:42] 03(NEW) Dropdown menus are too narrow on zhwiki(source) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19806 normal; Normal; MediaWiki: Vector Skin; (liangent) [12:25:39] 03(mod) Dropdown menus are too narrow on zhwiki(source) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19806 (10xu.jimmy.wrk) [12:31:25] hey ..I need advice/help desperately...when i go to my wiki site I see this error from with a function .. [12:31:26] "User::checkNewtalk". MySQL returned error "1146: Table 'db60637_angelcapitalwiki.user_newtalk' doesn't exist [12:31:33] does anyone know what this check new talk is about? [12:32:36] is there any phpbb theme that resembles a mediawiki theme? [12:33:17] did you upgrade recently? [12:37:29] i didn't do anything...someone came to me with this [12:37:56] and i'm clueless...i can see the actual table user_newtalk in phpmyadmin [12:42:56] 03(NEW) References () are not always rendered - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19807 minor; Normal; MediaWiki extensions: DumpHTML; (emmanuel) [12:48:13] roberthl: any luck on the array fix ? [12:49:23] ugga gaga [12:49:46] Hi guys [12:49:49] sorry, haven't implemented it yet - i have the file open so i'll do it now [12:49:49] hi [12:53:22] I'm curious [12:53:30] Is there a way for me to set a default skin for everyone rather than myself? [12:53:52] !wg DefaultSkin [12:53:52] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgDefaultSkin [12:54:06] Thank u :) [12:54:41] 03(NEW) Indention in TOC is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19808 normal; Normal; MediaWiki: Vector Skin; (liangent) [12:54:49] Found it, thanks. [12:56:01] 14(DUP) Indention in TOC is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19808 +comment (10str4nd) [12:56:06] 03(mod) Vector skin TOC tabbing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19795 +comment (10str4nd) [12:57:01] Now I need to figure out how to disable the edit / create function for guests. [12:57:57] !rights | FF|Skyrider [12:57:57] --mwbot-- FF|Skyrider: For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [12:58:41] Handy bot :) [12:58:51] yes, very ;) [13:01:33] str4nd [13:01:37] I did that ^^, edit is gone now. [13:01:46] Through "View Source" is still there :p [13:01:50] Which requires EDIT ^^ [13:02:50] So you want "View source" to be hidden? [13:02:59] yes [13:03:30] You can put #ca-viewsource { display: none; } to MediaWiki:Common.css or edit the skin [13:03:45] Won't that effect everyone? [13:04:29] That hides only "view source" tab but edit will be available for ppl who has right to edit [13:05:34] But it will hide view source for everyone, right? [13:06:28] yes [13:07:08] SO I can't remove it just for the normal users? [13:07:09] Err [13:07:10] Guests [13:08:26] FF|Skyrider, why should you remove it just for them? Others will have "Edit" in that place -- visible [13:08:40] Thing is.. [13:08:45] If I disabled edit for guests [13:08:49] view source doesnt work for them anymore [13:09:01] Gives them a blank/empty page [13:09:16] Oh, that shouldn't happen [13:09:21] thats odd.. [13:09:28] "view source" goes to "&action=edit" [13:09:51] Guess I'll just hide it :) [13:10:23] "&action=edit" should show the source [13:10:35] but they can't really edit a page [13:10:46] Well, page was empty. [13:10:52] Blank, didnt even show the wiki [13:11:33] I added #ca-viewsource { display: none; } [13:11:38] in the link you mentioned "common" [13:11:39] didnt worked :( [13:11:52] clear the cache of your browser [13:11:57] Right [13:11:59] forgot that, hehe [13:12:08] Which version of MediaWiki are you using? [13:12:18] latest from the site, installed last week [13:12:46] Oh, curious. [13:12:51] If I change the default theme. [13:12:56] Will this effect the current users as well? [13:15:07] I'm not sure about that [13:16:24] mm [13:17:35] hiding viewing source is easier said then done [13:18:15] str4nd, do you know an extension that works that has a "per page side menu" and "sidemenu per group permission"? [13:18:31] And OverlordQ, I don't see how. Removing it from the templates should work I assume. [13:31:09] 14(DUP) Losting indentation in table of contents - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19805 +comment (10hartman) [13:31:11] 03(mod) Vector skin TOC tabbing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19795 +comment (10hartman) [13:31:37] Soo, anyone? :D [13:31:53] something happened to Vector's tabble of contents display. [13:31:57] its not indented [13:32:27] !bug 19795 [13:32:27] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=19795 [13:32:33] Viper550: ^^^^ [13:35:00] No one? :( [13:40:09] Possible someone can help me? [13:40:36] As of recently, I installed ExtensionManager [13:40:43] Which seems to be part of StubManager [13:41:05] It doesnt matter if I disable ExtensionManager, and enable the extensions again manually in local settings [13:41:10] I keep getting errors. [13:41:17] When I disable Stubmanager, everything works. [13:41:23] How do I remove the extensionmanager completely? [13:44:35] nvm, got it :) [13:47:48] charitwo: implemented [13:47:55] 03minuteelectron * r53440 10/trunk/extensions/CategoryOnUpload/CategoryOnUpload.php: [13:47:55] CategoryOnUpload: [13:47:55] * Add variable for manually overriding the category list. [13:48:08] :o [13:49:21] grrr wfDebugBacktrace isn't spitting out any errors [13:49:50] oh wait, it doesn't output it, it returns it [13:50:30] 03raymond * r53441 10/trunk/phase3/ (3 files in 3 dirs): [13:50:30] Follow-up r53286: Fix some issues: [13:50:30] * Fix invalid HTML [13:50:30] * Show language code in list too (for consistency with Special:Preferences) [13:50:30] * Change CSS class/ID names to stick with our code standards (mw-...) [13:50:30] * Use more proper XML functions [13:50:32] * Add some messages for the input form instead of reusing messages from other forms to make i18n easier [13:50:44] OverlordQ; it returns the call stack [13:52:12] So [13:52:21] Anyone knows a good sidebar extension for both per page & usergroup? [13:53:48] ialex: yea, having to call wfDebug(wfDebugBacktrace()) is counter intuitive though :P [13:54:25] OverlordQ: or you can directly print it with wfBacktrace() :) [13:54:35] :-/ [13:54:56] *grumble*inconsistent naming*grumble* :P [13:55:21] will that output to debug log? [13:56:11] <^demon> Raymond_, Nikerabbit: Thanks for the fixes.\ [13:57:02] OverlordQ: will be echo'ed [14:00:13] Users in ko.wp are embarrassed by mediawiki containing North Korea's Juche calender :o [14:01:39] How do I set my search up so it automatically redirects to an article on full match? [14:02:35] Like, if I enter UK into the wiki search, it sends me to the /wiki/UK (a redirect) whereas my search would list all results for UK [14:02:47] 03(FIXED) Provide visual feedback for "Show only modified" status in [[Special:Allmessages]] - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7008 +comment (10innocentkiller) [14:02:51] Just great... [14:02:51] http://www.mediawiki.org/wiki/Extension:CreateRedirect [14:02:52] doesnt work [14:03:39] It keeps asking for the phps file [14:04:15] nvm [14:04:20] "Fatal error: Class 'CreateRedirect' not found in" [14:04:26] Which means?.. [14:04:43] nvm, ugh.. [14:04:46] last version: 2007 [14:05:00] Some extensions needs to be checked to see if they still work [14:05:35] ok, crazy PHP question [14:05:55] Doesnt matter what I try, it doesnt work >_> [14:06:11] say Class B extends Class A, in B we have $a->doSomethingMagical() which is only defined in A [14:06:49] and in Class A, doSomethingMagical() calls $this->OtherThing and OtherThing is defined in A and B, will B::OtherThing get executed or will A::OtherThing [14:07:28] FF|Skyrider: Thanks for the attempt, but the problem is that if I search for a page's name, even if it matches exactly, I still get the search results page [14:07:42] 03demon * r53442 10/trunk/phase3/includes/specials/SpecialAllmessages.php: Accept the subpage value (ie: Special:Allmessages/fr) also [14:07:45] I've being experimenting with the API, and passing the pst flag to action=parse seems to differ based on whether I do a get or a post request - with a GET request I can send &pst& and it will pick it up, with POST I need to set &pst=1& for it to work - is there a reason for this? [14:08:36] <^demon> FF|Skyrider: Extensions not in SVN don't get the same attention. There's a lot of extensions that were made back in like '07 that haven't been touched since because they never got committed. [14:09:46] <^demon> OverlordQ: when referring to self::Something statically, it calls the actual self:: (ie: it doesn't get inherited like $this does) [14:12:15] <^demon> OverlordQ: Answer your question? [14:12:40] ok, let's use real case here. DatabasePostgres calls $this->query, DP doesn't define it so it's called from the baseclass Database, Database::query calls $this->doQuery, is it safe to assume in this case, it means DatabasePostgres::doQuery? [14:13:27] if that makes sense lol [14:13:59] <^demon> Yes. [14:14:22] <^demon> Think of it like this. When a subclass is used, it's as if it's flattened into one class. $this becomes the subclass. [14:14:29] ok [14:14:30] <^demon> However, like I mentioned, self:: does not. [14:14:47] <^demon> (see late static bindings in PHP 5.3 for how you can do that) [14:14:54] just trying to figure out some really pointless bug and fix it :) [14:15:06] how do i make an article display a different title [14:15:13] !displaytitle [14:15:13] --mwbot-- See . [14:15:13] <^demon> !displaytitle [14:15:13] --mwbot-- See . [14:15:19] thanks [14:15:51] <^demon> Wow PHP moved to SVN. [14:16:31] basically LBFactory is calling commitMasterChanges() which calls commit() even though there are no open transactions, so while it really does no harm, it clutters up my error log :) [14:17:26] <^demon> I have absolutely no idea how LBFactory works :) [14:19:09] black magic [14:19:17] I probabaly let out the magic smoke already [14:23:15] Hi, is there a place where mediawiki can be downloaded from at the moment with download.wikipedia.org being unvailable. [14:24:43] 03ialex * r53443 10/trunk/phase3/ (includes/Skin.php skins/Standard.php): [14:24:43] fixes for r53282: [14:24:43] * readded Skin::getHeadScript() comment [14:24:43] * removed pass-by-ref for $out, not needed [14:24:43] * removed "implode ( "\n\t", $r )", since $r is no more used [14:24:43] * updated SkinStandard::getHeadScript() to have the same parameters [14:25:35] anyone know if there is a way to have an extension render content to HTML any earlier than OutputPageBeforeHTML does? [14:26:01] 03(NEW) Remove North Korean calendar in MessagesKo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19809 minor; Normal; MediaWiki: Internationalization; (escepte) [14:26:03] I'd like it to render it as the very first HTML, even before if possible [14:26:18] green-: the simply echo it [14:26:20] *tehn [14:26:22] *then [14:26:24] argh [14:26:49] just have the extension echo it? [14:27:38] better echo it while in BeforePageDisplay [14:28:09] (the BeforePageDisplay hook) [14:28:11] so that headers are already set correctly [14:28:20] or not, since we use output buffering [14:29:39] hmm will give it a shot, thanks [14:31:14] 03(mod) Adding capitals to message names on Special:Allmessages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19500 +comment (10innocentkiller) [14:31:47] 03(mod) Remove North Korean calendar in MessagesKo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19809 +comment (10cbrown1023) [14:36:55] 03raymond * r53444 10/trunk/phase3/includes/specials/SpecialAllmessages.php: Follow-up r53286: More fixes for invalid HTML [14:37:00] How do I set search to auto-direct to articles? The problem is that if I search for a page's name, even if it matches exactly, I still get the search results page instead of being directly redirected to the article [14:38:18] <^demon> Press go instead of search. [14:38:28] Is it possible to query antispoof via the API ? [14:40:33] 03(mod) Better Malayalam translation for Namespace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15829 15enhancement->major; normal->high (10vssun9) [14:43:49] 14(DUP) Improve LogEventsList::showLogExtract (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19797 +comment (10innocentkiller) [14:43:53] 03(mod) make LogEventsList::showLogExtract() more versatile (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18880 (10innocentkiller) [14:47:14] 03(mod) Better Malayalam translation for Namespace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15829 major->normal; high->normal; +shell; +comment (10innocentkiller) [14:48:13] are people aware the extension distributor is broken? [14:48:42] says svn needs a cleanup [14:49:14] <^demon> Yes, it's broken. [14:49:25] <^demon> (Can someone op me?) [14:49:47] 03(mod) Better Malayalam translation for Namespace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15829 (10vssun9) [14:52:15] oh, channel isn't +t ;) [14:52:20] is there an easy way to swap two columns ina wikitable? [14:52:23] download of mediawiki is unavailable, too. [14:52:43] <^demon> charitwo: Freenode webchat only lets you change topic when op'd. [14:53:29] really? [14:53:33] even if the channel isn't +t ? [14:53:48] <^demon> "Sorry, you need to be opped to change the topic" [14:53:49] are there any skins for mediawiki that match a skin for phpbb? [14:54:04] 03(mod) Remove North Korean calendar in MessagesKo.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19809 (10escepte) [14:54:07] i'll bring it up with someone important [14:55:09] <^demon> Are we still supporting 1.13.x? [14:58:48] not sure [14:59:30] 03raymond * r53445 10/trunk/phase3/includes/specials/SpecialAllmessages.php: Follow-up r53286: No need to create a label without following input element. [15:05:24] Raymond_: + wfMsg( 'allmessages-filter' ) . [15:05:24] this should be escaped [15:07:32] ^demon: was released mid August 2008 iirc, so it's either out of support or near the end [15:08:15] hey ^demon i did some tinkering [15:08:40] you can change the topic in webchat you just have to copy/paste and do /topic [15:11:55] 03dale * r53446 10/trunk/phase3/ (3 files in 3 dirs): Destination Check fixes [15:11:55] charitwo: Did that patch work? [15:12:31] i'm not near my ubuntu box atm, gonna try when i get back [15:13:06] *charitwo is busy pushing edits :o [15:13:26] sure [15:14:10] Is there a way to add the image size (dimensions, file size) into captions? would be a nice new magic word [15:14:34] something like {{METADATA}} ? [15:15:08] nah that would suggest all meta data info. [15:16:01] {{FILESIZE}} returning 397�397 (48 KB) as in search results [15:16:14] or just bytesize for non-images [15:17:06] 03(mod) Log entries for deleting log entries are opaque - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18335 (10mike.lifeguard) [15:17:55] {{FILEINFO}} may fit better. [[File:Example.jpg|300px|{{FILEINFO}}]] or in gallery tags File:Example.jpg|{{FILEINFO}} Should i open a bug report for requesting it? [15:19:58] 03(NEW) Install a new extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19810 normal; Normal; MediaWiki extensions: DynamicPageList; (sb_paramount) [15:20:32] go for it [15:21:03] 03(mod) Install a new extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19810 +shell; +comment (10sam) [15:21:22] needs a more descriptive title [15:21:26] 03(mod) Install DynamicPageList on fr.wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19810 summary (10sam) [15:21:41] :o [15:21:41] charitwo, :P [15:21:54] rar [15:22:18] 03(mod) Install DynamicPageList on fr.wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19810 normal->15enhancement (10sam) [15:23:26] Any way to force an edit link to appear? [15:23:57] edit section links ? [15:27:37] <^demon> charitwo: That's why I asked earlier :p [15:27:50] i just checked the main page [15:28:08] <^demon> I checked too, but wasn't sure. [15:30:37] @charitwo: Without there being an actual section [15:31:00] I'd like to have edit section links. Is it possible? Even if I just hide the header [15:31:12] there are ways to hide them, but not display them [15:31:25] Хотелось бы поделиться некоторыми [[наблюдениями]], относящимися к деятельности одного из бессрочно заблокированных [15:31:25] участников русской Википедии. При этом [[обнаруживаются]] некоторые интересные совпадения. [15:31:25] Заранее скажу, что обвинять меня в раскрытии личной [[информации]] не надо — всё, что я здесь пишу, взято из открытых, [15:31:25] общедоступных [[источник]]ов. [15:32:35] В русском разделе [[судьба]] статьи была совершенно иной. Её вынес на удаление Шаблон:Lj user < Шуклин, с аккаунта «Удалист» [15:32:35] — прим. ред. > лишь в [[сентябре]] 2006 года. В то время ВП:КУ считалась голосованием, имелся явный перевес за удаление статьи [15:32:35] — но внезапно посыпались голоса за [[оставление]]: Serebr, Poa, Беломоев, vh16, Nr40, Prilutsky, Glaue2dk, Иваныч, Zserghei. [15:32:35] Не забыли ещё, что объединяло всех этих [[участников]]? Правильно, членство в «ПЭП» (или активно и систематически выражаемое [15:32:38] сочувствие, как в случае с Poa). Все ли активные [[члены]] «партии» проголосовали? Нет, «был один, который не стрелял». Генсек [15:32:41] партии. Что же привлекло их сюда, и почему [[голосовали]] не все? [15:32:44] Ещё один факт в копилочку: статью, как оказалось, создал [[сам]] Лебедев (это выяснил в личной переписке Максимаксимакс, см. [15:32:47] внизу [[обсуждения]]). [15:32:49] Посмотрим, нет ли у [[указанных]] анонимов какого-либо вклада в Википедии, кроме этих статей? Так, написание статьи о шефе, Мигеле [15:33:01] Interesting... [15:34:15] he's now on #wikimedia [15:35:25] 03(NEW) New parameter for file size and or image dimensions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19811 enhancement; Normal; MediaWiki: Images and files; (subfader) [15:35:45] ialex: gone [15:35:49] @charitwo: I made empty headings and then hid the the TOC. Works because the page doesn't need a TOC [15:37:05] Any way to hide certain subsections from the TOC? [15:37:16] all or none i think [15:38:35] there are css soultion to hide certain levels. e.g. only show levels 1-3 in the toc [15:39:10] is that what you want? [15:39:42] Could be, yeah. The thing is, it's only for certain articles [15:40:00] yep np. you'd add a template call for those pages [15:41:33] must hvae been this thread http://www.mwusers.com/forums/showthread.php?t=11001 [15:42:45] I'll have a read through that and see what it says [15:48:00] 03ialex * r53447 10/trunk/extensions/Translate/check-blacklist.php: Blacklist variable check for MediWiki:Titleblacklist-invalid for languages without plural ($1 is only used for plural) [15:49:09] Hmmm, what I want to do doesn't seem possible without editing the css file. [15:49:31] that is permitted [15:49:38] via MediaWiki:Common.css [15:49:49] I tried a display none wrapper around the heading, but then you don't get the edit link [15:54:11] roberthl: Can't edit [15:54:46] you need +sysop on the wiki to edit that page [15:54:51] any mediawiki: namespace page [15:55:24] Ah, that explains it. [15:58:18] 03(mod) Log entries for deleting log entries are opaque - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18335 (10mike.lifeguard) [16:08:22] Hi, [16:10:30] I'm getting "out of memory" errors similar to http://tinyurl.com/m5y7rr - but they are seemingly "random" in terms of what page and line. Eventually after a few refreshes it seems to settle on a page and line.... but the edit action is saved (meaning I can go back and refresh the edited page). it is only happening when saving or previewing something after editing which confuses me. Any suggestions on how to fix it? [16:10:45] increase the memory liit [16:10:47] *limit [16:10:52] mediawiki is a hungry beast [16:21:29] I've increased the php memory limit to 32 - and tested by also increasing it to 128, restarting apache and it still errored. [16:22:26] PC_Nerd101: you can't avoid "out of memory" by increasing memory_limit [16:23:16] (it's different than "memory limit exhausted") [16:24:13] <^demon> Dear lord SVN is slow. [16:24:15] 03demon * r53448 10/trunk/extensions/MostRevisors/ (5 files): (bug 19632) Commit extension MostRevisors. [16:24:41] 03(FIXED) extension to list pages with the most revisors - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19632 +comment (10innocentkiller) [16:25:27] demon: fix the tarball downloads :P [16:27:46] sorry - it is a "bytes exhausted" error, my mistake... so what sort of fix coudl I try? [16:28:43] PC_Nerd101: what's the exact error? [16:28:57] Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 30720 bytes) in /usr/share/mediawiki/includes/HTMLCacheUpdate.php on line 169 [16:29:38] that's 20M of memory_limit [16:30:01] 03(mod) Add-on to Extension:Usage_Statistics: statistics per namespace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19621 (10innocentkiller) [16:30:13] PC_Nerd101: it's the same when you change the memory_limit? [16:31:02] <^demon> Guest79231: I'm not a shell. [16:32:40] yes, for some reason when I increase the memory limit I get the same 2097****** bytes exhausted [16:35:17] silly question, but why does SpecialMovepage reinvent Title::getSubpages [16:35:36] 03(mod) make LogEventsList::showLogExtract() more versatile (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18880 (10happy-melon) [16:35:38] PC_Nerd101: it might be disallowed to change it [16:36:23] oh wait, nm [16:36:58] its changed in php.ini - and not just from the Settins.php [16:40:42] 03demon * r53449 10/trunk/extensions/CooprationStatistics/ (5 files): (bug 19665) new extension: cooperation statstics [16:41:07] 03(FIXED) new extension: cooperation statstics - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19665 +comment (10innocentkiller) [16:41:52] <_neo_> hi guys [16:42:23] <_neo_> I'm about to switch from dokuwiki to mediawiki because dokuwiki lacks from moving namespaces easily [16:42:50] <_neo_> but I can't seem to understand the difference between namespaces/categories/tags in mediawiki [16:42:59] <_neo_> in dokuwiki I only had namespaces and tags [16:43:17] <_neo_> I'd like to organize the structure for a project like: [16:43:32] <^demon> OverlordQ: Does bug 19407 read like a request to make an API...in which case it'd be a WFM? [16:44:32] <_neo_> project/documentation/page1 - should these be namespaces, categories or tags in mediawiki? [16:44:58] any ideas with the memory? [16:45:34] <^demon> PC_Nerd101: You changed it in php.ini? Did you restart apache? [16:46:27] ehhhh, trying to figure out what the bug is asking for [16:47:02] sounds like he wants SMW or something [16:47:30] <^demon> Hmm maybe. [16:47:43] *OverlordQ goes back to try and fix annoying escaping bug [16:47:47] !hesaidsemantic [16:47:47] --mwbot-- http://img393.imageshack.us/img393/576/hesaidsemanticga2.jpg [16:49:21] 03raymond * r53450 10/trunk/extensions/Translate/groups/ (MediaWikiExtensions.php mediawiki-defines.txt): Per r53383 add UI-SimpleSearch to translatewiki [16:53:01] grumblegrumble [16:53:12] <^demon> Wow, wikihiero is so confusing. [16:53:31] *OverlordQ wonders if he could pawn this off on somebody else [16:55:16] yes apache was restarted - and reloaded, after each memory limit change [17:08:48] Is it possible to deny a user access from outside a specific IP range? [17:10:18] wooo! it's abstraction time! [17:13:38] roberthl: works perfectly! [17:14:09] great :) [17:14:12] glad to be of help [17:14:47] found a lot of typos in your commit though ;) :P thanks :) [17:15:12] in the comments? [17:15:15] yeah [17:15:26] they're about a year old, most of them are self explanatory - sorry [17:15:34] :P [17:15:57] (my coding has matured quite significantly, the style i used a year ago wasn't that great) [17:22:57] roberthl: i went ahead and updated the extension page [17:23:03] thanks [17:23:32] i'll remove most of the comments some time over the summer if i get bored [17:23:46] (good code documents itself, etc, etc.) [17:24:54] I don't understand how to specify APCOND_IPINRANGE with wgAutopromote [17:26:06] I'm trying $wgAutopromote['user'] = array( APCOND_IPINRANGE, '192.168.0.0 - 192.168.0.255' ); [17:33:19] bove: not tested but I assume it has to be a range: 192.168.0.0/16 or similar [17:35:14] I just turned on debugging, and it says "Unrecognized condition APCOND_IPINRANGE for autopromotion!" [17:36:26] 03(mod) Clean up the rendering of messages displayed at the top of the edit window (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16175 +comment (10happy-melon) [17:36:38] 03(mod) Clean up the rendering of messages displayed at the top of the edit window (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16175 (10happy-melon) [17:36:41] 03(mod) make LogEventsList::showLogExtract() more versatile (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18880 (10happy-melon) [17:36:43] 03(mod) {{REVISIONTIMESTAMP}} is not handled correct by ExpandTemplates - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17971 (10happy-melon) [17:47:51] Is there any libraries or code available that can interface with mediawiki via cpp ? [17:55:55] Klevre: doesn;t look like it http://www.mediawiki.org/wiki/API:Client_Code but the API is pretty easy to use [17:57:10] ahoy [17:57:25] how can i make use of the "p-lang" portlet? [17:57:55] i just see a text with "in other languages:" but no links [17:59:20] Anyone know when the downloads are likely to be back available? [18:02:44] is it just me or does download.mediawiki.org still not work as expected? [18:03:07] not just you - I'm trying to get 1.15 but no joy :* [18:03:09] :( [18:03:30] have to either get it from svn or wait till it's fixed [18:04:05] I already got it from svn but its kinda odd that its broken especielly since there are security fixes. [18:04:26] random maintenance to download.mediawiki i assumed [18:04:36] the box died or something [18:05:06] King_Runite1: I doubt it is random ... not when it is down this long. [18:05:50] ah ok - I only first tried today, so I wasn't sure how long it had/was likely to last [18:06:34] well it is not really a big problem ince svn stll works perfectly. [18:06:44] 03soxred93 * r53451 10/trunk/phase3/ (RELEASE-NOTES config/index.php): If config/ directory is not executable, the command to make it executable now asks the user to cd to the correct directory [18:06:44] *since [18:08:48] hmm I'm not running a live server, so I think I may as well just use the nightly 1.16a [18:10:06] i want to attach the MediaWikiPerformAction hook to display a message at the following actions: edit, compare history, view deleted source. I have this so far http://dpaste.org/rOXb/ now $output->addWikiMsg( 'viewsourceprotected' ); just needs some conditions. any hints? [18:17:54] Is it possible to query antispoof via the API ? [18:18:25] no [18:20:13] I've installed MediaWiki from the ubuntu package manager. Can I still upgrade it using svn? [18:20:26] <^demon|afk> No, you'll have to update with the package. [18:21:16] Do you now if 1.15 is available in any repository? The official repository only has 1.12 :\ [18:21:44] so how would I attach the "view source" action using the MediaWikiPerformAction hook? [18:22:35] <^demon> bove: Not afaik. [18:24:25] but I can still use tarball upgrade, right? [18:25:28] <^demon> yeah, dunno how it would interact with the repo version though. [18:25:38] <^demon> (if you tried to update via package again) [18:26:39] At the time the repo is updated, that would hopefully be a newer version anyway :D [18:46:50] 03(NEW) in feeds mention more than just "that page is now protected" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19812 enhancement; Normal; MediaWiki: Page protection; (jidanni) [18:46:51] 03(mod) RSS, Atom, XML syndication feeds (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3646 (10jidanni) [18:57:59] Which database character set was used in 1.12? I can't remember having to choose between UTF-8 and binary [19:01:03] 03avar * r53452 10/trunk/tools/osm-tools/ (4 files in 2 dirs): A directory for the tools I'm writing to import OSM on Cassini [19:01:09] bove: probably just binary [19:01:16] k. thanks [19:01:59] well, actually "Warning: you requested the mysql5-binary schema, but the existing database has the mysql4 schema. This upgrade script can't convert it, so it will remain mysql4." [19:02:19] seems like the upgrade had built-in failsafe for that [19:03:01] Is it possible that you were running MySQL 4 originally? [19:03:35] nope. installed the 1.12 from ubuntu repos just hours ago [19:03:50] Don't do that [19:19:50] 03(mod) in feeds mention more than just "that page is now protected" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19812 (10jidanni) [19:24:18] 03(mod) The feed on Special:RecentChanges is cached in random language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19391 (10jidanni) [19:25:47] I can't find what links medialink to apache. What makes the medialink directory show up on myserver/mediawiki? [19:47:46] If I log in with a non-prevelige user, I can't log out. Any solution to this? [19:47:49] i want to attach the MediaWikiPerformAction hook to display a message at the following actions: edit, compare history, view deleted source. I have this so far http://dpaste.org/rOXb/ now $output->addWikiMsg( 'viewsourceprotected' ); just needs some conditions. any hints? [19:48:17] bove: huh? [19:49:35] I'm using autopromote to only give certain users access from LAN IPs [19:50:34] I can successfully log in from the web, but I'll get stuck at "The action you have requested is limited to users in one of the groups: ...." [19:51:02] 03(mod) Inconsistent separators in Watchlist link toolbars with "enhanced recent changes" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18161 +comment (10happy-melon) [19:51:39] APCOND_IPINRANGE isn't in 1.12 [19:51:59] 03(mod) Inconsistent separators in Watchlist link toolbars with "enhanced recent changes" (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18161 summary (10happy-melon) [19:53:09] nope. just upgraded to 1.15 [19:53:34] Then you should probably explain what you're actually doing [19:54:13] ? [19:55:06] You haven't given any details about your configuration [19:55:46] It's a internal wiki for the workplace, with two kinds of users. "Visitors" and "Employees". Employees have full access both from LAN and Web, while Visitors should only have read access, and only from LAN [19:57:58] so I override 'user' group permissions to all false, while 'employees' have all true. 'visitors' have read and createtalk. All users logging in from lan will get autopromoted to 'visitor' [20:00:53] isn't kinda bad that ppl are unable to DL the latest security update for more than 24 hours now? [20:03:18] It seems I can overcome the problem by going directly to index.php/Special:UserLogin [20:05:30] bove: I'm not sure you're really restricting things at the right level. What's going to stop a visitor from logging in from the web? [20:07:40] the user will have all "False" permissions. The only way it can get any permissions is by logging on from the right ip range (which is the lan) [20:08:13] Yes, but one he's done that he'll be able to log in freely from anywhere (which doesn't sound like what you want) [20:14:26] I can't understand where he would be able to change his own permissions? [20:15:39] He wouldn't need to: once his account has been auto-promoted, it's not going to get auto-de-promoted as soon as he logs out [20:15:54] Subfader: they can get it from svn [20:16:20] but not as package? [20:16:47] We don't need no stinkin' packages [20:17:04] i mean *.tar.gz [20:17:22] dear all [20:17:29] I have a problem please .. [20:17:36] !ask | mohammedsafwat [20:17:36] --mwbot-- mohammedsafwat: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. See also: !gethelp [20:17:56] anytime a user logs into our Wiki they get the following error: [20:17:57] "This Wiki uses cookies to log in users. You have cookies disabled. [20:17:57] Please enable them and try again." [20:18:07] Even though the error displays, the user is actually logged in and can [20:18:07] make edits as normal. If the user doesn't look closely they can't tell [20:18:07] they are logged in and it's causing confusion. [20:18:08] Emufarmers: As far as I can see, autopromotions are temporary sessions based. [20:18:34] what's the problem with that ? [20:18:45] bove: they're not. [20:18:48] bove: No, auto promotions are permanent. [20:19:53] anyone familiar with that issue ? [20:20:34] Well, the user is locked out through web after having logged on from LAN. Seems to do exactly what I want :s [20:21:13] bove: sure, let's go with that. What's the problem, then? [20:22:06] My only problem was that when logged on from web, the user does not have permission to log out [20:22:35] Certainly no real-life issue, but I ran in to it when testing security [20:28:15] mohammedsafwat: It could be to do with PHP temporary files. [20:28:34] But, no, sorry I have no experience in this area. [20:29:08] 03(mod) Option to focus cursor in search box on main page with javascript .focus() method - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1864 +comment (10Wiki.Melancholie) [20:30:01] 03(mod) Checkuser watchlist feature - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19796 (10JSchulz_4587) [20:30:28] roberthl : never mind , thanks alot . [20:30:41] Just I'm waiting if anyone can help me .. [20:30:56] Raymond_: are you rebuilding flaggedrevs.18n.php [20:32:45] Not sure if this a Vector bug.. Or intended behaviour. On TOC for pages, all numbers are at the same level, not indented... [20:32:56] IMHO its harder to read as such [20:34:06] bug 19795 [20:34:11] !b 19795 [20:34:11] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=19795 [20:34:23] OverlordQ, cheers [20:34:44] See its fixed just waiting for scapping in presumably [20:36:04] AaronSchulz: hmmm should I? anthing I have forgotten? [20:36:17] lots of readerfeedback stuff there [20:36:44] ouch [20:36:59] still..? then I will cleanup [20:42:00] 03(mod) Option to focus cursor in search box on main page with javascript .focus() method - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1864 (10rainman) [20:47:45] just for the new comers ... anytime a user logs into our Wiki they get the following error: [20:47:46] "This Wiki uses cookies to log in users. You have cookies disabled. [20:47:46] Please enable them and try again." [20:47:46] Even though the error displays, the user is actually logged in and can [20:47:46] make edits as normal. If the user doesn't look closely they can't tell [20:47:46] they are logged in and it's causing confusion [20:48:08] I would be glad if anyone gives me a hint .. [20:49:19] 03minuteelectron * r53453 10/trunk/extensions/Wikidata/ (App.php OmegaWiki/WikiDataAPI.php): Temporarily revert r52790, this extension will not work on versions of MediaWiki that use MWNamespace currently. [20:52:36] 03siebrand * r53454 10/trunk/extensions/ (4 files in 2 dirs): Rebuild readerfeedback and flaggedrevs localisation files per Aaron's request. [20:52:56] AaronSchulz: done. [20:54:08] tx [20:57:47] 03aaron * r53455 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Set OutputPage revid sooner [20:59:29] Any backup locations from which we could get 1.15.1? [20:59:55] 2 secs. I found it earlier today [21:00:25] http://www.sfr-fresh.com/unix/www/ [21:03:00] 03(NEW) Enable the rollback usergroup at Simple English Wikiquote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19813 enhancement; Normal; Wikimedia: Site requests; (Juliancolton2) [21:04:34] Ah thanks bove, I'll leave it up on http://klevre.nihplod.com/data/mediawiki-1.15.1.tar.gz for anyone else who wants it ^^ [21:11:31] 03(NEW) Interwiki links within Image tags create an entry in the pagelinks table. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19814 normal; Normal; MediaWiki: General/Unknown; (wiki) [21:11:46] 03daniel * r53456 10/trunk/WikiWord/WikiWordIntegrator/src/main/java/de/brightbyte/wikiword/integrator/ (43 files in 5 dirs): rewriting integrator data model. intermediate commit, DOES NOT COMPILE [21:14:47] 03(mod) Interwiki links within Image tags create an entry in the pagelinks table. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19814 +comment (10wiki) [21:19:10] 03(FIXED) Embbed REVISIONID is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19499 15enhancement->normal; +comment (10JSchulz_4587) [21:23:31] 03ialex * r53457 10/trunk/phase3/ (3 files in 3 dirs): (bug 19759) successbox on Special:Preferences now correctly aligned on standard, nostalgia and cologneblue skins [21:24:10] 03(FIXED) successbox misaligned in classic skin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19759 +comment (10alex.emsenhuber) [21:25:24] 03ialex * r53458 10/trunk/phase3/RELEASE-NOTES: RELEASE-NOTES entry for r53457 (oops) [21:26:44] ialex: can you check bug 18193 ? [21:26:57] !b 18193 [21:26:57] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=18193 [21:26:58] *AaronSchulz_ can't repro [21:28:17] AaronSchulz_: the issue is the second fieldset? [21:29:12] 03demon * r53459 10/trunk/extensions/ (CooperationStatistics/ CooprationStatistics/): Fix folder name. [21:33:05] AaronSchulz: is the browsearchive right that a user can view the Special:Undelete search form? [21:33:16] AaronSchulz: the second fieldset should be below "No matches found"? [21:34:59] not sure [21:35:13] http://bug-attachment.wikimedia.org/attachment.cgi?id=6312 [21:35:23] ok, got to go...meeting [21:39:13] could reproduce [21:39:32] it happens when the 'checkuser-nomatch-edits' message is displayed [21:42:34] 03ialex * r53460 10/trunk/extensions/CheckUser/CheckUser_body.php: [21:42:34] (bug 18193) Spacing issue when no results returned [21:42:34] This happends when the 'checkuser-nomatch-edits' message is displayed. Changed wfMsgHtml() to wfMsgExt() with 'parse' option so that

is added arround it (as currently for 'checkuser-nomatch' message). [21:42:59] 03(FIXED) Spacing issue when no results returned - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18193 +comment (10alex.emsenhuber) [21:47:34] 03mrzman * r53461 10/trunk/extensions/ConfirmEdit/ConfirmEdit_body.php: The EditPage object is not passed by reference in the EditFilter hooks [22:00:28] 04(REOPENED) zh.wikipedia.org unusable for text browser users due to massive vocabulary lists - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19453 +comment (10jidanni) [22:02:36] 03minuteelectron * r53462 10/trunk/extensions/Wikidata/patches/ (8 files): * Patchset for Wikidata extension to run outside of wikidata branch (but still at r19772). [22:03:21] r19772 is a bit old :) [22:03:53] Quite. [22:04:38] But that is when the Wikidata stuff was forked. [22:04:58] I don't think it will take too long to get it to something a bit newer. [22:06:36] hey, is mediawiki working with php 5.3 yet? [22:06:49] and is it possible to migrate an older version to the new one without breaking anything? [22:08:05] PHP 5.3 supposedly works.. Couple of minor thigns, but nothing show stopping [22:22:34] 03(NEW) Enable Rollback on en.Wikinews & tie into "editor" group - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19815 enhancement; Normal; Wikimedia: Site requests; (wiki) [22:24:18] oh ok reedy, woudl i have to upgrade to latest version? [22:24:24] i installed mediawiki probably a year ago? [22:24:41] 03(mod) Non-clickable links (from #ifexist) should be flagged in pagelinks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15735 +comment (10wiki) [22:25:33] it'd be reccommended [22:25:39] you're probably on 1.13? [22:25:47] Special:Version [22:32:16] not sure how to find out the version number >.< [22:38:33] visit the page Special:Version on your wiki narretgrez [22:39:59] damn 1,12 [22:40:01] is that bad? [22:40:03] 1.12 [22:40:04] 03(mod) Enable Rollback on en.Wikinews & tie into "editor" group - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19815 +shell (10sam) [22:40:38] From the PoV of there are no security fixes released etc for it, i suspect so [22:42:48] ok, has anyone ever migrated from an older version to the new version? [22:42:59] do i just need to get all the images over? [22:43:13] !upgrade [22:43:13] --mwbot-- http://www.mediawiki.org/wiki/Manual:Upgrading [22:43:18] ok [22:49:47] 03mrzman * r53463 10/trunk/phase3/ (3 files in 2 dirs): [22:49:47] (bug 19814) - Interwiki links from file links - [[File:Foo.jpg|link=de:Test]] - are no longer recorded in the pagelinks table [22:49:47] Also update Parser::makeImage() docs for the link option [22:50:24] 03(FIXED) Interwiki links within Image tags create an entry in the pagelinks table. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=19814 +comment (10mrzmanwiki) [23:00:56] so the script will help update the databse [23:01:00] the update.php [23:01:02] but should i still manually transfer the images [23:01:11] from the old wiki folder to the new 1.15? [23:01:11] anytime a user logs into our Wiki they get the following error: [23:01:11] "This Wiki uses cookies to log in users. You have cookies disabled. [23:01:38] anytime a user logs into our Wiki they get the following error: [23:01:39] "This Wiki uses cookies to log in users. You have cookies disabled. [23:01:42] narretgrez, most people just put the files into the same set of folders [23:01:58] yea, u mean just the images [23:01:59] yea [23:02:03] just move the folder [23:02:26] no, they leave the directory structure in place and update the php files in it [23:02:42] oh.... so just copy over the new php files on tpo of the old ones? [23:02:51] what if there are renamed php files? [23:02:54] or dead php files [23:03:04] no cleanup necessary? [23:03:07] there are [23:03:21] so it'd be better to just port the images over the new one then...? [23:03:27] instead of copying over [23:03:40] hm [23:03:48] Dear all , I asked about my problem one hour ago but I didn't get a reply .. anytime a user logs into our wik they get the following error"You have cookies disabled.please enable cookies". [23:03:51] meh... copying localsettings + images might be better [23:04:06] but at the same time , user is logged in and can edit . [23:04:15] how is that ? and what's wrong ? [23:05:10] I can link to the wiki if it's permitted here .. [23:32:19] :( mediawiki is down [23:34:53] http://downforeveryoneorjustme.com/http://www.mediawiki.org/wiki/MediaWiki [23:35:27] nah [23:35:31] i meant u can't download the new 1.15 [23:35:54] that server is being repaired atm [23:37:43] 03siebrand * r53464 10/trunk/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.i18n.php: Message tweaks [23:37:49] i'll just get it from svn [23:38:17] Anyone know about random " " bits occurring in a diff? [23:39:59] that's the numeric code for   - though I don't know why it would appear unless someone put it there [23:42:29] Ah, see it now, nevermind. [23:44:20] OMG I have a sidebar question :D how can I add two links in one list entry? [23:44:48] http://www.mediawiki.org/wiki/Manual:Interface/Sidebar might have some info [23:46:26] nope. this questions bugs quite some while [23:46:31] **me [23:46:44] hack it into the skin? :p [23:47:29] then i'd have to move all links manually into the ski [23:47:48] just bug brion next time hes online [23:47:53] kk [23:51:41] i'm getting a permission denied mkdir GlobalFunctions.php erorr [23:51:48] and i already set my images folder to 777 [23:51:55] anyone have a clue? [23:54:19] ok, i tried setting it to 777 for both config and images [23:54:22] had that too running a maintenance script in 1.16a [23:54:28] 03siebrand * r53465 10/trunk/extensions/ (5 files in 3 dirs): [23:54:28] * Update messages for MostRevisors [23:54:28] * stylize.php, indentation fixes and triling whitespace removed for MostRevisors [23:54:28] * add support for MostRevisors to Translate [23:54:39] oh damn subfader [23:54:40] sigh [23:55:43] any fix for this? [23:55:51] well i have 775 and only had it for mkdir in images/ [23:55:52] i did this for 1.15 [23:56:16] mines showing up as soon as i load the front page [23:56:44] oh. i can upload and everything. just the maintenance script gave me some errors [23:56:58] ohhh, mine's just an error on the front page [23:57:03] permission mkdir() failed [23:57:09] something along that lines [23:57:19] but config and images are the only two files to free up for read write? [23:57:33] "Something along those lines" is not a description [23:57:58] ok sorry [23:58:05] http://toolserver.org/~alexz/mediawiki-1.15.1.tar.gz - if anyone /really/ wants a tarball [23:58:16] Warning: mkdir() [function.mkdir]: Permission denied in /var/www/wiki/includes/GlobalFunctions.php on line 2012 [23:58:28] thnks Z [23:58:54] 03(mod) Add border="1" to tables, not just their stylesheets - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni)