[00:00:00] oooh true [00:00:12] one is the preprocessing hook, the other is to make a public accessor for mHeadings in the parser [00:00:35] freephile: that's.... odd :) [00:00:40] mw, php versions? [00:00:45] not sure which would be more useful to the community [00:01:05] mitixi: create a user subpage like User:yourname/hotcat.js and paste in the js (gadget) there, changing references to dependencies (images, css, other scripts) appropriately [00:01:16] mitixi: what is your username and default skin? [00:02:06] splarka: currently editing as sysop [00:02:13] User:Sysop? [00:02:14] brion: MediaWiki 1.15alpha (r45986) PHP 5.1.6 (apache2handler) MySQL 5.0.45 [00:02:24] Just wondering if there is a way to do this. Want to generate a list of images, in the manner categories collect things together. But, when you click on the image, it takes you to a page, not the image page. See that will be something in 1.14 that will do it, but would prefer to use categories. Best for long term maintenance. [00:02:29] brion: You should try some of the cake in the kitchen [00:02:31] it is delicious. [00:02:33] splarka: or admin [00:02:55] Any suggestions? [00:03:08] mitixi: nevermind... what is your skin? monobook? [00:03:19] splarka:yes [00:03:44] brion: using CentOS release 5.2 [00:04:21] actually, i think the hooks would be more useful to the community, since the public accessor for mHeadings has fairly restricted uses [00:05:02] i've been all over the configs, and can't see anything wrong. It looks like the callback is empty [00:06:01] freephile: this might be the buggy libxml2 thing that's been biting people in the ass [00:07:04] http://www.directadmin.com/forum/showthread.php?t=28290 or similar may or may not help [00:07:25] brion: I'm only vaguely familiar with a buggy libxml2 ;-) [00:07:32] brion: thx for the suggest [00:09:25] I'm thinking that maybe 1.14 should have SQLite disabled [00:09:44] considering the nature of the SQLite support in trunk, the controversy on CodeReview etc. [00:09:56] just disabled in the installer, like oracle [00:10:40] TimStarling: i'd say it's pretty experimental at this point yeah [00:10:44] *I-MOD sifts through the list of hooks again [00:11:08] I'll put a note in the release announcement saying that SQLite users can try the experimental support in 1.15a [00:11:27] 03simetrical * r45988 10/trunk/phase3/ (4 files in 2 dirs): [00:11:27] Use HTML5 rel attributes for some links [00:11:27] http://dev.w3.org/html5/spec/#linkTypes [00:11:27] Probably doesn't do much, but looks cool. :) [00:11:38] brion: my libxml2 is the older (nonbuggy) version rpm -q libxml2 [00:11:38] libxml2-2.6.26-2.1.2.7 [00:11:48] hmmm [00:12:00] what's the exact error message (including file and line info) [00:13:04] btw, I just finished a presentation on MediaWiki at BostonPHP, see freephile.com/wiki/index.php/MediaWiki/presentation (audio and video coming in next couple days) [00:14:04] PHP Warning: xml_parse() : Unable to call handler () in /iic/web/phase3/includes/XmlTypeCheck.php on line 53, referer: http://iic-dev.seas.harvard.edu/wiki/index.php/Special:Upload [00:15:19] 03brion * r45989 10/trunk/phase3/includes/MimeMagic.php: [00:15:19] Fix ordering of OpenDocument type detection so template files can actually be uploaded. [00:15:19] Previously, the shorter types like 'text' matched before the longer ones like 'text-template', causing an .ott file to be misdetected as an .odt... and thus rejected for being the wrong type. [00:15:53] freephile: cool, i'll take a look! [00:16:07] ok it sounds like something might be getting confused when the element handler is disabled... [00:16:33] " If a handler function is set to an empty string, or FALSE, the handler in question is disabled. " [00:16:39] hmmmmm, well that should be working fine then [00:17:40] freephile: just for kicks -- try removing the "private" modifiers on the functions in XmlTypeCheck.php, see if that makes a difference. shouldn't though [00:18:01] I get that error multiple times on a single request; other uploads work fine [00:19:54] brion: Can we put the Abuse Filter live on test at some point? :) I've got a test wiki with it already, but putting it live on testwiki seems to be the next step to getting it live properly ... [00:20:50] hey krimpet [00:20:55] how's the weather? [00:22:18] brion: same error msg after removing all 'private' modifiers [00:23:22] The uploader seems to think it uploads the file, but it's not -- no thumbnail [00:24:54] brion: Oddly, php importImages.php worked fine to import a whole icon set from the command line [00:25:01] is there a way to create a new article from content created in a special page? (without copy/paste, that is) [00:29:03] brion: the file itself does seem to be uploaded, but i'm not sure what is broken/corrupted http://rafb.net/p/2I0WRU55.html [00:29:13] vegtabill, yes there is. If no one else replies, I will have a look to see in a few seconds and let youknow now. [00:29:41] vegtabill: You can transclude special pages. [00:30:04] Oh yea, you jsut use it like a template [00:30:05] werdnum: after it's had a once-over sure [00:30:05] {{Special:Allpages}} [00:30:10] For example. [00:30:38] brion: yay [00:31:05] Anything in particular that needs work at the moment, or should I just try to bug-hunt? [00:31:52] Dr_DBW: ok, i will look at that, thank you... [00:31:57] 03(NEW) Close disc-page for new threads - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17114 15enhancement; normal; MediaWiki extensions: LiquidThreads; (dasch_87) [00:32:00] mm, a little general bug-hunt is prolly good for the moment :D [00:32:08] i'm trying to catch up on my list of todos fo rthe day ;) [00:32:20] yeah, that pesky "other stuff" [00:34:00] brion: wow!! it was an entire icon set on my system that appears to be corrupt. [00:36:19] the whole bunch in /usr/share/icons/sugar/scalable/ don't open in Inkscape although they appear to be svg source [00:37:08] brion: sorry for the false alarm and thnx for the help! [00:37:19] 03(NEW) Use more vore functions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17115 15enhancement; normal; MediaWiki extensions: LiquidThreads; (dasch_87) [00:37:27] 03(mod) Use more core functions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17115 summary (10dasch_87) [00:38:05] does anyone know if proper TOC numbering behavior is described anywhere? [00:41:16] I-MOD, what does "proper" mean? [00:41:20] vore, haha [00:41:32] 03(mod) Inconsistent timestamps when using LiquidThreads - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15278 (10dasch_87) [00:42:05] Dr_DBW: i am not sure that transclusion will solve my problem. did you have something else in mind? [00:42:17] Simetrical, i'm looking at what i think is a bug [00:42:28] freephile: heh, wow :) [00:42:36] it still shouldn't throw that error though ;) [00:42:38] actually, i'm sure it's a bug, i'm just trying to figure out what SHOULD be generated [00:42:58] I-MOD, more details would help. [00:43:08] vegtabill: What is your problem? [00:43:11] The TOC-generating code is baroque and incredibly confusing, IIRC. [00:43:31] Splarka: I don't think I want LiquidThreads if it includes any vore functions... [00:43:45] "I-MOD needs to submit a feature request for a template preprocessing hook" [00:43:51] http://www.urbandictionary.com/define.php?term=vore [00:43:59] MrZ-man: you're a vore function [00:44:00] Dr_DBW: my special page generates new content in several steps... i want the new content to go into a new article [00:44:01] is this still for the heading number feature that I thought could be done without patches? [00:44:24] :O [00:45:25] Marybelle: your edits to http://www.mediawiki.org/wiki/Extension:DataCenter seem a little odd [00:45:35] want to explain yourself a bit before I roll them back? [00:45:45] TrevorParscal: Eh? [00:46:03] It was mostly maintenance. [00:46:07] TrevorParscal: the infobox is pretty ordinary [00:46:09] And trying to make a proper description page. [00:46:17] but ""INSERT ChangeTags::addTags INTO `change_tag` (0,1,2,3) VALUES ('ct_tag','ct_rc_id','ct_rev_id','ct_log_id')" [00:46:20] oops [00:46:23] '''DataCenter''' is an extension for "DataCenter Planing and Asset Tracking System." (Whatever that means.) [00:46:27] that seems a bit... snide? [00:46:44] indeed [00:46:46] http://www.mediawiki.org/w/index.php?title=Extension:DataCenter&diff=234173&oldid=233988 :) [00:46:56] the InfoBox is a good thing, thank you for that contribution [00:47:00] brion: :D [00:47:15] ahh Brion. always the peace keeper [00:47:17] TrevorParscal: Didn't intend to convey as snide. More of a FIXME. :-) [00:47:26] I'm just changing my wiki to display small images as Base64 code. e.g. list-style-image: url(data:image/gif;base64,BLA); I wonder if wikipdeia does so too? [00:47:55] Subfader: we don't, though the idea is occasionally raised :) [00:48:00] iirc IE only supports this from 7 on [00:48:03] and has some limitations even then [00:48:05] small images as base64 code? [00:48:09] that sounds.. awful :D [00:48:11] well, perhaps the discussion page is a better place to voice concerns about changing the language if you don't have a better solution [00:48:26] werdnum: if they're small enough, the base64 expansion is still a win versus the extra HTTP fetch [00:48:43] imo it's avery simple way to reduce html accesses to my server. you may can tell me disadvantages though? [00:48:47] I-MOD: maybe you should explain what it is you want to do with heading numbers [00:48:57] maybe there's an easier way to do it [00:49:01] TrevorParscal: I honestly couldn't figure out what it was for. So I copied and pasted some of the code comments. [00:49:01] Subfader: primarily compatibility :) [00:49:24] just thought it's better if every image is touchable in MW releases [00:49:33] for new users [00:49:58] so generally it's a good thing if I do so? cool :D [00:51:00] compatibility to? other browsers / OS? [00:55:04] who needs 100 other users? [00:55:38] I guess it couldn't last forever [00:55:39] Dr_DBW, it doesn't work for all because special pages aren't real pages. They can output arbitrary unreasonable content based on all sorts of strange things. [00:55:40] It's not guaranteed to play well with the content of normal wiki pages. [00:55:58] Ahh, OK. I have only used on a limited number of special pages. Thanks. [00:56:05] as long as W3C validates my wiki using Base64 i don't need to care much about compability? [00:56:51] Subfader, you do if you want it to work in IE6 . . . [00:56:57] That the W3C validates it doesn't mean it will work. [00:57:05] When i purge a page on my wiki the bullet.gif of lists is always the one loading extremely long. no prob with Base64 :) [00:57:14] Have you tried in IE6? [00:57:19] Do you not care about IE6? [00:57:25] NO WA :D [00:57:29] It still has what, 20% market share in the general web? [00:57:33] 03(mod) Special:Newpages/Special: Recentchanges should be localized on the "mark changes as patrolled" confirmation - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=17103 (10marcin.cieslak) [00:57:37] I'd test it with IE7 too. [00:57:45] Not sure how good its data: support is. [00:57:56] My Q is, I would like an image / media displayed within a category (not a page, which is coming I know) to link to a page, rather than the media page. That possible currently? [00:57:57]