[00:18:37] Anyone know at the bottom of an IP page the box where the whois and other links are what that mediawiki namespace item is called. The tool server has changed, and it hasnt been update on simple yet and I am trying to find it to update it [00:22:37] Nevermind I found it [01:42:14] hey folks [01:42:26] how do I use html markup in
 elements?
[01:42:40] 	 I note that none of my  or  tags are getting evaluated
[01:43:41] 	 ah, I see.  prefix the text with two spaces instead seems to work.
[09:15:12] 	 !blankpage
[09:15:12] 	 A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see .
[09:44:47] 	 hi there. I can’t edit Flow talk pages on mediawiki.org.  If I try to add a topic, I get: ‘An error occurred while contacting the server.’
[09:51:11] 	 Hmmm
[09:51:23] 	 I'm not sure who's even about from flow
[09:57:44] 	 I’d like to give some feedback regarding the compact personal bar, but the talk page does not work.  are there alternatives?
[13:37:29] 	 Hello
[15:11:00] 	 Hello im trying to get started with the wikimedia dev. so far i got gerrit & mediawiki-vagrant on local
[15:11:08] 	 now reading through the workflows
[15:11:48] 	 im a-bit newbie to overall opensource apart from using it. 
[15:22:21] 	 kishanio: Hi! Feel free to ask us any questions you may have :)
[15:23:28] 	 marktraceur: Thanks. So im reading through code conventions right now. Where do you think i need start esp. on which project? 
[15:23:49] 	 kishanio: You can start wherever you'd like!
[15:25:33] 	 marktraceur: Alright. 
[15:25:46] 	 marktraceur: there are so many of them lol
[15:25:48] 	 JeroenDeDauw: https://www.mediawiki.org/wiki/Performance_guidelines#How_to_think_about_performance
[15:25:57] 	 kishanio: you can start fixing small and easy bugs to get familiarized with the code
[15:26:04] 	 JeroenDeDauw: that page also links to https://www.mediawiki.org/wiki/Performance_profiling_for_Wikimedia_code which is the HOWTO I mentioned
[15:27:31] 	 Vulpix: im going through gerrit right now. is this ideal? Or should i watch bugzilla
[15:29:14] 	 kishanio: look at https://www.mediawiki.org/wiki/Annoying_little_bugs
[15:29:25] 	 kishanio: Gerrit is the list of changes that are currently already written and waiting for review
[15:30:40] 	 Vulpix: Ah awesome. thanks. 
[15:32:28] 	 marktraceur: oh yes. im reading the code-diff  and trying to pick up the conventions
[15:33:00] 	 there's also a page about conventions
[15:33:20] 	 https://www.mediawiki.org/wiki/Manual:Coding_conventions
[15:33:27] * sumanah  presumes someone has already linked kishanio to https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker 
[15:34:52] 	 Vulpix: yes generic ones. 
[15:35:09] 	 sumanah: yes that was the one of the first pages i read. 
[15:35:17] 	 I figured as much. :) Welcome kishanio 
[15:36:52] 	 sumanah: i read your name somewhere in dev sections that you use to grant dev access
[15:37:06] 	 before automated registrations
[15:37:14] 	 Yes!
[15:37:25] 	 I did that particular bit of tedious work and am glad computers do it now. :-)
[15:40:33] 	 sumanah: Ah oka. 
[15:48:40] 	 "Compact personal bar" I like it! But needs some tweak for RTL
[15:52:38] 	 Anyone want to fix its bugs so I would help?
[15:53:11] 	 What are the bugs?
[15:53:48] 	 Reedy: On "Compact personal bar" for RTL, just needs some minor tweaks
[15:53:53] 	 Which are?
[15:55:47] 	 On #p-personal #pt-flyout > div a { background-size: 24px 24px; }
[15:56:43] 	 Reedy: this should rewritten with percentage so CSSJanus could take care of making it look good for RTL
[15:57:36] 	 sumanah: what I often see go wrong with regard to performance is people sacreficing design for performance and then hurting performance because of the bad design without realizing it
[15:58:09] 	 OK
[15:58:10] 	 Reedy: in fact it needs " background-position: 0%; "
[15:58:17] 	 sumanah: managing dependencies, and generally minimizing them, is a very general design goal that is important there
[15:58:53] 	 Reedy: there are more if you interested
[15:59:19] 	 sumanah: for instance, if I want to write a console script to do something, and I use the Jobs stuff from MediaWiki, a whole load of MW stuff gets initialized, which is very silly if thats not needed
[15:59:43] 	 JeroenDeDauw: When you say "Jobs stuff" is this the same as the job queue, or something different?
[16:00:11] 	 This sounds like the intersection of performance +  https://www.mediawiki.org/wiki/Architecture_guidelines 
[16:01:17] * Vulpix  remembers that now the on-request job queue opens a new internal request to load another MediaWiki instance just to run jobs... and it was done "for performance"
[16:01:42] 	 ebraminio: It might be easier opening a bug and listing all the issues
[16:03:14] 	 Reedy: Okay :) I thought someone would be interested to quick fix it
[16:03:37] 	 You'd need to find the right guys...
[16:07:29] 	 sumanah: wrong label... the maintenance stuff
[16:15:16] 	 hey i just installed mediawiki 1.22.5 but I can't figure out how to use syntax highlighting, it supposedly comes pre-bundled with "SyntaxHighlight GeSHi" extension (reference: http://www.mediawiki.org/wiki/MediaWiki_1.21#Bundled_extensions) 
[16:15:56] 	 happy hackathon everybody!
[16:17:27] 	 sauce: have you tried the syntax provided on the extension's page?
[16:18:01] 	 oh yes i have, it doesn't parse on my vanilla mediawiki install though
[16:20:13] 	 sauce: ah, well, it's "bundled", but not activated by default. On install, you have to enable it, or add it manually to LocalSettings.php
[16:20:46] 	 oh ok cool, i can handle that.  how do i "enable it" without going to LocalSettings.php?
[16:21:34] 	 i probably begin here, correct?: http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Step_2:_Installation
[16:21:35] 	 Thanks MartijnH!
[16:21:43] 	 yes
[16:22:16] 	 JeroenDeDauw: I think what you're saying falls a little bit under YAGNI
[16:22:37] 	 which I need to strengthen on the arch guidelines page
[16:22:38] 	 thank you
[16:23:25] 	 thanks Vulpix, that worked! i added one line to LocalSettings.php
[16:24:15] 	 Thanks all
[16:30:03] 	 yw :)
[17:10:09] 	 I inherited a wiki server and know little about them.  I seem to be unable to upload an image file to the server so I can attach it to a page.  Please help.
[17:10:38] 	 Do you get an error?
[17:10:46] 	 Looks like using 1.16.2
[17:11:09] 	 Reedy, no error on page, the progress indicator simply keeps spinning...
[17:13:40] 	 Looking at LocalSettings.php, I see   $wgEnableUploads       = true;
[17:14:21] 	 If it's just spinning, chances are it's a JS type error
[17:14:27] 	 Check your browser console
[17:17:05] 	 Ah, see that it looks for connectors dir in FCKeditor and that does not seem to exist.
[17:18:32] 	 This is a 404 error...  wiki/extensions/FCKeditor/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Image but the connectors dir is missing
[17:18:42] 	 FCKeditor sucks
[17:19:09] 	 Suggestions?
[17:19:28] 	 try visiting Special:Upload
[17:19:47] 	 ^
[17:20:16] 	 1.16.2 is very obsolete
[17:20:36] 	 Will images uploaded form there be  available for users to insert later?
[17:20:45] 	 Yup
[17:20:54] 	 Immediately available
[17:22:09] 	 Thanks.  SO if I want to create a link on the site for logged in users, how do I go about that?
[17:23:53] 	 Tried to upload a file and get an error telling me the mime type does not match the extension...
[17:26:29] 	 JuJuBee: be sure that the image has the correct extension. Some programs do weird things like saving BMP files with .png extensions and such
[17:27:40] 	 I opened in gimp and re-exported it and it works now.  Thanks.
[17:28:51] 	 When adding the image, is it possible to browser the images?  what if an image was uploaded a while ago and I don't remember the name?  How do I search
[17:29:31] 	 Go to Special:NewFiles
[17:30:20] 	 or look at your contributions, there's a link to the files you've uploaded (on recent versions, not in 1.16)
[17:35:31] 	 I will upgrade when I have some time.  First I have to get the server up to date... running ubuntu 13.04.
[17:36:04] 	 Ill be  back when I am ready to upgrade.  Is there an upgrade mechanism built in to MW?
[17:36:20] 	 !upgrade
[17:36:21] 	 http://www.mediawiki.org/wiki/Manual:Upgrading
[17:37:01] 	 no built-in. 1) Perform backup, 2) copy new files, 3) run update script
[17:37:07] 	 Thanks.
[18:01:52] 	 !db page_props
[18:01:53] 	 See http://www.mediawiki.org/wiki/Manual:page_props_table
[21:01:52] 	 hi
[21:03:08] 	 when i add a File:
[21:03:17] 	 on page
[21:03:28] 	 where does it usually pick the images?
[21:38:22] 	 hey there, whats the text you can add to the end of a url to see where the text was generated from?
[23:22:37] 	 Hi Chiyo.
[23:22:49] 	 hello Gloria :)
[23:23:08] 	 "add to the end of a URL" sounds like a query string.
[23:23:09] 	 Or URL parameter.
[23:23:20] 	 Such as https://www.mediawiki.org/wiki/Main_Page?action=history
[23:23:47] 	 The "?action=history" part is a URL parameter and its value. It's part of the query string.
[23:24:04] 	 yea it's like that, but it turns things to (SomeMediawikiPage)
[23:24:17] 	 Oh.
[23:24:21] 	 I think you want ?uselang=qqx
[23:24:46] 	 https://meta.wikimedia.org/w/index.php?title=Wikimedia_exit_interview/Sue_Gardner&diff=8463673&oldid=8456218&uselang=qqx
[23:24:57] 	 thats the one, thanks :)
[23:25:06] 	 No problem.
[23:25:50] 	 out of interest, what is it called? as I couldn't remember qqx
[23:26:06] 	 It's a hack, is what it is.
[23:26:14] 	 "qqx" is a made-up language code.
[23:26:22] 	 ahh :P
[23:26:25] 	 "uselang" is a means of changing the interface language.
[23:26:32] 	 Like it would typically be ?uselang=de for German.
[23:26:46] 	 I mean if you were searching mediawiki for it
[23:26:59] 	 qqx or uselang, probably.
[23:27:04] 	 It's an obscure feature. :-)
[23:27:16] 	 right :)
[23:27:19] 	 It doesn't have any user interface exposure, I don't think.
[23:27:35] 	 I used to get qqx and qxx confused.
[23:28:13] 	 ah :P