[00:01:04] with a title like that, no wonder i could not find it [00:01:24] well, there are 18 dupes with better titles [00:01:27] is it not the case that cite.php could fix this particular manifestation (bug 18825) by invoking the right parser magic? [00:01:28] always search for dupes [00:01:53] carl-m, it probably could. [00:01:55] the problem is, syntax is for making custom parsers [00:01:58] And the title is jam-packed with keywords. [00:02:04] "subst references" would have done it. [00:02:11] whereby the input and output bypass wikicode parsing [00:02:13] in that case, my original bug was valid (filed against cite.php, not against mediawiki) [00:02:45] Well, would it actually be worth it to work around it in Cite? [00:02:57] It seems kind of stupid to have one bug saying "fix issue X" and other saying "work around issue X". [00:03:12] The latter is partial progress toward the former, I'd think. [00:03:15] given that most of the dupes seem to be about footnotes in particular, seems reasonable to fix footnotes [00:03:31] well, in that case, your bug is a dupe of one of the other bugs [00:03:42] and one of the others should be reopened and unduped [00:03:46] Actually, I'm not sure it would be possible to fix in Cite. [00:03:47] (but I agree with Simmy) [00:03:50] You'd have to have an on-save hook. [00:04:09] so what is the order of events here that is breaking things? [00:04:11] So the code may as well go in core, I'd think. [00:04:14] *Splarka wishes the search would search for all statuses and resolutions by default [00:04:38] hi everyone [00:04:50] 1) User saves page. 2) Parser does pre-save transform, executing subst, ~~~~?~?, and the pipe trick. Parser does not do this for stuff in tags. [00:04:59] Lest they be magic stuff where it would make no sense, I guess. [00:05:03] and then? [00:05:08] Then nothing, that's it. [00:05:11] AFAIK. [00:05:23] 3) Page text is saved to database. [00:05:37] so why cannot cite instantiate a second parser object for its contents? [00:05:42] s are specifically for bypassing all that [00:05:53] if they want the magic, they should be parserfunctions [00:05:56] IMHO ^_^ [00:06:38] Cite isn't invoked on save. [00:06:41] It's invoked on the actual parse. [00:06:46] After PST has happened. [00:07:00] ok, I see what you're saying [00:07:16] in that case, it is a mediawiki bug, like you said [00:07:18] I have seen tags replaced by strip markers due to badly designed code [00:07:26] Who hasn't? [00:07:29] haven't we all? [00:07:32] I mean, replaced, on PST [00:07:41] not in rendering, in source [00:07:47] Whee. [00:07:49] so it is possible to transform tags [00:07:53] yes, I saw that a couple weeks ago [00:08:02] just probably very spooky [00:08:29] PST probably just makes all tags into strip markers, runs some regex, and un-strips. [00:08:56] people can also use the #tag thing [00:09:00] It's not even in Parser, it's Article. [00:09:05] hmmm [00:09:21] If this happens for tags but not {{}} stuff, that seems rather silly. [00:09:38] Well, I guess curly-brace stuff expects its arguments to be preprocessed, always. [00:10:20] ok. I will tell this guy to use the right syntax and all is well [00:10:37] 03(mod) Thumbnailing produces much worse results for PNGs than JPG, but PNG is the only real option for serious restoration - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18014 (10cuerden) [00:12:04] the answer is to use this syntax: {{#tag:ref|{{subst:foo}}}} [00:12:53] Yes, that's a workaround. [00:13:15] 03(mod) Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2700 (10cbm) [00:13:24] I even knew about that at one point [00:14:34] ahh, found it [00:14:39] http://test.wikipedia.org/w/index.php?title=Flibble&diff=29136&oldid=29135 [00:14:45] http://test.wikipedia.org/w/index.php?title=Flibble&diff=29138&oldid=29137 [00:15:05] people were posting diffs like that from enwiki [00:15:08] it was intermittently randomly happening on all projects, but could not be reproduced [00:15:19] it turned out it was only for people with "raw signatures" [00:15:25] (tim was testing the new preprocessor) [00:15:38] 03(NEW) PNG cannot display thumbnails if the original over 12.5 megapixels - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18826 enhancement; Normal; MediaWiki: File/Repo; (cuerden) [00:15:49] yours is a previous issue. I am thinking of this year [00:16:03] mmm, yah, it happens once in a while [00:17:16] aha. bug 16129 [00:17:51] er 17329 [00:18:22] 03(mod) PNG cannot display thumbnails if the original over 12.5 megapixels - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18826 +comment (10Simetrical+wikibugs) [00:21:36] hi there! does anyone know if we can also export media files (images) from a wiki, besides articles? [00:21:53] 03(mod) PNG cannot display thumbnails if the original over 12.5 megapixels - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18826 +comment (10innocentkiller) [00:23:06] <^demon> Matt: You can export the description pages like any other page, but there's no real way to export the images themselves or their metadata. [00:23:11] <^demon> Too late. [00:24:03] ^demon: Thanks! [00:24:14] 03simetrical * r50709 10/trunk/extensions/FCKeditor/FCKeditorSajax.body.php: [00:24:14] Fix SQL injection in FCKeditor caused by r50683 [00:24:14] Never, ever, ever try to use str_replace() for database-related [00:24:14] escaping. There are functions provided for this for good reason. [00:24:14] Not tested except for PHP syntax, since I don't have the extension [00:24:17] installed. [00:24:43] <^demon> Matt__: No problem. [00:27:59] Wait, now I'm confused. [00:28:09] What did I just commit to if FCKeditor is now external? [00:31:15] Oh, maybe git svn handles externals weirdly? [00:33:42] 03demon * r50710 10/trunk/extensions/AmazonPlus/AmazonPlus.php: [00:33:42] * Use wfIniGetBool() and a check for curl. [00:33:42] * Use Http::get() instead of file_get_contents() [00:33:42] * You can't set allow_url_fopen at runtime, it's only configurable in php.ini [00:33:53] <^demon> Simetrical: You committed to the MW repo, afaik. [00:34:08] Which does what, in fact? [00:34:20] I saw a commit that removed the entire path, unless I was hallucinating . . . [00:35:05] <^demon> You committed trunk/extensions/FCKeditor/FCKeditorSajax.body.php, which isn't in the external. The trunk/extensions/FCKeditor/fckeditor is the external part. [00:36:30] Ah, I see. [00:36:33] I was confused there. [00:36:35] That makes sense. [00:39:24] why is it split in half like that? [00:42:12] Why is what split in half like that? [00:42:31] For the same reason as SyntaxHighlight_GeSHi, I assume, if you mean FCKeditor. [00:42:40] It's integration of a third-party project into MediaWiki. [00:45:07] I see. it's just that we don't put our own files into a subdirectory that confused me [00:48:19] 03demon * r50711 10/trunk/extensions/SpamBlacklist/SpamBlacklist_body.php: Remove getHttp() method and just call Http::get() directly. [00:49:30] Hmm... is there a way to modify the path of mysql? [00:49:47] update.php won't run because the mysql binary is in a non-standard folder [00:49:59] edit update.php? [00:51:08] That uses the standard Database class [00:51:28] is the problem that mysql is not in your PATH from the environment? [00:51:38] update.php is not likely to be shelling out to MySQL. [00:51:43] The path should be irrelevant . . . [00:52:01] MySQL should be making a socket file available in a standard place, that's all that should be needed. [00:52:06] Emachman: what error do you get? [00:52:21] A connection to the database could not be established. Check the [00:52:22] values of $wgDBadminuser and $wgDBadminpassword. [00:52:38] what does that have to do with the mysql path? [00:52:46] That has nothing to do with the MySQL path. [00:52:55] You need to put info in AdminSettings.php, that's all. [00:52:58] I have [00:53:16] *Marybelle waits for the death of AdminSettings.php. [00:53:47] 03nad * r50712 10/trunk/extensions/SimpleSecurity/ (SimpleSecurity.php SimpleSecurity_body.php): Allow MediaWiki:Groups entries to have appended pip-separated freindly name [00:53:58] Meh, I guess I'll have to update manually [00:53:59] It needs to be correct. [00:54:04] . . . [00:54:20] *Emachman uses MAMP, which installs php and mysql in a non-standard directory [00:54:48] Emachman: the directory will not affect the password being wrong [00:55:30] The directory is totally irrelevant. [00:55:34] It's using mysql_connect(), here. [00:55:52] If MySQL is working with PHP, it will work for this too. Your login info is just wrong. [00:56:57] 03nad * r50713 10/trunk/extensions/SimpleSecurity/SimpleSecurity_body.php: force group key to lowercase [01:03:47] 03(mod) Don't jumble Wanted Categories into Wanted Pages anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18273 (10jidanni) [01:06:00] Hi, what's the .css code for changing the colour of visited links? :link:visited { color: #DC4E18; } doesn't seem to cut it [01:06:19] a:visited [01:06:50] :link is another pseudoselector, which is for unvisited inactive unhovered links [01:08:10] a:link {color:blue;} a:visited {color:red;} a:active {color:yellow;} a:hover {text-decoration:underline;} [01:08:19] 03(mod) Don't jumble Wanted Categories into Wanted Pages anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18273 (10siebrand) [01:10:51] Simetrical: Is it possible from inside the MySQL console to output without the fake table? [01:13:04] 03soxred93 * r50714 10/trunk/phase3/ (3 files in 3 dirs): Watchlist now has a specialized
tag that contains a unique class for each page [01:15:45] Splarka: Thanks [01:21:09] Splarka: Doesn't seem to be working [01:22:31] never mind [01:22:58] watch for: cache/precedence/cascade [01:26:36] Marybelle: I have never found a way to do it inside the client, but the -q command line option works [01:26:58] Hrmph. [01:27:01] All right. [01:28:04] 03(NEW) PageHistory.php deleterevision
will never work as written - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18827 normal; Normal; MediaWiki: History/Diffs; (jidanni) [01:28:16] 03(mod) History page excessively cluttered, esp. with suppressrevision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18674 (10jidanni) [01:44:40] jidanni bug, 2 drinks! [01:49:39] Splarka: is it me, or do this guy's bugs look a lot like Gangleri's? [01:49:45] will never work as written [01:49:48] {{fact}} [01:50:05] any h(ow)tf does that block the other bug there? [01:50:18] you can talk sense into gangleri [01:50:43] Hah. Gangleri. [01:51:03] *Marybelle laughs. The characters of MediaWiki's Bugzilla. [01:53:17] 03(mod) PageHistory.php deleterevision will never work as written - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18827 (10mikelifeguard) [01:57:23] http://farm3.static.flickr.com/2277/3537210065_13134d3553.jpg OH MAH GAWD! @ the Sex vs Gender discussion on the mailing list [01:59:01] I'd love to import list of Articles (approx. 10Mo). Does anyone know how to change the size limit please? [01:59:04] 03(mod) PageHistory.php deleterevision breaks on ugly URL wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18827 summary (10jidanni) [02:02:23] Matt__: you want to import articles with Special:Import? [02:02:44] Mike_lifeguard: correct [02:03:07] I have a lot of articles to import and would love to find a easy way to do it [02:03:23] !import [02:03:23] --mwbot-- To import pages a few pages, use Special:Import - you can also import pages directly from another wiki (see !importsources). For mass imports, use importDump.php - see for details. NOTE: when using content from another wiki, follow the LICENSE TERMS, especially, attribute source and authors! [02:03:25] Where are the articles from? [02:03:36] for large imports you're supposed to use importdump.php I think [02:03:49] Marybelle: from another mediawiki site [02:03:49] which requires shell access and a database dump [02:04:25] thanks Mike_lifeguard [02:04:43] but Marybelle probably knows better than I do what to do & why [02:04:55] :O [02:04:57] *Marybelle knows nothing. [02:05:09] What you said is fine. Mass imports should use importdump.php. [02:05:21] You'll also want to run a maintenance script or two to rebuild your tables after you're finished. [02:06:00] well, I've never done anything with db dumps, and I figured you probably had [02:06:08] Marybelle: oh. forgot about that. thanks [02:06:23] Mmm, dumps. [02:06:28] Never regular. :-/ [02:06:35] more [[fiber]] [02:07:57] Splarka: fiber? [02:08:07] http://en.wikipedia.org/wiki/Fiber [02:08:09] Helps with dumps. [02:08:37] scatalogical wordplay [02:09:01] :/ [02:09:09] mmm.. [02:09:12] My favorite variety. [02:09:36] brown food? [02:09:57] I modified MonoBook.php (custom, not from the MW example) to support wikitext in the sidebar. I want to link to a list of all the pages in a namespace, but it seems that linking to Special:AllPages?namespace=n (where n is the desired number) just shows the first page in that NS, and automatically fills in the start/end fields. How can I get a list of all the pages for a link? [02:09:57] ew, brown? unless we're talking graham cracker crust pies... [02:11:20] sorry. Can't continue on the food topic. I need to focus on the dump :( [02:11:23] your favorite wordplay or your favorite scatalogy? [02:11:34] fibre optic cable you mean :P [02:12:42] Mike_lifeguard: when you can't dump they do use that, yah [02:12:50] "end"oscopy [02:12:53] There is no way to get a list of all the pages, unless you remove the limit on how many sources a given page can return [02:13:24] I think the mediawiki API limits a bot request to 500 links at a time and an automatic page is handled as though it was a bot [02:17:57] Is it possible to automatically insert a specific template to 1,000 files that I'd like to import? [02:18:53] I'm thinking that would be an easy way to source all the articles that are being imported from the same wiki [02:19:16] by files do you mean images/media or xml dumps? [02:19:25] xml dumps [02:19:44] I'd guess you could just do a regex replace on the contents of the dump for each article [02:19:55] sure, dump the xml into a SQL table, run a join/write on each one adding the template, then add all that [02:20:22] Thanks you two [02:45:24] Where would I find the code that sets data['sidebar']? [02:49:12] /includes/Skin.php -> buildSidebar() -> $lines = explode( "\n", wfMsgForContent( 'sidebar' ) ); [02:49:26] I believe [02:50:05] Ah, yes, thank you. [02:59:50] Hello, all! [02:59:55] 8) [03:00:49] What exactly is the MediaWiki? [03:04:29] ...a thing [03:09:08] its the software that runs wikipedia [03:11:44] he left. :D [03:13:25] 03(NEW) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 normal; Normal; MediaWiki: Page rendering; (jidanni) [03:13:39] wtf [03:14:00] ITS SCARY [03:14:12] I just did a major article rewrite and when I hit Submit I got... [03:14:14] A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "Revision::insertOn". MySQL returned error "1205: Lock wait timeout exceeded; Try restarting transaction (10.0.6.22)". [03:14:47] I'm using IE7 is there anything I can do to resend that same data? Does Wikipedia have it somewhere? Would hitting F5 work? I didn't copy/paste into something else first, I don't want to lose it all. [03:15:01] The Drafts extension isn't installed. :-( [03:15:11] Should I wait to try to edit later? [03:16:32] 14(INVALID) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 +comment (10herd) [03:17:07] *Splarka hate jidanni [03:17:30] no shit [03:20:20] 03(mod) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 (10herd) [03:20:37] Hmm. [03:20:43] I think that's a blocker. [03:20:47] I have to do this when replying to his bugs to keep my head exploding: http://www.dvdtimes.co.uk/protectedimage.php?image=DaveFoster/fotns04.jpg [03:20:54] Marybelle: go for it [03:21:08] 03(mod) Use file.inc or file.php, not file.inc.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18698 (10tstarling) [03:21:21] Splarka: Navboxes and such, too. [03:21:31] So you know which page you're on. [03:21:35] yah yah [03:21:41] handy candy [03:21:49] User signatures on en.wiki actually disable it. [03:22:00] By default, at least. [03:22:05] 03(mod) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 (10jidanni) [03:22:08] [[User_talk:Splarka#darka|bite me]] [03:22:21] Rawr. [03:22:22] a reply! I win [03:22:47] I like the suggestion box on The Oblongs, feeds right into the furnace [03:23:14] Perhaps jidanni should be introduced to IRC. [03:23:22] A lot of these bugs are preventable. [03:28:47] how about no [03:30:20] 03(mod) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 +comment (10herd) [03:30:20] *Splarka fixes jidanni's wagon [04:05:58] night everyone [04:17:10] 03(mod) Can't link to [[{{FULLPAGENAME}}]] any more - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18828 (10jidanni) [04:19:54] !defaultsettings [04:19:54] --mwbot-- For the current version of DefaultSettings.php, see: . [04:20:01] wtf [04:20:02] http://www.mediawiki.org/w/index.php?title=Help:Magic_words&curid=1748&diff=255678&oldid=255230 [04:20:13] what the fuck does that have to do with magic words? [04:20:18] *Splarka glares [04:26:41] lol [04:39:38] I made a Notice template for MW.org. [04:40:12] I didn't [04:40:58] *Marybelle gives Splarka a hug. [04:41:01] You seem tense. [04:41:35] I am past tense [04:47:20] 03(NEW) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 normal; Normal; MediaWiki: Device compatibility; (jidanni) [04:47:32] Marybelle: What's it called? "Notice"? [04:47:49] Yeah. [04:49:43] okay [04:49:46] I don't even follow that one [04:49:59] but apparently CSS1 is "too advanced" for his tastes [04:52:00] 03(NEW) Add new component "Jidanni" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=18839 04BLOCKER; highest; Wikimedia: Bugzilla; (herd) [04:52:10] Table borders show up when you're using a text-based browser? I thought that was a visual element that would get tossed by the wayside [04:53:20] maybe we could have one for jidanni and one for gangleri [04:56:05] in w3m it's like he says, no borders in the first one [04:58:39] in lynx it's broken either way [04:59:05] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 +comment (10banaticus) [04:59:23] Bug #18839 does not exist. :O [04:59:38] I fail. [05:00:19] iFail. [05:01:00] http://www.delorie.com/web/lynxview [05:02:18] never mind, you can only use that on your own site [05:02:20] funny [05:02:29] the real lynx doesn't have those flashing banners [05:02:56] anyway, like I said, in lynx it's broken either way [05:03:04] it's like it ignores the table elements [05:03:17] it just puts one cell per line [05:04:01] w3m is an awesome text browser [05:04:08] I'm not sure why anyone would want to use it though [05:04:59] could you put in a second css sheet with media="tty" that doesn't have that CSS? A text-based browser displays the site in a "fixed-pitch character grid", right? [05:05:45] so it'd ignore a CSS sheet with media="screen"? [05:06:48] I don't think it supports CSS [05:07:01] the report is consistent with that [05:08:19] so obviously there wouldn't be any point in having a media=tty stylesheet [05:10:06] well, if it doesn't support CSS, then our CSS shouldn't matter? I mean, if our CSS is making a difference then there must be some way to adjust it for that browser, maybe? [05:10:58] it doesn't matter [05:11:09] he's complaining about the lack of border attributes [05:11:29] *TimStarling just found w3m's awesome image display feature [05:12:11] you have to do "apt-get install w3m-img" [05:12:44] well, I didn't usually post border attributes and my tables seem to have turned out ok in the past -- I didn't know they were required before this [05:13:30] well now you do [05:13:34] but only for w3m [05:13:43] ok [05:15:38] heh [05:15:56] I use border="1" when I am too lazy to define td/th/tr borders separately [05:16:01] I think it's impossible to get tableless output from the MySQL console. [05:16:42] http://tstarling.com/stuff/w3m-img.png [05:18:14] well, that kind of defeats the purpose of a text browser... [05:20:12] I guess it's for people who don't know how to set up a proxy or VPN or tunnel or whatever [05:21:15] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [05:21:49] TimStarling: wait, that's in the terminal? [05:23:22] heh, CSS is 'shaky ground' [05:23:44] damn those web standards [05:24:33] chuck: yes, that's xterm, gnome-terminal works too, but not quite as well [05:24:46] wow, that's amazing [05:24:52] presumably it's for people who not only can't set up a proxy, but also have oodles of bandwidth [05:24:53] *chuck wonders how that even works [05:25:15] because of course your images are decompressed from JPEG and then sent over the wire as a massive sequence of escape codes [05:25:45] But the quality of those images is perfect [05:25:55] How could escape codes replicate the image so well [05:28:43] 03(NEW) Wikibugs doesn't report comment additions properly on IRC - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18830 enhancement; Normal; Wikimedia: wikibugs; (public) [05:29:20] 03(mod) Integrate SVN and Mediawiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17322 (10stvrtg) [05:29:30] bah i got bite at last time i mentioned that >.> [05:29:37] the +comment thing [05:29:44] why doesn't wikibugs have a 'Nobody Cares' resolution? [05:30:14] thats a LATER resolution [05:30:31] or just 'meh' [05:35:43] 03(NEW) Wikibugs should use real name instead of e-mail prefix when reporting on IRC - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18831 enhancement; Normal; Wikimedia: wikibugs; (public) [05:51:16] chuck: it might use tektronix 4014 emulation mode http://www.chilton-computing.org.uk/acd/icf/terminals/p005.htm [05:55:14] :o rhalsell is winning in the weekly bug resolvers >.> [05:57:28] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 +comment (10mrzmanwiki) [06:00:33] he cheats [06:16:20] actually I think it is cheating [06:16:40] It's cheating to resolve bugs? [06:16:46] w3m [06:17:01] I think it is getting the x11 window of the terminal emulator and drawing on it [06:17:13] Mary: I meant it is cheating to say "file a bug" whenever anyone asks rob for a tiny change [06:18:04] I think we need better versioning of the config pages and more people with access. [06:18:17] sorry just happened to find something else that was cheating at the same time as Rob [06:22:07] Mary: I meant it is cheating to say "file a bug" whenever anyone asks rob for a tiny change ^ versioning [06:24:30] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [06:39:22] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [06:41:36] yah... good job jidanni... [06:44:13] "Throw web standards to the winds and it will be just that much more work to clean back up when you want to support a new device you didn't expect would come on the market." no, he doesn't, nor does he want to! he's the MediaWiki version of Stephen Colbert, think with your view-source, not your browser [06:51:25] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [07:02:10] it's like a one sided conversation [07:06:09] 03(mod) PageHistory.php deleterevision breaks on ugly URL wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18827 +comment (10roan.kattouw) [07:12:43] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 +comment (10roan.kattouw) [07:13:29] I added the code for the navbar template from wikipedia into my wiki. On one of my templates it works fine, but on another the "edit" link shows up as external (with the arrow). How should I go about fixing it? [07:14:05] they're probably using a class you don't have in your Common.css [07:15:32] 03(mod) Integrate SVN and Bugzilla - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17322 summary; +comment (10roan.kattouw) [07:17:20] 03(NEW) Alternative sitenotice accessibility for users with limited JavaScript support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18832 enhancement; Normal; Wikimedia: Site requests; (jidanni) [07:19:23] *facepalm* [07:34:23] 03(mod) customised version of dberrortext not displayed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18824 (10happy-melon) [07:36:02] "However, consideration for users without CSS or JavaScript should extend mainly to making sure that their reading experience is possible; it is recognised that it will inevitably be inferior." [07:36:39] How do the "new messages" messages show up? How are they put on the page? [07:40:43] 03(WONTFIX) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 +comment (10jidanni) [07:41:47] "You see all the regret that is caused by not following standards" aghaghaghahg [07:42:42] thank you for that trip down memory lame [07:43:24] 03nad * r50715 10/trunk/extensions/RecordAdmin/ (RecordAdmin.php RecordAdmin_body.php): redirect to record normal view after updating or creating a record [07:47:24] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 +comment (10p858snake) [07:47:41] not following standards mah arse [07:51:05] he is funny [07:56:12] then lets get him on irc [07:58:11] no [07:58:21] there's only two bugs in that "device compatibility" component, and both were reported by jidanni [07:58:36] just wondering if anyone else uses w3m or if it's just him [07:58:44] most are just in other bits and peices around the place afaik [07:59:12] buy me a kindle 2 (or DX whatever) and I'll open a load of bugs on your ascii [07:59:25] "MediaWiki does not support Kindle's lack of unicode support" [07:59:55] wait, the kindle is a ebook device but it dosn't support unicode...... [08:00:21] kindle 2 offers "free" wireless and cellular access to wikipedia, and doesn't support unicode [08:00:32] (*trial feature) [08:00:44] The new 1.15 that came out, that uses SQLite, how does that compare to the other mediawiki versions at http://download.wikimedia.org/mediawiki/ ? 1.6, 1.9, are they more advanced or less? Is 1.15 1.fifteen or 1.one and a half? [08:01:31] 1.10 > 1.9 [08:01:37] there's a whole lot of bugs mentioning lynx [08:01:51] That's ok, I don't read other languages, so I don't need unicode... except I used foreign languages in a few places today, such as http://en.wikipedia.org/wiki/Talk:Shadrach,_Meshach,_and_Abednego [08:02:03] like these: https://bugzilla.wikimedia.org/show_bug.cgi?id=7903 https://bugzilla.wikimedia.org/show_bug.cgi?id=8057 https://bugzilla.wikimedia.org/show_bug.cgi?id=8778 [08:02:14] he's been at it for a while [08:02:18] https://bugzilla.wikimedia.org/show_bug.cgi?id=18829#c10 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [08:10:21] Jidanni: 344 total bugs, 72 "NEW/ASSIGNED/REOPENED" -- resolved bugs: 93 "FIXED", 65 "INVALID", 43 "WONTFIX", 6 "LATER", 41 "DUPLICATE", 24 "WORKSFORME" (34% success rate on resolved bugs) [08:11:01] if that worried him, he'd stop doing it [08:12:00] :o that gender discussion has died down on the mailing list [08:12:36] I'm looking, but I can't find any bugs that complain about rendering in text browsers that weren't reported by jidanni [08:12:46] maybe he's just the torch-carrier for a huge user community [08:12:59] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10banaticus) [08:13:01] counting text-readers/accessability? [08:13:12] searching comments for lynx [08:13:19] *p858snake| pokes wikibugs with a carrot [08:13:33] it's jidanni who adds the accessibility keyword, right? [08:14:36] ok, found one now, 16257 [08:14:48] so there's at least two of them [08:14:50] pretty sure [08:18:09] http://xkcd.com/585/ [08:18:55] Tim: 32 total bugs, 13 "NEW/ASSIGNED/REOPENED" -- resolved bugs: 13 "FIXED", 0 "INVALID", 2 "WONTFIX", 0 "LATER", 4 "DUPLICATE", 0 "WORKSFORME" (68% success rate on resolved bugs) [08:19:41] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 +comment (10sam.korn) [08:27:46] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10roan.kattouw) [08:37:53] he won'tfixed it himself, let it die! [08:46:00] but its fun! [09:02:56] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10FT2.wiki) [09:06:46] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10FT2.wiki) [09:14:47] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10sam.korn) [10:43:02] 03(mod) special character in sidebar leads to corrupt css - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18688 +comment (10m) [10:45:17] 03shinjiman * r50716 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Literary Chinese [11:05:58] 03(NEW) translate #Redirect to #Weiterleitung - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18833 enhancement; Normal; MediaWiki: Internationalization; (t.stamer) [11:12:46] 14(WFM) translate #Redirect to #Weiterleitung - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18833 +comment (10roan.kattouw) [11:16:06] anyone in particular that have patience with some quite stupid beginners wuestion about Calendar extension [11:16:17] questions [11:21:08] 03nad * r50717 10/trunk/extensions/SimpleSecurity/ (SimpleSecurity.i18n.php SimpleSecurity_body.php): Add a message for the group acting as a right - eg. as seen in Special:ListGroupRights [11:21:53] i'm trying to display a screenshot [11:22:14] [[File:http://pathToImage/01_AccountWizard.png]] doesn't work. it just displays the link [11:27:20] ---- I added a custom Namespace called "Calendar" and now I am searching for a page called Calendar:Plan to create a page called plan that is a calendar. but I do not want a pagecalled "Calendar:Plan" [11:27:22] hi, if i create a gallery it displays the filename of the images as text rather than as a link to the upload page? [11:32:07] bompo: same problem. i fixed mine by clicking the filename. takes me to the upload page,where i could upload the actual images [11:32:31] bompo: for some reason uploading manually and then posting the link in [[File:]] doesn't work [11:32:40] don't ask me why, i'm new to this [11:34:37] anyone that have been on the calendar thing at anytime with mediawiki? [11:49:21] anyone that have been on the calendar thing at anytime with mediawiki? [11:52:05] 03siebrand * r50718 10/trunk/phase3/languages/messages/MessagesEn.php: [11:52:05] * mark up "Warning:" the same way in all Messages [11:52:05] * remove some ALLCAPS usage. [11:53:24] 03(mod) special character in sidebar leads to corrupt css - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18688 (10happy-melon) [11:53:45] Hello [11:54:20] I'm new to mediaWiki, I'd like to list in my sidebar the categories, how can do it dynamically ? Mediawiki:Sidebar doesn't support php code [11:54:32] or I don't know it could anyway [11:58:22] any help appreciated [12:03:03] 03siebrand * r50719 10/trunk/extensions/ (5 files in 5 dirs): [12:03:04] * mark up "Warning:" the same way in all messages [12:03:04] * add an i18n related FIXME in SimpleSecurity [12:03:04] * capitalisation tweaks in a few messages [12:15:28] 03siebrand * r50720 10/trunk/extensions/Configure/Configure.settings.i18n.php: mime -> MIME [12:33:37] hello all [12:33:40] can anyone help me? [12:33:46] I've got a problem with an image [12:34:08] I upload it, and the page becomes blank [12:34:12] why this happen? [12:35:03] Broc93: check your server logs [12:35:17] jlerner: server logs? [12:35:21] where can I find them? [12:35:39] ask you hosting provider or sysadmin [12:36:13] jlerner: what should I find in it? [12:36:33] an error of some kind related to the file upload, or perhaps image conversion [12:38:46] jlerner: you mean mysql DBs? [12:39:00] more likely php [12:40:53] in "phpmyadmin" is says there are no databases :| [12:41:30] ask your hosting provider where the error logs are [12:42:43] I'll do [12:42:49] but, anyway, what could it be? [12:43:05] any number of things [12:43:14] example? [12:43:59] where can I hack the sidebar ? In a file (I need to insert php code) [12:44:28] GeO93: what do you need to do exactly? [12:44:31] you can always hack up the skin [12:44:51] GeO93: ther's some hook you can use to inject stuff into the sidebar, i think [12:45:45] I'd like to list the categories [12:45:53] dynamically [12:46:35] a simple php code which retrieves the categories in mw_category [12:46:39] GeO93: http://www.mediawiki.org/wiki/Extension%3ACategoryTree#Using_CategoryTree_in_the_Sidebar [12:50:50] you can integrate a CategoryTree in the sidebar simply by setting $wgCategoryTreeSidebarRoot to the category you want to use as a root. [12:50:53] I don't understand this sentence [12:54:41] 03(mod) Monobook for accessibility to selected items - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18465 +comment (10jidanni) [12:55:45] Where am I supposed to set this variable ? [12:58:26] I've finally hacked the skin [13:05:17] 14(DUP) Allow filtering Special:Wantedpages by namespace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5864 +comment (10jidanni) [13:05:22] 03(mod) Consolidate special pages with namespace selector - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4204 +comment (10jidanni) [13:06:25] 03(mod) Don't jumble Wanted Categories into Wanted Pages anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18273 +comment (10jidanni) [13:06:28] 03(mod) Consolidate special pages with namespace selector - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4204 +comment (10jidanni) [13:06:52] 03(mod) Don't jumble Wanted Categories into Wanted Pages anymore - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18273 (10jidanni) [13:18:03] Marybelle, you can end queries with \G instead of ; to get output that's sometimes more readable. [13:19:19] You could also consider the pager command. That might serve your purposes. Something like: pager sed '/^[+-]*$/d;s/ | /\t/g;s/^| //;s/ |$//' [13:20:27] Hmm, that seems not to work? [13:21:12] Doesn't like the semicolons, it seems. [13:23:10] pager sed '/^[+-]*$/d' | sed 's/ | /\t/g' | sed 's/^| //' | sed 's/ |$//' [13:23:11] That works. [13:23:23] Although it still has weird spacing. [13:23:41] pager sed '/^[+-]*$/d' | sed 's/ *| */\t/g' | sed 's/^| //' | sed 's/ |$//' [13:23:51] That gives nice tabulation, although of course then it doesn't really line up. [13:39:30] Is it possible with MediaWiki to set up a user group that is the only set of people able to read/write content in a custom namespace? [13:39:43] yes [13:40:13] Thanks, just what I wanted to hear [13:40:36] well wait, write yes, not sure about the read part [13:41:35] 03(NEW) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 enhancement; Normal; MediaWiki: History/Diffs; (jlerner) [13:42:07] ping from my new office :d [14:13:26] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10ahmad.m.sherif) [14:14:01] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 +need-review +patch (10ahmad.m.sherif) [14:16:47] 03(mod) Table borders in CSS out of text browsers' reach - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18829 (10jidanni) [14:17:17] problemz Deluxe ... just love those [14:19:41] Hi , I am trying to graduate my files from a uat environment to a production environment however when I copy over the folders in the public html directory what i get is no skin to my wiki [14:20:06] can anyone tell me where the url path is being defined if not in LocalSettings ? [14:21:00] 03jan * r50721 10/trunk/phase3/includes/Linker.php: (bug 18834) Commit Patch from User Joshua C. Lerner for include/Linker.php [14:21:19] if i'm not mistaken ... if not specified in LocalSettings then it's the root is defined as folder containing the main index.php ... but i might be wrong [14:21:46] 03(FIXED) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10jan) [14:24:19] found where my problem is now jsut to see where to fix it it's not the url thats changed it's the folder structure [14:24:46] what was uatserver.com/wiki is now wiki.domain.com and that seems to be throwign it off [14:24:56] a sym link will fix it till I get it sorted thanx anyways :) [14:25:52] yup :) hehe helps to say it outloud sometimes [14:28:16] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jlerner) [14:29:46] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jlerner) [14:34:16] who's the mainteiner for Postgres? [14:34:23] Greg Sabino Mullane. [14:34:32] A.k.a. G_SabinoMullane right here. [14:35:53] G_SabinoMullane : ping? [14:37:59] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10roan.kattouw) [14:43:11] 03(ASSIGNED) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 +comment (10rhalsell) [14:46:31] 03(FIXED) Update config of FlaggedRevs for en.wikibooks - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18421 +comment (10rhalsell) [14:51:47] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10mwpnl) [14:56:30] 03(mod) Make [[google:foo bar]] use + or %20 for href, not an underline after parsing; further do not capitalize - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15274 +comment (10mr_moogle.geo) [15:01:10] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10FT2.wiki) [15:07:23] 03yaron * r50722 10/trunk/extensions/DataTransfer/includes/DT_GlobalFunctions.php: Added hook for Admin Links extension [15:07:40] 03yaron * r50723 10/trunk/extensions/DataTransfer/INSTALL: New version: 0.2.1 [15:08:26] k [15:09:10] 03(NEW) Activation of subpages feature on frwiki ns=15 (Category_talk) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18835 enhancement; Normal; Wikimedia: Site requests; (Kropotkine113) [15:09:48] i created that unionQueries function now, overload in Oracle abstraction ... am about to commit now ... are there any My4 specifics i sould be aware of ... as i understand you have a plenty-patched version of My4 on wiki [15:10:20] I very much doubt that the syntax for UNIONs has changed between MySQL 4 and 5 [15:10:24] The patches are only performance-related, mostly. [15:10:38] The syntax is basically (SELECT ...) UNION (SELECT ...) ... [15:10:44] hi Simetrical [15:10:48] and RoanKattouw [15:10:56] Hi [15:10:59] http://dev.mysql.com/doc/refman/4.1/en/union.html [15:11:04] You don't need the parentheses, actually. [15:11:11] In MySQL, anyway. [15:11:21] Maybe in pgsql you do, and they seem to work, so I guess keep them. [15:11:33] Oh, I guess you need them if you want an ORDER BY at the end. [15:12:16] Or LIMITs on the individual queries and on the end result [15:13:16] The manual page is quite good. [15:13:21] MySQL has a fairly nice manual. [15:14:08] 03(mod) Activation of subpages feature on frwiki ns=15 (Category_talk) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18835 +shell (10roan.kattouw) [15:14:19] well i just asked, because i've seen DB engines patched to extent of SQL incompatibility ... hence ... i'm not shy with supid questions [15:14:42] and when i hear "patched" i expect the worst :S [15:14:49] No, we just do performance patches, and I'm sure MySQL isn't stupid enough to introduce SQL incompat between 4 and 5 [15:15:13] The patches don't affect syntax at all, AFAIK. [15:15:31] MediaWiki is meant to work on *all* MySQL instances 4.0 or higher, not just Wikimedia's. [15:15:37] RoanKattouw: It *is* mysql though ;) [15:15:45] 03alnokta * r50724 10/trunk/extensions/RandomInCategory/SpecialRandomincategory.body.php: Don't choose sub-categories in results. [15:15:52] btw any ideas how to spam is inserted at linux.fi (see the source code after body tag)? [15:16:20] Yeah, I know, MySQL can be pretty stupid sometimes, but there are limits [15:18:00] Nikerabbit: No idea [15:18:12] Nikerabbit: i don't see anything after the body tag [15:19:10] Not after the closing , but after the opening [15:19:11] api-docs are automatically created? [15:19:33] freakolowsky: The ones at /w/api.php are, the ones at mediawiki.org/wiki/API aren't [15:21:45] Nikerabbit: i'd guess a php output handler [15:23:15] flyingparchment: yeah definitely on higher level [15:23:18] 03(NEW) Special:Log to include useful groupings of logs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18836 enhancement; Normal; MediaWiki: Special pages; (FT2.wiki) [15:23:39] I tried to fetch http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SyntaxHighlight_GeSHi but I get timeout. Is the server under heavy load? [15:23:56] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10FT2.wiki) [15:26:37] 03simetrical * r50725 10/trunk/extensions/RandomInCategory/SpecialRandomincategory.body.php: Cleanup for r50724 [15:27:12] *Simetrical wtfs a little at r50721 [15:27:45] *Simetrical will review that later, but . . . gratuitous use of master? multiple DB queries for every rollback link? Copy-paste code? [15:28:20] *Simetrical meh, reviews now [15:28:27] happy to move the copied code to its own function... [15:28:38] i didn't think it would get committed so fast... [15:29:16] I also highly doubt that the committer reviewed or tested that [15:29:17] oh sorry, should be DB_SLAVE of course [15:29:19] duh [15:30:34] Simetrical: like it says though, if it's too expensive for heavy traffic wikis, it can be made optional [15:30:51] jlerner: The second SQL query isn't necessary, you can just iterate over the results of the first [15:31:06] In that case please *add* an option to disable it [15:31:14] RoanKattouw: will do [15:31:51] the first sql query is just the first 10 revisions by the user who made the latest edit [15:32:09] Oh right [15:32:21] Why not the first 10 revisions period. ? [15:32:31] Hmm, weird punctuation there ^^ [15:32:59] Anyway, if you just grab the last 10 revs regardless of user, that's enough to determine who made the last edit and how many consecutive edits they've made [15:33:05] right [15:33:07] And of course all this logic shouldn't be duplicated [15:33:14] right [15:33:31] changing [15:35:48] I don't think it's a good idea from a UI perspective either. [15:36:01] There's too much clutter already, we don't need yet more random numbers stuck in. [15:36:20] only folks who have the rollback right see it though [15:36:20] RC is looking like an airplane's cockpit. [15:36:39] Clutter for a few people is still clutter. [15:36:57] It doesn't seem useful enough to justify the space it takes up. [15:36:58] and the way it is now , it's unclear the difference between 'rollback' and 'undo' [15:37:13] as you mentioned in https://bugzilla.wikimedia.org/show_bug.cgi?id=10531 [15:37:17] Yes, and I've proposed that be fixed. [15:37:34] By renaming and grouping. [15:38:00] Well, our interface sucks anyway, what can I say. [15:38:50] AAAAAARGHGHG I hate the person who invented Seg faults!! [15:39:17] freakolowsky: then you probably don't understand what they are [15:39:25] since the alternative is much worse [15:40:27] I guess you could just ignore them instead of dying. That would just paper over the bugs in your program, though. [15:40:51] What if you encounter a segfault when trying to grab the next instruction? [15:41:00] There's no papering over that [15:41:09] Simetrical: is there a bug other than 10531 describing your proposal? [15:41:25] I never made it in detail. [15:41:28] some ppl just don't get sarcasm [15:41:55] Also, other people apparently don't like it. [15:42:02] RoanKattouw: re option to disable this code - should it default to on or off? [15:42:13] I'd say off. [15:42:16] yeah [15:42:17] If it stays in at all. [15:42:30] but i was thinking newbies stand to benefit from it most [15:42:43] You're not thinking of making it a user preference, are you? [15:42:45] operators of smaller sites [15:42:45] simonrvn: hmm ... do such ppl still exist? [15:42:48] Ah. [15:42:54] 03(NEW) Add Special:Log/centralauth as an alias for Special:Log/globalauth and Special:GlobalAuth as an alias for Special:CentralAuth - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18837 normal; Normal; MediaWiki: Special pages; (mikelifeguard) [15:42:56] user preference - i wasn't [15:43:00] Good. :) [15:43:20] RoanKattouw, well, yeah. That's not nearly as likely as an array overflow. You could jump to a bad function pointer or something, I guess. [15:43:35] Call, that is. [15:43:40] *RoanKattouw nudges Simetrical to add a rant about preference explosion under !yap [15:43:51] Yeah, you could [15:44:05] Which is what typically happens with buffer overflows [15:45:36] I am wondering how it comes that I am trying to creat a page in the namespace Calendar by typing Calendar:Plan but instead get a page called "Calendar:Plan"" [15:46:14] the namespace isn't set up? [15:46:20] !extranamespace | hjartat [15:46:20] --mwbot-- hjartat: To add a namespace, modify your LocalSettings.php file, and add namespaces via $wgExtraNamespaces. A comprehensive set of instructions for adding a namespace can be found at . $wgExtraNamespaces can also be used to rename the default namespaces. [15:46:41] I have addad a custom namespace called Calendar in LocalSettings.php [15:47:34] Can you pastebin the lines you used? [15:47:38] yap? [15:47:42] yes [15:48:03] Nikerabbit: Yet Another Preference [15:48:34] in a min [15:48:49] aww [15:49:09] which brings me, the enhanced recent changes is way too much cluttered by default [15:50:59] Hi. When I try to edit a page in my wiki: Error in Database from "Article:getHiddenCategories". MySQL reports Error: "1146: Table '.page_props' doesn't exist (localhost)". [15:50:59] This happens after upgrade from Ubuntu 8.10 to 9.10. When I do "sudo php update.php", MediaWiki 1.13.3 Updater reports: Adding ipb_by_text field to table ipblocks...syntax error in der database query. [15:51:00] Last database query: "ALTER TABLE `ipblocks` ADD ipb_by_text varchar(255) binary NOT NULL default '' " from function „Database::sourceStream". Then, upgrade.php concludes: MySQL reported error: "1142: ALTER command denied to user ''@'localhost' for table 'ipblocks' (localhost)". [15:51:21] Any help is greatly apprechiated [15:51:44] simon1701_: After upgrading, run update.php [15:51:48] !upgrade | simon1701_ [15:51:48] --mwbot-- simon1701_: http://www.mediawiki.org/wiki/Manual:Upgrading [15:51:53] simon1701_: looks like needs the ALTER right [15:51:54] Oh [15:52:24] Upgrade reported an error… [15:52:31] Yeah, sorry, misread [15:52:46] You seem to need the right to use ALTER on the database [15:52:49] simon1701_: give the wikuser (whatever the name is) rights to use ALTER [15:52:57] add the missing permissions and use 1.14.0 :o [15:52:59] then run update.php again [15:53:05] how do i do this? [15:53:18] simon1701_: Do you have phpMyAdmin? [15:54:36] yes. When I enter phpmyadmin, it reports: connection for controluser , as stated in configuration, failed [15:55:03] When I did this before, it always worked [15:55:21] Then check that the settings in your PMA config file are still correct [15:56:20] RoanKattouw: http://pastebin.com/m3c491812 [15:56:30] you mean /etc/mediawiki/LocalSettings.php ? [15:56:59] No, your *php [15:57:07] No, your *phpMyAdmin* config file [15:57:51] RoanKattouw: I mean..not many rows to talk about...? =) [15:58:35] hjartat: You should also add a talk namespace. Every namespace *must* have a talk namespace [15:58:37] phpmyadmin/apache.conf [15:58:47] you mean /etc/phpmyadmin/apache.conf [15:58:49] ? [15:58:50] So that'd be $wgExtraNamespaces[109] ='Calender_talk'; [15:58:51] RoanKattouw: ah ok.. didn't know that [15:58:57] simon1701_: No [15:58:58] super [15:59:21] simon1701_: config.inc.php [16:00:56] you mean // $cfg['Servers'][$i]['controluser'] = 'pma'; [16:00:56] / $cfg['Servers'][$i]['controlpass'] = 'pmapass'; [16:00:58] ? [16:01:30] You should probably remove the // in front of those lines [16:02:54] ok now this is silly ... getting segfault at unknown position after svn update ... worked before ... out 4 a smoke [16:03:06] and enter the name for the controc user there? [16:03:58] sorry, control user [16:03:58] yes [16:06:45] RoanKattouw: here may be the answer: http://wiki.phpmyadmin.net/pma/controluser [16:07:36] seems there did no control user exist before? [16:09:27] RoanKattouw: just another small thing, I am trying to make a calendar, and I understood it like there was no need for any extension, is that so? [16:10:50] RoanKattouw: and I still get a page called Calendar:Plan... [16:14:10] hjartat: What else did you expect? [16:14:55] RoanKattouw: hm now that you say it like that, I might have been even more confused than I first thought [16:15:34] RoanKattouw: Not every namespace needs to have a talk namespace. You just have to hide the talk button for that namespace. [16:16:00] Smaug: Internally, very weird stuff could potentially happen if there is no talk namespace [16:16:12] So even if you hide the tabs, you should probably still define the namespace in LocalSettings [16:17:07] what could happen? (I know my question is not the right way to go about things, better to be on the safe side and all, but I am curious.) [16:17:32] I don't know offhand [16:17:37] okay [16:18:28] RoanKattouw: i have a strange problem. when I log on to phpmyadmin, I can select 'localhost' or 'localhost', so 2 times the same name. With the first, I get the error message, with th second, it works… [16:18:34] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10jlerner) [16:19:19] It could be that there are two MySQL servers running on your machine then [16:21:17] a 'ps ax | grep mysql' reports: 3897 ? S 0:00 /bin/sh /usr/bin/mysqld_safe and 4621 ? Sl 0:09 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock [16:21:55] Either way [16:22:11] Connect to the localhost that does work, and grant the wiki db user ALTER rights [16:23:02] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10ahmad.m.sherif) [16:25:52] RoanKattouw: Ok, I did this, and now the updater also wants to allow the CREATE command, so i also allow this as well… [16:26:57] 03rotem * r50726 10/trunk/phase3/languages/messages/ (MessagesEn.php MessagesHe.php): Localization update for he, and rebuilding en. [16:27:28] So I'm reading http://www.mediawiki.org/wiki/Manual:Wiki_family . It implies that the Wikimedia method is the cleanest and "best", but hardest to do. Just how much better is the Wikimedia method than Scenario's 1, 2 or 3? [16:28:25] RoanKattouw: Now the update worked and my mediawiki seems to be running correctly without reporting errors. Thanks a lot for your help!!! [16:30:36] Simetrical, thoughts? [16:30:52] Nikerabbit? [16:34:12] Duesentrieb? [16:36:02] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10roan.kattouw) [16:37:51] Smaug: me? [16:39:03] Nikerabbit: you are a regular, so I assume you have good knowledge. (Just was pinging a few knowledgeable regulars.) Do you have any thoughts on my question from 10 minutes ago about wiki Families? [16:39:30] [12:27:01] So I'm reading http://www.mediawiki.org/wiki/Manual:Wiki_family . It implies that the Wikimedia method is the cleanest and "best", but hardest to do. Just how much better is the Wikimedia method than Scenario's 1, 2 or 3? [16:39:41] I do not know what are scenarios 1, 2 and 3 [16:39:49] in the link [16:39:49] public-offtopic-request ... can somone test if you can open www.blogorola.com [16:40:18] freakolowsky: yes, i can, but something's wrong it's in another language [16:40:25] :D [16:40:33] well not all world speaks english [16:40:37] :) [16:41:32] *freakolowsky giggles at his english masterpiece [16:42:13] Nikerabbit: separate LocalSettings for each wiki versus the a single one with a variable so it pretends like it's actually multiple subdomains [16:42:31] I guess I can just choose one, but was wondering if anyone had any experience or advice on the subject [16:42:39] well [16:42:48] it's up to you :) [16:43:00] cu @ all [16:43:19] at translatewiki.net we are just using different checkouts with different localsettings... but requiring most of the common settings from global files... [16:43:30] but that's because we have development wikis there... [16:44:05] different checkouts? you mean different sets of files as well as different databases/prefixes? [16:46:53] *me has come all the way to install extension... =) [16:46:57] but [16:47:01] Fatal error: Call to undefined function wfLoadExtensionMessages() in /var/www/vhosts/cyphix.net/subdomains/wiki/httpdocs/extensions/Calendar/Calendar.php on line 94 [16:58:06] hi! [16:58:13] Smaug: same database actually :) [16:58:14] is it possible to use an image as a link? [16:58:24] hjartat: old version of mediawiki? [16:58:32] like in html with ? [16:58:53] Nikerabbit: hmm mmm =/ [16:59:01] �seem like it' [16:59:06] hjartat: moreover, Calender does not seem to be in our version control, so I can't check if it is broken [16:59:26] maybe Calendar? ;) [17:00:49] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10jlerner) [17:01:38] 04(REOPENED) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10jlerner) [17:01:49] hjartat: Cache404/ CanonicalHref/ CategoryOnUpload/ CategoryTests/ CategoryWatch/ [17:01:53] Call/ CategoryIntersection/ CategoryStepper/ CategoryTree/ [17:02:33] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10ahmad.m.sherif) [17:02:46] Nikerabbit: I see [17:03:07] where did you get it from? [17:04:10] Nikerabbit: http://www.mediawiki.org/wiki/Extension:Calendar_(Kenyu73) [17:04:43] uh [17:06:46] i18n with five localisations that look like machine translated [17:09:43] hm [17:12:51] when I have a wiki family, doing one of the methods where I have different localsettings.phps, and different table prefixes in the database for each wiki, but a shared user table, what happens to groups, since they are defined in LocalSettings? If they are defined in one LocalSettings but not the other, will a user group exist in one wiki but not the other, even though the user in that group [17:12:57] exists both places? [17:13:37] or will it cause unpredictable behavior, and so should I just include all user groups in all localsettings, even those that do not pertain to a wiki? [17:17:24] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10rhalsell) [17:17:33] user rights are not stored in the user table ircc [17:18:22] correct [17:18:52] right they are in another table [17:19:04] so what behavior would result? [17:19:29] it would not cause problems to have different groups in different wikis, then? [17:19:48] uh? [17:19:59] group rights would not be shared [17:19:59] different wikis in a family... [17:20:14] right. [17:20:18] okay. just checking [17:20:20] thank you [17:22:14] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10mwpnl) [17:23:29] is there a call like $wgOut->addwikiText to parse some wiki text so i can put it in a variable ? [17:23:47] $html = something->parseWikitext( or whatever [17:24:03] why? [17:24:06] buzz_: $wgParser->parse() [17:24:11] (yes, there is) [17:24:15] But you shouldn't usually need that [17:24:16] RoanKattouw, thanks! [17:24:21] i shouldnt ? [17:24:30] buzz_: just text or some message? [17:24:36] its a template actually [17:24:43] there is $wgOut->parse() too [17:25:27] basically i have an array $messages, that is later added to $wgOut->addHTML. but in one case i want to have the message from the wiki. most of the messages are html generated from my special page [17:25:39] so i need to parse it before i add it to the messages array. [17:26:46] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10roan.kattouw) [17:26:46] ill use that parse call i guess. cheers [17:28:59] what does parse need a title object for? [17:29:22] maybe there is amore suitable call to get some html from a wikipage ? [17:29:42] or simpler [17:30:49] question: can someoen recommend an extension to add breadcrumbs to mediawiki? [17:30:52] i think wgOut->parse is what i want actually. thanks Nikerabbit [17:30:56] and RoanKattouw_away [17:31:44] larzen: try the one from wmf svn? [17:31:50] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10ahmad.m.sherif) [17:32:08] Nikerabbit: sorry - i am not sure what that is? wmf ? [17:33:19] I noticed there are Breadcrumbs2 - extension for Mediawiki - I configured it, but I am not sure how to make the actual pages clickable? [17:33:22] larzen: the same repository where mediawiki is developed [17:33:51] Nikerabbit: - ah ok, thats the one I was looking at then [17:34:01] I found two: Breadcrumbs and Breadcrumbs2 [17:34:45] and? [17:35:06] ah ok, i see which one you mean now [17:37:24] I haven't used either [17:48:54] 03(NEW) Invalid id and name generated for Russian header element - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18838 minor; Normal; MediaWiki: Page rendering; (greenreaper) [17:53:18] 03(mod) "(last change)" in new messages box should link to combined diff of all changes since last visit - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12701 (10roan.kattouw) [17:54:33] 03(FIXED) Add Extension:SecurePoll to bugzilla - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18269 +comment (10brion) [17:56:13] 03(mod) Allow -html markup in MediaWiki:boardvote - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14871 +comment (10brion) [17:56:22] 03(mod) SecurePoll should indicate that cookies need to be enabled - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18453 (10brion) [17:56:49] !access [17:56:49] --mwbot-- For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [17:57:00] 14(DUP) Section titles beginning with URL-escaped characters --> invalid XHTML anchors - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18548 +comment (10roan.kattouw) [17:57:07] 03(mod) Section heading anchors shouldn't begin with invalid characters - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 +comment (10roan.kattouw) [17:57:08] !css [17:57:08] --mwbot-- To change styles for your wiki, go to one of the MediaWiki:xxx.css wiki page (NOT a file) and put your custom styles there (sysop/admin rights required). MediaWiki:Common.css is for all skins and should be used for content styles. MediaWiki:Monobook.css is for the MonoBook skin (default), etc. For more information, see !skins and [17:57:10] 14(DUP) Invalid id and name generated for Russian header element - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18838 +comment (10roan.kattouw) [17:57:13] 03(mod) Section heading anchors shouldn't begin with invalid characters - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 +comment (10roan.kattouw) [17:57:29] 03(mod) Activation of subpages feature on frwiki ns=15 (Category_talk) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18835 (10brion) [17:58:02] 06(LATER) Alternative sitenotice accessibility for users with limited JavaScript support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18832 (10brion) [17:58:10] 03(mod) XHTML validation errors -- some "id" attributes are not unique - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17650 (10roan.kattouw) [17:58:14] 03(mod) XHTML compliance (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=209 (10roan.kattouw) [17:58:59] 03(mod) Wikibugs should use real name instead of e-mail prefix when reporting on IRC - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18831 +comment (10brion) [17:59:12] *Reedy notes [17:59:16] blah [17:59:38] 03(mod) Wikibugs doesn't report comment additions properly on IRC - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18830 +comment (10brion) [18:00:01] brion: Any reason for calling the BZ component SecureVOTE rather than SecurePOLL? [18:00:06] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10rhalsell) [18:01:01] 06(LATER) PNG cannot display thumbnails if the original over 12.5 megapixels - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18826 +comment (10brion) [18:02:38] 06(LATER) customised version of dberrortext not displayed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18824 +comment (10brion) [18:02:46] RoanKattouw: mistyped it the first time. already changed it like 20 mins ago [18:02:54] Right [18:03:11] I thought maybe it was intentional [18:03:57] 03(mod) Create Portal namespace on Swahili Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18815 (10brion) [18:05:55] 03(mod) Preserve or generate a hyphenated ISBN at Book sources - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18814 (10brion) [18:06:39] :o [18:06:44] looks like bug review [18:06:52] what happened to code review? :O [18:07:20] What happened to scapping at least once every 2 months? :P [18:07:36] been busy and behind [18:07:38] 03(mod) What links here on Special:Booksources - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18813 +comment (10brion) [18:13:15] 03(mod) Revision::fetchAllRevisions has LIMIT=1, thus not returning all revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18821 +comment (10brion) [18:25:21] 03jan * r50727 10/trunk/phase3/ (5 files in 3 dirs): * (bug 18834) Show how many edits will rollback if $wgShowRollbackEditCount is set true in LocalSettings.php, bugfixes for r50721 [18:25:36] 03(FIXED) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10jan) [18:29:28] id Debian, MW1.7 installs in a mediawiki1.7 directory. If install MW1.12 from etch-backports (as I'm still on Etch), is the installer smart enough to move the old directory structure to mediawiki/ directories? [18:29:45] not a clue, ask #debian :) [18:30:03] wmat: Nobody here knows, since Debian MW packages are generally stone-age and brain-damaged [18:30:06] OverlordQ: good point, thx [18:30:22] Just do it properly rather than a debian packages [18:30:34] i'm tempted to just do it the right way [18:30:37] or take a copy of the diir and upgrade that? ;) [18:32:07] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jan) [18:32:18] hi all. After upgrade of 1.4.8 to 1.12: sql dump, backuped files. After restoring in 1.12 dump restore ok, run php update.php ok. But while trying to open wiki, it return default pages. I can see the history, I can logging. But pages show default mediawiki page. Why? [18:34:34] fernando: which pages, and what's "restoring" mean? [18:36:20] brion: restoring sql dump to new mediawiki 1.12. All pages are empty. The MainPage return default mediawiki page. In history I can see all users modifications, but all pages are empty [18:36:37] 03siebrand * r50728 10/trunk/extensions/PovWatch/ (PovWatch.php PovWatch_body.php): Remove some code that has been commented out for almost 3 years [18:36:54] how did you "dump" and how did you "restore"? [18:37:04] got links to your site? [18:37:18] fernando: Probably the installer created the default page, and since it's more recent than any other edit it's on top. Try undoing the installers revision to [[Main Page]] [18:38:51] brion: mysqldump -u root -p mywikidb > mybackup.sql [18:39:06] 03siebrand * r50729 10/trunk/extensions/PovWatch/ (PovWatch.i18n.php PovWatch.php PovWatch_body.php): stylize.php and trailing whitespace removed [18:39:25] brion: restoring with mysql -u root -p mywikidb < mybackup.sql [18:39:39] RoanKattouw: why other pages are empty? [18:39:44] fernando: link pls [18:40:15] brion: no external link. It's a internal wiki. [18:40:30] hard to assist then :) [18:40:31] 03robin * r50730 10/trunk/phase3/ (3 files in 3 dirs): (bug 17399) CSS class for "(top)" on Special:Contributions. Patch by Umherirrender. [18:40:32] good luck [18:41:29] 03(FIXED) CSS-Class for "(top)" on Special:Contributions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17399 +comment (10robinp.1273) [18:45:24] 03robin * r50731 10/trunk/phase3/includes/specials/SpecialContributions.php: remove "+" [18:48:52] 03brion * r50732 10/trunk/phase3/ (5 files in 3 dirs): [18:48:52] Revert r50727 "* (bug 18834) Show how many edits will rollback if $wgShowRollbackEditCount is set true in LocalSettings.php, bugfixes for r50721" [18:48:52] * Seems to combine unrelated changes, which complicates code review and management [18:48:52] * Patch is incomplete, missing default settings etc. [18:49:27] my text table have the default page only. All others pages are in cur table. That is right? [18:49:42] 03siebrand * r50733 10/trunk/extensions/AuthorProtect/ (AuthorProtect.i18n.php AuthorProtect.php): [18:49:42] * add right- message [18:49:42] * add FIXME [18:50:20] 04(REOPENED) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 +comment (10brion) [18:51:36] 03siebrand * r50734 10/trunk/extensions/Duplicator/Duplicator.i18n.php: Add right- message [18:53:07] 03brion * r50735 10/trunk/phase3/includes/Linker.php: [18:53:07] Revert r50721 "(bug 18834) Commit Patch from User Joshua C. Lerner for include/Linker.php" [18:53:07] * Fails to explain purpose of patch [18:53:07] * use of SQL variable interpolation without using standard encoded variable naming convention; looks unsafe and makes review harder [18:53:07] * Code has issues already noted; follow-up code was also reverted. [18:53:11] Code needs a little more cooking I think. :) [18:59:43] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jlerner) [19:02:51] 03siebrand * r50736 10/trunk/extensions/GetFamily/ (GetFamily.i18n.php GetFamily.php): [19:02:51] * add descriptionmsg in extension credits and messages file [19:02:51] * add right- message [19:02:51] * add FIXMEs [19:02:51] * remove trailing whitespace, update indentation, stylize.php [19:02:52] * bump version [19:03:46] 03siebrand * r50737 10/trunk/extensions/Translate/groups/mediawiki-defines.txt: Add support for GetFamily [19:04:58] 04(REOPENED) "Prevent user from sending email" checkbox still appears even if email is disabled - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18549 +comment (10brion) [19:05:13] Anybody want to take http://www.mediawiki.org/wiki/Special:Code/MediaWiki/50635#c2529 ? Quick method extraction to avoid duplicate code [19:06:10] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jlerner) [19:09:06] 03brion * r50738 10/trunk/phase3/includes/UserMailer.php: [19:09:06] Move wfDebug() call about use of PHP mail() function to _before_ we mess around with warning/error reporting. [19:09:06] Previously, a failure to open the debug log file for writing would end up getting reported as a failure of mail delivery, even though we were successful. [19:09:06] It'll now fail silently (as it should) and won't interfere with the actual mail() call's error reporting. [19:09:20] 03yaron * r50739 10/trunk/extensions/AdminLinks/AdminLinks.i18n.php: Re-added removed message, with explanation [19:11:27] Notice: Undefined property: CheckUserLogPager::$mIsFirst in /Library/WebServer/Documents/trunk/includes/Pager.php on line 603
[19:14:34] 04(REOPENED) Make filling in the "reason" field for CheckUser checks compulsory - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18613 +comment (10brion) [19:14:35] grr [19:14:57] why are they trying to be clever with no benefit? [19:18:50] 03(mod) Show estimate of number of edits to be reverted in rollback link - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18834 (10jlerner) [19:19:25] 03siebrand * r50740 10/trunk/extensions/Piwik/ (Piwik.i18n.php Piwik.php README): [19:19:25] * fixd escriptionmsg in extension credits [19:19:25] * add right- message [19:19:25] * remove trailing whitespace, update indentation, stylize.php [19:21:20] brion: was that a hint for me to fix it or something? [19:21:33] hm? [19:25:26] 03siebrand * r50741 10/trunk/extensions/WikimediaIncubator/ (4 files): [19:25:26] * add right- message [19:25:26] * remove trailing whitespace, update indentation, stylize.php [19:25:26] * bump version [19:31:47] 03(NEW) Misleading text/layout in RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18839 normal; Normal; MediaWiki: Deleting; (FT2.wiki) [19:48:51] 03siebrand * r50742 10/trunk/extensions/ProtectSection/ (ProtectSection.i18n.php ProtectSection.php): [19:48:51] * remove setup method [19:48:51] * add right- message [19:48:51] * add version in extension credits [19:48:51] * remove trailing whitespace, update indentation, stylize.php [19:55:59] 03siebrand * r50743 10/trunk/extensions/SemanticForms/languages/SF_Messages.php: Add right- messages [20:03:18] 03siebrand * r50744 10/trunk/extensions/Vote/ (6 files): [20:03:18] * add right- messages [20:03:18] * remove trailing whitespace, update indentation, stylize.php [20:03:18] * bump version [20:05:24] Is there a way to put text on an image, and have that text-on-an-image be added to the bottom of a talk page and still have it line up? [20:07:54] Notice: Undefined index: offset in /Library/WebServer/Documents/trunk/extensions/OggHandler/OggHandler_body.php on line 326 [20:08:08] mdale: ^ ? [20:08:16] hmm [20:09:29] version incompat? [20:09:35] [metadata] [20:09:53] it fails to check if there's actually an entry in the metadata there... [20:10:02] hmm that was the addition of offset info to metadata [20:10:22] The requested URL /mv_embed/cortado_iframe.php was not found on this server. [20:10:34] ummm [20:10:35] 03siebrand * r50745 10/trunk/extensions/BadImage/ (7 files): [20:10:35] * add right- message [20:10:35] * remove trailing whitespace, update indentation, stylize.php [20:10:35] * bump version [20:11:35] brion: there is a few versions of things floating around... [20:11:43] 03purodha * r50746 10/trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php: Minor message clarifications, based on http://translatewiki.net/wiki/Support/Archive/2009/4#Semantic_Mediawiki_-_meanings [20:11:47] we want to target everything against new-upload now... [20:12:12] can remove references of mv_embed in the metavid Extension [20:12:21] when testing the new-upload stuff [20:12:38] (since it packaged into the new-upload branch now) [20:13:12] ok, i had a ref to the add-media-wizard js in my local js which was pulling up the metavid player [20:13:17] with that gone my player's ok :D [20:13:25] but i've still got that metadata access warning [20:14:08] yea.. not sure how to fix that .. we have to bump the OGG_METADATA_VERSION version i think... (which I neglected to do in the commit) [20:15:57] or just check if it's set and ignore it as if it were 0 :) [20:16:07] added that in as well [20:16:09] on the assumption that anything old probably doesn' thave an offset [20:16:09] :D [20:16:19] 03dale * r50747 10/trunk/extensions/OggHandler/OggHandler_body.php: bumped metadata version and added isset check to ['offset'] [20:17:31] Notice: Undefined variable: row in C:\WAMPServer\www\MW_alpha\includes\Article.php on line 3620 [20:17:33] Notice: Trying to get property of non-object in C:\WAMPServer\www\MW_alpha\includes\Article.php on line 3620 [20:17:41] o_O [20:18:00] That sounds evil [20:21:23] 03brion * r50748 10/trunk/phase3/includes/Exif.php: [20:21:23] Follow-up to r50689 "* (bug 18389) Localise numbers in EXIF data (patch by Marcus Buck and Ahmad Sherif). Possible FIXME: Is said not to work for "Exif version" and fraction in "Exposure time"" [20:21:23] Fixes the fraction formatting for the exposure time. Haven't actually seen anything with exif version? [20:21:24] 03aaron * r50749 10/trunk/phase3/includes/Article.php: Removed unused broken line [20:21:43] \o/ [20:22:22] 03(mod) EXIF data lacking localization - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18389 +comment (10brion) [20:22:35] mdale: now less explody, thanks :D [20:23:47] MediaWiki 1.15.0! Now with more less explosions! [20:27:27] 03siebrand * r50750 10/trunk/extensions/Todo/ (SpecialTodo.i18n.php SpecialTodo.php TodoForm.php): [20:27:27] * add right- messages [20:27:27] * make array of 'author' in extension credits [20:27:27] * remove trailing whitespace, update indentation, stylize.php [20:27:27] * bump version [20:29:03] 03(NEW) RevDelete/HideUser (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18840 enhancement; Normal; MediaWiki: Deleting; (happy-melon) [20:29:03] 03brion * r50751 10/trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php: [20:29:03] Follow-up to r50693 "Add optional $wgSyntaxHighlightDefaultLang parameter; allows people to set a default language that shows up if the lang parameter is missing." [20:29:03] Fix whitespace (tab/space issues) and drop duplicated strtolower() call to common code path [20:29:06] 03(mod) Specific log for revision deletions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17806 (10happy-melon) [20:29:09] 03(mod) RevDeleted links not available at times when they should be or may be urgently needed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18455 (10happy-melon) [20:29:12] 03(mod) Suppression log filtered by "offender", as Oversight log can be. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18472 (10happy-melon) [20:29:15] 03(mod) "Review this revision" dialog present when viewing a hidden revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18744 (10happy-melon) [20:29:19] 03(mod) Superfluous revision deletion links present in log entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18745 (10happy-melon) [20:29:22] 03(mod) The (hide) button on revision deletion is confusing, displayed when revision is already hidden - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18746 (10happy-melon) [20:29:25] 03(mod) deletion log shown on page re-creation is filled with useless individual revision supression entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18747 (10happy-melon) [20:29:28] 03(mod) Misleading text/layout in RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18839 (10happy-melon) [20:29:31] 03(mod) RevDeleted to link to the actual revision(s) involved for all users - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18753 (10happy-melon) [20:29:34] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2007 (10happy-melon) [20:29:38] 03(mod) RevDeleted layout misleading - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18772 (10happy-melon) [20:31:06] 03(mod) add "oversight" component to cover RevDeleted, HideUser, etc - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18818 +comment (10mikelifeguard) [20:31:31] 03(mod) Superfluous revision deletion links present in log entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18745 +comment (10JSchulz_4587) [20:34:07] 03(FIXED) RevDeleted links not available at times when they should be or may be urgently needed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18455 +comment (10JSchulz_4587) [20:34:44] 14(INVALID) Superfluous revision deletion links present in log entries - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18745 +comment (10mikelifeguard) [20:34:58] 03(mod) "Review this revision" dialog present when viewing a hidden revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18744 (10JSchulz_4587) [20:36:47] 03(mod) add "RevisionDeletion" component to cover RevDeleted, HideUser, etc - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18818 summary; +comment (10mikelifeguard) [20:39:17] Is there a way to put text on an image, and have that text-on-an-image be added to the bottom of a talk page and still have it line up? [20:40:16] wow guys, that's some heavy traffic :) [20:41:08] Boriss: probably. See "CSS 303" course. [20:49:39] 03(mod) special character in sidebar leads to corrupt css - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18688 (10m) [20:51:28] 03siebrand * r50752 10/trunk/extensions/FCKeditor/ (FCKeditor.i18n.php FCKeditor.php): [20:51:28] * add descriptionmsg in extension credits [20:51:28] * bump version [20:53:48] anyone know about the new upload branch and when it will be usable? [20:54:00] prefrontal: It's mdale's baby [20:54:21] there is a tracking bug [20:54:29] prefrontal: could use help with testing :) and bug reports :) [20:54:47] i am implementing mw api in c++, but so far i can't even upload with wget [20:55:24] i've got your branch here: http://grey.colorado.edu/UploadTestWiki [20:55:32] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10rhalsell) [20:57:17] mdale, do you have any sample code using action=upload? [20:58:01] yea... [20:58:16] 03dale * r50753 10/branches/new-upload/phase3/ (17 files in 9 dirs): [20:58:16] Fixes for upload-via-url (defaults async if supported) [20:58:16] Better error checking [20:58:16] Fixes for stand alone script-loader [20:58:16] Stubs for advanced firefogg support [20:58:17] Stub Make_Ogg.html sample stand alone page [20:58:19] a javascript interface...that starts the upload then queries for progress [20:59:03] if you have a few minutes we could get that branch up and running for you locally... [20:59:19] i do have a few [20:59:53] oky get a check out of: http://svn.wikimedia.org/viewvc/mediawiki/branches/new-upload/ [21:00:14] i'm running the branch: http://grey.colorado.edu/UploadTestWiki/index.php/Main_Page [21:00:28] just can't get the action to do anything for me [21:00:57] wget --post-data 'action=upload&filename=blah.txt&file=blah' http://grey.colorado.edu/UploadTestWiki/api.php [21:01:29] You probably need mime/multipart-form-data there or something [21:01:35] http://grey.colorado.edu/UploadTestWiki/api.php?action=upload&url=http%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F3%2F33%2FNGC2207%252BIC2163.jpg&filename=NGC2207%252BIC2163.jpg&comment=test&asyncdownload=true&format=jsonfm [21:01:47] need to activate my account maybe.. [21:02:06] thats the other thing, i couldn't get the example link in api.php to work [21:02:25] hmm [21:03:57] let me set-it-up from scrach on a public server really quick to test anything I might have missed [21:07:15] 03aaron * r50754 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: (bug 18744) Suppress useless review link for deleted revs [21:07:24] 03(FIXED) "Review this revision" dialog present when viewing a hidden revision - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18744 +comment (10JSchulz_4587) [21:10:53] 14(INVALID) The (hide) button on revision deletion is confusing, displayed when revision is already hidden - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18746 +comment (10JSchulz_4587) [21:12:03] 03(mod) Misleading text/layout in RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18839 +comment (10JSchulz_4587) [21:18:58] 03raymond * r50755 10/trunk/extensions/Translate/groups/MediaWikiExtensions.php: [21:18:58] * Add CommunityVoice to Wikimedia group (enabled a few minutes ago) [21:18:58] * Remove BoardVote (disabled weeks ago, replaced by SecurePoll) [21:18:58] * Tweak comment for AbuseFilter (active on a lot of projects now) [21:25:55] 03(mod) Make [[google:foo bar]] use + or %20 for href, not an underline after parsing; further do not capitalize - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15274 (10herd) [21:27:33] mdale, were you able to verify the upload action is working? [21:27:51] .. yea I have it working locally... [21:27:55] I just downloaded the enwiki-latest-pages-articles.xml. How do I split it into different html files? [21:28:10] working on getting it setup in another env [21:28:23] magicblaze: with a tool! [21:28:40] magicblaze0071 first use the import maintenance script, then use the dump to html maintenance script [21:28:43] domas: What tool? [21:28:44] domas++ [21:29:02] magicblaze: that splits xml stream into different html files! [21:29:12] prefrontal: just taking a bit longer than it should cuz I have to update a few extensions that are running in the "sandbox" env I am setting it up for... [21:29:36] prefrontal: Can you get me web link for those two scripts please? [21:30:00] its a good exercise to check out all the maintenance scripts in your mediawiki installation [21:30:09] avoids lots of questions in IRC [21:30:24] 03(FIXED) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 +comment (10rhalsell) [21:30:38] will take few years anyway [21:30:39] :) [21:31:22] 03(NEW) Only ask gender by default if it will be in fact used for the current language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18841 enhancement; Normal; MediaWiki: User preferences; (jidanni) [21:31:41] yeah i hope you have a large disk magicblaze [21:32:58] 03(mod) Add setting to hide a list of preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18761 (10jidanni) [21:33:10] isn't one of the dumps an html dump? used to be. [21:33:54] http://static.wikipedia.org/ appears down [21:33:59] *Splarka blinks, can't find anything to dupe 18841 to, coulda sworn... [21:35:50] greetings... someone knows a possibility to execute a self written function in mediawiki everytime after a link is clicked on ? [21:36:55] do you mean everytime a page in a mediawiki install is loaded/visited? [21:37:56] or do you actually mean every time an is clicked, including external links and page-relative anchors? [21:39:23] 03(mod) Only ask gender by default if it will be in fact used for the current language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18841 +comment (10innocentkiller) [21:41:00] i mean links between topics in the wiki system [21:41:31] e.g. "this is the sibirian ->tiger" to the "tiger" page [21:42:43] 03(NEW) Comments hidden with RevDeleted silently suppressed, not marked "(Comment removed)" (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18842 normal; Normal; MediaWiki: Deleting; (happy-melon) [21:42:45] 03(mod) RevDelete/HideUser (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18840 (10happy-melon) [21:43:50] i tried it with OutputPageBeforeHTML hook but this just seems to execute the function one time, then the browser loads the pages from the cache [21:44:23] you can do it in javascript from MediaWiki:Common.css by adding onclick attributes to the links [21:44:31] ^Common.js [21:44:35] tx [21:44:51] yes, if you wanna defeat cache it has to be javascript-triggered [21:45:01] or you can disable all caching on your wiki (ugh) [21:45:27] just depends on how drastic you want to intercept clicks [21:46:30] hmm... i'd like to use as little javascripting as possible.. but if there is no other way i'll try it like this [21:46:34] like say someone clicks [[tiger]], closes browser, reopens, clicks it again. Or say someone clicks [[tiger]] into a new tab, closes the tab, and then does it again. Or say someone clicks [[tiger]] and then clicks [back] and then clicks [[tiger]] again, or say someone clicks [[tiger]] and then [back] and then [forward], or say someone clicks [[tiger]] then goes to a new tab, then comes back to that tab [21:46:35] Can anyone tell me what the page is to view which plugins are installed?? [21:46:44] Special:Version [21:47:40] HeimdallAustria: well, most if it would be possible without javascript if you disable all server and client side caching, forcing page reloads for all but forward/back navigation [21:47:54] max-age=0, s-maxage=0, must-revalidate, private, etc [21:47:58] ugh, as you said :-) [21:48:22] you'd rather write a full blown php extension than a few lines of javascript? crazy [21:48:23] you could even serve all pages as 404 to intercept forward/backward too [21:48:42] yes... i get your point prefrontal [21:49:17] the primary goal at first is to "count" every single click with my function [21:49:21] well, the problem with the JS solution is, it is probably easier to do a separate analytical tool (either written by you or using a third party, like clickdensity) [21:49:56] those tools probably already do everything for you by including some javascript at the end of the page [21:50:00] Is there a way I can transclude just a little bit of information from a page? I have a set of pages that use a common infobox template, and on the main page I want to display a couple pieces of information that's used on one of the pages in the infobox, but I want to be able to easily change which page that information comes from. Can I do that easily? [21:50:01] in that the JS could simply send a request to your stats script for each click [21:50:34] !lst [21:50:34] --mwbot-- http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion [21:51:22] 04(REOPENED) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 +comment (10happy-melon) [21:52:20] 03(mod) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 (10happy-melon) [21:52:22] 03(mod) Enable RevisionDelete on WMF wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15644 (10happy-melon) [21:52:25] 03(mod) RevDelete/HideUser (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18840 (10happy-melon) [21:53:19] mwbot2: so theoretically if I put those markers in my infobox I can include the sections using the page that uses the infobox? I'll try. [21:53:25] yes.. the analytic tool will be a seperate php script, but i was searching for a way to send info to this tool [21:53:48] HeimdallAustria, the result of above conversation is that these tools likely include both the server side and the client side code you need [21:53:54] google analytics for example [21:54:01] Oh, that's a bot. I'm smart. [21:54:04] Splarka: ^ [21:54:14] thanks for your suggestions, i will look what i can do with the javascript approach and the tool [21:55:29] jtbandes: yes, in theory, never seen anyone actually use it myself tho [21:55:46] HeimdallAustria, http://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration [21:56:22] 03siebrand * r50756 10/trunk/extensions/Piwik/Piwik.i18n.php: Fix typo in special page name [21:57:19] ugh [21:57:22] https://bugzilla.wikimedia.org/show_bug.cgi?id=18840 [21:57:35] wouldn't it make more sense to just have a suppress/revdelete/hideuser component? [21:57:54] (and find a unified name for it all, too) [22:03:32] 03(mod) Enable Abuse Filter on nl-wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18812 (10oscar.wiki) [22:05:47] 03(mod) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 (10happy-melon) [22:11:38] does anyone develop Mediawiki extensions here? [22:11:46] I am curious as to how to get the root path here? [22:12:21] $IP [22:12:41] just like in LocalSettings extension includes I presume [22:14:06] hmm $IP doesnt show anything [22:14:11] =its probably stuck in some object [22:14:32] shouldn't be [22:15:26] 03aaron * r50757 10/trunk/phase3/includes/Linker.php: Fixed bug in r49227; use raw function now [22:16:28] 03(FIXED) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 +comment (10JSchulz_4587) [22:17:44] larzen: You'll need to global it if you're in a function [22:18:02] ah! just realized that.. hacking php is new to me! [22:21:39] 03(mod) Comments hidden with RevDeleted silently suppressed, not marked "(Comment removed)" (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18842 (10happy-melon) [22:23:02] 03(FIXED) Comments hidden with RevDeleted silently suppressed, not marked "(Comment removed)" (patch) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18842 +comment (10JSchulz_4587) [22:26:01] 03siebrand * r50758 10/trunk/extensions/cldr/ (52 files): Update to CLDR 1.7.0 using rebuild.php (Source: http://unicode.org/Public/cldr/1.7.0/core.zip) [22:30:27] http://www.mediawiki.org/wiki/Special:Code/MediaWiki/50654#code-comments [22:30:29] lol [22:30:51] Does anyone know how to make htaccess file to remove the index.php from the link? [22:31:02] are there any other changes that i need to make? [22:31:16] !shorturl [22:31:16] --mwbot-- To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [22:31:25] rewrites :) [22:35:45] *siebrand nods at AaronSchulz. [22:37:04] 03(mod) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 (10happy-melon) [22:37:32] 04(REOPENED) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 (10happy-melon) [22:38:16] 03(mod) Enable AbuseFilter on Cantonese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18589 (10rhalsell) [22:40:11] 03(mod) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 (10JSchulz_4587) [22:51:54] 03dale * r50759 10/trunk/extensions/MetavidWiki/ (24 files in 15 dirs): updates to metavid Extension to work with new-upload branch [22:52:34] 03(FIXED) Enable AbuseFilter on Cantonese Wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18589 +comment (10rhalsell) [22:57:34] Okay, that books thing [22:59:14] !ask [22:59:14] --mwbot-- 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. See also: !gethelp [22:59:34] I was about to respond [22:59:53] anyway, I see it was being used during its "trial run" on the English Wikipedia [23:00:17] but I personally think the language of it could use some improvement [23:00:19] !!ask | Marybelle [23:00:19] --mwbot-- Marybelle: Don't be an !ask-hole. Give them a chance to ask. [23:00:42] !answer [23:00:42] --mwbot-- Just wait a goddamn minute for me to ask my question and then you can answer it. [23:01:00] that one is for the askee, not a third party [23:01:08] the !askee even [23:01:17] Viper550: All language is controlled by system messages editable by any admin. [23:01:29] Unless you want to change the defaults... [23:01:40] Diff to penultimate revision. [23:01:44] as in [23:01:53] I think it should be called "Collections" instead [23:02:04] Where? [23:02:29] The term "Wikipedia books" as often used on Wikipedia, I am concerned about it being confused with Wikibooks [23:03:12] http://test.wikipedia.org/wiki/MediaWiki:Newmessagesdifflink [23:03:34] Viper550: Where? [23:04:01] http://en.wikipedia.org/wiki/Wikipedia:Books [23:04:25] What the hell kind of hyphenation abuse is that? [23:04:31] You're talking about a local project-space page. [23:04:35] See the move tab? [23:05:02] but, I don't think these things should be changed around without concensus. Should I file it on bugzilla? [23:05:11] Hell no. :-) [23:05:15] This isn't a software bug. [23:05:28] If you want to, post to the talk page. [23:05:39] https://bugzilla.wikimedia.org/show_bug.cgi?id=17214 [23:05:46] 'Please think over the use of the new word "books" instead of "collections"' [23:06:28] hmm [23:07:22] that is a separate manifestation of the same naming problem, and that bit is a "feature request" for the software, though a page name on en.wp as Marybelle says is not a software bug or feature request [23:07:48] but the use of the term "books" in the software kinda lead to that [23:08:15] I removed the offensive hyphen. [23:08:55] &nonoffensivehyphen; [23:14:52] 03dale * r50760 10/branches/new-upload/phase3/ (25 files in 6 dirs): [23:14:52] better scriptLoader checks for mvEmbed [23:14:52] fixed default settings mwEmbedDirectory reference [23:18:06] I just submitted a page, but I got logged out of my admin account. now the page thinks I can't edit it. any way to recover the submitted information, which I spent like an hour working on? [23:18:20] Which browser? [23:18:23] 03(mod) Free up "Project" as a namespace (for Wikipedia:Projects) by using an alternate token - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18793 +comment (10jidanni) [23:18:58] oh thank god i got it back [23:19:17] i opened a new tab, logged in, went back to old tab, clicked back and then forward and then reload and resend [23:19:19] phew [23:29:37] 14(WFM) Have a permalink type URL as a user preference - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18796 +comment (10jidanni) [23:33:07] Ahoy... I have a question regarding searching my wiki: if I search with an apostrophe, I get an error page saying "You don't have permission to access /wiki/index.php on this server." How can I fix this? [23:42:26] 03dale * r50761 10/branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvUploader.js: a bit better checking for odd json results [23:46:22] 03(mod) Only ask gender by default if it will be in fact used for the current language - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18841 +comment (10Simetrical+wikibugs) [23:48:36] 03(mod) Automated smallest-CIDR calculation from within Checkuser UI - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17018 (10mikelifeguard) [23:50:28] 04(REOPENED) Creation of namespace 'Portal' at bar.wikipedia.org - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16290 +comment (10Wiki.Melancholie) [23:52:49] 03(mod) Bad regexes make the at least some of the blacklist get ignored - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15099 +comment (10mikelifeguard) [23:53:57] 03(mod) PageHistory.php deleterevision breaks on ugly URL wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=18827 (10jidanni) [23:54:58] 03dale * r50762 10/branches/new-upload/phase3/js2/mwEmbed/ (3 files in 3 dirs): [23:54:58] added checking for fireofogg state [23:54:58] fixed some loading paths. [23:55:37] 04(REOPENED) Config options for LogEntry - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16118 +comment (10mikelifeguard) [23:57:16] 03(mod) Edit summaries are rendered differently to admins when contents have been concealed by RevisionDelete - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17060 +comment (10mikelifeguard)