[01:05:05] legoktm: to clarify, is it fine to use mw.user.options.set(...) to add temporary settings which aren't actually saved to the API? [07:46:42] What? Installing the composer package in fedora requires 25 more packages. [07:49:26] composer has dependencies too! [07:49:36] (which are managed via composer!) [07:49:50] https://github.com/composer/composer/blob/master/composer.json [09:50:05] elephants all the way down [11:40:08] hello ! [11:40:40] I want to have the "Categories:" under each article just like in wikipedia, is that an extension ? [11:43:37] No Combined2857. It's part of core MediaWiki, see https://www.mediawiki.org/wiki/Help:Categories [11:44:56] Lcawte, i love you [11:44:59] thanks [13:00:42] Hi, i want to put a text in a box, i try to do it with
 text 
but as the text is long, it gets out of the screen and it is not formated in a new line as the rest of the text outside the box [13:00:48] what can I do instead ? [13:09:19] Don't use
 ?
[13:09:32] 	 or explain why you need a box. :)
[13:18:50] 	 Its ok I found a workaround thanks
[14:22:31] 	 I need some help with Navbox, I seem to copy paste the code in a Template:Sample and I just see a "Template:Navbox" in my page, not the navbox itself
[14:26:17] 	 Is ther maybe something I haven't installed in my mediawiki ?
[14:40:24] 	 andre__, are u there ?
[16:02:53] 	 Hello, I registered to MediaWiki 10 minutes ago but the email validation link sent to me is not valid. Is there a way to resend it?
[16:03:40] 	 Penz: yes, go to your preferences, you can resend from there
[16:03:49] 	 Thank you|
[16:03:50] 	 !
[16:03:50] 	 Hello, I'm wm-bot. The database for this channel is published at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot
[17:09:15] 	 where is the "Create Page" link on a newly installed Wiki? ... or, is there an extension I haven't added yet?
[17:12:15] 	 kstingel|away, you should be able to just go to any location (via search, or typing into the browser address bar) and create a page
[17:13:11] 	 thanks quiddity :-)
[20:01:08] 	 Hello, anyone around who might be able to give me a point in the right direction?
[20:05:28] 	 Hello?
[20:06:18] 	 maybe?
[20:06:36] 	 !ask
[20:06:37] 	 Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :)
[20:07:41] 	 Alright. I have image uploads set to True, but when you upload a file, the image is broken. Im not finding the setting or information anywhere on what I'm doing wrong
[20:11:04] 	 is your wiki public?
[20:11:47] 	 People have been able to access it since I put it up with no problem, so I am assuming yes.
[20:14:27] 	 Strifefox, can you link me to a broken file?
[20:14:59] 	 http://wiki.dracadia.com/index.php?title=Main_Page there is the main page, one of the four images I've uploaded so far. It's just doing that to all my images
[20:16:05] 	 if you click on the image to get to the file page, then click on the image there to get to a thumbnail, you'll see your host returns a HTTP 403 error
[20:16:11] 	 http://wiki.dracadia.com/images/6/6e/Frontwikiimg.png
[20:16:35] 	 It was an error 500 earlier lol
[20:27:04] 	 No answers helpeful there, contacting Support now.
[22:01:54] 	 anybody know a clever CSS tweak that will get around the UI component font regression in FF v40?
[22:02:06] 	 some of our edits and buttons have suddenly changed from Arial to Segoe UI and it looks awful
[22:02:25] 	 the FF developer's suggestion of explicitly styling every control is less than helpful
[22:02:45] 	 (yeah just let me patch the entire MW codebase to make sure all UI controls have an explicit font-family, I'll get RIGHT on it)
[22:06:55] 	 QuasAtWork: which FF font regression?
[22:09:28] 	 also, lol - ff feels worse than ie at times
[22:09:31] 	 there's a change in v40 which causes UI components to adapt a system default font instead of how they previously functioned, so our edit summary control for example now uses Segoe UI instead of Arial, and several buttons the same.
[22:09:58] 	 big complaints about it on various mozilla bugtracks and on stackexchange but it doesn't seem like they intend to do anything about it
[22:10:10] 	 it's a web developer's issue apparently
[22:10:46] * legoktm slaps MaxSem
[22:11:00] 	 I understand this has been observed to affect wikipedia
[22:11:10] 	 isn't using the system font a feature?
[22:11:13] 	 yeah I have Segoe UI in wp's edit box as well :>
[22:11:46] 	 I guess you could consider it one if it didn't make the edit box look totally out of place with regard to the rest of the site
[22:12:31] 	 doesn't look so bad on wp, looks awful on the custom skin we use
[22:16:14] 	 maybe I'm just too accustomed to the way it used to look, oh well :P
[23:53:58] 	 hi, in mw's sql file I see /*_*/ with instructions (when creating tables manually) to replace with one's prefix. Fine. I also see /*i*/ as a prefix for indexes... shouldnt that be changed also to one's prefix? (There are no instructions about this)