[00:30:31] Hmmm.... [00:31:08] *Dantman wonders why his tables always end up as MyISAM in his database when he selects InoDB inside the config [00:31:42] because you have innodb disabled in mysql, and you enabled the feature that automatically uses myisam instead [00:32:36] hmmm [00:32:43] ^_^ Guess that's just a XAMPP default [00:32:56] bleh [00:33:17] To lazy to change that.... More interested in the title rewrite [00:43:36] hello, I have a question about static html dump [00:45:56] Can anybody help? [00:52:18] norton: just ask [00:55:55] after I download the files from static.wikipedia.org [00:56:12] there are big .7z file and other .lst files [00:56:23] how can I deal with the ".lst" files? [00:56:47] I am extracting the big .7z file with 7zip correctly [01:02:41] 03(NEW) Split web-based upgrade from install - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13230 15enhancement; normal; MediaWiki: Installation; (tstarling) [01:03:57] 03(NEW) Create I alias for Project namespace on Incubator - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13231 15enhancement; normal; Wikimedia: Site requests; (danny_b) [01:05:51] 03(mod) Speex support in Cortado and OggHandler - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13206 summary (10tstarling) [01:07:35] Anyone know of a tool to convert reports from a sql database to php? [01:08:05] reports? [01:08:38] Anyone know an answer to my question about ".lst" files? [01:09:22] What about 'em? [01:09:54] I can find them in the download static HTML dump from static.wikipedia.org [01:10:02] yea [01:10:09] How can I deal, benifit from them? [01:12:29] *shrug* up to you, they're just a list of what you'll find in the archives afaik [01:13:11] but I can find files in them that do not exist in the big .7z archive!! [01:13:54] 03(mod) Section edit conflict expands edit box to entire article - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=4745 +comment (10brett5) [01:14:37] per discussions on mediawiki javascript bloat, and dom-safe script/style functions in common use on the major Wikis, some of us from #mediawiki-scripts have written some browser-safe import*() functions for CSS and JS, which could be added to wikibits.js, and replace many instances of document.write() (which can be buggy in safari and other browsers) as well as give script writers more options to optionally include libraries [01:15:29] the current version (5 functions, importScript(), importScriptURI(), importStylesheet, importStylesheetURI(), and appendCSS()) can be seen and tested at: http://test.wikipedia.org/w/index.php?title=MediaWiki_talk:Common.js&oldid=39793 and http://test.wikipedia.org/wiki/MediaWiki_talk:Common.js/Import_tests [01:16:11] they maintain full backward compatabilty with existing copies of importScript() and importStylesheet() on such wikis as en.wp (in Common.js), and fix a few bugs in IE and Safari [01:16:49] 03(mod) Four quotes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13227 +comment (10tstarling) [01:17:36] I need a way to have reports accessible through the wiki. I am thinking that is only possible if the reports are converted to php first? [01:18:06] obviously, the best way to include a script or style sheet conditionally, as is used in core and many extensions, is to add the