[08:09:02] below enwiki article header line we see texts "From Wikipedia, the free encyclopedia" in both monobook & vector [08:09:08] but it doesn't appear in bnwiki vector, in monobook it appears though.. [08:09:33] what is the problem, where we need to make a change? [08:09:44] CSS of vector? [08:10:43] btw, we doesn't want to put "From Wikipedia... free encyclopedia"; we will switch with similar Bengali texts [08:11:14] any idea from anyone? [08:14:27] AlexZ_: hello? [13:30:42] Wikitanvir: http://www.mediawiki.org/wiki/Manual:Tagline_(Site_Subtitle) [13:31:34] thedj: eventually i got the answer ! :) [13:32:18] thanks thedj .. [17:35:30] TrevorParscal: you around? [17:36:02] or RoanKattouw, I could ask you too if you're available [17:36:16] yes, we're both around... [17:37:15] Trying to get wikiEditor working with the textarea's on LiquidThreads...how would i get all the messages and variables in wikiEditor.hooks.php loading for discussions pages? [17:39:06] hmm [17:39:14] does that make sense? [17:39:17] yes [17:39:53] there's so much configuration and variables which could be repurposed, but seem tied to the edit page [17:40:17] so, the UsabilityInitiative extension isn't specific to the edit page... [17:40:47] the WikiEditor extension does a bit... [17:40:50] ok [17:40:52] right i can use all the JS, but everything in the wikieditor hooks doesn't seem to load [17:41:13] there's a hook, EditPageBeforeEditToolbar [17:41:20] that does WikiEditorHooks::addModules [17:42:22] would that be overkill though to add it all though? the other thing i'm thinking is adding a stripped down version of wikiEditor [17:42:31] yeah [17:42:45] right now the reusability of our config stucks [17:42:48] *sucks [17:42:57] totally agree [17:43:18] I'm trying to think of how we could make it suck less [17:44:33] wgWikiEditorIconVersion presents a problem for reusability [17:44:57] i had to initialize that as a globar var since it's not being set if the wikieditor hooks aren't run first [17:46:49] Yes, the reusability of our config is bad [17:46:57] Pulling in the JS should be easier with a script loader [17:47:05] But the config should be detached better [17:47:10] we should break the config into parts [17:47:30] so you can take what you want [17:47:42] Mayb [18:04:55] RoanKattouw: so I finally got everything confirmed with Treinreiswinkel today [18:05:01] I think we could suffice by just putting it in its own file or something [18:05:02] So you can copy it, nuke parts of it, then pass it in [18:07:08] there's an elephant in the room [18:33:04] RoanKattouw: you there? [18:33:06] Yeah [21:14:25] TrevorParscal, RoanKattouw: you could use something like "mw.setDefaultConfig" and have overrides use "mw.setConfig" then you don't have to worry as much about explicit order of things [21:14:46] Hm yeah that sounds good [21:17:58] it also lets you tie your "default" config to your "loader" or resource definition avoiding a situation where you have separate resources you include for a "base configuration" [21:19:12] I use such setup in embedPlayer: http://svn.wikimedia.org/svnroot/mediawiki/branches/MwEmbedStandAlone/modules/EmbedPlayer/loader.js