[00:00:21] 03(mod) Incorrect MagicVariable hook implementation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12837 (10achuggard) [00:00:47] BrokenArrow: as long as l10n for hundreds of language is still not even 'minimal' (core-mostused complete) I wouldn't concentrate on the details, but on the big picture... [00:01:12] BrokenArrow: (being MediaWiki localisation instead of local wiki localisation) [00:02:28] yes, but having some data on user population for multilingual projects every x months could also tell us how much people benefit from translatos' work. [00:03:37] 03(mod) Incorrect MagicVariable hook implementation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12837 +comment (10achuggard) [00:03:37] has anybody an idea about the error [00:03:43] BrokenArrow: but especially for sites like commons and meta, extension Translate has some interesting features (like local message groups) that could localise a lot of content using {{int:}} and make the translation process very transparent. [00:03:43] BrokenArrow: that may be a chicken/egg and penetration issue... [00:03:52] BrokenArrow: anyway: zzz... for real now ;) ttyl. [00:04:04] 03(mod) Incorrect MagicVariable hook implementation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12837 (10achuggard) [00:04:23] rarr finally [00:04:46] *BrokenArrow will leave the thoughts about the chicken/egg and penetration issue before going to sleep [00:05:03] no one here [00:05:55] ? [00:06:19] BrokenArrow: a dirty mind is a joy forever, but I meant it in a less explicit context ;) [00:07:05] i think i fixed it [00:07:45] http://rafb.net/p/GQflnl44.html [00:08:14] siebrand: see if it works after applying that patch [00:08:16] the error was produced by $dbw->update [00:09:14] the first chunk is a whitespace fix, so that doesn't really do anything [00:12:17] Zach: it's fixed the wrong way ;) [00:12:53] yea, it's a hack :P [00:12:53] Zach: in my wiki all the extra tabs should read "oioi" and they all read "commentary" now [00:13:18] oh [00:14:06] 03dale * r30933 10/trunk/extensions/MetavidWiki/ (14 files in 8 dirs): media search filters now support date range queries [00:17:01] Zach: never mind. It works. [00:17:34] oh ok [00:18:30] Zach: I tricked myself. Had set user language to en. [00:18:35] i didn't really know what to do if it wasn't working :P [00:19:01] i would've just given up, thrown a hissy fit or something [00:19:37] 03siebrand * r30934 10/trunk/extensions/CommentPages/CommentPages.php: [00:19:37] * fix bug with message on comment tab (by Zach) [00:19:37] * some indentation and style fixes [00:37:33] 03(NEW) MedCom wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13014 normal; normal; Wikimedia: General/Unknown; (Ryanpostlethwaite) [00:40:18] Does anybody know why ther occurs this db error stated above? [00:40:42] Database::makeList called with incorrect parameters -> Database->makeList('SER_EDITED = 1', 2) [00:42:03] anyone? [00:45:15] 03(mod) MedCom wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13014 +shell (10minuteelectron) [00:46:07] Asga, what is the first parameter trying to do [00:46:55] if you're testing if the constant SER_EDITED is equal to 1, then use == [00:47:40] lol [00:48:33] i was researching [00:49:02] $dbw->update('SERevisions', 'SER_EDITED = 1' , 'SER_PAGEID = ' . $articleid, __METHOD__); [00:49:04] Duesentrieb: you here? [00:49:16] this is the function which produces the error [00:51:02] MinuteElectron: barely. [00:51:07] *Duesentrieb eyes bed [00:51:16] lol maybe because its a string *selfslap* [00:53:19] Duesentrieb: That's unfourtunate, I was wondering if you had a moment to discuss internationalised extension descriptions on mediawiki.org - it is obvious how they could be extraced from subversion, but i don't see how it would be posisble to put them onto extension description pages. Do you have any ideas on how this could be done? Using more extension parameters wouldbe difficult to implement (how would language s [00:53:21] seems to work [00:53:54] MinuteElectron: the obvious way would be to use one of the multilang extensions [00:54:28] hmm [00:54:55] http://www.mediawiki.org/wiki/Extension:Multilang [00:54:55] i suppose that could wor [00:54:57] k [00:55:00] http://www.mediawiki.org/wiki/Extension:Multilanguage [00:55:18] i guess both would need more work before they could be deployed. [00:55:20] Didn't the sysadmins have a problem with installating themdue to caching? [00:55:23] yeah [00:55:45] may be. though the parserf cache is langugae-dependant anyway [00:55:53] but there may be issues i don't wuite remember [00:56:05] ok [00:56:05] to bad rob isn't around any more :/ [00:56:09] i'll post to the mailing list [00:56:09] anyway, off to bed [00:56:12] goodnight [00:56:14] sleep well [00:56:21] cuyea [00:56:43] I need a SQL query to find out the time of the last edit to my wiki... if someone would be so kind and PM me the query I would be thankful :) [00:57:34] TheLetterE: one moment [00:57:39] MinuteElectron: thank you [00:58:32] TheLetterE: select max(rc_teimstamp) from recentchanges; [00:58:34] 03(mod) MedCom wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13014 +comment (10martinp23) [00:58:47] gone for real, now :) [00:58:56] SELECT rev_timestamp FROM revision ORDER BY rev_timestamp LIMIT 1; [00:58:59] *sigh* [00:59:01] you win Duesentrieb [00:59:04] :) [00:59:37] except teimstamp is spelt a bit wrong-ish ;) [00:59:56] indeed [01:02:09] MinuteElectron: that gives the revision number? [01:04:54] 03(mod) MedCom wiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13014 (10Ryanpostlethwaite) [01:05:40] TheLetterE: it does? [01:05:56] time stamps are in the format YYYYMMDDHHMMSS [01:37:26] how do I change the password of a user using phpmyadmin? [01:37:58] user_password only says [BLOB - 32 bytes] [01:38:05] !passwordsql [01:38:05] --mwbot-- UPDATE user SET user_password=MD5(CONCAT("1-",MD5("password"))) WHERE user_id=1; This will reset the password for the user with user_id 1 (the default admin account, usually WikiSysop) to "password". If you do not know the name of the user account, execute: SELECT user_name FROM user WHERE user_id=1; [01:40:26] huh, why would you not know the name of an acount? [01:40:38] I think it meant to say the ID. [01:40:44] In which case the query is backwards. [01:40:46] yeah [01:40:48] *Simetrical rewrites it [01:40:49] *MinuteElectron fixes it [01:40:51] dammit [01:40:54] :P [01:41:53] 03(NEW) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 15enhancement; normal; MediaWiki: User login/settings; (artificial) [01:43:18] That's a remarkably good feature, actually. Why don't we have that? [01:43:18] *MinuteElectron goes to bed. [01:43:29] hmm, that IS a good idea [01:43:29] Simetrical: No one made it? [01:43:40] Don't be silly. [01:43:45] I'm sure *someone* did. [01:43:56] Just not a developer. Or if they did, as an extension. [01:44:18] ok [01:44:21] goodnight [01:44:37] are all user accounts stored in the user table? [01:45:16] atom_man, yes. [01:45:31] At least unless you're using some alternative authentication system. [01:45:49] I have just installed mediawiki.. [01:46:09] Then the answer is probably yes, they're all in the user table. [01:46:13] but could log in with the account I specifyed during the instalation. [01:46:30] so I made another user. and the login want smooth. [01:46:45] but in the user table theres only one user ID=1 [01:47:07] atom_man: you have to change the id number [01:47:16] to get different users [01:47:39] id=1 is usually WikiSysop (or whatever you named it) [01:47:43] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 +schema-change; +comment (10Simetrical+wikibugs) [01:48:03] i'm using phpmyadmin, it should display more then one row in the table.. [01:48:10] It should, yes. [01:48:15] Are you sure you're looking at the right database? [01:48:40] atom_man: It will only display the users that actually exist, so if you're the only registered account... [01:48:56] He said he made another. [01:49:13] but I cant find it anywhere in the database. [01:49:28] the loging works, so does the password reminder. [01:49:40] how can i hide the "Donations" link? [01:49:48] tlhiv_laptop: edit MediaWiki:Sidebar [01:50:01] ok [01:50:49] thanx [01:53:12] Skizzerz: could you help me with a skin? [01:53:18] http://metapost.tlhiv.org/wiki/index.php [01:53:25] i'm trying to get the Navigation to the top [01:53:26] is there a way to reset the "cant send password reminder" timer? [01:54:25] Skizzerz: i want the order to be Navigation, Views, and Personal Tools [01:54:33] tlhiv_laptop: find where it's output is on the skin's php file, then move the navigation part to above the other ones [01:54:35] 03(FIXED) External links with & in them break in an imagemap - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11504 (10Prodego) [02:02:42] is there a way to reset the "cant send password reminder" timer? [02:02:57] for one user?? [02:03:39] atom_man: yeah, remove the newpass time in the user's DB record [02:04:39] I would like to setup an auto-forwarding system that first checks if a topic exists... and if it doesn't, it forwards the user to the 'To Do' Namespace I've created. Is this already a feature of Mediawiki? [02:05:01] update user set user_newpass_time=NULL where user_name='CreepyGuy7'; [02:07:22] Anyone?? [02:07:28] thx.. managed to login now.. [02:08:27] esgarrouth19: doesn't ring a bell. [02:09:01] Could you provide any leads as to where I could find an extension for this? Or should I just create my own extension? [02:09:17] i'm not 100% on what you're trying to do [02:09:34] but extensions can be found on www.mediawiki.org [02:09:38] Ok... say a user goes to the article 'Cats' in the main namespace [02:09:55] The article 'Cats' does not exist, so I want it to forward them to 'To Do:Cats' [02:09:58] ok, and MW says "no text in page" [02:10:04] wierd. [02:10:36] And if it doesn't exist in the 'To Do' namespace, I want them to be able to create it there. [02:10:37] yeah, write your own extension - should be pretty straightforward. [02:10:43] Alright, thanks. [02:10:58] np. if you have any questions throughout the process, feel free to ask in here [02:11:06] many devs sit around in here [02:11:50] haha Ok, thanks again. Bye. [02:13:12] 03(NEW) Anchor encoding is not one-to-one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13016 15enhancement; normal; MediaWiki: Page rendering; (Simetrical+wikibugs) [02:13:13] 03(mod) XHTML compliance (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=209 (10Simetrical+wikibugs) [02:17:36] *Simetrical assigns bug 13015 to TimLaqua [02:18:12] !bug 13015 [02:18:12] --mwbot-- http://bugzilla.wikimedia.org/show_bug.cgi?id=13015 [02:19:30] 03(ASSIGNED) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10t.laqua) [02:21:03] should I reassign it to me or leave it at wikibugs? [02:25:25] TimLaqua, either one you like. [02:25:28] No formality here, really. [02:26:44] Hi everyone, I have setup a wikifamily with multiple languages but I want the language toolbar (below the toolbox) to be there permanently and with all the languages. How do I do that? [02:26:48] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10artificial) [02:27:17] I'll be very grateful if anyone can give me any ideas [02:28:52] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 +comment (10achuggard) [02:30:43] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10t.laqua) [02:31:03] I have used interwiki links but that would force me to add links to all the languages in all the pages. Perhaps you guys know of another way to do it [02:33:49] i hate animated GIF's and i was wondering if I could use JavaScript in mediawiki to perform animations [02:33:58] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10Simetrical+wikibugs) [02:36:32] you're saying we index every column we ever use? [02:36:41] in a where clause? [02:40:50] i mean, is that seriously our methodology? If we use it in a where clause, we index it? [02:42:35] TimLaqua: if necessary for performance reasons [02:42:39] which it frequently is :) [02:42:52] but for a "I forgot my username" feature? [02:43:22] Email would be the only key we could have to query with, so it's index or full table scan :) [02:43:24] we have millions of rows in the user table. a table scan can be rather expensive [02:43:40] I feel dirty. [02:46:16] is there a writeup for the schema change workflow? [02:46:35] probably no writeup, but here's a summary: [02:47:11] 1) run updates on slaves in turn (if very expensive, possibly take them out of rotation while doing this so users don't get lag reports) [02:47:34] 2) switch master [02:47:42] 3) run updates on the old master (now a slave) [02:47:51] 4) update software to use the new fields [02:48:15] *brion stabs netsplit [02:49:22] i got step (1) [02:49:24] ;-) [02:49:36] blah [02:49:42] 2) switch masters [02:49:46] 3) run updates on the old master (now a slave) [02:49:52] 4) update software to use the new fields/indexes [02:49:56] 5) profit! [02:50:37] so what's the dev methodology? Like certain files need to be updated w/ the new schema (what files) and update routines developed, etc [02:51:16] TimLaqua: what do you mean? [02:51:37] You mean like update.inc, tables.php, /archive ? [02:51:42] yeah [02:51:47] *tables.sql [02:52:02] is there a way to hide/show the editing toolbar? [02:52:13] 'cause all I ever cared about for schema was tables.sql - but I never make schema changes in the core and I always use mysql. ;-) [02:53:44] why don't we develop a "schema team" and then the devs can do dev stuff and the schema people can make it fast? ;-) [02:54:15] you mean an IT team to do the queries? [02:54:28] in the long run, we seem to be heading that way [02:54:49] not do the queries, but advise on query efficency and make schema changes when needed or appropriate [02:54:58] brion: eventually the new IT guy (or gal, but...you know) will being doing more than fixing printers ;) [02:54:59] TimLaqua: what i do: [02:55:02] 1) update tables.sql [02:55:02] see, none of my wikis have 1,000,000 rows in the user table [02:55:16] 2) create an archives/patch-whatever.sql file that performs the updates [02:55:22] 3) add that to updaters.inc [02:55:41] 4) wait for postgres boys to update the postgres version ;) [02:55:46] *AaronSchulz was about to add that [02:56:18] a few notes on making things easier: [02:56:40] so when is it appropriate to make schema changes? do we always wait for the beginning of the cycle? or just drop it when it's ready? [02:56:40] * adding new tables that can start empty is the easiest change [02:56:52] * adding new tables that could use some initialization isn't too hard, usually [02:57:19] * adding new fields/indexes to existing tables is annoying, but not too hard -- as long as it's ok to have them sitting there while the old software runs [02:57:33] * removing existing fields/indexes -- tends to suck. hard. [02:58:12] * adding new primary keys is the most fun [02:58:30] or unique ones in general [02:58:44] brion: so how is that log_id comin' along, eh? [02:59:04] nevarrrrrrrr :) [02:59:18] tell me that is not the hardest? ;) [03:00:04] that's a pain in the arse because you're adding something with a unique constraint that needs to be initialized all at once in a magic poof. :) [03:00:20] so adding it requires some awful thing like creating a new table, copying all the data, then swapping the tables aroud [03:00:30] that's hard to do cleanly without taking things offline while you work [03:00:55] Tim said they may be in order so it may be easier to run [03:01:53] O_O [03:02:16] *Warpath coughs SUL coughs [03:02:20] *Warpath retreats [03:03:50] :D [03:05:13] Hey, can someone help me figure out what needs to be installed for to actually be parsed as HTML? [03:05:31] it seems to just show up as code, and not.. as a table row [03:06:18] does
foo
render normally for you? [03:06:34] ...good question [03:07:37] page I'm concerned about: http://cmwp.com/wiki/Template:Navbox_generic_subgroup [03:07:49] it's possible I just... didn't make the code correctly [03:08:09] (or, rather, I screwed it up while pasting it from Wikipedia) [03:08:57] Azu: a needs to appear inside a [03:09:04] out of context it's not allowed [03:09:08] pretty sure there's a
before that [03:09:28] doesn't show up in the output, of course [03:09:34] well, also if you don't have tidy installed, you can't use conditionals [03:09:51] ...Really. [03:09:55]
{{#if:1|}}
foo
[03:10:02] what is the best way to hide ALL edit indicators if one is not logged in [03:10:05] because the html is sanitized before the conditionals [03:10:06] !tidy [03:10:06] --mwbot-- For more information about HTML Tidy, see . [03:10:18] but with tidy, it is sanitized after [03:10:19] i have set it up already to ensure that one has to be logged in to edit [03:10:33] but i want to hide the [edit] links if someone is not logged in [03:10:50] which seems silly, but because wikimedia uses tidy, the devs don't seem to care if it breaks for those without tidy ^_^ [03:11:33] Azu: so you have two choices.. a) is install tidy, then you can copy any template from wikipedia [03:11:41] b) is to use wikitables, which can be split [03:11:56] Splarka, same problem with wikia :( [03:12:25] yes [03:12:49] I begged, pleaded, and fought with the Wikia devs over getting Tidy installed, but they complained it broke too much stuff [03:13:11] (which really, is already broken, tidy just exposed the cracks) [03:14:09] Azu: so for example in wikitable: [03:14:09] {{#if:{{{list1|}}}| [03:14:09] {{!}}- [03:14:09] ! style="background:#ddf;{{{groupstyle|}}}" | {{{group1}}} [03:14:09] }} [03:14:33] frankly, it's not my wiki [03:14:34] and create Template:! with content of one pipe | and no linebreaks [03:14:43] the admin is leaving it up to me to figure out how to do things [03:15:25] "Hey, this template isn't working" "Oh? Tell me what you want installed." [03:15:41] has been a sort of trial and error process [03:18:04] ...oh but I have sysop now [03:18:16] I suppose I can't install Tidy with sysop though. [03:18:43] nope... [03:19:28] didn't think so [03:20:31] do you know how to use wikitables? [03:21:57] Nope. [03:22:36] ...well [03:22:41] http://cmwp.com/wiki/index.php?title=Template:Navbox&action=edit [03:22:44] Does that count? [03:22:57] because if so then apparently I've done it [03:23:16] whether or not I know how is irrelevant if I can just plagiarize myself [03:24:30] -- hahaha [03:24:36] he just installed tidy [03:24:41] okay thanks [03:24:41] well, there you go [03:24:45] http://en.wikipedia.org/wiki/Help:Table [03:24:54] wikitables are... syntax in confusing pipes and squiggles [03:25:19]
is {|,
is |- and the is assumed by context. [03:25:38] th is !, td is |, and two pipes are the gap inside the td tag [03:25:59] | style="foo" | bar becomes bar [03:26:22] 03(mod) Enable CommentPages extension on English Wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11586 (10zach+bugs) [03:26:42] but since uncovered pipes are also used as parserfunction (#if etc) delimiters, you have to escape them for wikitables with a tempate {{!}} containing | [03:32:43] Splarka: http://en.wikipedia.org/wiki/User:Mr.Z-man/whatlinksHighlight.js [03:35:58] heh [03:36:19] its not perfect [03:36:23] but it works [03:37:14] *Splarka refrains from a snide comment about innerHTML [03:37:25] clever use of the rest though [03:37:36] *MrZ-man hates it too [03:37:37] now you just need to get it approved as a gadget [03:38:04] I'll add some more for redirects later (since whatlinkshere lists pages that are linked through redirects) [03:38:30] wait, wasn't this convo in #wikimedia-tech [03:38:35] yes [03:38:38] *Splarka thinks you're confusing people now [03:39:34] also, this didn't address either of the other two original issues, that of showing what the link(s) text is on the Special: page, nor showing what section(s) have the link [03:39:36] hmm [03:39:39] it also needs a change to CSS page too [03:39:50] well [03:39:54] you can use inline css for now [03:40:00] and actually [03:40:12] Splarka: that's too hard to do with JS [03:40:13] why not give it a name="" and make the link fragment point to it? [03:40:15] nah [03:40:21] is easy [03:40:32] the "showing what the link(s) text is on the Special: page, nor showing what section(s) have the link" [03:40:38] that part [03:40:41] well, yah [03:40:46] that is ^_^ [03:41:03] newtext = pagetext.replace(stuff, " of course, it would only work for the first match [03:41:14] the CSS is just a.highlighted { background-color: #FDE910; } [03:41:42] *MrZ-man uses such descriptive variable names like "stuff" [03:41:51] newtext = pagetext.replace(stuff, " I could do that [03:42:13] where thingy is the fragment-escaped title or something [03:42:25] I think the CSS was a leftover bit from another idea [03:42:36] also added to the URLs modified above of course [03:42:51] + '#' + thingy; [03:43:16] *MrZ-man will do that later [03:43:19] and unlike id, names can repeat (well, maybe only with radio buttons, but still) [03:43:36] *Splarka tests the w3 validator [03:44:19] is there a way to make it only modify the links in the actual article, not things on the sidebar, etc? [03:44:30] yah [03:44:57] pagetext = document.getElementById('bodyContent').innerHTML; [03:45:10] and then drop it back in there [03:45:12] although it would be cleaner with the dom [03:45:19] or at least slightly cleaner with... [03:45:27] page = document.getElementById('bodyContent') [03:45:31] and then refer to page.innerHTML [03:45:41] although better not to modify that live, since it is kinda slow [03:46:17] I tried something like document.links[i].class = 'highlighted' [03:46:25] but that didn't work [03:46:37] className [03:46:47] or .setAttribute('class',name); [03:46:56] JS is fickle [03:47:12] unpredictable camelcase and strange browser requirements [03:47:15] of course it wouldn't be the obvious things... [03:47:20] of course not! [03:47:28] as long as it works in FF :) [03:47:32] btw, three is #mediawiki-scripts for this sorta thing [03:47:42] if you're in it for the long haul [03:47:52] we'll see [03:59:55] oh [04:00:18] What do I have to edit to get the symbol next to external links to disappear? [04:00:37] for all external links on the wiki? [04:00:40] is that under common.css? [04:00:40] yes [04:00:58] well [04:00:59] I assume it's something to do with linkification [04:01:01] it only affects certain skins [04:01:23] so it would be under MediaWiki:Monobook.css to start with [04:02:08] that has no content at this point [04:02:41] #bodyContent a.external {padding-right:0px !important; background:none !important;} [04:02:44] try that... [04:03:14] *Azu throws it into Common.css [04:04:22] well, MediaWiki:Monobook.css having no content to start with doesn't mean it won't work there [04:04:30] right [04:04:48] although you /might/ do odd things in some other skins *shrug* [04:05:01] my example should be pretty neutral, but you might modify it in the future [04:05:51] be sure to clear your browser cache [04:06:26] oh, you don't need !important if you do something like: [04:06:26] body #bodyContent a.external {padding-right:0px; background:none;} [04:06:46] specificity ftw [04:08:24] *Azu tries to figure out where to throw in display:block in this table to fix (and not break) it [04:30:42] does anyone know of some sort of analytical app for mediawiki that figures out how many pages each user has created/modified? i'd like to compare each user's activity is my goal [04:36:59] nifty! found a solution myself, here: http://www.mediawiki.org/wiki/Extension:SpecialUserScore [04:39:09] and this is even better: http://www.mediawiki.org/wiki/Extension:Contribution_Scores [04:41:20] hi how do I link to an external image? [04:41:45] [[Image:http://www.mibbit.com/smilies/yel02.png]] doesn't do what I want [04:41:49] normally you can't [04:42:02] oh really? I have to upload them all? [04:42:44] yes, though i think there's an extension to link external images, but i'm not sure [04:42:52] hmm ok, [04:43:55] !externalimages | axod [04:43:55] --mwbot-- axod: To allow images from elsewhere to be included in your wiki, see . To limit this to some specific sources, see . [04:44:02] 03(mod) Weaken DISPLAYTITLE restictions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12998 +comment (10dan_the_man) [04:44:45] thanks MrZ-man [04:45:45] axod: if it is just one or two, you can use CSS [04:46:07] ok, [04:46:25] for example, one site wanted to load, from an associated game site, one page of live game states, so they created a div with a site-wide (MediaWiki:Common.css) background-image defined for it [04:46:34] you can't use background-image inline but you can site-wide [05:06:11] can anyone help me out ? [05:06:51] ? [05:07:45] describe what kind of situation are you in to be helped out [05:08:02] !ask | barak4u [05:08:02] --mwbot-- barak4u: 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. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [05:08:25] I am trying to initiate a Hebrew Translate page on the Hebrew Wikipedia similar to Wikipedia:Translation on the english one... the problem is that the Hebrew Wikipedia administrators are affriad to implement new features... [05:08:33] shouldn't there be a Wikipedia:Translation page on all the wikipedias in all the languages? [05:09:48] gangleri might have info... [05:09:58] hi! [05:10:09] hei [05:10:11] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 +comment (10dan_the_man) [05:10:41] moment please did you try [[m:special:SiteMatrix]] ?? [05:11:21] ok [05:13:51] gangleri, are you still there ? [05:14:00] or are you still busy ? [05:18:47] gangleri? [05:19:03] ? [05:19:58] hi barak4u I am reading your posts [05:20:03] great [05:20:12] what do you reccon ? [05:20:22] barak4u, are you looking for an equivalent to http://en.wikipedia.org/wiki/Wikipedia:Translation ? [05:20:43] can you please provide the source link? and the target link ? [05:21:33] http://en.wikipedia.org/w/index.php?title=Wikipedia:Translation [05:21:44] yes thats it [05:22:07] I tried opening an equivalent page on the Hebrew Wikipedia [05:22:35] http://he.wikipedia.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%A4%D7%93%D7%99%D7%94:%D7%AA%D7%A8%D7%92%D7%95%D7%9D ? [05:23:10] looking [05:23:32] but unfortunatly the Hebrew wikipedia adminstors thought this idea is not good so they rather not help me build it and most likely they would delete eventually any effort of mine to make it work [05:25:01] a translation page would be a perfect solution for the larger Hebrew Wikipedian community to collaborativly translate articles mainly from the English Wikipedia [05:25:08] barak4u maybe you need to wait one day or two [05:25:21] I have waited several months now [05:25:25] you will see who is supporting the idea and who not [05:25:31] oh; sorry [05:25:46] the main administrator for the Hebrew wikipedia didn't get it :( [05:25:52] this is the wrong channel [05:26:22] #wikimedia is about such issues : translations and things like that [05:26:29] this is a channel for developers [05:26:50] The few administrators on the Hebrew wikipedia act like god there... [05:27:16] I need help with the developing part behind that page as well though... [05:27:56] before I ask the tech questions, where do you think I could consult about general wikipedia policies ? [05:28:42] in #wikimedia ; there is also a general #wikipedia-en-help channel as far as I can remember [05:29:17] barak4u can you use private chat? did you register your nickname with a password? [05:29:19] barak4u: http://meta.wikimedia.org/wiki/IRC_channels [05:29:36] gangleri: you can set your nick to allow non-registered /msg [05:29:43] /msg nickserv set unfiltered on [05:29:54] 14(INVALID) Special:AddData doesn' t show {{{page title}}} if page already exists - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=10921 +comment (10yaron57) [05:32:29] moment [05:32:43] I did [05:33:07] k [05:34:54] Simetrical: thanks, I have forgotten that on de.wp the old parser is still in use. it works well on en.wp. [05:43:08] in the mediawiki faq it has this question: [edit] If I start an own commons wiki, how do I setup it, so that my other wikis can use its media? [05:43:18] what the hell is that first part? [05:44:51] done [05:44:53] <3 [05:44:56] http://cmwp.com/wiki/Template:Help:Editing [05:44:59] what, 'an own'? basically means 'my own', I see native nordic speakers use that phrase a lot when speaking english, [05:47:34] hey, on Wikia they have that Report a problem tab, is that a module/whatever that other mediawikis could install, or was that something they came up with on their own? [05:48:47] they aren't very eager to release the sources of their in-house extensions [05:49:03] in a few cases this is because of security/company secrets, but... [05:49:07] oh fuck i'm tired..that should've been easy to understand... [05:49:28] in most cases, it is because they don't have time to pretty them up and release them to the wikimedia SVN (or make their own repository) [05:49:37] as they're too busy writing them [05:52:15] so it is something that they're pretty much the only ones using? [05:52:22] that's the point of a wiki - people like me noticing typos =) [05:53:07] Ned: well, some of them are, yes [05:53:27] check Special:Version, the ones that are from the public SVN are usually linked, to meta or mediawiki.org or the svn directly [06:00:12] I see [06:02:35] ^_^ You could always poke someone to create a new extension which is similar to it, but works better, is more secure, and the source is open... [06:02:44] s/poke/pay/ >.< [06:02:49] rofl [06:05:10] Hmmm.... this just made me start to see interest in Cofundos [06:07:08] it just seems like such a nice feature [06:07:12] it made me wonder if anyone else used it [06:07:18] I've only used it a handful of times on Wikia [06:07:42] but even brand new users have an easy way to report stuff [06:10:23] Hmmm... I like the COFundOS idea... Hoever, I have a strong dislike of the "Competitive offers" part... It could easily point development towards the cheapest hand, rather than the most skilled for the job, especially since they haven't actually done anything on the task. [06:10:56] *Dantman imagines a better form of it oriented towards Wiki Software... [06:11:13] I still want a wiki for legos [06:11:15] not about legos [06:11:20] but one that could edit lego plans [06:11:40] why should text have all the fun [06:12:03] ^_^ That kind of think really fits more into it's own dedicated application... Which, btw... Multiples of them do exist... [06:12:33] you probably could use mediawiki for it [06:12:44] you'd just need to have an interface that sits on top of it all [06:12:50] and have a markup language [06:15:18] Bleh... who even Runs WikiHR.net [06:41:19] can i disable text wrapping in the edit textarea? [06:41:32] with CSS, yeah [06:42:01] apply style="white-space:nowrap" to the textarea [06:54:55] morning [06:55:25] Hello Nikerabbit [06:58:32] if I'm moving my site to a new host where the site will be one directory away from public_html what kind of problems can I expect? [06:58:49] before it was sitting in public_html now it's public_html/site/ [07:18:36] t0lk: less problems then before [07:18:52] putting the pages directly in the root directory is Frowned Upon (tm) [07:19:02] how come? [07:20:30] cant remember where I found it but afaik it said something about some things might b0rk [07:20:40] oh [07:21:03] does mediawiki structure the database in such a way that changing the directory would cause a problem? [07:21:07] or should it be fine? [07:21:15] no, it's fine [07:21:19] just change LocalSettings [07:21:21] 'You should not rewrite articles to be in the document root. URLs like http://wiki.example.com/Article_title may look prettier to you than http://www.example.com/wiki/Article_title, but the former causes a variety of problems (including issues with robots.txt, favicon.ico, and script paths).' [07:22:02] What options are there for someone looking for more template flexibility? would something like Smarty be advisable, I noticed Phptal support but I'm unfamiliar with it and it's suitability. [07:22:24] ok great thank you LD [07:22:26] :D [07:22:37] t0lk: if you've had a lot of external self-referential links added to your pages, they might break (unless they use {{fullurl:}} ) [07:22:50] oh [07:22:53] ok [07:22:58] that too :) [07:23:14] thank you very much :) [07:23:19] how can I do a sitewide skin that is based on Classic, without losign access to Classic itself for people who liked it? [07:23:58] http://www.icann.org/announcements/announcement-04feb08.htm [07:24:09] When will we support IPv6? [07:24:17] starshine: copy it? [07:24:41] Splarka: "it" isn't cohesive, "it" seems to be scattered about in loose pieces [07:24:51] if "it" was monobook I wouldn't need to ask this :) [07:25:43] or perhaps more accurately I can't quite tell which parts are really Classic, and which parts are just generic bits that are shared. [07:25:58] Does anyone even bother extending template functionality, everyone seems content with the current implementation... [07:26:59] well the 'extension' in this case is based on MonoClassic [07:27:00] VasilievVV: Never!!! :D [07:27:11] OverlordQ: why do you think so? [07:27:16] [07:27:31] More likely probably whenever more Datacenters start providing native IPv6 [07:27:56] mediawiki should support ipv6 already, someone added it a while ago [07:28:23] And what about Wikimedia? [07:29:11] we already do for most services other than the wikis [07:29:20] doing it there is a fair amount of effort and there's more pressing things to be done [07:32:07] fair amount of effort? Bah :D [07:36:25] 03raymond * r30935 10/trunk/extensions/LuceneSearch/ (LuceneSearch.i18n.php LuceneSearch.php): Add 'descriptionmsg' for Special:Version [07:50:45] 03aaron * r30936 10/trunk/extensions/FlaggedRevs/ (6 files in 3 dirs): [07:50:45] * Expiry column needs index for purging [07:50:45] * Bump version [07:53:13] 03aaron * r30937 10/trunk/extensions/FlaggedRevs/ (posgres/ postgres/): Rename dir [08:17:27] Bleh... can't profile what I wan't to... [08:42:42] 03raymond * r30938 10/trunk/extensions/ImportFreeImages/ (ImportFreeImages.i18n.php ImportFreeImages.php): [08:42:42] * Change extension type from 'other' to 'specialpage' as it is a specialpage [08:42:42] * Add link to special page in description message [09:24:15] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11988 (10ThomasBleher) [09:36:44] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11988 +comment (10daniel) [09:47:44] 03(mod) Identifier needed for MediaWiki generated pages in page source - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11988 +comment (10overlordq) [10:05:27] can someone take a look at this message: http://bahaikipedia.org/User:David/sandbox4 [10:05:36] "Error creating thumbnail" [10:06:13] i switched hosts and got that message [10:07:31] t0lk: what did you put for $wgUploadDirectory ? [10:07:49] 03siebrand * r30939 10/trunk/extensions/ForcePreview/ForcePreview.i18n.php: Fix typo [10:07:58] umm let me look [10:08:35] i have $wgSharedUploadDirectory? [10:09:39] and for this one ? [10:10:02] i don't see just $wgUploadDirectory [10:10:07] but for shareduploaddirectory [10:10:15] $wgSharedUploadDirectory = "../commons/images"; [10:10:56] try to put an absolute path [10:11:15] hi Hojjat [10:11:25] hi ialex [10:11:28] how are you? [10:11:33] and ensure that path is at least group world writable [10:11:41] ine and you ? [10:11:44] -worls- [10:11:48] d [10:11:57] +f [10:11:59] what's an absolute path? [10:11:59] ialex: I'm fine :) What news? [10:12:36] Hojjat: nothing, i think [10:12:43] Simetrical: have a sec? [10:12:55] t0lk: it's something like (on linux) /var/www/chosts//path/to/directory. [10:13:04] ok [10:13:19] ialex: the other day, I tried to find where the fallback mentioned in bug 13010 takes place, and I couldn't find it [10:13:22] do you have any idea? [10:13:26] ah ok i got it fixed [10:13:31] thanks a lot for your help [10:13:48] !b 13010 [10:13:48] --mwbot-- http://bugzilla.wikimedia.org/show_bug.cgi?id=13010 [10:14:44] I browsed the code for about half an hour, and I couldn't figure where the fallback takes place! [10:16:28] ialex: then I got tired and bored. So I decided to fix bug 13005, which only took about five minutes! [10:16:45] !b 13005 | ialex [10:16:45] --mwbot-- ialex: http://bugzilla.wikimedia.org/show_bug.cgi?id=13005 [10:17:30] *Werdna supposes he'll fix a bug [10:17:47] Hojjat: fallback is defined by $fallback languages/messages/Messages(.*).php [10:17:53] werdna: which bug? [10:18:12] Hojjat: I'll give our template author friends a {{subst:USERNAME}} thing [10:18:18] ialex: yeah, but here is the thing [10:18:51] ialex: If you go through MessageCache and add a few echo()'s here and there.. [10:19:10] you'll notice that the "uselang" parameter is present there. (In the link given in the bug, the uselang is abc) [10:19:36] but at some point, which I can't find where it is, MessageCache tries to find the messages in lang abc, and fails, and "falls back" to "en" [10:19:50] as you know, we don't have MessagesAbc.php, so the fallback to en isn't defined there [10:20:08] it is a "default" fallback to "en", which happens when no messages are found for a lang code.. and I can't find it [10:20:16] Werdna: interesting [10:20:27] ialex: did I express myself completely? [10:23:19] Hojjat|brb: this is the line 2076-2080 of Language.php where it defines the default fallback [10:23:56] (see also the comment on line 2084) [10:24:31] ialex: I'll take a look in a sec [10:25:11] I updated from 1.6 to 1.11, no error during the running of update.php, but the wiki shows only a blank page. no error messages. I've also changed the LocalSettings.php with new password for the database. any help? [10:25:48] ialex: great! [10:27:27] ialex: btw, about the issue I had with applying your patch the other day: it was about new lines. I figured how to get arround it :) [10:28:40] Hojjat: i use MacOS so i don't have the same new lines as you [10:28:51] Hi people. I see that categories in redirects get a class ("redirect-in-category") is it also possible to add a class to redirects on normal pages? [10:28:55] ialex: yeah, I also noticed that! [10:36:03] 03raymond * r30940 10/trunk/extensions/LinkSearch/LinkSearch.i18n.php: Add link to special page in description message [10:37:31] Hojjat: there should be a function like Language::LocalisationExist( $lang ) that return a bool whetever the localisation exists [10:37:50] ialex: i'm hardcoding it, without using a function indeed [10:37:59] ow [10:38:00] only five lines need to be added :) [10:39:15] <_wooz> lo [10:40:53] !r 30871 | Multichil [10:40:53] --mwbot-- Multichil: http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=30871 [10:43:01] ialex: patch is ready! [10:44:45] Multichil: it's live on en.wp. the other projects will follow when the new parser goes live there [10:46:19] 03(mod) Invalid language codes should fallback to default wiki language not English - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13010 (10huji.huji) [10:46:25] ialex: check the above [10:50:00] ialex: what is your full name, again? [10:50:08] Hojjat: i would also add "$content_code != $code && file_exists ( $filename )" [10:50:19] Hojjat: full name ? [10:50:28] I want to credit you there for your help [10:50:37] like I did before [10:51:58] there you go: [10:52:00] 03(mod) Invalid language codes should fallback to default wiki language not English - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13010 +need-review; +comment (10huji.huji) [10:52:52] Ok, nice. Any idea on the best threshold value? [10:52:56] ialex: I also thought of the if you said, but I thought although that is more compact, the debug messages will be harder to understand [10:53:29] anyways, if you think I'm wrong, submit a newer patch :) [10:53:33] Hojjat: i'll try to patch my version for testing [10:53:42] that'd be great [10:54:09] Multichil: actual no threshold is necessary.. the above mentioned patch was improved to work without threshold [10:56:22] Oh i see, so i just have to set mw-redirect to a really awful colour ;-) [10:57:08] yeah :) [10:57:47] Hojjat: you didn't tested your patch with $wgLanguageCode = "abc"; ? [10:58:07] I did... ? [10:58:12] what's wrong? [10:58:32] "Unstub loop detected on call of $wgContLang->getCode from Language::loadLocalisation" [10:58:38] I set my wiki content lang to "fa", and used "&uselang=abc" [10:58:55] eh? [10:59:08] to me, $wgContLang->getCode returns "fa" correctly : [10:59:12] ?? [10:59:30] Hojjat: with an incorrect language code for content [10:59:41] oh.. [10:59:56] have to go [11:00:01] brb [11:00:06] well, I didn't think someone would be mad enough to use a wrong code for content lang1 [11:00:09] okay, see you later ;) [11:00:44] and Aaron didn't think anyone would be mad enough to set an [[Image:]] tag for a nonexistant image [11:00:59] and doing so shut down test.wikipedia (with flaggedrevs) [11:01:06] *Splarka giggles [11:01:50] Splarka: wow! [11:02:04] O_O [11:02:04] so best to check [11:02:18] perhaps Aaron should have also left his patch for review ;) [11:02:21] aaron broke the test wiki? :~( [11:02:24] Warpath, are you a sunglass and spectacle model? [11:02:28] *Hojjat waves to Warpath [11:02:39] I'd prefer sunglass :) [11:02:46] you seem to emote them a lot [11:02:49] Splarka: sunglass? is it an idiom? [11:02:49] *Warpath doesn't wear spectacles :DD [11:03:19] Splarka, thsoe are my big big eyes looking at you O_O [11:03:25] oh got it! [11:03:33] Hojjat: normal words that are pluralized singulars can be used as singles in some english contexts [11:03:57] Splarka: I mean the "meaning" not the grammer! Anyays I got it [11:03:58] don't confuse him more :P [11:04:15] so, for example, if you stand on one foot and hum the national anthem, you can do it [11:04:22] but only if you are married [11:04:29] Splarka: and yeah, he is right. When Warpath gets shocked, his eyes grow wider, and his nose becomes a tiny line, like this: 0_0 [11:04:33] confuse-a-Hojjat c [11:05:07] Splarka: married?! ... I'm not gonna that for a while any more [11:05:36] you must have learned english illegally! [11:06:03] Splarka: oh, is it obvious? [11:06:08] O.O [11:06:58] the nose thing is almost gone! [11:07:30] O O [11:08:05] O​O [11:08:22] ? [11:08:26] zero width space [11:08:38] I'm a pro ther! [11:08:45] 0‌0 [11:08:48] check that! [11:08:57] *Splarka just learned about invisible unicode chars while making http://test.wikipedia.org/wiki/MediaWiki:Gadget-EvilUnicodeConverter.js [11:09:39] O_o [11:10:07] Null character? [11:10:35] Wasn't that something like \x00 [11:10:52] http://www.fileformat.info/info/unicode/char/200b/index.htm [11:10:59] ooh wikians at battle O_O [11:11:05] I'm using the hex html entities [11:11:19] so as not to confuse anyone using the entity names or decimals [11:11:41] anyway, a zero with space is not a null char [11:11:48] though I am not sure what it is for [11:12:19] it is used to divide a word, but... that is divison by zero! [11:15:37] ^_^ Word-breaks inside of words? [11:16:02] MMmmmm... Ctrl arrow dropping you inside of the middle of a word... heh [11:16:40] *Splarka has no idea [11:16:47] 255 characters should be enough for anyone [11:18:33] 255 chars are enough usually, but the 255 I want is not the 255 you want! [11:18:42] heh [11:19:09] well, fine, lets agree to l{ [11:19:26] *Dantman|FS contemplates comming up with a new language and seing if there is enough Unicode space for it left... rofl [11:20:04] Hmmmmm..... [11:20:38] Dantman|FS: that is why they create Unicode-32, Unicode-64.. and we the efforts you're gonna make, perhaps Unicode-128 :) [11:20:39] how about a language where each glyph has to indicate the position in the page it is at [11:20:46] rofl [11:20:55] for... anti-corruption purposes [11:20:56] heh [11:21:03] Which in turn reminds me of Amiga-128 [11:21:39] anyone who would name their computer system "female friend" has a problem [11:22:06] specially if they are female themselves! [11:22:10] heh [11:22:31] although I guess it isn't much better, naming it after fruit, a naval rank, castrated males, or fenestrations [11:22:44] *Splarka gives 5 points to whoever guesses those first [11:23:13] heh [11:24:10] *Hojjat gives 10 points to whoever finds a suitable valentine card for him to send for her "female friend" :) [11:25:05] Heh... I think I can say something to disgust half the programmers here...... "Microsoft Visual C++/CLI" [11:25:42] Microsoft Visual C++ slash C L what?! [11:26:15] Well... least it's better than MC++ [11:28:09] http://en.wikipedia.org/wiki/C++/CLI [11:28:31] so it is a subpage! [11:28:52] No [11:29:18] a dompage? [11:29:41] http://www.google.ca/search?source=ig&hl=en&rlz=&q=C%2B%2B%2FCLI&btnG=Google+Search&meta= [11:29:45] http://en.wikipedia.org/wiki/C++/CLI/TORIS [11:30:14] o_O [11:30:55] hoj: the perfect valentine [11:31:19] lol [11:32:04] *Hojjat 0~0's to Duesentrieb [11:33:59] btw Duesentrieb: gangleri wants a name or id in the

on the extensions list. you know, for kids [11:34:22] Console::WriteLine("{0} has {0,3:d} day's left to live.", Splarka->GetType()->FullName, Splarka->GetTTL() ); [11:34:23] at Special:Gadgets [11:34:32] s/0/1 [11:34:55] Parse error: some stupid language [11:35:05] ^_^ But I'm sure you'll just /love/ Managed Array syntax... [11:35:10] 03(mod) Incomplete Taiwanese translation of "jumpto" and related messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8056 (10N/A) [11:35:33] Splarka: why not. should be trivial [11:35:50] Dantman|FS: syntax error on line 0. Splarka has no property GetType(). [11:35:59] array^ splarkas = gcnew array(1); [11:36:04] Duesentrieb: because you're on 3 months' wikication [11:36:19] Hojjat: ^_^ Actually, every class does... [11:36:36] Dan: now convert that to http://en.wikipedia.org/wiki/Brainfuck [11:36:37] Then Splarka is not a class! [11:36:55] return Splarka::Singleton(); [11:37:00] rofl [11:37:19] or, what was that otherone... [11:37:23] http://en.wikipedia.org/wiki/Befunge [11:37:41] that one was fun [11:38:04] oh, and http://en.wikipedia.org/wiki/Malbolge of course [11:38:33] Seems like there are some competitors for M$ out there! [11:38:54] ternary math programs ftw [11:39:18] Splarka: test and commit :) http://papernapkin.org/pastebin/view/16776/ [11:39:25] Liiissspp!!! [11:39:56] (stock-crash :target :com.microsoft) [11:40:13] Splarka: but check if $section will is enforced to comply to the restrictions for xml ids. for gadget ids, this is enforced. not sure about section ids. [11:40:19] Duesentrieb: perhaps you failed to get the memo. I don't know php nor have any type of server access. I am really good at complaining though [11:40:28] rofl [11:40:42] subst/server/server or svn [11:40:43] Splarka: pass it to gangleri then :) [11:40:48] i'm busy writing my thesis [11:40:49] neither does he [11:40:52] exactly! [11:40:59] a one line hack is ok, but i'm not up to seriously testing it [11:41:03] Splarka: why not. should be trivial [11:41:11] it isn't trivial [11:41:13] because you're busy [11:41:18] *writing* [11:41:23] is rivial. testing is not :) [11:42:43] 03(mod) Invalid language codes should fallback to default wiki language not English - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13010 (10alex.emsenhuber) [11:43:23] ialex: :) [11:44:52] 03(mod) Support collation by a certain locale ( sorting order of characters) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=164 (10mormegil) [11:45:10] Hojjat: maybe a little bit easier :) [11:46:54] 03raymond * r30941 10/trunk/extensions/PovWatch/ (PovWatch.i18n.php PovWatch.php): [11:46:54] Add 'descriptionmsg' for Special:Version [11:46:54] Localisation updates German [11:47:07] ialex: but doesn't contain the debugging messages I proposed [11:50:31] Hojjat: you can add it :) [11:51:01] msy be later. [12:22:49] 03(mod) Capability to download a Wikibooks book for offline reading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13003 +comment (10inyuki) [12:36:50] hello [12:38:38] LO [12:54:33] 03(mod) Support collation by a certain locale ( sorting order of characters) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=164 (10gtisza) [13:09:12] Hello [13:36:28] 03grondin * r30942 10/trunk/extensions/Translate/MessageGroups.php: Adding TitleBlackList extension to the liste of extensions used by Wikimedia [13:43:46] 03vasilievvv * r30943 10/trunk/extensions/Crosswiki/ (6 files in 2 dirs): Initial version of CrosswikiBlock extension. Lacks autoblock, range block and crosswiki unblock [13:45:18] 03(mod) Introduce ipb_by_text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12999 (10vasilvv) [13:47:26] hi [13:48:16] as soon as I hit Save page, my connection is reset. what could the problem be? I recall being helped with this beforee [13:50:56] 03raymond * r30944 10/trunk/extensions/Nuke/ (SpecialNuke.i18n.php SpecialNuke.php): Add 'descriptionmsg' for Special:Version [14:03:31] 03raymond * r30945 10/trunk/extensions/Gadgets/Gadgets.i18n.php: Add link to special page in description message [14:08:48] 03grondin * r30946 10/trunk/extensions/Nuke/SpecialNuke.i18n.php: Update french localization [14:21:00] 03grondin * r30947 10/trunk/extensions/Gadgets/Gadgets.i18n.php: Update french localization [14:28:36] g'day everyone [14:29:14] I've been searching for this on google for a bit, but haven't found a clear solution yet; can I prevent logging of IP's in mediawiki? [14:29:31] $wgPutIPInRC = false; [14:30:08] Werdna: how can I force users to log on before editing? [14:30:09] sweet, thank you [14:30:30] !access | Kartagis [14:30:30] --mwbot-- Kartagis: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [14:30:40] !faq | Kartagis [14:30:40] --mwbot-- Kartagis: Before reporting a problem or requesting assistance, please check the FAQ first. The FAQ for MediaWiki can be found at http://www.mediawiki.org/wiki/Manual:FAQ [14:31:01] thanks [14:33:13] O_O [14:33:54] *Werdna throws Warpath a nose and mouth. [14:34:26] 03grondin * r30948 10/trunk/extensions/MinimumNameLength/ (MinimumNameLength.i18n.php MinimumNameLength.php): Add internationalization extension description message in [[Special:Version]] [14:34:36] O Spacing, spacing, Werdna! :) [14:34:53] ooh topic wars :DD [14:47:06] 03grondin * r30949 10/trunk/extensions/MultiUpload/ (SpecialMultipleUpload.i18n.php SpecialMultipleUpload.php): Add internationalization extension description message in [[Special:Version]] [14:52:16] 03grondin * r30950 10/trunk/extensions/NewestPages/ (NewestPages.i18n.php NewestPages.php): Add internationalization extension description message in [[Special:Version]] [14:59:00] 03siebrand * r30951 10/trunk/extensions/MultiUpload/SpecialMultipleUpload.i18n.php: [14:59:00] * link special page in extension description [14:59:00] * remove period [15:10:48] will i run into a bunch of problems upgrade a 1.7.1 wiki to 1.11.1? [15:11:22] try and hope for the best [15:11:54] !backup | nombyte [15:11:54] --mwbot-- nombyte: http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [15:12:09] im ofcourse backing up and readig the docs [15:12:22] :D [15:13:16] hey is 1.11 using a different method to determin the filetype of uploaded files? I couldn't upload zips with 1.7 because it kept saying it was a 'plain' file when it did the 'magic detection'? [15:15:53] i think ill just copy the full wiki folder out of apache... seems like the easiest way to backit up :D [15:20:53] 03(NEW) dsb: interwiki prefix missing on srv60 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13017 normal; normal; Wikimedia: Interwiki links; (mormegil) [15:27:05] nombyte: if you *also* make a db backup, yes [15:27:16] ya trying to do that right now D [15:27:17] : [15:27:20] blah :D [15:27:25] nombyte: about the zip suff: just configure mime detection properly... [15:27:27] !backup# [15:27:27] --mwbot-- I don't know anything about "backup#". [15:27:29] !backup [15:27:29] --mwbot-- http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [15:27:31] !mime [15:27:31] --mwbot-- For assistance in configuring mime type detection on MediaWiki, please consult < http://www.mediawiki.org/wiki/Manual:Mime_type_detection > [15:27:49] *MinuteElectron thinks it should be possible to make *full* XML backup dumps. [15:28:02] ok thanks, last person i talked to told me to go rewrite the php code [15:28:14] to use something different [15:28:18] 03(mod) Wrong parsing of template with HTML color code - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12974 (10seventowers) [15:30:09] any idea? [15:30:09] [15:30:10] [root@team ~]# mysqldump --tab=/root/wikibackup/ --opt wikidb -p [15:30:10] Enter password: [15:30:11] mysqldump: Got error: 1: Can't create/write to file '/root/wikibackup/wikiarchive.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE' [15:30:11] [15:30:29] 03(mod) dsb: interwiki prefix missing on srv60 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13017 +shell (10raimond.spekking) [15:30:59] 03(mod) Create Hungarian Wikinews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12865 (10dorganist) [15:31:02] nombyte: yiou need to sudo to get into /root [15:31:15] not when im already root [15:31:19] ok [15:31:21] you're right [15:31:23] :D [15:31:26] file permissions ok? [15:31:37] ya should be [15:31:41] 777? [15:31:42] 03(mod) Templates inside of tables appear incorrectly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=529 +comment (10seventowers) [15:31:57] just to be safe [15:32:03] then chmod 000 oce done [15:32:13] ok ill give that a go [15:32:22] nombyte: err, SELECT INTO OUTFILE is run on the server process. which is *not* root. [15:32:33] gotcha [15:32:58] why are you using --tab? [15:33:12] because thats how they show to do it on the mysql website [15:33:20] http://dev.mysql.com/doc/refman/5.0/en/backup.html [15:33:24] and i don't know any other way [15:34:10] easier way: mysqldump --opt wikidb | gzip > backup.sql.gz [15:34:54] that worked great [15:35:03] even with the folder 777 if --tab was there it gave that error [15:35:13] if i took tab out like you suggested it worked. [15:36:12] err, don't forget that default-charset cruft [15:36:29] otherwise it might mangle some characters [15:36:49] oh hey [15:36:50] [15:36:51] gzip: stdin: not in gzip format [15:36:51] tar: Child returned status 1 [15:36:51] tar: Error exit delayed from previous errors [15:36:51] [15:37:00] just tried to extract it as a test [15:37:05] nombyte: http://brightbyte.de/page/MediaWiki_backup [15:37:20] ymmv, of course [15:37:44] i've already got rid of some files so im just gonna do a fresh install :D [15:38:01] i tried to 'mv LocalSettings.php /~' [15:38:12] and the file is gone from everywhere now [15:38:13] :D [15:56:52] !mime [15:56:52] --mwbot-- For assistance in configuring mime type detection on MediaWiki, please consult < http://www.mediawiki.org/wiki/Manual:Mime_type_detection > [16:01:11] looks like it wiped all users out... ? [16:04:46] actually all the users are there but it is saying they are not when they try to login? [16:06:12] it didn't even let me login as admin which I just created during setup >< [16:17:53] Hi everyone [16:19:22] I have written an extension which saves some data in a db table. If I use innodb as the storage engine, the data doesn't get saved in the db. MyISAM works fine. Any ideas? [16:27:27] hi [16:28:24] is there a way for me to find articles (titles only) whose name begin with certain letters [16:28:30] using the api perhaps? [16:28:37] Special:Prefixindex [16:28:55] i've tried http://en.wikipedia.org/w/index.php?title=Special%3APrefixindex&from=gand&namespace=0 [16:29:03] hey, where do uploaded files go? I need to make it writable. [16:29:03] but i want the first 10 results, no more [16:29:35] i need this for a sort of a google suggest like application which i'm writing [16:29:50] ialex: is it possible? [16:30:39] IamZodiac: http://en.wikipedia.org/w/api.php?action=query&list=allpages&apprefix=A&aplimit=10 [16:31:45] or http://en.wikipedia.org/w/api.php?action=query&list=allpages&apprefix=Gand&aplimit=10 [16:32:23] !api | IamZodiac [16:32:23] --mwbot-- IamZodiac: The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at http://www.mediawiki.org/wiki/API [16:32:27] thanks ialex [16:33:24] is it images for everything? [16:34:36] IamZodiac: this script already exists, although for Firefox only; anyway, come to #mediawiki-scripts [16:39:09] is there a way for me to find a article disregarding the case? [16:40:17] i mean is there a way for me to tell wikipedia to ignore the case in 'apprefix=Gand' [16:41:17] also is there a way for me to tell special:export to ignore the case as well, cause i get no output if i get the starting letter's case wrong [16:44:43] how can you remove uploaded files [16:44:43] AlexSm: what is the script called? [16:44:58] !api | IamZodiac [16:44:58] --mwbot-- IamZodiac: The MediaWiki API provides direct, high-level access to the data contained in the MediaWiki databases. Client programs should be able to use the API to login, get data, and post changes. Find out more at http://www.mediawiki.org/wiki/API [16:45:18] ialex: any ideas? [16:45:45] IamZodiac: maybe with opensearch [16:47:13] IamZodiac: http://en.wikipedia.org/w/api.php?action=opensearch&search=GAND&limit=10 [16:50:17] man, is there no file delete? [16:54:44] nombyte: there is [16:55:04] i ended up doing it with mysql, but if there is an easier way that would be awsome. [16:55:45] "delete" tab on image page? [16:56:01] (sysops only) [16:56:11] which brings me to my next question [16:56:18] even tho i just intalled 1.11 [16:56:26] since i did't redo the database no new users were created [16:56:36] the original admin didnm't make an admin user [16:56:39] can i do that now? [16:56:42] after the fact? [16:56:56] there is a script for this [16:57:15] maintenance/createAndPromote.php [16:57:31] i just do php createAndPromote.php [16:57:36] or run from a webbrowser? [16:57:53] from a command line interface [16:58:57] php createAndPromote.php username password [16:59:12] gotcha and it just recreates my user [16:59:18] and --bureaucrat if you want that user to be a bureaucrat [16:59:47] actually will it error if i give it a user who already exists? [17:00:33] you have acces to the database ? [17:00:58] yup [17:01:15] you konw the if of the user ? [17:01:19] * id [17:01:20] lol i just used that script and its saying the password is wrong... [17:01:30] im sure i can get that from the table [17:03:00] so you can run "INSERT INTO user_groups( ug_user, ug_groups ) VALUES ( 1, 'sysop' ), ( 1, 'bureaucrat' );" where 1 is the user id [17:03:13] *ug_group [17:04:34] so (1, 'sysop') goes inot ug_user? [17:04:43] and the user goes into ug_group [17:04:56] oh no nvm [17:05:04] it insert two rows [17:05:08] ya [17:05:52] so mine is [17:05:53] INSERT INTO user_groups( ug_user, ug_groups ) VALUES ( 8, 'sysop' ), ( 8, 'Nmcbride' ); [17:06:00] where 8 is for Nmcbride [17:06:15] well minus the 's' in ug_groups [17:06:33] actually 'bureaucrat' is also a group [17:06:38] oh [17:06:58] this query is to promote the user sysop and bureaucrat [17:07:54] u mean to promote user '1' to a sysop and bureaucrat? [17:08:24] the user whose id is 1 [17:08:55] gotcha [17:09:10] is the field called 'id' in the user table? [17:09:16] so i can delete old users? [17:09:31] !deleteuser [17:09:31] --mwbot-- Deleting users is very messy and not recommended, because this breaks referential integrity in the database (they appear in many different tables like users, edit histories, recentchanges, preferences, etc). A safe solution is to block the users, and possibly rename them with . You can also try [17:10:06] this is the field user_id in the user table [17:10:50] hmm no 'delete' for files [17:10:50] 03(NEW) Request to enable mswiktionary <- mswiki import - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13018 15enhancement; normal; Wikimedia: General/Unknown; (tarmiziaffandi) [17:11:00] what page can only a sysop get to? [17:11:02] so i can test? [17:11:23] Special:Undelete [17:11:58] and you can see this in Special:Listusers (groups appear in brackets at the right of the user) [17:12:40] well its there [17:12:47] i wonder why there is no file delete [17:12:54] hmm ? [17:13:22] trying to get to the file delete :D for uploaded files [17:13:27] i just can't find it [17:14:02] go to the image page and delete it [17:14:41] 03(mod) Request to enable mswiktionary <- mswiki import - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13018 +shell (10raimond.spekking) [17:14:56] image page? [17:15:00] you mean file list? [17:15:40] Image:Example.jpg if the file is called Example.jpg [17:17:00] oh... [17:17:26] and u said u shouldn't get rid of users, should I just block them? [17:18:07] if you don't want them to contribute to the wiki, you can do that [17:18:39] these are just old people who i don't want to be able to touch it :D [17:20:47] 03raymond * r30952 10/trunk/extensions/ (10 files in 10 dirs): Localisation updates German [17:21:12] one more for ya [17:21:30] the script aparently messed up the password i wanted for the sysop user [17:21:41] if i cant login, do u know the mysql to change the password? [17:22:50] php changePassowrd.php --user=User --password=new_pass [17:22:58] oh lol nid3 [17:23:03] or [17:23:13] !chagepasswordsql [17:23:13] --mwbot-- I don't know anything about "chagepasswordsql". [17:23:22] *ialex stabs mwbot [17:23:25] lol [17:23:36] !passwordsql [17:23:36] --mwbot-- UPDATE user SET user_password=MD5(CONCAT("12345-",MD5("password"))) WHERE user_id=12345; This will reset the password for the user with user_id 12345. Replace that with the desired ID (there are two places it's used in the query!). If you know a user's name but need to find out their ID, use: SELECT user_id FROM user WHERE user_name='Bob Smith'; [17:23:41] ;) [17:23:44] ill use the first :D [17:23:49] thanks :) [17:23:55] how does one hide the discussion tab/link? [17:28:16] <_elemental> I have created two pages in a fresh mediawiki install, Sandbox and webDev: Sandbox. When I search for Sandbox it doesn't find webDev: Sandbox, have I done something wrong? [17:29:26] only the NS_MAIN namespace is searched by default [17:29:40] check the checkbox for webDev namespace and use the powerSearch search box [17:29:53] (on the bottom of the search page) [17:30:24] <_elemental> where is this checkbox? [17:30:54] <_elemental> when i search for sandbox it take me to the page Sandbox [17:31:25] <_elemental> is there a way i make default searches search across all namespaces? [17:32:23] <_elemental> webDev doesn't show up as a checkbox on the search page [17:33:35] Hello [17:33:43] Cn someone helps me with a problem? [17:35:09] After an downtime of my own Wiki website i saw that i couldnt upload pictures, so i CHModded the images map to 666. Now i can upload, but the server dont show the images on the website and gives an error on the FTP. What can i do? [17:37:59] hello brion [17:38:12] Someone? [17:40:24] 03siebrand * r30953 10/trunk/extensions/Crosswiki/Block/ (3 files): [17:40:24] * minor optimisations ($dir, delayed message loading) [17:40:24] * add descriptionmsg in credits [17:40:24] * fix whitespace [17:41:02] Someone knows an answere on my question? [17:42:13] what does it say ? [17:42:19] (the error) [17:42:21] hi folks ... is it possible for mediawiki to detect whether the browser has SVG support and show SVG versions of graphics if it does and show PNG, say, versions if it doesn't? [17:42:47] After an downtime of my own Wiki website i saw that i couldnt upload pictures, so i CHModded the images map to 666. Now i can upload, but the server dont show the images on the website and gives an error on the FTP. What can i do? [17:42:52] Ehm i will check [17:42:58] 03siebrand * r30954 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): Add support for CrosswikiBlock [17:43:23] De webserver kan niet schrijven in de uploadmap (/home/dstaal/domains/wikibond.org/public_html/nl/wikibond/images). [17:43:23] Teruggeplaatst van "http://nl.wikibond.org/wikibond/index.php?title=Speciaal:Upload" [17:43:30] Dutch wait translation [17:43:49] The Webserver cant write in the uploadmap .. [17:44:01] 03siebrand * r30955 10/trunk/extensions/NewestPages/NewestPages.i18n.php: $$messages -> $messages [17:44:05] When i CHMod 666 he can, but he dont let see the pictures S [17:44:06] :S [17:44:10] ialex: btw, why haven't you got commit access yet? :) [17:44:33] VasilievVV: maybe i didn't asked for ? :D [17:44:50] why? =) [17:45:04] ialex: {{sofixit}} [17:45:16] :D [17:46:14] Cobra11: try to chmod 666 and let me see the error [17:46:26] Ok [17:48:11] http://nl.wikibond.org/wikibond/index.php?title=GoldenEye_N64_%28Game%29 this hapens when i chmod 666 [17:48:15] no images [17:48:30] and in the SmartFTP there is an red X infront of the map [17:48:40] 403 forbidden Oo [17:48:58] 0_o [17:49:09] Here it's working [17:49:15] Which browser? [17:49:30] 550 /domains/wikibond.org/public_html/nl/wikibond/images: No such file or directory [17:50:00] http://nl.wikibond.org/wikibond/images/ [17:50:20] Yeah.. [17:50:31] That's why he dont let see the images [17:50:39] and with chmod 0644 ? [17:51:00] When i dont CHMod 666 (and it was 755) then i can see images, but cant upload. Otherwise i can upload, but cant see them xD [17:51:19] quite strange [17:51:37] who is the owner of the files ? [17:51:40] Me [17:51:50] 644 dont works [17:52:13] and apache is running under wich user ? [17:52:21] (www i guess) [17:52:30] How you mean? [17:53:25] MySQL 4.1.21 [17:53:28] can you give the ownership of the directory and the files to the user under wich apache runs ? [17:53:29] Apache 2.2.8 [17:53:50] I am the owner? [17:54:49] (sorry but this is not really my domain) [17:55:01] me neither =P [17:55:11] But i have acces in all files etc.. [18:00:16] But thnx Ialex, i will contact others and otherwise WikiMedia themself [18:04:54] bleech! i have a problem getting imagemagick to work properly. on a mac 10.4.11, mediawiki 1.11.1, ImageMagick 6.3.8. all seems fine, except when upping .svg file: http://pure-2.demon.nl/wiki/Afbeelding:PD-icon.svg [18:05:24] help? [18:05:39] seems pretty obvious what the problem is, the path to convert is wrong [18:06:01] hmm, but .jpg etc convert fine [18:06:10] oh, just happens on .svg? [18:06:19] yup :( [18:06:21] strange [18:06:26] *OverlordQ removes foot [18:07:04] AND imagemagicks identify identifies .svg fine from a prompt! [18:07:29] might turn on debugging and see if you notice anything odd [18:07:40] ah! [18:07:47] erhm... [18:07:48] make sure that convert is in PATH [18:08:05] aha... let me check [18:08:25] VasilievVV: wouldn't that effect *all* image types though? [18:08:30] yes it is [18:08:35] hi, I need to convert my wikimedia db from latin1 to utf8; I've googled around and found this: http://gentoo-wiki.com/TIP_Convert_latin1_to_UTF-8_in_MySQL but it doesn't work as the titles seem to be using latin1; is there an official method of doing this somewhere? [18:09:03] OverlordQ: depends if you use GD for thumbnailing [18:09:22] hmm [18:09:28] ah, true [18:10:46] how do i find out whether GD is installed? i never did so knowingly, but... [18:11:03] Mal: check you phpinfo() [18:11:08] s/you/your [18:11:17] ok! [18:11:54] anybody use utf8 encoding for their database? [18:12:33] aha! looks like it is! [18:13:01] blue_asterisk: yea, but I've had it turned on since install, so wont be of much help [18:13:13] kill it in httpd.conf? (sorry, kinda new on the prompt!) [18:14:23] Mal: this is builted directly in PHP, so i don't know if you can disable it [18:19:07] ialex: hmm, looks like it! :( [18:23:10] are mediawiki titles stored in binary or something? [18:25:06] hi folks ... i can't figure out how to make mediawiki only allow users with confirmed email addresses to edit pages [18:25:40] i have it setup so that only logged in users can edit, but i want to restrict that further to only those with confirmed email addresses [18:25:51] blue_asterisk: it is a varchar [18:26:38] hi ialex: would you happen to know how to convert it to utf8? [18:26:57] !wg EmailConfirmToEdit | tlhiv_work [18:26:57] --mwbot-- tlhiv_work: http://www.mediawiki.org/wiki/Manual:%24wgEmailConfirmToEdit [18:27:13] thank you [18:27:53] the title "St?ckl" appears as "St??ckl"; it should be "St?ckl" [18:28:04] blue_asterisk: no, sorry [18:32:39] ialex: you don't know about my earlier question do you? [18:32:46] hi folks ... is it possible for mediawiki to detect whether the browser has SVG support and show SVG versions of graphics if it does and show PNG, say, versions if it doesn't? [18:33:07] tlhiv_work: it always render PNG, i think [18:33:16] really? [18:33:34] hmm, ialex, blue_asterisk, OverlordQ: yup! that must be it, the php on this system compiled with --with-gd :( (i have a vm with ubuntu installed and exactly the same config works! (and ubuntu php has no gd!) duh! thanks for clearing this up, though! [18:33:43] ialex: any ideas why? [18:34:34] tlhiv_work: http://www.mediawiki.org/wiki/Manual:Image_Administration#SVG : "Direct SVG display is not supported in MediaWiki by default" [18:34:46] by default [18:34:50] that's what i'm asking ;) [18:34:58] perhaps it's not even possible [18:46:21] Hello. i run in a problem using subclipse. [18:46:33] oh. sorry. wrong chat :) [19:20:14] 03(mod) Create the "=?UTF-8?Q?=CE=A3=CF=87=CE=BF=CE=BB=CE=AE?=:" and " =?UTF-8?Q?=CE=A4=CE=BC=CE=AE=CE=BC=CE=B1?=:" namespaces for el.wv - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13007 +comment (10crochet.david) [19:21:11] *ialex stabs unicode support of wikibugs [19:33:19] 03(NEW) Message cache for some extensions not loaded at time of editing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13019 normal; normal; MediaWiki: Page editing; (raimond.spekking) [19:35:41] 03(NEW) url not vallid - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13020 15enhancement; normal; Wikimedia: WAP mobile gateway; (walter) [19:57:40] hi all! Is there a syntax converter from/to structured text? [19:58:08] cant find anything but probably this is a simple issue!? [20:01:39] stx2any (html) and then to mediawiki maybe [20:14:24] 03(NEW) IMAGE.img_metadata and OLDIMAGE.oi_metadata types differ - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13021 15enhancement; normal; MediaWiki: Database; (dwilches) [20:19:47] how can I re-generate thumbs for an image? [20:20:57] a site was moved from one server to another and the thumbs had the new user's uid/gid instead of the webserver, but even though I chmod 777'ed the thumbs directory and all the sub folders/files, when uploading a new version of the image it doesn't overwrite the existing thumbs [20:37:15] JediMaster: append the image url with &action=purge [20:51:15] 03sanbeg * r30956 10/trunk/extensions/CommentPages/CommentPages.php: Use symbolic constants for standard ~namespaces, change namespace of documentation URL [21:17:42] 03tbleher * r30957 10/trunk/phase3/includes/SpecialUpload.php: [21:17:42] wfMsgExt() does not recognize the parameter 'parseline'. Pass array() [21:17:42] instead, which is cleaner. [21:23:47] 03tbleher * r30958 10/trunk/ (4 files in 4 dirs): Whitespace and spelling fixes; document new options to $wgExtensionCredits. [21:31:43] Duesentrieb: can you help me with the Lockdown on my wiki? [21:31:46] finally got time again [21:35:18] Can anyone help with the LockDown extension and locking down my wiki? [21:36:26] MinuteElectron: the ?action=purge didn't work, still have the old thumbnail [21:36:32] Hi guys, does anyone in this channel run a wiki with a toplevel-Domain bound to it using the URL-Hiding method? [21:36:32] Mine is registered with united-domains, but it doesn't work with RUL-Hiding [21:36:32] Whenever i try to submit an edited page it gives me a 'token_mismatch' error [21:42:30] with the API, and fetching page info, what's the counter property equate to [21:44:22] 03(mod) Create the "=?UTF-8?Q?=CE=A3=CF=87=CE=BF=CE=BB=CE=AE?=:" and " =?UTF-8?Q?=CE=A4=CE=BC=CE=AE=CE=BC=CE=B1?=:" namespaces for el.wv - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13007 (10N/A) [21:45:47] That's a lot of typing ;) [21:49:29] Any ideas about my problem? [21:49:44] I really can't figure out whats wrong [21:49:57] oh, so close [21:50:04] I can do Sub pages, now to do a link off the main page [21:52:21] Wanderer: hi. uh, what is your problem with lockdown? [21:52:46] it wasn't locking down :> [21:52:52] I think I figured it out, well most of it [21:53:08] I need to move a link on the Main page to TechOps:Ops but when I try it says it's protected [21:53:15] but under the protection tab, there's nothing there [21:55:52] 03(mod) IMAGE.img_metadata and OLDIMAGE.oi_metadata types differ - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13021 +postgresql (10huji.huji) [21:55:58] Wanderer: that's becaose it's not protected via page protection, but forbidden by lockdown [21:57:05] Wanderer: the page you see when you click the protect/unprotect tab doesn't know about lockdown. lockdown simply prevents access when it likes. [21:58:49] right [21:58:55] still looking [21:59:24] how is it protected by lockdown though, there's nothing in my config pointing to the main page or the top page [21:59:31] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10Simetrical+wikibugs) [21:59:35] I only put one page in the mainspace [22:00:36] or, how do I see if it's in a namespace I should say? [22:03:04] hi, do I need to have an account to be able to upload pictures to mediawiki? [22:04:10] beavel_: yes [22:04:41] although you can technically allow anonymous users to upload, it messes up the log table [22:05:26] does anyone have some free time si he can upload them for me? 4 pictures I just got personal permission for [22:05:46] beavel_: why not just create an account? [22:06:10] cause I dont upload so often [22:06:27] or is wikipedia account enough? [22:06:27] having an account has plenty of other benefits (and what wiki is this for btw?) [22:06:52] where are you trying to upload? [22:07:13] what do you mean? [22:07:35] what wiki are you trying to upload to? [22:07:52] media [22:08:29] mediawiki.org ? [22:09:27] mediawiki is for uploading pictures that need to be internationally available? [22:09:35] -_- [22:09:45] thats what i need [22:09:51] !mediawiki [22:09:51] --mwbot-- MediaWiki is a free software wiki package originally written for Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis. You can find out more about it at http://www.mediawiki.org [22:10:32] oh, sorry a mixxed up the name with commons :-\ [22:10:39] so, sorry [22:10:42] it's fine [22:10:57] yeah, if you want to upload to Commons, you'll need to create an account there as well [22:11:01] hope noone got a heartattack [22:11:05] 03(mod) IMAGE.img_metadata and OLDIMAGE.oi_metadata types differ - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13021 +comment (10overlordq) [22:11:37] on valentines day :-) [22:12:11] 14(DUP) IMAGE.img_metadata and OLDIMAGE.oi_metadata types differ - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13021 +comment (10overlordq) [22:12:13] 03(mod) Upload a new version of this file, postgres database error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11363 +comment (10overlordq) [22:12:41] OverlordQ: beat me to it xD [22:13:01] whats going on? [22:13:04] FEAR ME [22:13:22] I'm in your bugzilla, invalidating your reports [22:13:24] edit conflict on bugzilla :) [22:15:06] Hm, when i upload a .mp3 file to my wiki, it puts the descriptionpage into the "Picture" namespace [22:15:15] Kinda weird if u ask me o.O [22:16:59] 03siebrand * r30959 10/trunk/phase3/languages/messages/ (17 files): Localisation updates for core messages from Betawiki (2008-02-14 23:10 CET) [22:17:19] 03(FIXED) MySQL Specific SQL in SpecialRecentchanges - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12910 +comment (10overlordq) [22:17:20] aha [22:18:58] yay, now there's only one open bug that I've reported [22:20:11] can you help me with choosing the right licence? [22:21:17] masacker in illinois [22:22:02] GFDL is probably the most fitting license for almost all kinds of wikis [22:23:02] its a logo of a linux distribution a got permession to use on wiki [22:24:52] gfdl it is [22:25:15] 03(mod) MySQL Specific SQL in SpecialRecentchanges - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12910 +comment (10greg) [22:26:06] heh :D [22:26:34] now we can just hope PG 8.4 wont break it again :D [22:34:21] 03siebrand * r30960 10/trunk/extensions/ (98 files in 97 dirs): Localisation updates for extension messages from Betawiki (2008-02-14 23:10 CET) [22:34:47] 03(mod) Incorrect MagicVariable hook implementation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12837 +need-review +patch (10achuggard) [22:35:14] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10artificial) [22:44:12] 03(mod) Ability to retrieve forgotten usernames - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13015 (10Simetrical+wikibugs) [23:08:43] *Skizzerz waves to TimStarling and brion [23:18:55] Hi. My extension cannot write to innodb tables but work fine with myisam tables. Any ideas? [23:19:56] does anyone have a tool for bulk changes to messages files? [23:21:13] e.g. search and replace in a particular message across all languages? [23:23:43] TimStarling: What would such a change involve? [23:24:43] what do you mean? it would involve searching and replacing [23:24:51] ok [23:24:58] nevermind [23:26:27] 03rainman * r30961 10/branches/lucene-search-2.1/ (40 files in 19 dirs): (log message trimmed) [23:26:27] Scoring: [23:26:27] * extract words while parsing query, not in extractWords() [23:26:27] * benchmarking [23:26:27] * filter for "all" (filters out redirects) [23:26:28] * trimmed wordnet (no names), added adjectives [23:26:30] Highlight: