[00:00:15] Tako-san: and after checkout, do I run the installer or just change the localsettings file? [00:00:15] I want to have an offline text document in wiki markup and get the html it would make [00:00:32] basically make a webservice call that takes the markup and returns the html [00:00:59] xaxxon: why not using media-wiki for that? running on your local machine.. [00:01:00] it doesn't have to be a REAL webservice call.. just some hack that lets me do something like that [00:01:35] yeah.. that's what I'm doing. I just don't want it in the wiki.. I wan to get the html.. for example for sending in an email or something [00:02:13] it's really not for me, I just told someone I'd ask.. [00:02:25] I'm not 100% on why they want to do this, but they're pretty convinced they do [00:04:08] xaxxon: well, I believe you CAN user the parser somehow. I am not sure how. [00:04:17] ok [00:16:13] If I assign a value to a value outside of any function, then global it into a function but it doesn't contain the value there.. what might be wrong? [00:18:52] $wgArticlePath set in LocalSettings.php somehow looses its value when globalled into WebRequest.php [00:19:16] 03brion * r32455 10/trunk/extensions/Collection/Collection.body.php: [00:19:16] Escape shell arguments. The only one *definitely* unsafe is a postback URL that [00:19:16] comes from a foreign website... while presumably semi-trusted, that's a poor [00:19:16] practice. :) But the various temp filenames ought to be escaped too, for [00:19:16] cleanliness... and who knows, someone might have a CRAZY temp dir name with [00:19:18] spaces or something. :) [00:21:24] 03aaron * r32456 10/trunk/phase3/includes/DefaultSettings.php: 'browsearchive' should be given to sysops [00:26:25] 03brion * r32457 10/trunk/phase3/ (HISTORY maintenance/wiktionary-interwiki.sql): fix wrong bug number, wrong comment [00:27:18] 03brion * r32458 10/branches/REL1_12/phase3/ (RELEASE-NOTES maintenance/wiktionary-interwiki.sql): fix wrong comment, wrong bug no [00:27:51] *AaronSchulz watches brion rewrite the past :) [00:28:48] AaronSchulz: Can you help solifugus? I'm not real familiar with apache, and he's been waiting a while [00:29:09] *AaronSchulz needs to help himself to some food [00:29:14] *VonSchmut too [00:37:24] The default generated LocalSettings.php for each wiki is somehow killing $wgArticlePath without specifically referencing it. [00:37:29] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 +comment (10Simetrical+wikibugs) [00:40:04] time to head home, will poke y'all later :D [00:43:45] n8 [01:01:12] how can i list articles by creation date? [01:06:25] *VonSchmut 's brain turns to mush... another day wasted [01:39:09] Werdna: Whatever happened to checkboxes on Special:UserRights? Just curious... [02:03:42] mlaci: you cannot, at least not definitively [02:05:10] AaronSchulz: i think i found it in the meantime: http://meta.wikimedia.org/wiki/Special:NewPages [02:22:40] AaronSchulz: hey [02:22:56] on en.labs.wikimedia.org, it says there's a "vet" tab, but I don't see it. Is this feature limited to sysops? [02:26:51] and, incidentally - can someone explain why pagemove doesn't work for ns14 (Category) ? [02:27:26] anyone know if there is a way to create a media extension that disables the edit function for a specific piece of code that would be put into a page? [02:34:23] there is no category renaming [02:34:31] bots have to do that [02:34:42] Yeah, he's asking why. [02:34:54] I said it was for simplicity, because the members can't be updated. [02:35:36] Like, the actual Category text can't be moved, so the history is destroyed, which kinda sucks. [02:35:46] *AaronSchulz reads http://www.theness.com/neurologicablog/index.php?p=257#more-257 [02:37:09] I mean it should move the category page and lock it, then inserts jobs into the queue that add a revision does a regexp to rename the category [02:37:33] eh [02:37:41] I'd settle for a way to JUST move the category text [02:37:48] and let the bots handle the repopulation [02:37:59] *amidaniel groans [02:38:01] AaronSchulz: do you have an answer to my question about flagged revs? [02:38:10] Can we please pass a law prohibitting bloggers from quoting Hitler? [02:38:15] That's really obnoxious [02:38:20] regexp would be complicated due to e.g. templates [02:38:22] only sysops can do it [02:38:38] can you let people make themselves sysops on the test site so they can test that feature? [02:38:43] amidaniel: Godwin's? [02:38:48] not now [02:38:53] or change it so reviewers can do it on the test site? [02:38:57] (or make a third group) [02:39:07] meh, not much to play with there [02:39:14] because it's kind of pointless to mention it in the instructions [02:39:18] when you and Erik are the only sysops [02:39:47] MZMcBride: I dunno .. does it apply when it's just one person ranting to himself? [02:39:56] Thought Godwin's required a group of people debating [02:40:00] Dunno, trying e-mailling Mike. ;) [02:40:09] hehe [02:40:15] e-mailing, even. [02:40:25] incidentally, why does this have its own extension for giving people the flags, instead of using userrights? [02:40:44] ID is always funny [02:41:14] I thought it did use UserRights. [02:41:17] Random832: Why indeed :) [02:41:29] MZMcBride: not on the test wiki - it has its own special page [02:41:37] We changed it to use Userrights some time ago .. there was a problem with it though, forget what it was [02:42:14] And I'm not sure the wgAddGroups, etc. stuff is all that stable right now [02:42:27] I notice that it's not possible to be a reviewer and not an editor... does it choke on that situation? you can be a bureaucrat without being a sysop. [02:42:43] well, no reason not to have both interfaces, just want to verify that userrights will _work_ [02:43:04] Theoretically, yes :) [02:43:12] hmm speaking of which [02:43:17] MZMcBride: you run a test wiki, right? [02:43:41] what happens if you're a crat and not a sysop? do you get the sysop buttons or not? [02:43:48] no [02:44:05] Random832: The groups are unrelated .. no reason you can't be a crat without being a sysop [02:44:21] +crat just allows UserRights access. [02:44:39] !defaultsettings [02:44:39] --mwbot-- For the current version of DefaultSettings.php, see: . [02:44:43] MZMcBride: well, on wm it's makesysop, makebot, and renameuser (anything else?) [02:44:44] Look in there. [02:45:01] Erm... for that, see http://noc.wikimedia.org/conf/ [02:45:14] whoa, the confs are publicly available? [02:45:18] Look in InitialiseSettings.php and CommonSettings.php. [02:45:26] Random832: Yeah, but quite out-dated [02:45:27] Yeah, but they were out of date for a long time. [02:45:57] where are the wiki-specific stuff (like en having rollbacker) defined? [02:46:01] amidaniel: They were updated. [02:46:08] Random832: InitialiseSettings. [02:46:24] MZMcBride: Oh? Nifty [02:46:34] I made a public conf file as well for this channel. [02:46:36] !conf [02:46:36] --mwbot-- For an example LocalSettings.php, see . [02:46:48] what's "newbie"? [02:46:50] 'Cause Lord knows some of the users of this channel are ... [02:46:56] Just registered. [02:47:05] that's weird [02:47:17] shouldn't it be "user" and then "autoconfirmed" gets the other stuff? [02:48:15] hmm [02:48:43] wgAddGroups is set on testwiki but not for labs [03:05:58] Hello.. about usurpation request.. how to find out if the requester has perform mergeaccount or not. just trying to avoid changing others username because of false request.. [03:15:19] borgx: There's a list of unified accounts: http://en.wikipedia.org/w/ca.php [03:16:55] Ah.. thanks [03:19:47] Is there going to be a better way to check that? [03:19:50] maybe something in listusers? [03:47:05] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 (10pathoschild) [04:01:33] 03(mod) SVG font scaling bug ("%" and "em" misconverted to "px") - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13494 +comment (10lilewyn) [04:03:59] are % and ems even meaningful in SVG? [04:04:05] is there a base font size? [04:08:31] 03(NEW) Create user preference to always "ignore any warnings" when uploading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13514 15enhancement; normal; MediaWiki: User preferences; (brianna.laugher) [04:09:30] 03(mod) SVG font scaling bug ("%" and "em" misconverted to "px") - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13494 (10FT2.wiki) [04:12:13] 03(mod) Create user preference to always "ignore any warnings" when uploading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13514 (10N/A) [04:18:32] 03(mod) New parser function / magic word, for "pretty-printed" numbers - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13025 (10random832) [04:19:21] 03(mod) SVG text-decoration (including underlining) doesn't render - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13495 (10FT2.wiki) [04:19:54] bleh... now if I only knew how to cancel compilation of something currently being done [04:29:46] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 +comment (10random832) [05:40:22] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 (10e.wikipedia) [05:41:27] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 +comment (10JSchulz_4587) [06:15:27] dumb question: how can I delete images I uploaded with the wrong name? [06:29:08] 03(NEW) Localisations update for some extensions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13515 15enhancement; normal; MediaWiki extensions: AdvancedRandom; (alexsh) [06:30:09] 03(mod) Localisations update for some extensions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13515 (10alexsh) [07:03:01] I could use some help... i'm trying to upgrade a mediawiki installation (1.10.0 I believe) to 1.12.0 using the install script (no shell access, phpshell didn't work for me), and I'm getting the following error: http://rafb.net/p/uDXnR248.html ... trying to upgrade to 1.11.2 gave me the same error. [07:03:34] i'd appreciate any help :) [07:13:50] insanedesio: wait a minute [07:20:03] insanedesio: can you show us the rest of the upgrade output? [07:20:30] you seem to only have a small part of it there [07:28:25] 03(mod) Account cannot be renamed to a global username - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13507 (10cooties) [07:53:44] hi i have a question about regular expressions: if i know the exact position of a string thing i want to delete how do i do that°!? text = re.sub(r'\^(?s)', '', text) the ^ is at the first position...now all ^ in the text get deleted [07:54:26] i think you want #python [07:56:37] hi TimStarling [07:56:41] here is the full output Tim: http://rafb.net/p/Ddnt6f81.html [07:58:09] hi Nikerabbit [07:59:10] insanedesio: and you say this is a perfectly functioning MW 1.10 wiki? [07:59:21] as far as i can tell, yes [07:59:44] ipblocks table does not exist? heh [08:00:37] yeah, and the error is because recentchanges doesn't exist either [08:00:56] TimStarling: I'm giving 10 minute presentation (in English) in the final that is on Friday [08:00:58] missing a prefix, perhaps [08:01:06] yeah, could be [08:01:23] could be a half-installed copy of mediawiki with a different prefix [08:01:35] or some other piece of software with a revision table :) [08:01:36] when i installed it originally, i specified no prefix whatsoever [08:01:50] and the database has only been used by mw [08:02:54] i know but in thsi channel nobody answers me...and since it's a question because of an wm extension i thought i take a try here ;) [08:04:12] insanedesio: have you got a DB administration tool of some kind, like phpmyadmin? [08:04:18] yeah [08:04:43] can you check if the tables we're talking about exist? [08:04:57] yeah, give me a sec. recentchanges and ipblocks? [08:05:04] yes, for a start [08:05:52] mmm... [08:05:52] $res = $this->query( "SELECT 1 FROM $table LIMIT 1" ); [08:06:19] it's possible the user you're using to upgrade doesn't have SELECT access on these tables [08:06:28] mondschein: ^\^ ? [08:09:11] impossible, the user running the script has all privileges on the DB [08:09:40] ok, there is no recentchanges, and there is an ipblocks_old [08:09:40] well, there's probably some error when those two queries are run [08:09:51] and the error message is discarded, so it's a bit hard to work out what it is [08:10:20] ok, but no ipblocks [08:10:59] yeah [08:11:04] yeah in that you are correct [08:14:40] could you paste the whole table list into rafb.net? [08:15:11] nikerabbit: this was it thanks :) [08:15:24] yeah, sec [08:16:08] ignore the * Browse: http://rafb.net/p/XS9fJE67.html [08:17:51] alright, well I don't know what happened to recentchanges, but let's recreate that [08:18:03] but first, rename ipblocks_old to ipblocks [08:18:56] done [08:19:28] (it's empty btw) [08:19:40] well, that just means you haven't blocked anyone I guess [08:20:00] the definition for the recentchanges table in in maintenance/tables.sql [08:20:29] line 811-887 [08:20:39] you should be able to run that query to recreate your table [08:26:07] ok, done [08:26:13] should i try to re-run the install upgrade script? [08:26:39] yes [08:27:35] OK, now it's failing because the image table doesn't exist. i take it i should repeat the process for that table? [08:27:53] did you have any images? [08:28:03] nope [08:28:09] then yes [08:28:27] creating an empty table should make it work [08:29:12] http://rafb.net/p/aI1rm618.html [08:30:11] ...archive table does not exist, skipping new field patch [08:30:23] same thing? [08:30:25] yes [08:31:30] Beautiful. install successful - now i'll just check out the wiki [08:33:34] Seems to be working brilliantly... thanks for your help Tim! [08:34:39] no problem [08:34:43] make sure you make a backup now [08:34:59] DB servers with randomly disappearing tables make me nervous :) [08:35:53] yeah, that's downright odd [08:36:13] i remember switching from 1.6.whatever to 1.10.0, maybe it happened then [08:38:28] anyway, thanks again for your help. time to go study (midterm in 7.5 hrs!)... [08:38:34] <_wooz> lo [08:42:43] somebody's got their priorities straight [08:52:01] 03siebrand * r32459 10/trunk/phase3/ (2 files in 2 dirs): [08:52:01] * Add messages added in r32449 to messages.inc [08:52:01] * rebuild MessagesEn.php [09:04:16] Is there a way to get a file's hash via interface or api? [09:04:40] 03(mod) Account cannot be renamed to a global username - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13507 (10jhsoby) [09:05:03] TimStarling: is there a way to delay message loading for centralauth? [09:11:33] codeispoetry: http://en.wikipedia.org/w/api.php?action=query&list=allimages&aiprop=sha1&ailimit=1&aifrom=Wiki.png [09:12:18] Splarka: Thank you. Will make nowcommons work easier [09:12:53] Hi PDD [09:13:06] nice [09:13:26] hey codeispoetry! [09:14:42] codeispoetry, btw... [09:14:50] jep? [09:15:18] you can use JS to generate a