[00:04:18] would at least tell us that the frame is causing it though [00:09:51] well, i set the variable to true and it didnt work, i forget, do i need to purge something? [00:20:58] 03aaron * r48073 10/trunk/phase3/includes/parser/Preprocessor_DOM.php: fix profiling [00:27:56] 03dale * r48074 10/trunk/extensions/MetavidWiki/skins/mv_embed/ (cortado_iframe.php libEmbedObj/mv_javaEmbed.js): some more fixes for java IE vs Firefox [00:38:42] 03aaron * r48075 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: no need to run maybeUpdateMainCache() on purge [00:42:19] 03aaron * r48076 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Improved setPageContent() check order [00:47:30] AaronSchulz: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/47930 <- is marked 'resolved'. what rev fixed those issues? there doesn't seem to be another edit to that special [00:47:59] the next rev, r47931 [00:49:10] ah i see, those are other files [00:49:16] ok to update just the one file for now? [00:50:02] who me? [00:50:13] just that revision should be fine. [00:50:30] I don't know about any other changes to that file [01:02:16] is there any "official" folder for cached data in the mediawiki tree? e.g I'm writing an extension which downloads files, parses them, and puts the results into the wiki page. or should I use something like /tmp for caching? [01:03:59] Splarka: I've decided to wait on the numberincategory bug until Roan acts on the other bug. [01:12:33] oh, I think $wgTmpDirectory will do... :-) [01:14:19] thanks for your attention though ;-) [01:14:20] rohieb: we store stuff that we care about in serialized/ and stuff that we don't in /tmp [01:16:15] werdnum: okay, then I'm going to use serialized/ [01:16:21] thanks [01:16:33] As in, stuff that needs to be kept semi-long-term [01:16:54] yes, I think it is [01:17:20] it's about the Release files in a Debian repo [01:19:17] 03(mod) CategoryTree degrades poorly on IE/Mac - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7862 (10brion) [01:20:33] 03(FIXED) Thumbs in cached content render incorrectly with current style sheets - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8326 +comment (10brion) [01:20:56] Could someone tell me where Session UserID is set? [01:21:15] 03(mod) Wikibugs gets confused by bugs with non-ASCII chars in summary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9995 (10brion) [01:23:02] 03(mod) CategoryTree degrades poorly on IE/Mac - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7862 +comment (10Simetrical+wikibugs) [01:23:25] 03(mod) Enable image renaming on WMF wikis - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15842 +shell; summary; +comment (10brion) [01:23:28] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2007 (10brion) [01:24:26] 03shinjiman * r48077 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Literary Chinese [01:25:07] literary chinese? [01:25:19] *werdnum starts "literary english" [01:25:33] is that like the opposite of simple? [01:25:37] why not, we already have "simple english" ;) [01:25:45] 'tog-watchdefault' => 'Add pages I edit to my watchlist', [01:26:08] "Append articles which I modify to the list of pages in which I a interested" [01:26:33] 3'dberr-problems' => 'Sorry! This site is experiencing technical difficulties.', [01:26:34] "that", not "which". Literary English must conform to arbitrary prescriptivist grammatical rules! [01:26:52] Well, the first "which" should be "that". [01:28:33] hmm it would be cool if i could access my watchlist without being logged in, although thats something that will never happen [01:29:32] 14(DUP) [edit] links appear in printable version when copied into a document - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17810 +comment (10brion) [01:29:34] 03(mod) [edit] should not occure in printable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11213 +comment (10brion) [01:29:34] p858snake: so {{resolved}} [01:29:56] *irregardless resolves Prodego [01:29:58] 'dberr-problems' => Please accept our sincerest apologies at your inability to access this resource on our typically expedient service. There is now, and possibly has been, and may continue to be, ongoing technological errors resulting in an inavailability of resources to which you appear interested in accessing at this time. [01:30:16] -Love, department of verbose redundancy department. Pedant corrections to follow [01:31:24] u guys are wierd [01:32:33] 04(REOPENED) [edit] section links in printable version interfere with cut-and-paste of article text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11213 summary; +comment (10brion) [01:33:10] 03(mod) [edit] section links in printable version interfere with cut-and-paste of article text - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11213 +comment (10brion) [01:33:22] What's the purpose of hideuser? Can't you just rename? [01:33:45] Ladonna: in practice it may well not be used very much. [01:34:15] The concept of hiding things rather than addressing them bothers me (sweeping the dirt under the rug). [01:34:17] *Ladonna shrugs. [01:34:22] The stewards like hiding accounts [01:34:32] they also want globally hidden accounts to be hidden locally too [01:34:34] maybe I can do that too [01:34:39] why are the edit links even shown on the printable version? [01:35:25] p858snake: they're not [01:35:29] .editsection {display: none;} in commonPrint.css [01:35:40] they are in the html because they're in the html always :) [01:35:45] "printable mode" is just a stylesheet [01:36:33] i know that, but when i've copied from a page with contents i've hidden in a stylesheet i've never had issues with it comming over [01:36:48] ya sure? what browser? [01:37:05] {display:none;} doesn't hide text from copy-paste in mozilla/FF [01:37:06] http://www.mediawiki.org/w/index.php?title=Manual:Dynamic_dates&diff=237341&oldid=237340 [01:37:32] firefox and *shudder* IE6/7 (at school) [01:37:50] then that is a quorum, so it is a feature [01:37:50] bah, the game [01:38:16] the rule being: don't copy-paste printable, that isn't what it is for [01:39:04] *Splarka waits for CSS4 draft media="clipboard" [01:39:16] haha [01:40:21] 03(mod) wpSpamRegex entry for large image tables - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15063 (10brion) [01:40:33] i just copy and paste webpages and then use "paste special -> unformatted" in word when i want to "cheat" >.> [01:41:08] 03aaron * r48078 10/trunk/phase3/includes/LinksUpdate.php: fix profiling [01:41:47] 03(mod) wpSpamRegex entry for large image tables - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15063 +comment (10Andrew) [01:42:44] 03(mod) Upload form should prevent submission of filename with disallowed extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16414 +comment (10brion) [01:44:05] bah, that's just enhanced gravy brion, add some functionality instead [01:44:14] like https://bugzilla.wikimedia.org/show_bug.cgi?id=16437 [01:45:31] 03(mod) Safari 3.1