[00:00:10] padding: 0 .8em .3em .5em; [00:00:17] What is top, left, right and bottom? [00:00:25] top right bottom left [00:00:29] thanks [00:01:25] 03brion * r34283 10/trunk/phase3/ (RELEASE-NOTES includes/DefaultSettings.php): * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors [00:01:26] Rothschild: http://www.w3schools.com/css/css_reference.asp is your friend <3 [00:01:45] 03brion * r34284 10/branches/REL1_12/phase3/ (RELEASE-NOTES includes/DefaultSettings.php): * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors [00:01:56] How about including the text of Special:Whatlinkshere/Template:foobar in another page? that sound doable? [00:02:28] Pathoschild: there is an LDAP extension, will that help? [00:02:43] wait, he left after 90 seconds? [00:02:49] some special pages have been hacked to be transcludable, like Newpages, Newimages, Allpages, Prefixindex, Recentchanges [00:02:52] Splarka: yeah, very patient that one [00:02:56] carl-m: Hm? [00:03:11] Pathoschild: bumped a lever with my elbow, sorry [00:03:11] TimStarling: How different are the Hash and DOM preprocessors? [00:03:15] :) [00:04:27] 03(FIXED) Use Preprocessor_Hash by default to avoid missing DOM module errors - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13770 +comment (10brion) [00:04:47] Dantman: in theory, they are identical in what they do. but they store their internal data in different ways [00:04:57] (DOM uses an XML tree; Hash uses PHP hash arrays) [00:05:00] 03aaron * r34285 10/trunk/extensions/FlaggedRevs/ (4 files in 2 dirs): Do PG [00:05:01] Oh... ok [00:05:05] Hmmm... [00:05:15] the DOM version doesn't work on some PHP installations, as the DOM classes are sometimes not available [00:05:16] I thought DOM would be more memory efficient, that's why I used it [00:05:20] but it looks like it isn't [00:05:27] O_o [00:05:28] they're both crap [00:05:30] this is PHP, nothing's ever efficient ;) [00:05:31] heh [00:05:54] So stick with the default instead of picking one in settings? [00:05:59] DOM tree nodes are structures as long as your arm [00:06:05] with a million 64-bit pointers [00:06:47] you can pick one in your settings if you have some reason to [00:09:11] Does anyone know why p-cactions may get a little leftover on the ride side of the button in IE? [00:11:17] Rothschild: er, leftover what? [00:11:46] brion, 1 second [00:15:39] Rats. Tried the eswiki full articles import on a faster machine, and it still looks like it'll take weeks. [00:16:03] I guess it might go faster if I decompressed the .7zip instead of having it done in a pipeline, but I doubt I have the disk space for that.. [00:16:05] cjb: you doing importDump.php or using a separate SQL importer? [00:16:17] brion: 7ze | java -jar mwdumper | mysql [00:17:21] ah, with full history? yeah that's gonna be slowish whatever you do :D [00:17:24] at least it's not enwiki [00:17:33] Yeah, looks like five days estimated. [00:17:46] (1.5 pages/sec.) [00:17:53] pipelining is probably the most efficient thing, if this is a multicore machine [00:18:21] yeah, it is. [00:19:06] mmm... pipes [00:19:57] ^_^ My SVN commit update daemon uses a pipe... heh... It's quite nice [00:19:58] *brion wonders what Dantman is smoking in those pipes [00:20:02] lol [00:20:18] ^_^ Nah... I'm redirecting the smoke to the garbage collector [00:20:54] smoke < pipe > /dev/gc1 [00:20:59] *BTZ curses [00:27:42] Eeek... brion a minor release? [00:30:01] Dantman: 1.12.1 should be.... whenever i've got a couple hours to finish packaging it ;) [00:30:28] I was hoping to get one or two minor changes into 1.12 if you'd permit it... [00:30:40] can be done :) [00:30:55] but we shouldn't tarry; i've dragged my feet a while already [00:31:36] The lesser was $wgSharedDBtables... Other than the fact that I'm actually using a hacked version just to use it... Wikia appears to want it... It's nonly a minor change and I'm running it quite fine live [00:31:48] But more important was the tweak to commandLine.inc [00:32:02] The one which allows use of the MW_INSTALL_PATH environment variable [00:32:14] the commandline change sounds good. small tweak, nice flexibility [00:32:20] Dantman, SharedDBtables was reverted, wasn't it? [00:32:26] Was it? [00:32:39] on the shared tables thing, a) make it prettier ;) and b) do take a look at that existing bug/patch i noted in my revert message [00:32:44] brion, you're going to make Hash the default before testing it on Wikimedia? (Or are you not planning to do that anyway?) [00:32:47] 03tstarling * r34286 10/trunk/extensions/CentralAuth/CentralAuthUserArray.php: Fix warning [00:32:50] I noticed there's page hit counts for enwiki available.. can I get them for eswiki somewhere too? [00:33:15] I've tweaked some extensions to support the cli changes... But unless you have 1.13 it doesn't honnor that for the settings files [00:33:16] Simetrical: probably would be wise to do some extra live testing on it [00:33:32] ask tim if he thinks it's ok to just switch it in or if we want some side-by-side testing [00:33:45] 03(mod) Option to watch the user pages of users you block - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 (10innocentkiller) [00:33:51] *Dantman needs to find a way to actually watch svn [00:34:52] brion, last I checked he's in the room, you can ask him yourself. :) [00:34:57] Dantman, subscribe to MediaWiki-CVS-l? [00:35:08] I used to [00:35:21] But it didn't work out well [00:35:29] It piled up, and most of it was pointless [00:35:39] I need a good reader that just shows me the log entries [00:35:40] *brion notes preprocessor testing issue to TimStarling :) [00:35:52] And lets me bookmark my last location [00:38:12] Hm, last question: What's the preferred method for generating a map of pages to the number of incoming links to those pages? [00:41:23] brion: ^_^ I actually have 2 or 3 other ways to change tableName... I just chose one with the least changes and best backwards compatibility... The one least likely to have any bugs [00:41:33] :) [00:41:34] Actually, I have a complete rewrite... [00:41:39] lemme dig it up [00:41:42] *brion gotta head out, catch ya later [00:41:45] Awww [00:42:19] 03(mod) Option to watch the user pages of users you block - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 (10Simetrical+wikibugs) [00:43:15] Bah, Googling for [rank incoming links] is dominated by SEO stuff :) [00:43:17] O_O What... You mean my old patch used a variable named $wgSharedTables... What a coincidence [00:43:28] (even when "mediawiki"'s at the front [00:49:38] 03(mod) Use Preprocessor_Hash by default to avoid missing DOM module errors - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13770 (10innocentkiller) [00:50:08] Splarka: any ideas on how to generate a list of pages by number of incoming links? [00:51:44] the api supports query on title substring , right? [00:52:29] http://organizedwisdom.com/api.php?action=query&list=search&srwhat=title&srsearch=lyme [00:54:01] *jlerner tries to figure out why http://www.mediawiki.org/wiki/Extension:Search_Suggest doesn't just use the ap [00:54:01] i [00:54:27] cjb, a very simple and horribly expensive database query would do it. [00:54:28] rather than write a function like wfAjaxSearchSuggest() [00:57:25] Simetrical: ah. nothing already available, then? what would the db query look like, roughly? [00:57:41] it seems like you want to avoid the O(n^2) comparison that a db query would probably involve [00:58:01] instead maybe you want to get a hash of article->incoming links, and increment it every time you come across such a link. [00:58:41] cjb, SELECT page_namespace, page_title, COUNT(*) FROM page JOIN pagelinks ON page_namespace=pl_namespace AND page_title=pl_title GROUP BY page_id ORDER BY COUNT(*) DESC LIMIT 100 [00:58:52] Yes, that's what you'd want. [00:59:11] gosh. thanks! is that pseudo-sql or working-sql? :) [00:59:13] Hmm, actually, you don't need the join. [00:59:28] 03tstarling * r34287 10/trunk/phase3/includes/GlobalFunctions.php: Send wfDeprecated notices to the debug log only. We don't actually want to fix all of these occurrences. [00:59:42] SELECT pl_namespace, pl_title, COUNT(*) FROM pagelinks GROUP BY pl_namespace, pl_title ORDER BY COUNT(*) DESC LIMIT 100 [00:59:44] Should be working SQL. [00:59:57] Super. Thanks! [01:00:15] page backlinks are registered with each page so that when a page is created/deleted the backlinks can be traced and link colors styled appropriately [01:00:17] It will scan an entire index and filesort the results on disk. [01:00:22] eg [01:00:29] Simetrical: Oh, excellent. [01:00:37] T_T Crap... I'm torn between making a suitable new tableName method better than all suggestions... And actually finishing my assignment that is due tomorrow... arg [01:00:39] Since MySQL is too stupid to realize that it can immediately discard results below the 100th place, and keep the top 100 in memory. [01:00:45] (and other things, like Image usage, #ifexist checks, etc) [01:00:48] So you may as well drop the LIMIT and dump the output in a file. [01:01:04] I was going to be taking something more like 200k than 100, anyway :) [01:01:22] In that case you could make it run a lot faster by dumping everything to a file without the ORDER BY clause. [01:01:33] Then do whatever processing you like on the output with awk, sort, etc. [01:01:37] Sounds good. [01:01:42] 03aaron * r34288 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php flaggedrevs.css): [01:01:42] * Tweak key user [01:01:42] * Tweak CSS [01:01:45] Yay. This should be fun. [01:01:45] I did that recently on the toolserver with a similar query. [01:01:53] Thanks for the help. [01:02:04] The query itself took 2 hours 20 minutes or so, then a handful of minutes to do the sorting using Unix utilities. [01:02:15] With filesorting, the query itself might have taken days for all I know. [01:03:29] + $p = MD5($key.$uid.$imgP.$tmpP.$rid); [01:03:37] the function is md5(), not MD5() [01:05:44] ok [01:06:23] 03aaron * r34289 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: MD5 -> md5 [01:08:58] 03aaron * r34290 10/trunk/phase3/includes/Preprocessor_Hash.php: E_STRICT [01:09:14] All the SVGs on my site are being converted to PNG, even when left unscaled. Is there anyway around this? [01:10:56] 03(mod) For pages on watchlist save last seen version number - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=536 (10brianriab) [01:12:15] 03(NEW) Permissions in SVN - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13964 normal; normal; MediaWiki extensions: MetaVidWiki; (johnf) [01:14:29] Hiker1352: that is normal [01:15:34] All the SVGs I made look terrible though. Is there any way to make them resize better? I thought the whole point of using SVGs was smaller file size with great quality on images that are able to be stored as vectors. [01:15:55] are you using imagemagick or rsvg? [01:16:05] I believe imagemagick [01:19:21] Simetrical: Oh, hmph, I don't have a pagelinks table after importing the articles.xml. [01:19:23] well, give rsvg a try, usually better quality and speed [01:19:29] (Or rather, the pagelinks table is empty.) [01:20:11] but note that no mediawiki svg rendering system can predict all.. svg will look terrible with unsupported fonts (unless converted to paths), external references to images, and embedded bitmap images [01:20:23] er, ^cannot predict all [01:20:27] Is there some way to generate pagelinks, or it is only ever created incrementally? [01:21:53] http://www.mediawiki.org/wiki/SVG_benchmarks [01:24:09] oh! separate pagelinks.sql.gz download. great. [01:29:15] cjb, you can also run rebuildLinks.php. [01:29:25] Or refreshLinks.php, whatever it's called. [01:29:27] In maintenance/. [01:30:04] Simetrical: s'okay, just doing mysql < pagelinks.sql works fine [01:31:06] hm, is passing -default-character-set=utf8 at every invocation of mysql still necessary? [01:31:22] (mysql 5.0) [01:39:08] I'm pretty sure you want a binary character set to use Wikimedia dumps, don't you? [01:39:25] Simetrical: dumps of the article xml? [01:39:30] Oh, hmm. [01:39:40] there aren't any images. [01:39:42] Well, some Wikipedia pages have non-BMP characters. [01:39:51] Those don't work in MySQL utf8 last I checked. [01:40:10] *Simetrical tries to fix bug 13964 and realizes he has no idea how [01:40:59] huh. the mwdumper page sugggests utf8. [01:41:41] I dunno. [01:41:47] Never tried it. [01:44:56] huh. ERROR 1062 (23000) at line 28: Duplicate entry '76-0-?' for key 1 [01:45:09] Maybe that's due to utf-8? [01:46:02] well, the pagelinks.sql certainly looks like utf8. I don't get it. [01:47:19] odd: [01:47:21] thunk:cjb~ % grep 76-0- eswiki-20080416-pagelinks.sql [01:47:21] thunk:cjb~ % [01:49:23] cjb, the storage format used by Wikimedia is UTF-8 stored as raw binary data. [01:49:29] MySQL doesn't know about the encoding. [01:49:55] pagelinks has no unique keys anyway, does it? [01:50:18] Simetrical: hmph, ok. [01:50:18] No, it does, a covering index. [01:50:31] should I pass --default-character-set at all, then? [01:50:39] I don't know, I haven't done this myself. [01:50:43] ok. [01:50:52] I just know that Wikimedia uses a binary schema (which it has to, in fact, since it uses MySQL 4.0). [01:50:58] *nod* [01:56:12] 03(mod) Allow skin CSS to be flushed remotely - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8433 (10md5) [02:01:37] 03tstarling * r34291 10/trunk/phase3/includes/Parser.php: Downgrading this error because it happens sometimes due to user input [02:05:27] TimStarling: is Angela available? we're looking for her [02:06:57] what for? [02:07:10] a desysop at wikia [02:08:16] 03aaron * r34292 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php flaggedrevs.css): no-wrap [02:08:59] she says she did it already [02:09:24] oh, refreshed [02:16:38] wb [02:19:30] thanks, that was really wierd [02:19:32] esp when you're in like 30 channels [02:26:16] TimStarling, is it just me, or did r34291 fix a potential XSS vector? [02:26:29] Maybe Exception should htmlspecialchars() its message. It seems it usually doesn't do so. [02:26:39] (Of course, only relevant if exception details set to show.) [02:26:58] it does [02:27:16] exception messages are plain text, not HTML [02:27:48] if( $wgShowExceptionDetails ) { [02:27:49] return '

' . htmlspecialchars( $this->getMessage() ) . [02:30:05] ArrayIndexOutOfBoundsException, any idea anyone? output here --> http://rafb.net/p/EBPOTN54.html [02:30:52] I am trying to create an index using LuceneSearch.jar org.wikimedia.lsearch.importer.Importer [02:31:24] it's a bug [02:32:14] maybe you should try different versions of xerces [02:36:00] Simetrical: are you understanding me? There was no XSS vector because exception messages are plain text [02:36:41] they're escaped whenever they're converted to HTML, i.e. not by the caller [02:50:22] 03tstarling * r34293 10/trunk/phase3/includes/Exception.php: Maybe you missed the difference between getHTML and getText... One returns HTML, and one returns text. [02:50:47] heh [03:01:59] 03aaron * r34294 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: [03:01:59] * Fix autopromote, wasn't working [03:01:59] * Remove garbage ',' [03:05:32] 03aaron * r34295 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Remove debug line [04:45:53] Hi [04:46:06] I have a question regarding Mediawiki API [04:46:12] For some reasons, I passed in 360 page titles [04:46:16] and the query only return 50 [04:46:47] I am puzzled [04:46:54] Before it would return all page titles just fine [04:49:30] Anyone here? [04:56:36] Jutiphan: possibly http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/api/ApiBase.php?r1=33276&r2=34161 [04:56:43] yes [04:56:46] I just realized it [04:56:52] someone hardcoded the limit at 51 3 days ago [04:57:03] there was talk here a few days ago about a possible DOS vector [04:57:39] const LIMIT_BIG1 = 500; // Fast query, std user limit [04:57:42] const LIMIT_BIG2 = 5000; // Fast query, bot/sysop limit [04:57:43] const LIMIT_SML1 = 50; // Slow query, std user limit [04:57:44] const LIMIT_SML2 = 500; // Slow query, bot/sysop limit [04:57:54] I understand [04:57:55] [04:06:05] Sparkla: what is the upper limit on the # of users? [04:58:02] [04:06:10] there better be one [04:58:02] but please use the limit const instead [04:58:18] Ii mean [04:58:25] allow bot/sysop to get higher limits [04:58:36] because my bot now grab only 50 instead of much higher numbers [04:58:49] talk to whoever btongminh is ^_^ [04:58:54] basically it will cause more overhaead because insead of query one time, I have to request bots to grab multiple times [04:59:27] this is very legitimate use, so just allow bots & sysops with much higher limit would be fine. [04:59:39] bugzilla [05:00:25] ......... [05:01:55] okay [05:04:31] 03(NEW) Hardcoded 51 limit on titles is too limiting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13965 15enhancement; normal; MediaWiki: API; (jutiphan) [05:06:04] 03(mod) Hardcoded 51 limit on titles is too limiting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13965 15enhancement->minor (10jutiphan) [05:06:34] Argh [05:06:54] Hm... [05:07:06] Wasted quite a bit of my time [05:07:10] debugging this problem in my bot [05:07:19] because normally [05:07:23] the query would return like [05:07:26] reach maximum [05:07:30] instead of returning the results [05:07:45] i thought there was something wrong with parsing and stuff [05:09:17] What program do you normally use for IRC? [05:09:22] I think I should keep mself logged in here [05:09:30] so that I get notified of the changes [05:12:48] http://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients [05:13:01] 03vasilievvv * r34296 10/trunk/phase3/includes/api/ApiBase.php: * (bug 13965) Hardcoded 51 limit on titles is too limiting [05:13:34] oh Thank you vasilievvv [05:13:37] That was quite quick [05:13:58] np [05:14:11] Now it's 501 for bots and sysops [05:18:56] Since you are here [05:18:59] I have a another quick question [05:18:59] 03vasilievvv * r34297 10/trunk/phase3/RELEASE-NOTES: + RELEASE-NOTES [05:19:16] Is it possible to request categorymembers from multiple categories at once? [05:19:41] It would be another good feature to add [05:20:32] probably [05:20:38] Also [05:20:44] can't be used with the generator, and cmtitle takes one parameter only, so doesn't seem currently possible [05:21:00] Is it technically possible to add a feature to get recentchanges based on the articles in a given category? [05:21:10] The scenario for this would be [05:21:18] checking if there is a new article added to the category [05:21:22] like Recentchangeslinked/Category:Foo ? [05:21:47] so that can implement features like (check for wikiProject signs) instead of going through all of them again, wasting bandwidth on your side [05:21:55] or check if new FA article is added [05:22:09] hmm... no [05:22:16] recentchangeslinked doesn't seem to work right [05:22:30] for some reasons [05:22:36] well, it only works from active category members, it can't tell you if a category was removed for example [05:22:44] oh okay [05:22:54] I tried look into it once [05:23:06] when I was going to try get a new article in FA category in en wikipedia [05:23:11] so that I can add FA template in Thai Wikipedia [05:23:18] recentchangelink dosen't give me that info. [05:24:12] I have 2 main scenarios to use with recent changes based on categories [05:24:24] if technically possible, may save some time [05:25:15] well, the problem with RCL on a category like FA, is there are constant continual changes made to all the existing FA pages [05:25:27] any additions would get buried/swamped [05:25:45] that's true [05:25:52] 03aaron * r34298 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Fix typo and slave lag issue [05:26:01] you're looking for ~1 edit a day, when there are probably 2500 a day [05:26:28] Yeah, I ddin't think about that. Thai Wikipedia doesn't have anywhere near # of edits a day as English Wikipedia [05:27:14] hmm, you'd probably want to watch edits to the templates associated with it [05:27:45] OK. I will look into it once more [05:27:54] and see if it is usable for those 2 scenarios [05:28:14] I haven't implemented the Link FA feature yet, because I don't want to check all the FA articles so far (so much in English Wikipedia) [05:28:32] but right now I can see if I can use it for the feature to auto add wikiProjects template [05:28:37] heh, yah: http://en.wikipedia.org/wiki/Special:PrefixIndex/Wikipedia:Today%27s_featured_article [05:28:43] right now it has to go through all the pages in the article [05:29:27] The link you gave however dosen't give the article names [05:30:39] another question [05:30:46] how long does it take for the changes in the sourcecode [05:30:56] to get into en wikipedia and other languages? [05:31:06] for mediawiki API [05:31:28] http://www.mediawiki.org/wiki/Commit_access#Going_live [05:32:03] can be daily to weekly depending on backlog [05:32:32] btw: https://bugzilla.wikimedia.org/show_bug.cgi?id=7148 [05:33:40] oh great [05:33:46] i might vote in on it then [05:33:58] yeah [05:33:59] "Since there isn't necessarily an editing action with which to associate such a [05:33:59] change, it might be a little tricky to work out how to stuff it in there... But [05:33:59] something's probably possible." [05:34:01] this is exactly what i want [05:34:02] is an interesting point [05:34:13] {{CURRENTDAY}} for example can change a category on a page [05:34:20] and that won't have effect until the page is next cached [05:34:28] should the watchlist show the purge, last edit, or what? [05:34:37] 03(mod) Requesting watchlist for changes to category content. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7148 (10jutiphan) [05:34:46] i think what the bug is saying [05:34:52] is the changes of addition and deletion [05:34:56] that's all i really want actually [05:34:58] another example... say a highly used template is changed to categorize pages it is on in a different way [05:35:06] 03(ASSIGNED) PATCH: fix for shared user table with $wgSharedDB - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2396 +comment (10dan_the_man) [05:35:09] that could take hours to get through the job queue [05:35:29] ok, well just tracks of adding & deleting would be sufficient [05:35:30] but the page that has the template would have no edits to it [05:35:33] ... [05:35:41] well, per what I just said [05:35:51] what should happen if a page is effectively removed from a category by a template [05:35:57] should this watchlist show the edit to that template? [05:36:02] i guess.. [05:36:03] what if it happened 12 hours earlier? [05:36:12] which ever way is more convenient for you to implement [05:36:19] heh, me? I am just talking theoretical [05:36:33] well, another example [05:36:44] well.. in terms of using it from bot perspective, that case doesn't make much differences [05:37:07] ok, what's another example? [05:37:13] [[Category:{{CURRENTDAY}}]] on a random page [05:37:23] say you're watching Category:6 [05:37:30] that will not magically update when the date rolls over [05:37:38] it will remain cached until the page is edited or purged manually [05:38:00] therefore there is no actual logged change that corresponds to the page being added or removed from the category [05:38:13] but the change is user-instigated [05:38:24] (unless the cache is simply allowed to expire) [05:38:27] yeah [05:38:29] what should show in the change log? [05:38:39] I can forsee the technical implementations regarding it [05:38:44] that's why I asked is it even possible to do it [05:38:51] and yet, people will complain the tool is incomplete/broken when it doesn't report these:/ [05:39:01] today actually [05:39:04] I noticed one problem too [05:39:21] somehow the redirect template (wikiProject template) dooesn't add the articles into the categories [05:39:22] so whoever does this will have to probably implement a large schema change (and not only to record category member histories) [05:39:37] but articles with the main wikiProject template's name (not redirect one) got added to the category properly [05:40:04] I think it's going to be hard [05:40:10] implementation that kind of feature [05:40:30] but at least [05:40:38] I believe it might be possible to get basic features working [05:40:46] so your best bet is recentchangeslinked, or watch whatever usually happens when things are added or removed from the category in question [05:41:13] in the case of featured articles, a subpage summary about the article is made in the project namespace as a subpage of the project page [05:41:39] where? [05:41:53] http://en.wikipedia.org/wiki/Special:PrefixIndex/Wikipedia:Today%27s_featured_article [05:42:01] yeah [05:42:05] but the problem is it just return the dates [05:42:09] not the article names itself [05:42:14] well, you have to check it of course [05:42:24] or use the template on a page you're checking daily, heh [05:42:48] yeah [05:42:50] but it's fragile [05:43:00] because of Regex have to handle grabing the title of the page [05:43:03] which may be different [05:43:06] from day to day [05:43:34] yah [05:43:36] and it dosen't handle the case when getting multiple days very well (meaning one query for each day, can't request muiltple pages in one query) [05:44:05] well ignore that [05:44:17] another thing they can do [05:44:23] is create category for each month of the FA articles [05:44:30] but that's up to en wikipedia to implement that [05:44:35] that would be helpful already [05:44:44] at least make it down to 31 max to check for the month [05:44:47] 03(FIXED) Permissions in SVN - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13964 +comment (10dale) [05:44:52] well, some sort of 'featured article' rss feed has been done on some wikis [05:45:00] (Wikia IIRC has something like it) [05:45:17] FA interlinks is another thing for bot to solve [05:45:29] there is pywiki code already [05:45:36] but i am quite sure it is done in a ineffcient way [05:46:40] hey Splarka [05:46:45] It's nice talking with you [05:46:55] I am going to go rest now [05:47:02] then work on the bot and other things later [05:47:04] Thanks! [05:47:05] rar [05:47:05] 03dale * r34299 10/trunk/extensions/MetavidWiki/skins/ (4 files in 4 dirs): minor IE fixes, added cancel button [05:47:14] enjoy [05:47:31] ew, chatzilla [05:47:33] Moin ! [05:48:05] where i can find the german version of mediawiki ? [05:49:46] 03(FIXED) On paged categories, article totals and subcat totals are incorrect - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=1212 +comment (10Simetrical+wikibugs) [05:49:53] 03(mod) Activate SubPageList3 extension on English Wikiversity - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13163 (10mccormack) [05:50:01] 03(NEW) Standard, Nostalgia skins show border on the site logo in MSIE 8 beta - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13367 minor; normal; MediaWiki: User interface; (brion) [05:50:11] 03(mod) Improve the XHTML strictness - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13381 (10huji.huji) [05:50:19] 03(mod) Use listboxes instead of comboboxes for reason in deletion and protection dialogs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13843 (10AlexSm) [05:50:31] 03(mod) No plural check for Turkic and Mongolic languages - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13869 (10alefzet) [05:52:18] 03(NEW) Protect tags from being removed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13966 15enhancement; normal; MediaWiki: Page protection; (stanley) [05:53:20] http://www.mediawiki.org/wiki/MediaWiki/de [05:53:40] drkralle, here [05:55:09] 03(mod) Permissions in SVN - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13964 (10dale) [06:17:20] TimStarling: I need a hook similar to ParserBeforeStrip, cept I need it to also be called on fetched template text... I tried putting on in the preprocessor, it worked nicely... Except it was also called by the save transformations and ended up turning into a subst thing which I don't want... [06:18:17] for what wiki? [06:18:51] Various... [06:19:38] It's for extensions relating to transwiki stuff and macros... I need a hook that allows for injection of WikiText before the parser does anything [06:21:19] Ideally it would also know a bit of information about the data... Namely it's page title... [06:21:50] Part of the idea is also to allow an extension to create a sort of Template commons system [06:23:30] I have an ugly theory or two... But you'd probably be best at finding a good place to put one since you designed it [06:32:40] Dantman: A commons template system already exists, no? [06:32:45] I seam to recall Wikia using it. [06:32:54] Nope they don't [06:33:02] They use scary transclusions.... eeeek [06:33:11] they aren't called scary for nothing ^_^ [06:33:30] ^_^ And that's why I'm trying to build a TransWiki extension which doesn't do things in evil ways [06:33:52] what will you do about things like css classes? [06:34:05] (or will you trust users not to use them in the repository...) [06:34:08] That's mostly out of the scope [06:34:43] The scope of this is to transclude WikiText only... Sharing of CSS/JS is left to another implementation [06:35:00] images? sub-templates? categories? existence checks? [06:35:03] Modularization basically... WikiText to one CSS/JS to another, and such [06:35:03] When restricted enough, i.e. to one namespace, on one wiki; surely that is secureD  enough? [06:35:29] Eh? [06:36:39] sorry, my SSh is lagging [06:37:07] What I meant to say was: surely, when restricted to one namespace on one wiki, scary transclusion is secure? [06:37:20] Or are you concerned about domain hijacking? [06:37:21] No clue... [06:37:47] secure is one thing, the scary part is getting the damn things to work at all [06:37:49] The real issue is parameters and that awfull caching [06:38:03] Can't you fix the core implementation =D [06:38:20] images, magic words, parameters and variables, parser functions, partial html, styles... [06:38:32] I don't recall anything actually "working" unless substed, other than plain text and wikitables [06:38:40] Actually... Honnestly, I tried enabling it on my setup, and it utterly failed [06:38:48] Fair enough. [06:38:56] (You could still fix it though ;) [06:39:08] Little different purpose [06:39:25] That's for transcluding a template from another wiki [06:39:57] Abd what would yours do? [06:39:59] so you're thinking something akin to the MediaWiki: namespace defaults, but overwritable and refreshed from a central repository? [06:40:00] I'm trying to set it up so certain templates on the wiki can be transcluded but actually have content from another wiki [06:40:21] eh? [06:40:40] Maybe it's easier if I explain an implementation usage... [06:40:53] Say Template:Stub is on the Animepedia on Wikia... [06:42:20] Hey guys and girls [06:42:30] The Narutopedia is part of the same project and it could be configured to use certain templates from the Animepedia... Meaning that using {{Stub}} would actually be using WikiText from the Animepedia because Template:Stub either contains a syntax for transwiking from the Animepedia, or does not exist and is using Animepedia as a commons [06:42:40] S'probably dead in here given the US people are asleep :P [06:43:10] Dantman: So like how the shared images system works, but for templateS? [06:43:26] cool, I've got to run now; bye. [06:43:35] Pretty much... Cept the initial thing being worked on is pulling the wikitext from the other wiki [06:43:43] Anyone got a few minutes to help me figure out what's going on with my wiki? I've got time to wait if needed :) [06:44:07] You can't do that with scary transclusions because this kind of thing needs to be done before the parser has dealt with variables and such [06:44:12] hello [06:45:16] Hey [06:45:28] :/ Just ask your question [06:45:40] I've just recovered what's left of my wiki after someone decided to try and upgrade it while I was away [06:45:51] Which was basically nothing. [06:46:10] I restored the database and lost the images and extensions.. but given I've got the text that's all fine. [06:46:21] The problem however, is that my templates don't work any more. [06:46:55] It's been so damn long since I wrote them that I can't remember what the hell could be going wrong. [06:47:01] http://wiki.anz317.com/index.php?title=Template:Userbox [06:47:41] That's the main one that gets used. It's complex though.. [06:47:45] :/ You don't have ParserFunctions installed [06:47:53] Ah bingo [06:47:57] I knew it'd be something stupid [06:48:01] heh [06:48:11] This is what I get for having to reinstall from scratch and being an idiot :) [06:48:17] ^_^ Well... you want to see some nice complexity [06:48:23] Thank you heaps :) [06:49:40] Awww crap... SMW broke [06:50:02] Probably from fixing up namespaces... Or maybe that maintenance script [06:53:34] Aww crap... it was the namespaces [06:53:51] Used the SMW constants before they were defined [06:56:54] xerr [06:57:08] wtf are deprecated functions that aren't deprecated? [06:58:05] maybe they meant depreciated.. as in only slightly worth less than they used to be ^_^ [06:58:15] heh [07:00:48] could just as hell not to throw garbage do debug log in my opinion, nobody notices those from there [07:09:41] 03(NEW) Closure of several Wikimedia projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13967 15enhancement; normal; Wikimedia: Site requests; (vasilvv) [07:11:42] <_wooz> lo [07:22:43] is the confirmation email sent out immediately at registration, if the user enters the mail address? [07:23:12] I believe so [07:23:21] I'm not sure [07:24:24] Maybe it's queued [07:24:25] can I require the user to confirm the email before they can log in? [07:24:52] Gibts hier irgendwelche Deutsche ? [07:25:11] Ich hab so nen gemeinnützigen Verein und brauch hilfe bei so einem Mediawiki Projekt von uns [07:25:11] zocky: you can restrict them from doing anything except creating an account, before they confirm their email [07:25:14] close enough? heh [07:25:43] Splarka, so-so [07:27:11] what I really need, of course, is to send them the email and create the account only when they confirm it [07:27:13] well, if you disable all rights for $wgGroupPermissions['user' ] ... [07:27:28] they can't do anything except edit their watchlist and preferences... [07:27:40] I don't really want to give them preferences [07:27:41] and then give all the rights back to $wgGroupPermissions['emailconfirmed'] [07:32:07] hmm [07:32:14] spricht hier jemand deutsch ? [07:32:32] zocky: if you remove the 'read' permission and don't whitelist 'Special:Preferences', then maybe they can't do anything with them [07:32:44] the only problem is, they then can't enter an email addy, heh [07:32:50] yep [07:33:08] unless they do so at the user creation form... [07:33:31] yeah, but if they make a mistake, they're screwed [07:33:37] well [07:33:48] true:/ [07:34:04] the account should really be created only when the email address is confirmed [07:34:18] ahh, then you want something else [07:34:31] can I require the user to confirm the email before they can log in? [07:34:38] subst/log in/create their account/ [07:35:40] Extension:ConfirmAccount can sort of do that, but you need to manually confirm each account [07:35:57] hmm [07:36:25] yah, looks like his best bet [07:36:36] No Germans Here ? [07:36:42] i need help at my mediawiki [07:37:47] yeah, not bad [07:39:32] bah, I can't do it without storing anything on the server anyway [07:41:02] i thought of rerouting the register form through an email, i.e. email them the link with all the parameters, plus a hash [07:41:34] but I don't think sending the passwords like that is a very good idea [07:46:14] meh, screw it, i send them passwords in emails anyway [07:54:42] So I managed to take MW's 160 line function to handle bold and italic and cut it down to two preg_replace()s [07:59:08] hi, how is there some tutorial howto create infobox template ? [08:04:02] 03(mod) Chosen skin should not affect printable version - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8463 +comment (10gernot.hillier) [08:04:34] 03(mod) Add a MediaWiki:Printable.css page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13831 +comment (10gernot.hillier) [08:06:24] 03tstarling * r34300 10/trunk/extensions/DeletedContributions/ (2 files): Converted to the standard special page OOP layout. It seems the expletive had less to do with the severity of the problem than with their inability to solve it. Unfortunately the two are not always congurent. [08:17:19] !help [08:17:19] --mwbot-- Hi! I'm mwbot, a bot that was quickly whipped up by Daniel Cannon (AmiDaniel) to help out around #mediawiki. Some quick help is at < http://www.mediawiki.org/wiki/Mwbot >, you can find all my source code at < http://amidaniel.com/viewvc/trunk/MWBot/?root=svn >. A dump is now available at < http://tools.wikimedia.de/~amidaniel/botbrain.html > [08:20:10] 03(mod) Closure of several Wikimedia projects - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13967 +comment (10cometstyles) [08:20:13] 03tstarling * r34301 10/trunk/extensions/DeletedContributions/ (DeletedContributions.php SpecialDeletedContributions.php): Use standard file naming convention [08:20:50] ^_^ Someone upgrading an old extension before you install it is quite nice [08:35:15] Ooohh... yay... brion is back [08:35:38] hey brion, your IP was showing, you might wanna zip up faster ^_^ [08:37:02] brion: https://bugzilla.wikimedia.org/show_bug.cgi?id=2396#c59 [08:37:24] New tableName thought... A alteration to an old rewrite [08:37:38] I tested it... And it actually works properly [08:50:14] 03tstarling * r34302 10/trunk/extensions/OggHandler/OggHandler.php: Test Rev keyword [08:58:10] function.mkdir]: Permission denied in /home/anz317/wiki/includes/GlobalFunctions.php on line 1649 [08:58:15] Any idea what that's on about? [08:58:42] The comment on the code sections says "* Make directory, and make all parent directories if they don't exist" [08:58:56] I'm backtracking through to figure out what directory it's making :P [09:00:48] probably for uploads or something [09:01:09] It's appearing on one page that I can find so far :P [09:01:25] *Pinchie is putting a wiki back together brick-by-brick. [09:05:00] 03(NEW) Enable the flagged revisions feature (stable versions) on alswiki - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13968 normal; normal; Wikimedia: Site requests; (Wiki.Melancholie) [09:10:21] 03(FIXED) Hardcoded 51 limit on titles is too limiting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13965 +comment (10Bryan.TongMinh) [09:11:46] 03(NEW) Enable the flagged revisions feature (stable versions) on dewiktionary - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13969 15enhancement; normal; Wikimedia: Site requests; (Wiki.Melancholie) [09:12:01] 03(mod) Requesting watchlist for changes to category content. - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7148 (10Bryan.TongMinh) [09:12:07] 03(mod) Track link changes - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13588 (10Bryan.TongMinh) [09:13:40] 03(mod) Enable the flagged revisions feature (stable versions) on alswiki - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13968 (10Wiki.Melancholie) [09:19:21] 03(mod) Enable the flagged revisions feature (stable versions) on dewiktionary - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13969 (10Wiki.Melancholie) [09:27:39] 03(NEW) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 15enhancement; normal; MediaWiki: User interface; (gernot.hillier) [09:36:25] Is there a way to check for broken image links? Not links in pages to images that don't exist, but files that are referenced in the database that aren't physically on the drive. Trying to rebuild a wiki from the database only.. now I have to make it forget about all the images and files it used to have that aren't there any more. [09:36:59] you could always whip up a script :) [09:37:17] Heh, you're funny :P [09:37:51] Ooh, rebuildImages.php might do it. [09:37:54] *Pinchie runs [09:38:20] Or it mightn't :/ [09:43:51] Werdna: yeah, well, I thought there might be people that could take offence. Just thought it odd to find that stuff in the sources... [09:44:24] no biggie [09:44:34] Werdna: yeah, well, I thought there might be people that could take offence. Just thought it odd to find that stuff in the sources... [09:44:35] no biggie [09:44:49] kann mir mal jemand helfen bei meinem wiki server ? auf Deutsch ? [09:45:53] 03(mod) Fix namespace names in the Hungarian localization - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11488 (10gtisza) [09:47:04] siebrand: can you do me a favour? [09:47:12] Werdna: ? [09:47:29] mediawiki [09:47:39] siebrand: send a few unicode chars my way [09:47:48] mediawiki [09:47:53] Werdna: IRC? [09:47:55] morthan: what about it? [09:48:08] why? [09:48:52] Werdna: my IRC client doesn't like those. Just a sec. [09:49:21] siebrand: never mind, I found some of those AES things [09:49:26] and it tests okay [09:49:32] mediawiki [09:49:57] Werdna: Special:Magic वापरून बदलले [09:50:28] mediawiki [09:52:28] siebrand: awesome [09:52:48] mediawiki [09:53:10] morthan: do you actually have anything to contribute, or are you just going to sit there typing 'mediawiki' over and over again? [09:54:21] ah thats a recognised troll kickban [09:54:31] but mediawiki is a very beautiful word [09:55:04] #cellardoor [09:56:51] poor Splarka [10:00:56] mediawiki [10:03:36] hi [10:04:06] poor nanotonne [10:04:14] ? [10:04:34] do you admit you're poor? [10:05:02] poor nanotonne [10:05:56] poor nanotonne [10:06:23] did anybody not have him on ignore anyway? :) [10:06:32] I keep him banned elsewhere [10:12:28] morthan: yes, very poor [10:14:56] is exists french channel for mediawiki?? because i have a problem and a question for mediawiki app [10:15:21] (i need help!) [10:15:22] nanotonne: no, everybody works in here. you can ask in french [10:15:28] we have french people around, I think [10:15:33] 03(NEW) The extended message for a flagged revision does not check if an article is protected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13971 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [10:15:42] 03(mod) The extended message for a flagged revision is incorrect if the article is protected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13971 summary (10Wiki.Melancholie) [10:15:53] 03(mod) Standard, Nostalgia skins show border on the site logo in MSIE 8 beta - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13367 (10danny_b) [10:16:03] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12788 (10danny_b) [10:16:23] 03(mod) Internet Explorer 8 (MSIE 8) tracking bug - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13361 (10danny_b) [10:16:31] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2007 (10danny_b) [10:16:35] d'accord, c'est cool :) [10:16:45] 03(mod) Protect tags from being removed - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13966 (10danny_b) [10:17:16] 03(mod) The extended message for a flagged revision is incorrect if the article is protected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13971 (10Wiki.Melancholie) [10:17:17] ma qestion : comment savoir qui est actuellement connecté à l'application? [10:17:30] (anonyme et non anonyme) [10:17:47] (et qui étaient connecté aussi) [10:18:43] je n'ai pas trouvé de lien/fonction sur mediawiki pour connaitre la liste des connecté en court (autentifié ou non) [10:19:41] (how to know the list actually "connected" with mediawiki? (autentified or anonym)) [10:20:05] mon francais c'est mal, mais je vais essayer [10:20:32] ce n'est pas possible sans un extension [10:20:41] (because i need to know who is connected in rela time on mediawiki) [10:20:44] mais c'est un extension 'UsersOnline' [10:20:53] ok, cool :) [10:21:11] extention is easy? [10:21:18] (to install) [10:21:33] 03(mod) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 +comment (10danny_b) [10:21:39] eh, ce n'est pas difficile, mais ce n'est pas facile. [10:21:41] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12788 (10danny_b) [10:22:10] 03(mod) Print stylesheet should be explicitly editable (e.g. MediaWiki: Print.css) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2889 +comment (10danny_b) [10:22:23] eek [10:22:51] l'estension n'existe pas. [10:22:56] *Werdna voir. [10:23:32] Werdna: i need to install this extention or he exist by default (but not actived) in 1.12 downloaded? [10:24:08] nanotonne: je ne peux pas l'extension. [10:24:09] Where i can aktivate the Extensions for MediaWiki ? [10:24:23] erm, je ne peux pas trouve l'extension. [10:24:53] ha.... :( [10:25:00] hello [10:25:08] where i aktivate the extensions for media wiki [10:25:26] nanotonne: found [10:25:36] nanotonne: did you install from subversion/svn? [10:26:00] drkralle: require_once('path/to/main/extension/file.php'); in LocalSettings.php [10:26:17] /includes/ [10:26:20] https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Manual:Extensions [10:26:46] desole, ce n'est pas un version francais. [10:27:01] eh, il n'ai pas un version francais? [10:27:20] no, i don't have svn installed, just only mediawiki-1.12.0.tar.gz [10:28:12] how i do, then? [10:28:39] Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/LocalSettings.php on line 128 [10:28:39] Warning: require_once(http://www.deutschlandwatch.de/extensions/FCKeditor/FCKeditor.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/LocalSettings.php on line 128 [10:28:39] Fatal error: require_once() [function.require]: Failed opening required 'http://www.deutschlandwatch.de/extensions/FCKeditor/FCKeditor.php' (include_path='/mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch:/mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/includes:/mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/languages:.:/opt/RZphp5/includes') in /mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/LocalSettings.php [10:28:50] where is the problem ? [10:29:51] nanotonne: hmm, wait [10:31:27] .. :) [10:31:34] 03(mod) Semantic inline query by property that has non-english name returns nothing . - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13960 (104d876b82) [10:31:41] drkralle: does the file exist? [10:31:46] oh wait [10:32:09] drkralle: what line did you put in LocalSettings? [10:35:03] nanotonne: I downloaded and tarred up the whole extensions dir for you [10:35:12] 03(NEW) prefix not bound to a namespace error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13972 15enhancement; normal; MediaWiki: General/Unknown; (coldchrist) [10:35:25] http://www.epstone.net/~andrew/mw-extensions-1.12.tar.gz [10:35:54] 03(mod) prefix not bound to a namespace error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13972 (10coldchrist) [10:36:48] Hi, is it possible to make a cell in table editable individually, so that a user will not need to face the full wikitext of the table? [10:37:58] Werdna: donwload in process... ;) [10:38:02] thank [10:39:52] hello [10:40:05] how can i make that he mediawiki is not open the .php5 ? [10:40:16] detailz plz [10:40:16] if i go the index.php there is no site [10:40:22] only index.php5 [10:40:25] will open the side [10:40:39] but my firefox are dont interpreting the php5 index [10:40:50] it's not firefox's problem [10:41:03] it is web server's fault. [10:42:03] and how i can fix it ? [10:42:22] 03(NEW) bug in r34282 in Resign/SpecialResign.php extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13973 04BLOCKER; normal; MediaWiki extensions: General/Unknown; (bertrand.grondin) [10:42:31] what web server? shared hosting or dedicated? [10:42:45] 03(mod) bug in r34282 in Resign/SpecialResign.php extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13973 normal->highest (10bertrand.grondin) [10:42:45] its a strato shared hosting server [10:44:41] how i can make that the index.php is read correctly ? [10:48:03] I've got that bug. [10:48:21] Hello ? [10:48:32] it should go to .php5 if that's your shared hosting. [10:48:40] how can it make that the Site is read if you go to www.deutschlandwatch.de [10:48:57] you need to change your web server config [10:48:59] I can't do that [10:49:01] i want that the index.php is going; so no normally user can enter the site [10:49:05] I don't know if you can [10:49:07] what must i change ?= [10:49:11] .htaccess? [10:49:13] *Werdna guessing. [10:50:03] 03werdna * r34303 10/trunk/extensions/Resign/SpecialResign.php: Revert r34282. User class not created yet, causes fatal errors :( [10:50:09] 03(FIXED) bug in r34282 in Resign/SpecialResign.php extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13973 +comment (10Andrew) [10:54:49] Is there a way to check if images that the wiki thinks exist are actually present on the server? Or to just completely wipe the file list, since none of them are physically here. [10:55:01] Basically I need the bad ones deleted [10:55:05] delete from image; [10:55:33] Individually? [10:55:44] no, one line [10:55:45] in sql [10:56:00] Ah. I see :P [10:56:05] Awesome, thank you :) [10:57:09] Wieso gibts hier keine Deutschen die mir mal helfen können [10:57:12] das das voll fürn arsch [10:57:20] www.deutschlandwatch.de/index.php5 [10:57:21] das geht [10:57:30] und wieso geht nicht www.deutschlandwatch.de/index.php ? [10:57:56] Parse error: syntax error, unexpected T_NEW in /mnt/web4/31/95/51385295/htdocs/macher/deutschlandwatch/includes/GlobalFunctions.php on line 638 [10:58:00] what did this mean ? [11:07:17] 14(INVALID) prefix not bound to a namespace error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13972 +comment (10Bryan.TongMinh) [11:38:20] 03tstarling * r34304 10/trunk/extensions/OggHandler/OggHandler.php: Keywords [11:44:48] can anyone give me a hint on how to allow users to use their e-mail-adresse as username? [11:45:18] i've tried looking through the User class - and couldn't find anything that looked like a showstopper [11:46:35] e-mail address* :-P [11:50:06] 03(mod) Restore the global CheckUser log - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13789 +comment (10innocentkiller) [11:51:10] 03(NEW) Sometimes a cached revision is shown when parameter ? stable=0 is given, comparison will confuse - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [11:51:55] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 summary (10Wiki.Melancholie) [11:54:33] 03tstarling * r34305 10/trunk/phase3/includes/ (DefaultSettings.php SpecialVersion.php): Introduce svn-revision in $wgExtensionCredits for fast extension version specification. [12:00:33] 03tstarling * r34306 10/trunk/extensions/ (82 files in 79 dirs): Don't call preg_replace ~80 times per request. Leave the heavy lifting to Special:Version, using the new svn-revision member of $wgExtensionCredits. [12:06:14] TimStarling: Oversight has a nice name convention ;) [12:09:00] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10Wiki.Melancholie) [12:09:43] nice as in wrong? [12:09:47] AaronSchulz: was it you who finished off revision hiding? [12:24:22] 03(mod) Option to watch the user pages of users you block - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 (10innocentkiller) [12:24:42] 03(mod) Option to watch the user pages of users you block - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 +need-review +patch (10innocentkiller) [12:27:40] <^demon> Just tried it out on my local install. Works great, actually. Haven't noticed any performance hits either. [12:29:44] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10Wiki.Melancholie) [12:34:05] Morning all :) [12:34:07] *BTZ pokes Wiredtape [12:34:29] Is it possible to setup a custom background for a wiki article? [12:34:42] The body of the article for one or 2 uses? [12:35:01] !pagecss [12:35:01] --mwbot-- http://www.mediawiki.org/wiki/Extension:PageCSS [12:35:08] So it won't be constant, but whenever the and such posted [12:35:26] Oh neat [12:35:32] Duesentrieb, what about the image? [12:35:34] bakground images are generally filtered out of style attributes [12:35:51] not sure if that's also true for this extension [12:36:21] I have an image about 10x10 px and want it to be tiled across the page [12:36:25] the canonical way is to use a global css style, and limit it to one page using the per-page css class [12:36:49] the body tag has a special class for each page. so you can make selective styles [12:37:07] this is robust and flexible, though not so convenient, i guess [12:37:29] The extension you showed me? [12:37:34] 03(NEW) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [12:37:48] <^demon> BTZ: Here's the body tag on the main page: [12:37:49] <^demon> [12:37:57] will i have any problems updating my mediawiki from 1.3.7 to 1.12.0? i have swedish locale. [12:38:13] BTZ: hm? no, per-page classes don't need an extension. the extension is for specifying per-page css on-page. [12:38:17] not sure how well that works [12:38:19] uu that is jätte old [12:38:39] Where is AuthPlugin from includes/AuthPlugin.php overridden? I want to see how userExists is implemented. [12:38:45] ja! so how u think? [12:38:59] ingw3: the nasty bit is getting from 1.4 to 1.5 [12:39:05] after that, there should be no problem [12:39:10] so.. do backups! [12:39:19] and be careful with character encodings [12:39:24] and mind the charset mess [12:39:30] exactly :) [12:40:10] <^demon> How good are the docs on 1.4-1.5 migration? [12:40:32] Duesentrieb: so u mean i should update not direct update from 1.3.7 to 1.12.0 but by step versions? if yes maybe then there is way to install new mediawiki and somehow import all data? [12:41:31] Hmm, will dynamic skin extension work for my needs? [12:41:54] ingw3: from 1.5 to 1.12 can be done in one step. from 1.3... not sure. between 1.4 and 1.5 at least a manual conversion to utf-8 is needed. cleanly exporting and importing the data is supported only since 1.5 i think... or with mwdumper, 1.4. hm... [12:42:21] TimStarling: what's the upgrade path from 1.3 to 1.12 like? [12:42:23] ingw3: get mwdumper, and see if it can generate an xml dump from a 1.3 db. it should work fine with 1.4 at least. you can import that dump into a fresh wiki. [12:42:25] (see above) [12:42:27] except for the utf-8 conversion i don't think there's any problem with upgrading directly [12:42:43] Duesentrieb: thank u i will try [12:42:44] ingw3: however, you lose user accounts and uploaded images. xml import is for page text only [12:42:51] 03(NEW) redirect request - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13976 minor; normal; Wikimedia: OTRS; (walter) [12:43:05] Duesentrieb: i use ldap [12:43:05] <^demon> ingw3: Be sure to back everything up! [12:43:06] ingw3: make sure you have a backup! [12:43:13] *Werdna slaps ^demon [12:43:20] flyingparchment: going to 1.4 might be needed to get an xml dump. which is somethign i would recommend as a failsafe. [12:43:23] ingw3: and they really mean it, take backups! [12:43:30] maybe mwdumper can handle 1.3, i don't know [12:43:32] *^demon whimpers. [12:43:32] and first i do on vmware [12:43:33] Duesentrieb: why? if it doesn't work, just import the backup and try again [12:43:43] i mean i copy and testing on copy [12:43:44] :) [12:43:48] <^demon> Werdna: If you have a second, mind looking at the patch on bug 13950? [12:43:49] flyingparchment: people tend to make backups with screwed charsets [12:43:58] ^demon: maybe [12:44:06] <^demon> It's like 5 lines :-P [12:44:07] !bug 13950 [12:44:07] --mwbot-- https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 [12:44:52] ^demon: have you tested it? [12:45:21] <^demon> Yep, works perfectly on registered users and anons. [12:45:34] fine. [12:45:41] I'm changing that message though [12:45:43] <^demon> If the box is checked, it watches the user/user_talk page of the person. If not, it doesn't. Plain and simple. [12:45:45] <^demon> Fine by me. [12:45:46] should be 'watch' not 'watchlist [12:46:07] *Werdna updates, applies. [12:47:22] <^demon> Thank you much. [12:48:58] just giving it a spin. [12:51:42] done [12:51:44] committing [12:51:58] 03werdna * r34307 10/trunk/phase3/ (3 files in 3 dirs): * (bug 13950) Allow users to watch the user/user talk pages of users they block [12:59:35] 03(mod) The extended message for a flagged revision is incorrect if the article is protected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13971 (10Wiki.Melancholie) [13:04:07] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10Wiki.Melancholie) [13:14:59] 03(NEW) Reverting to flagged revision leads to empty page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 04BLOCKER; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [13:15:08] 03(mod) Reverting to flagged revision leads to empty page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 04BLOCKER->major; normal->highest (10Wiki.Melancholie) [13:18:51] 03(mod) Reverting to flagged revision leads to empty page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 (10Wiki.Melancholie) [13:19:25] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 summary (10Wiki.Melancholie) [13:23:14] a great tool to convert csv to mediawiki tables is? [13:24:13] 03(mod) Global user style - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13953 (10dotkorg) [13:27:09] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 (10Wiki.Melancholie) [13:28:51] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 (10Wiki.Melancholie) [13:33:48] 03(NEW) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [13:42:53] 03(mod) Global user style - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13953 (10Simetrical+wikibugs) [13:44:30] 03(FIXED) Option to watch the user pages of users you block - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13950 +comment (10Simetrical+wikibugs) [13:44:54] <^demon> Simetrical: Beat me to it, was just about to close that out. [13:46:13] 03(NEW) Status/accuracy table should have an ID - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13979 minor; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [13:47:53] 03shinjiman * r34308 10/trunk/extensions/ (Babel/Babel.i18n.php GlobalBlocking/GlobalBlocking.i18n.php): Localisation updates Cantonese and Chinese for extension messages [13:52:28] Hi! I have an annoyingly long question, so I wrote it here. It's about mwdumper and pulling articles out of the db: http://pastebin.com/m354978b6 [13:52:33] Thanks for looking. :) [13:52:36] 03(NEW) Hide flagged revisions box from Main_Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13980 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [13:53:13] 03(mod) Hide flagged revisions box (mw-revisiontag) from Main_Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13980 summary (10Wiki.Melancholie) [13:54:43] 03(mod) Hide flagged revisions box (mw-revisiontag) from Main_Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13980 (10Wiki.Melancholie) [13:57:16] 03shinjiman * r34309 10/trunk/phase3/languages/messages/ (4 files): Localisation updates Cantonese, Chinese and Old/Late Time Chinese [13:58:47] 03simetrical * r34310 10/trunk/phase3/ (RELEASE-NOTES includes/SkinTemplate.php skins/MonoBook.php): (bug 13970) Allow MonoBook-based skins to specify their own print stylesheet. Patch by Gernot Hillier, with modifications. [14:01:01] 03(mod) Status/accuracy table should have an ID - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13979 (10Wiki.Melancholie) [14:06:30] 03simetrical * r34311 10/trunk/phase3/includes/SkinTemplate.php: This was meant to be private. [14:07:19] 03(FIXED) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 +comment (10Simetrical+wikibugs) [14:07:42] 03shinjiman * r34312 10/trunk/phase3/languages/messages/ (MessagesGan.php MessagesZh_classical.php): set the fallback language for zh-classical and gan into zh-hant, this would be useful for the extension messages. [14:13:46] Hi [14:14:22] Anybody here? [14:14:50] 03simetrical * r34313 10/trunk/phase3/includes/SkinTemplate.php: sed -i '/.*\$fname =.*/d;s/( \$fname )/( __METHOD__ )/' includes/SkinTemplate.php && manually_fix_remaining_uses && php -l includes/SkinTemplate.php [14:15:06] !ask | Ereekki [14:15:06] --mwbot-- Ereekki: 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. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [14:18:02] When I'm trying to uploud picture to my mediawiki, it says: "inside error" - "server doesn't have writerights to savingdirectory public". Sorry for bad english... [14:19:18] Ereekki: you need to give write permissions to the public/ directory for the webserver user. [14:19:52] I don't have any public/ directorys except public_html and public_ftp [14:21:25] Will I make a public/ directory? Where? .../wiki/images/public/ ? and chmod write permissions? [14:26:35] public/ is actually images/ [14:26:43] It's an old bug [14:30:50] any1 knows how mediawiki can screw up any entities/special chars on editing a page, even when everything is set to utf-8? [14:34:59] 14(INVALID) Hide flagged revisions box (mw-revisiontag) from Main_Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13980 +comment (10JSchulz_4587) [14:34:59] PierreW, I vaguely recall that there's an mbstring setting that's completely broken and can do that. [14:35:22] yeah, like suggested mb.func_overload or however it is called is disabled [14:35:55] Let me see. [14:35:55] PierreW, what's the value of mbstring.func_overload in your installation? [14:35:55] You can check phpinfo() for it [14:35:55] . [14:36:05] Don't know, then. [14:36:10] Do you have root access? [14:36:23] no, can't check out phpinfo for now [14:36:32] master sysadmin is away :) [14:37:03] or can i execute phpcode somehow as sysop? i guess no? :) [14:37:34] PierreW, no. :P [14:37:56] this is very sad! :) [14:38:00] I was going to suggest you try disabling the mbstring extension, just for something to try. [14:38:12] but i haven't checked phpinfo yet, so i checkout if its really disabled [14:38:15] It might work, I suppose, if there's something broken with your mbstring install. [14:38:23] Or configuration or something. [14:38:35] jep, thanks. its worth a try. [14:40:00] 03(NEW) Show revision comparison with stable revision on edit, if most current revision is not flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13981 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [14:40:39] Simetrical: Morning. I came up with a list of articles I rank high enough to want to include, but running mwdumper --filter=list:thatlist.txt eswiki-pages-articles.xml.bz2 is only returning ~20% of them. It doesn't give any errors, though. [14:40:55] 03(NEW) ccmeonemails preference enabled no matter if $wgEnableUserEmail is disabled - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13982 15enhancement; normal; MediaWiki: User preferences; (stronk7) [14:41:19] I guess adding debug code to mwdumper is in my future, or something. The articles that are missing don't have accented names or live in a weird namespace or anything, it seems like it just randomly tossed them out. [14:41:35] I've never really used it, Brion would be better to ask. [14:42:01] *nod* [14:42:09] Is there an appropriate mailing list? [14:42:23] 06(LATER) Flagged Revision Box is above categories - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13629 +comment (10JSchulz_4587) [14:43:16] cjb, Wikitech-l [14:43:20] Thanks. [14:43:46] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 +comment (10JSchulz_4587) [14:44:35] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 +comment (10JSchulz_4587) [14:46:57] Hello [14:47:20] 04(REOPENED) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 +comment (10gernot.hillier) [14:47:30] hello Fire [14:48:42] 03(mod) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 (10gernot.hillier) [14:49:23] privet [14:51:31] 03rotem * r34314 10/trunk/phase3/ (2 files in 2 dirs): Update. [14:52:06] Werdna: thank you for your help :) [14:52:43] 03simetrical * r34315 10/trunk/phase3/skins/Simple.php: This needs to be protected, actually, so that inheritance works properly. [14:53:19] 03(FIXED) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 +comment (10Simetrical+wikibugs) [14:54:30] 03aaron * r34316 10/trunk/phase3/includes/Title.php: Add $flags, document [14:57:27] 03simetrical * r34317 10/trunk/phase3/ (includes/SkinTemplate.php skins/Simple.php): Uh, I checked in the wrong changed line. :D Correction for last commit: "This needs to be protected, actually, so that inheritance works properly." [14:57:52] 03(mod) allow own print stylesheets for SkinTemplate based skins - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13970 (10Simetrical+wikibugs) [15:01:51] 03aaron * r34318 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Fix some cache issues [15:02:09] 03(FIXED) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 +comment (10JSchulz_4587) [15:03:40] 03(mod) Show revision comparison with stable revision on edit, if most current revision is not flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13981 +comment (10JSchulz_4587) [15:04:30] 03(FIXED) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 +comment (10JSchulz_4587) [15:04:50] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 15enhancement->major; normal->high (10JSchulz_4587) [15:05:13] 'Reading computer manuals without the hardware is as frustrating as reading sex manuals without the software. -- Arthur C. Clarke (Clarke's 69th Law, The Odyssey File, 1984)' [15:05:16] hehe [15:06:21] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 (10Wiki.Melancholie) [15:07:49] 03(mod) Reverting to a flagged revision leads to an empty page view - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13977 (10JSchulz_4587) [15:16:54] 03(NEW) Create current ID JavaScript variables also for flagged IDs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13983 normal; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [15:17:00] 03(FIXED) urlencode magic word double encodes entities - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=9031 +comment (10mwtoews) [15:17:34] 03(mod) Create current ID JavaScript variables for flagged IDs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13983 summary (10Wiki.Melancholie) [15:23:40] 03(mod) Hide flagged revisions box (#mw-revisiontag) from Main_Page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13980 summary (10Wiki.Melancholie) [15:24:58] Tim-away: ping [15:25:21] 03aaron * r34319 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php flaggedrevs.css): [15:25:21] * Diff-to-stable on draft edit (bug 13981) [15:25:21] * CSS tweaks [15:25:29] 03vasilievvv * r34320 10/trunk/phase3/ (4 files in 4 dirs): Then let's keep it on image page and add it to Special:Whatlinkshere [15:25:29] AzaTht: no chances [15:25:39] 03(FIXED) Show revision comparison with stable revision on edit, if most current revision is not flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13981 +comment (10JSchulz_4587) [15:25:46] VasilievVV: ok, perhaps you know [15:25:57] wikibits.js and friends, are they GPL or GFDL? [15:26:11] They are part of MediaWiki software [15:26:22] Lemme check logs [15:27:41] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 +comment (10JSchulz_4587) [15:27:47] if they are GPL, then MediaWiki:Common.js and friends must also be GPL, otherwise it's an licence violation to use stuff from wikibits.js and friends [15:28:02] It is GPL [15:28:12] But nobody cares [15:28:13] ok [15:28:21] VasilievVV: no shit ツ [15:29:04] AzaTht, I pointed that out ages ago. [15:29:23] Simetrical: oh, didn't know [15:29:32] The entire interface is GPL, so probably integrating the GFDL text of the page with the interface is a copyvio. [15:29:56] All of Wikipedia is built on violation of GNU licenses. :) [15:29:59] Simetrical: think that's not an issue [15:30:24] gpl only applies if an function access the "library" [15:30:39] No, it applies to any derivative work. [15:30:46] RTFL. :) [15:31:07] I hope F != fine here :) [15:31:13] Simetrical: the content isn't a derivate [15:31:40] AzaTht, no, but the page as a whole is a single work that's a derivative of both the interface and the text. [15:31:53] It therefore must follow both the GPL and GFDL, which is impossible. [15:31:56] Although IANAL. :) [15:32:20] MediaWiki:Common.js isn't a work. It's a complete mess which Wikipedia administrators made through ages :) [15:32:23] Simetrical: as you don't incorperate the text in the code, there are no violation [15:32:31] VasilievVV: haha [15:32:39] 03(mod) Global user style - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13953 (10dotkorg) [15:32:55] Is there a way to make Special:Randompage "more" random? [15:33:02] Nope [15:33:05] AzaTht, the HTML in MonoBook.php is GPL, you incorporate that with the GFDL wikitext. [15:33:19] Oddmund, manually adjust page_random however you like. [15:33:19] Simetrical: hmm [15:33:34] Simetrical: and the images are cc ツ [15:33:46] 03aaron * r34321 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Add table ID (bug 13979) [15:33:52] 03(mod) HTML code cleanup (#mw-revisiontag) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13984 normal->lowest (10Wiki.Melancholie) [15:34:06] 03(FIXED) Status/accuracy table should have an ID - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13979 +comment (10JSchulz_4587) [15:34:24] 03(NEW) HTML code cleanup (#mw-revisiontag) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13984 trivial; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [15:34:47] hmm [15:35:07] wikibugs is a bit strange :) [15:35:22] Simetrical: all scripts that for example is using addPortletLink is forced to be GPL [15:36:01] AzaTht, I just need to start licensing all my commits exclusively under the CDDL and we'd be set. [15:36:03] hi! i already read the faq and tried to find it using the mediawiki and google search, but maybe i´m too blind. i´d be glad if someone could point me in the right direction. can somenone please tell me, if it is possible to manage user accounts and groups via a gui? i saw some screenshots on it on mediawiki, but the help pages all refered to the LocalSettings.php file. [15:36:23] Simetrical: though technically ALL javascripts is forced to be GPL as they are ALL forced linked to wikibits.js [15:36:27] 03ialex * r34322 10/trunk/extensions/Configure/ (CHANGELOG Configure.php Configure.settings.php): Removed $wgSharedDBtables [15:36:29] nopy, you can try the new extension "Configure". [15:36:30] i´m using the 1.12 version btw [15:36:51] AzaTht, yeah, all this stuff is fun. We have at least three mutually incompatible copyleft licenses here. [15:36:58] hehe [15:37:00] Simetrical: bad idea ^^ [15:37:01] Simetrical: thx alot! found it! i´ll try [15:37:17] nopy, ialex is the author, if he says it's a bad idea then it might be a bad idea. [15:37:19] Simetrical: and t heen we also still have the GFDL §4J problem [15:37:29] lol [15:37:48] ialex: it looks quite decend, why wouldn´t i want to use it? :) [15:38:23] nopy: you can but some features can be missing [15:38:29] but configurimng user accounts is only possible via an extension? [15:38:54] nopy: what do you mean by "configuring user accounts" ? [15:39:25] AzaTht, we need to have a special exception in the software license that stipulates that the content of pages doesn't need to be under any particular license. [15:39:55] ialex: i want to be able to look up the registered users and see in what groups theay are. then i want to be able to move users from one group to another oder create new groups [15:39:56] yea [15:40:20] nice to have would be a user rights management feature. to tell what group can do what [15:40:40] 03(WONTFIX) HTML code cleanup (#mw-revisiontag) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13984 +comment (10JSchulz_4587) [15:40:54] 03(mod) Create current ID JavaScript variables for flagged IDs - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13983 +comment (10JSchulz_4587) [15:41:40] nopy: to see in wich group they are you can use Special:Listusers, to change rights you can use Special:Userrights, and to create new groups or modify existing one there's http://www.mediawiki.org/wiki/Extension:GroupPermissions_Manager [15:42:28] wow, why didn´t i find it on mediawiki.org? that´s exactly what i wanted :) [15:42:35] !userrights | nopy [15:42:35] --mwbot-- nopy: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [15:42:44] Mm, not what I wanted. [15:43:04] nopy, you can change users' groups through Special:UserRights. To change groups' permissions, you need to edit LocalSettings.php. [15:43:19] 03(NEW) Message bar for changes to userspace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13985 15enhancement; normal; Wikimedia: Bugzilla; (Ryanpostlethwaite) [15:43:25] I would like to export data contained in a mediawiki to plain text files that I then store in git, including full history, any pointers on how to start on that? [15:43:32] I read the pages mwbot recommended, but i overread the parts with the special sites [15:43:38] 03aaron * r34323 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: Remove unmatched p tags. Use single HTML quotes [15:43:54] i want to include a picture in my gumax.php, now i want that the picture is shown throug my page without the mainpage, is the a code which excludes the mainpage? [15:44:00] !export | grumbel [15:44:00] --mwbot-- grumbel: To export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See for an example of this form. See also: !import [15:44:02] thank you so much! is there an index of all special: sites? [15:44:12] nopy, Special:SpecialPages has most of them. [15:44:36] Simetrical: i am extremely delighted, thank you! :) [15:45:03] i want to include a picture in my gumax.php, now i want that the picture is shown throug my page without the mainpage, is there a code which excludes the mainpage? [15:45:37] bango, don't ask twice in two minutes. [15:45:45] Wait a little while before asking again. [15:45:49] What is "gumax.php"? [15:46:03] gumax is the name of my skin [15:46:12] so in your case it should be monobook.php [15:46:30] You want to use a PHP conditional. [15:46:44] when i include a picture in my gumax.php [15:46:52] it is shown on everypage of my wiki. [15:47:03] so i want that it isnt shown on my mainpage [15:51:36] mhm [15:52:27] 03(NEW) Link of quality/reviewed box has } at its end - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13986 normal; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [15:53:41] Does mediawiki have a mailing list for support issues? [15:55:26] 03(mod) Link of quality/reviewed box has } at its end - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13986 (10Wiki.Melancholie) [15:57:09] 03(mod) Message bar for changes to userspace - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13985 +comment (10wiki.jack.merridew) [15:58:05] 14(INVALID) Link of quality/reviewed box has } at its end - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13986 +comment (10JSchulz_4587) [15:58:55] Ok, is there a place to report bugs in mediawiki? [15:59:25] !bugzilla | matthew_ [15:59:25] --mwbot-- matthew_: All bugs in MediaWiki should be reported at https://bugzilla.wikimedia.org. This is also the place to request site configuration changes, new features or enhancements to existing features, although bear the following points in mind before making a feature/enhancement request: 1) If the request is specific to a Wikimedia wiki, please discuss the issue on that wiki first. 2) Consider whether a custom extension would be more appropriate. [16:00:30] Is there a way to change a specific Category listing to know to always ignore a particular word (say like 'The' [16:00:31] ) [16:01:27] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 (10JSchulz_4587) [16:01:48] Ktron, not at present. [16:03:17] 03ialex * r34324 10/trunk/phase3/includes/ (5 files): [16:03:17] * Update some documentation [16:03:17] * Moved ProfilerSimple::debug() to Profiler class so that it can also be used there [16:06:57] 03(mod) The extended box message for a flagged revision is incorrect if the article is protected - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13971 summary (10Wiki.Melancholie) [16:07:38] Simetrical, thanks Simetrical [16:08:04] I'm running mw 1.11.1; I added "file:" to wgUrlProtocols. Now file://machine/path is created as a link. But [file://machine/path altname] doesn't work properly - it displays as is with the file:// bit created as a link. Is this a bug in MW or perhaps I need to do more? [16:08:34] Simetrical, how about increasing the number of pages listed from 200 to something higher, say 500? [16:08:49] If I replace file: with http: it all renders as I expect... [16:09:03] Ktron, probably that's hardcoded in includes/CategoryPage.php. [16:09:27] Atzanteol, I don't think file: will work even if added to $wgUrlProtocols, can't remember details ATM. [16:10:44] Simetrical: The link it creates does actually work fine. It's just not rendering properly. I've followed the directions here: http://www.mediawiki.org/wiki/UNC_links [16:12:13] Simetrical, found it, it is already abstracted to $wbCategoryPagingLimit [16:12:16] Simetrical, thanks [16:16:14] 03rotem * r34325 10/trunk/phase3/ (2 files in 2 dirs): Update. [16:18:32] 03aaron * r34326 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Don't show dropdown if 1 option [16:19:13] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 (10Wiki.Melancholie) [16:20:21] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 (10JSchulz_4587) [16:20:51] 03(mod) Global user style - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13953 (10Simetrical+wikibugs) [16:27:16] If I don't put up ConfirmEdit and then I link to my wiki somewhere, how soon and how much spam can I expect spam to show up on my wiki? [16:27:57] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 (10Wiki.Melancholie) [16:30:38] Simetrical: Thanks, mailed to the list: http://lists.wikimedia.org/pipermail/wikitech-l/2008-May/037647.html [16:31:35] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 (10Wiki.Melancholie) [16:37:39] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 (10Wiki.Melancholie) [16:45:26] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 (10JSchulz_4587) [16:48:17] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10Wiki.Melancholie) [16:48:59] AaronSchulz: don't you think it's time to bork http://en.wikipedia.org/wiki/User:Voice_of_All/Addtabs/monobook.js ? [16:49:17] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10JSchulz_4587) [16:49:35] AzaTht: it could be subbed to an inportScript() prolly [16:50:06] isn't it fully obsoleted by addPortletLink? [16:50:56] I don't know, I don't really keep track of that stuff [16:50:58] I think I broke my Wiki 0_0 [16:51:00] too busy elsewhere [16:51:14] Can anyone help me out? X_X [16:51:20] It gives the error too =/ [16:51:22] Fatal error: Call to a member function selectRow() on a non-object in /homepages/17/d222576366/htdocs/wiki/includes/User.php on line 777 [16:51:23] !broken [16:51:23] --mwbot-- I don't know anything about "broken". You might try: !bundles !safemode !version [16:52:43] 03(mod) Sometimes a cached revision is shown when parameter ?stable= 0 is given, comparison is wrong then - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13974 (10Wiki.Melancholie) [16:53:12] Strange is that it worked fine minutes ago [16:53:15] Didn't even change anything X_X [16:54:30] It says line 777, how can I find it? Using wordpad X_X [16:55:36] !wordpad [16:55:36] --mwbot-- I don't know anything about "wordpad". [16:55:40] good bot [16:56:21] hehe [16:56:29] *Jack_Phoenix waves to ialex :-) [16:56:37] hi Jack_Phoenix :) [16:56:40] rar [16:57:30] Anyone? Can appreciate all the help I can get X_X [16:57:49] get notepad++ ;-) [16:58:07] Ha [16:58:08] it's a great text editor, one of the best available [16:58:14] and opensource [16:58:22] BTZ: wich version ? [16:58:56] 1.12 [16:59:05] if you are talking about mediawiki [16:59:53] yes [17:00:06] line 777 is $s = $dbr->selectRow( 'user', '*', array( 'user_id' => $this->mId ), __METHOD__ ); [17:00:46] why isn't $dbr an object ? [17:02:39] *shrug* I don't know that much about wiki :] [17:03:35] 03(NEW) Clear cache of redirects when page has been edited - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13987 15enhancement; normal; MediaWiki: Redirects; (Wiki.Melancholie) [17:05:12] 03aaron * r34327 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.pg.sql postgres/patch-flaggedpages.sql): NOT NULL [17:06:09] *BTZ pokes ialex [17:06:09] :) [17:06:17] Siebrand: can you look at bug 13933 ? [17:06:30] AaronSchulz: checking [17:07:45] AaronSchulz: I do not usually commit i18n patches not from bw. Raymond_afk and Shinjiman do that. I'll re-enable FlaggedRevs support once I have enough confidence the developer stops tinkering with the messages. [17:08:04] siebrand: they should be stable now [17:08:50] hello [17:08:58] hi nikerabbit [17:13:02] 03(mod) Clear cache of redirects when page has been edited - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13987 +comment (10Wiki.Melancholie) [17:15:06] Stupid Q > but I will ask anyways...How unstable are beta extensions? Can they break the entire system? [17:15:09] 03(WONTFIX) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 +comment (10JSchulz_4587) [17:15:31] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 normal->high (10JSchulz_4587) [17:16:05] AaronSchulz: btw, I checked for log entries for flagged revs, but didn't see any. Not enabled yet? [17:16:05] Currently looking at (http://www.mediawiki.org/wiki/Extension:EnforceStrongPassword), which is very appealing... just not sure if implementing the hook and installing the extension would be risking too much [17:16:26] siebrand: is on .de [17:16:35] AaronSchulz: (ehr, on de.wp, http://de.wikipedia.org/wiki/Spezial:Logbuch/stable) [17:16:38] 03(mod) Clear cache of redirects when page has been edited - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13987 (10Wiki.Melancholie) [17:16:42] wrong log ;) [17:16:43] AaronSchulz: ah, I see 2 entries now :) [17:16:54] that is the log for config changes [17:16:59] ah, /review [17:17:22] my bad. [17:18:14] 03ialex * r34328 10/trunk/phase3/includes/ (Profiler.php ProfilerStub.php): *stab* some tweaks for my last commit [17:18:20] http://tools.wikimedia.de/~aka/cgi-bin/reviewcnt.cgi?lang=english [17:22:32] AaronSchulz: geez. Those guys a really going at it :) [17:23:34] mau [17:42:16] How do I enable passthru? [17:42:28] disable safe mode [17:42:34] !safemode | Ereekki [17:42:34] --mwbot-- Ereekki: safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [17:44:38] Hmm, my server cannot disable safe mode once it's already enabled... So does this mean, that I cannot get images thumbnailed in my wiki? [17:45:15] 03(NEW) With Firefox, if URL is redirect, and if sub-heading ( #siteSub) is hidden text gets covered by images - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13988 minor; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [17:45:57] 03(mod) With Firefox, if page is redirect, and if sub-heading (#siteSub ) is hidden, text gets covered by image - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13988 normal->low; summary (10Wiki.Melancholie) [17:46:54] ialex: what's up? [17:46:58] mui Agony [17:47:17] Nikerabbit: where ? [17:50:18] ialex: here [17:50:29] I'm counting almost ten finns here :o [17:51:56] and ? [17:53:15] ialex: next you know there is only cold as in hell and icebears [17:53:25] Hmm, when I uploud picture, it says this: "Making thumbnail failed" "Warning: passthru() has been disabled for security reasons in .../wiki/includes/GlobalFunctions.php on line 1839
" [17:53:56] Nikerabbit: don't forget penguins what we have lot in our capital Helsinki :D [17:54:35] Agony: yeah, penguins will see a good thing in soon ;) [17:54:37] Lol, I live in Helsinki [17:54:51] Ereekki: who doesn't :) [17:55:25] :p So, now somebody answer my question or I will start crying ;_; [17:56:46] what the icebear-kind-of function naming is passthru [18:01:08] ialex: I don't like this wfDeprecated change at all :< [18:01:42] Nikerabbit: yeah :( [18:01:54] 03(NEW) Bot edits should be auto-flagged as checked/sighted - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13989 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [18:02:15] if it weren't tim I'd revert [18:02:42] and if I just add yet-another configuration variable the stab prolly reverts me [18:05:36] 03(mod) Bot edits should be auto-flagged as checked/ sighted when former revision was flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13989 summary; +comment (10Wiki.Melancholie) [18:07:13] hi i've got a sql dump of an older mediawiki install. I just tried to use the most current version and then restore the database back and i'm getting all sorts of problems. Is there some universal tool for backing up and restoring mediawiki installations? [18:08:37] mysqldump with --default-charset=X [18:08:49] or what? [18:09:02] you need to upgrade the database of course with new versions [18:10:38] I have a question about the parserfunction "#ifexists" and cross-namespace links.. I am doing something like this : [18:10:40] 03aaron * r34329 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php): Split off autoreview right [18:10:42] {{ #ifexist: Policyw:URGENT {{{TYPE}}} Issue Escalation ({{{CLUSTER}}})|Policyw:URGENT {{{TYPE}}} Issue Escalation ({{{CLUSTER}}})|Policyw:URGENT {{{TYPE}}} Issue Escalation}} [18:10:42] sure but how do i recover from this old version [18:10:59] 03(mod) Bot edits should be auto-flagged as checked/ sighted when former revision was flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13989 +shell; +comment (10JSchulz_4587) [18:11:12] yea and it was mysqldump that i used to pull the old sql db [18:11:37] yet for some reason even when "Policyw:URGENT {{{TYPE}}} Issue Escalation ({{{CLUSTER}}})" page exists, it still produces the version without ({{{CLUSTER}}}) [18:11:53] So, da bin ich ;o) [18:12:00] Danke seantje ;o) [18:12:26] MonitorBeacon: so you have only a sql dump? [18:13:10] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 (10JSchulz_4587) [18:13:13] yea at this point [18:13:27] i'm not even sure which version of mediawiki i was using with the old system either [18:13:33] anyone have any idea bout my #ifexists question? [18:13:57] Hello, i have a problem with mediawiki-performance. May someone of you help me? [18:13:59] if it isn't too old, just dump it into mysql, and install a new mediawiki pointing to that database, which should upgrade it [18:14:48] derwin: what is {{{TYPE}}} supposed to be? [18:15:20] it's a parameter [18:15:22] probably poorly named [18:15:28] should probably be "type" [18:15:56] basically I want it to use the ({{{CLUSTER}}}) version if it exists, otherwise fall back to the default version [18:16:34] NO ONE HERE FOR HELP? ->Hello, i have a problem with mediawiki-performance. May someone of you help me? [18:17:13] djmirko: no if you don't actually ask anything else from "can someone help me/can I ask a question" [18:17:35] derwin: I don't know how parameter substition works inside parser functions [18:17:46] can someone help me/can I ask a question ? ;o) [18:17:47] Nikerabbit: you mean like point mediawiki to it as an existing db and it will auto update? [18:17:56] MonitorBeacon: it should [18:18:05] nice [18:18:15] Nikerabbit: oh. so the issue might be that parserfunction gets it as "{{{TYPE}}}" [18:18:22] just don't lose the original backup in case it fails [18:18:30] derwin: may be, but I'm not sure [18:18:46] Nikerabbit: ugh. well there goes my slick idea.. [18:18:53] so, if I make a Help: namespace and define pages in a category foobar, foobar still can only list the pages all under H? gah... [18:18:56] djmirko: just ask a your question, maybe somebody will answer [18:19:04] OK. [18:19:07] derwin: I would think it should work, considering all the magic they do on enwiki and so [18:19:15] I'll try. My English ist not the Best ;o) [18:19:27] Nikerabbit: I'd think it should work too.. but.. I am using namespaces differently and etc.. so.. I dunno.. [18:19:47] How can i make my wiki running faster? Does someone know about? [18:20:06] Ktron: you can use [[category:blaa|{{PAGENAME}}]] to sort with the pagename instead of full name with prefix [18:21:04] djmirko: 1) install some cache like apc, memcached 2) disable hit counters 3) set $wgMiserMode to true 4) disable some other slow features or extensions? [18:21:13] Nikerabbit, oh? trying that [18:21:45] Nikerabbit: the examples show use of parameters ({{{bleh}}}) within the expression part of the parserfunction.. which leads me to believe it should work within the "wikitext" part.. [18:21:53] and in any case my test is in the expression part [18:22:06] derwin: indeed, so the problem is somewhere else then [18:22:21] derwin: are you using 1.12? [18:22:31] As I am Newbie on this tuff, i need a step by step help for installing APC (as i ve read about it i found no manual) :-( [18:22:47] djmirko: you can read http://dammit.lt/2007/01/26/mediawiki-performance-tuning/ [18:23:16] Nikerabbit: yep, 1.12 [18:23:27] But how to install acp? [18:23:37] on unix you need a root access to do pecl install apc and modify php.ini to enable it [18:23:49] nikerabbit : hrm, that said, parserfunctions docs just say "#ifexist: " [18:24:06] 03(NEW) If it's a redirect, the FlaggedRev box of the redirect is shown, not that of the displayed page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13990 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [18:24:13] Nikerabbit: it does not specify "expression" and none of the examples contain parameters.. but.. they do contain wikitext.. [18:24:22] Nikerabbit: although the wikitext is not in "page name" [18:24:24] derwin: if you feel adventorous you could try to enable some debugging and try to figure out why... [18:26:05] Do i find the $wgMiserMode in the MediaWikiSystem text or in localsettings? [18:26:07] 03(mod) If being redirected, the FlaggedRev box of the redirect is shown, not that of the displayed page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13990 summary (10Wiki.Melancholie) [18:26:12] Nikerabbit: I feel, somehow, that that way lies madness.. :/ [18:27:20] djmirko: LocalSettings.php [18:27:31] ialex: Thank you ;o) [18:27:40] Any way I can get a list of all pages in the wiki? Special:Allpages is still separated into namespaces [18:29:20] Nikerabbit: huh.. {{ #ifexist: Main Page|Main_Page Exists|Main_Page does not exist }} gives me "Main_Page does not exist" [18:29:46] Nikerabbit: and Main Page does exist.. [18:30:25] I feel like I must be missing something obvious.. [18:31:13] I can not find $wgMiserMode in Localsettings.php - do i have to add this ? [18:31:56] Nikerabbit: | page_id | page_namespace | page_title | 1 | 0 | Main_Page [18:32:06] it seems to die on whitespace or something? [18:32:46] djmirko: yes [18:32:52] nikerabbit: maybe it wants the _ form of the name.. [18:32:57] Nikerabbit: which would be.. unusual.. [18:33:26] hrm.. nope.. [18:33:35] ialex: like this : $wgMiserMode = true; [18:33:40] yes [18:33:43] at the end? [18:33:45] Nikerabbit: {{ #ifexist: Main_Page|Main_Page Exists|Main_Page does not exist }} [18:33:49] yes [18:33:50] Nikerabbit: still gets me "does not exist" [18:33:57] OK. Thx a lot ;o) [18:35:13] ))SQL: /* LinkCache::addLinkObj Nike */ SELECT page_id,page_len,page_is_redirect FROM `bw_page` WHERE page_namespace = '0' AND page_title = 'Baa_baa_baa_plop_kaa' LIMIT 1 [18:35:23] hmm [18:35:38] should work, derwin do you have keys in correct case? [18:37:06] thanks that worked [18:37:41] Is there an easy way to move/rename (I don't need all the redirect links) page names from "Foo *" to "Foo:*"? [18:37:55] Like, do you think I can do a mysql query and make this change and it'll all work? [18:38:05] Nikerabbit: "keys in correct case" ? [18:39:31] derwin: like you are calling the template with {{kivat_lehmät_on_oransseja|TYPE=xyz}} ? [18:39:32] Nikerabbit: fwiw, my other parserfunctions like " {{ #if: {{{CLUSTER}}} | {{{CLUSTER}}} | Any }} " (which I realize is actually better written as {{{CLUSTER|Any}}) [18:39:59] Nikerabbit: yep, both "TYPE" and "CLUSTER" are getting passed through correctly [18:40:22] Nikerabbit: #ifexist is not working on {{ #ifexist: Main Page | true | false }} which I think is my issue right now.. [18:40:35] Tim-away: are you really away? [18:41:10] derwin: and it is there if you do the sql query by hand? [18:41:26] Nikerabbit: yep, I pasted the info from "page" table above [18:41:42] Nikerabbit: page id 1, page name Main_Page, name space 0 [18:41:57] örgh [18:42:13] beats me [18:42:20] sorry [18:42:30] tim would know better perhaps [18:42:31] nikerabbit: so.. I did manually change the namespaces on some pages.. in the database.. when I realized they were in the wrong namespace.. [18:42:55] Nikerabbit: but that did not include Main_Page so if that broke #ifexist for Main_Page somehow, that'd be weird.. [18:42:55] and you tell that now? [18:43:13] anyway, have you run refreshLinks etc after that? [18:43:28] no, I will do that now! [18:43:35] I was not aware of refreshLinks :) [18:44:17] shouldn't matter though [18:44:51] right.. [18:44:56] that's what I'm confused about :/ [18:50:22] yeah, if I create a new page named "Test" in namespace 0 [18:50:35] {{ #ifexist: Test|True|False }} still returns "False" [18:50:41] very weird :/ [18:51:31] derwin: how about without the space after colon? [18:51:48] 03(NEW) Create p-cactions tabs for flagged/non-flagged revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13991 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [18:51:51] nah [18:51:53] can't be it [18:51:58] I'm just hopeless [18:52:05] ah [18:52:13] derwin: is there many ifexists calls on that page already? [18:52:20] Nikerabbit: yeah, it can't be it.. I tried same syntax on en.wikipedia [18:52:22] Nikerabbit: not more than 100 [18:52:28] maybe 5, 10 [18:52:39] 03(NEW) Add user preference to opt out of email notification for bot edits ( similar to $wgEnotifMinorEdits) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13992 15enhancement; normal; MediaWiki: Email; (pathoschild) [18:52:45] you can see the numbers in source... [18:53:57] 03(mod) Create p-cactions tabs for flagged revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13991 summary (10Wiki.Melancholie) [18:54:08] hey wiki fans [18:55:58] Nikerabbit: } elseif( $title->getNamespace() == NS_SPECIAL || $title->isExternal() ) { [18:56:09] I'm setting up a wiki 1.12.0 .. I've been trying to enable uploads... it says "Internal error The upload directory (public) is not writable by the webserver. " I created the wiki/public folder I've chown'd it be owned by the webserver process... I gave chmod 777 and I still get the error message... [18:56:33] Klemo: there are no "fans" here [18:56:34] derwin: neither should be the case here, and that returns true instead of false [18:56:35] use su and change to that use [18:56:39] Is there somebody here caring for Wiktionary.com ? [18:56:39] and try and walk the tree then [18:56:50] Nikerabbit: yeah.. it also does if ( $lc->getGoodLinkID( $pdbk ) ) { [18:56:59] only a mix of geeks, über-geeks and über-geekly devs [18:57:01] Nikerabbit: and then $id = $title->getArticleID(); [18:57:13] AzaTht: well I'm a wiki fan... [18:57:44] Wiktionary: any plans for support micro-formats? [18:57:52] Klemo: I assume there isn't a safemode thingi on [18:57:57] !safemode | Klemo [18:57:57] --mwbot-- Klemo: safe_mode is an ill-concieved, broken-by-design setting in PHP that is supposed to make broken scripts safe. It was deprecated in PHP5 and removed in PHP6. MediaWiki can run with safe_mode enabled, but many of the advanced features will not work or need additional configuration (image thumbnailing using ImageMagick, for example). See http://www.mediawiki.org/wiki/Safe_mode for more information. [18:58:00] good question let me check... [18:58:39] I'm using PHP5 but let me check... I'm a tech nerd my self so I know about sql php mediawiki version from past... [18:59:14] 03(NEW) allpages in descending order doesn' t honor apfrom parameter - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13993 normal; normal; MediaWiki: API; (russblau) [19:00:01] Safe mode is off [19:01:02] k [19:01:36] check that all schmodds and schowns are recursivly fine [19:01:41] I have to run... but I'll be back... another question to consider (unrelated to my upload question) [19:04:06] I'm setting this wiki up inside a iframe in another site. I've setup a skin/template to only show he navigation and the body of the wikipages. I have copied the wiki directory to wikiedit/ I setup the local settings file in there to point to this directory and use the monobook skin so the users can edit the content on the main site with the iframe. Does this sound like a resonable way of... [19:04:08] ...doing this? Do I really need 2 copies of the wiki directory, or is there another way? [19:04:42] edit without the ifame on a full page [19:06:06] !farm | Klemo [19:06:06] --mwbot-- Klemo: To run multiple wikis, you do not need anything more than to run one wiki. You simply install them in different folders, and if possible using seperate databases. If you only have one database, simply use a different table prefix. For more advanced setups, see [19:09:23] I click "Please set up the wiki first." and it just goes to the same page. Ideas? [19:12:42] browse to confing/index.php then [19:12:48] *config [19:13:40] re [19:14:54] Wikis are cool...MediaWiki rocks my face off [19:15:33] hey, does any version of media wiki work with php 4 [19:15:36] 4.3.11 [19:15:52] agentross, 1.6.10 is the last one that works with PHP 4 [19:15:58] thanks [19:16:03] 03(NEW) Flagged page cannot be moved by non-sighters ( tab is missing) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13994 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [19:25:56] 03(NEW) If a template got edited, articles show wrong FlaggedRev box - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [19:26:26] 03(mod) If a template was edited, articles show wrong FlaggedRev box content - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 15enhancement->major; normal->high; summary (10Wiki.Melancholie) [19:30:05] Nikerabbit: if I wanted to debug/instrument/etc. this function so I could see where it's giving "$else" [19:30:21] Nikerabbit: how would I do that? it's not apparent to me from just looking at ParserFunctions.php :/ [19:32:51] *Jack_Phoenix waves to brion :) [19:33:11] *brion waves back [19:33:15] still on my list, jack :) [19:33:19] hehe [19:33:30] :D [19:38:30] 03(mod) If a template was edited, articles show wrong FlaggedRev box content - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 (10Wiki.Melancholie) [19:53:07] Does someone know how to "run" a .php-file with shell`? [19:54:05] php script_name_here.php [19:54:20] type that in the shell, replacing "script_name_here" with the appropriate name [19:54:38] OK. I'll try. Thx for FAAAST Help ;o) [19:55:01] What's the quickest way to have mediawiki remake all thumbnails? [19:55:17] 03minuteelectron * r34330 10/trunk/extensions/Babel/includes/LanguageCodes.php: [19:55:17] * Fix undefined index notice. [19:55:17] * Fix wrong argument type warning. [19:55:28] i'm looking for a good site on advanced wiki formatting. For example -- wikipedia has a really nice set up frames on thier front page? how do they do that? I havn't been able to find a page that explains how to do stuff like that. Can anyone recommend me a good site? [20:02:46] anyone? does anyone even know how wikipedia did those "frames" on thier front page?" Or how gentoo-wiki.com made thier indexes on thier main page? [20:09:22] Nikerabbit: ok this is seriously weird.. [20:09:23] Nikerabbit: {{ #ifexist: Main Page|Main Page Exists!|Main Page Does Not Exist! }} [20:09:52] Nikerabbit: I just installed 1.12 on a fresh database on a different machine, ifexist still doesn't appear to work correctly there for me :/ [20:10:12] Nikerabbit: the above gives me "Main Page Does Not Exist!".. when I include it in the main page. [20:12:21] Nikerabbit: I guess I can remove my custom namespaces and see if that is what is hosing it.. [20:19:49] 03(mod) If a template was edited, articles show wrong FlaggedRev box content - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 (10Wiki.Melancholie) [20:20:27] I guess my only hope is if Tim-away un-idles.. :) [20:20:53] maybe try removing the space between #ifexist: and Main [20:22:43] nope [20:22:48] I've tried all whitespace manipulations [20:22:52] ok [20:22:54] the same exact code works on en.wikipedia [20:22:59] ok [20:23:08] it says that the same version of ParserFunctions is installed, and #if (for example) appears to work just fine [20:23:49] try null editing the page in question? [20:24:32] it's consistent on all pages, this is the second wiki I've tried, this is a fresh brand new wiki db [20:24:45] 03brion * r34331 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Don't override addgroups/removegroups contents [20:25:56] my mediawiki is 1.12.0, parserfunctions 1.1.1 [20:26:09] php 5.1.6 [20:28:55] 03(NEW) Footer shows wrong last changed date if ?stable=0 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13996 trivial; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [20:29:51] 03raymond * r34332 10/trunk/ (2 files in 2 dirs): Localisation updates German [20:33:09] ok i'm back [20:33:38] So safe mode is off and I'll check that I can recursivly get to the public folder as the webserver user account... [20:34:22] well, I'll be a monkey's uncle. [20:34:29] I installed 1.13alpha from SVN, and now it works. [20:34:52] in that case, you should call yourself dArwin, no? [20:35:04] Duesentrieb: NickServ prevents me from doing so.. ;D [20:35:04] confirmed, I can get to the document root -> wiki -> public and can create files [20:35:39] I still get the "Internal error The upload directory (public) is not writable by the webserver. " error message when I try to upload files [20:36:58] Klemo: for "public" read "images" [20:37:09] confirm file permissions on the "images" dir [20:37:10] say wha? [20:37:15] ah [20:37:23] the folder is not called "public" [20:37:23] 03(NEW) Users can flag a specific revision more than once - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13997 trivial; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [20:37:36] 03(mod) Users can flag a specific revision more than once - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13997 normal->lowest (10Wiki.Melancholie) [20:37:37] even through the error messaage says public? [20:37:54] side note, hows it going brion ... and not biron... [20:38:21] derwin: can you stay on 1.13a or do you need to go back to 1.12? [20:38:32] Klemo: "images" is your public image dir (as oppsed to the dir for deleted images, which is not public) [20:38:57] so the error message is missleading then... The upload directory (public) is not writable by the webserver. [20:39:07] yes, the error message sucks [20:39:09] Klemo: mediawiki creates folders with cryptic names there, to place images in. check what permissions those are created with. [20:39:10] possibly the newest revision of Parserfunctions doesn't have a working #ifexist in 1.12, so you might go for an older copy (matching the revision of 1.12 you had) [20:39:15] lol [20:39:22] ok I'll check it all out... [20:39:29] Klemo: one common pitfall is a screwed up umask set for suphp [20:39:59] No I've been creating a directory called "public" and setting the permssions there, I' [20:40:07] ll setup the permissionions on images instead [20:40:18] it should work fine then... but let me try... give me a sec [20:40:21] Klemo: http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security [20:41:29] hey, anyone know how to suppress section [Edit] links? [20:42:01] __NOEDITSECTION__ [20:42:07] ta-da it worked... [20:42:19] http://meta.wikimedia.org/wiki/Help:Magic_words#Other [20:42:25] I was just using the wrong folder because the error message is missleading... [20:44:35] pearlbear: that works for one page, if you want to do it site wide, you can set it as a default preference, either for yourself via Special:Preferences, or for all users via: $wgDefaultUserOptions ['editsection'] = 0 [20:44:51] http://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions [20:44:59] thanks - I actually wanted it just for one page. [20:45:13] k [20:45:14] so for my second question... I'll repost... [20:45:34] another trick if you are running 1.13, is to use

header

instead of ==header== [20:45:45] 03(NEW) Image descriptions, category descriptions etc. not properly flaggable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=13998 15enhancement; normal; MediaWiki extensions: FlaggedRevs; () [20:46:18] I'm setting this wiki up inside a iframe in another site. I've setup a skin/template to only show he navigation and the body of the wikipages. I have copied the wiki directory to wikiedit/ I setup the local settings file in there to point to this directory and use the monobook skin so the users can edit the content on the main site without the iframe or the limited skin I created for the... [20:46:19] ...wiki within the iframe. Does this sound like a reasonable way of doing this? Do I really need 2 copies of the wiki directory, or is there another way? [20:46:29] 03(mod) Category descriptions, image descriptions etc. not properly flaggable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13998 summary (10Wiki.Melancholie) [20:49:46] does what I describe make sense or do I need to try an explain it a different way? [20:49:57] I'm not running 2 seperate wikis [20:50:26] AaronSchulz: would flagged revs work on the image namespace? [20:50:36] its the same content from one to the other, its just the wiki viewed through the site in an iframe is using a really limited skin\template only navi and body are displayed... no login buttons or edit buttons etc [20:55:29] *Ktron just discovered maintenance/moveBatch.php and is excited beyond belief. [20:56:40] 03(NEW) Show how many users have flagged a revision ( especially if reviewed) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13999 trivial; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [20:57:24] 03(mod) Show how many users have flagged a revision ( especially if reviewed) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13999 normal->lowest (10Wiki.Melancholie) [20:59:03] Werdna:?? [21:04:45] 03(NEW) DEFAULTSORT magic word is ignored if article got flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14000 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [21:05:49] 03(mod) Magic word DEFAULTSORT is ignored if article got flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14000 15enhancement->minor; normal->low; summary (10Wiki.Melancholie) [21:08:52] 03(NEW) Make index.php?title=Actinium&stableid= best nice by using mod_rewrite - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14001 15enhancement; normal; Wikimedia: General/Unknown; (mathias.schindler) [21:11:02] is there a way for a transcluded page to identify itself inside of a transcluding page? ie, the "leaf" node identifies itself? [21:13:17] you mean something like a {{PAGENAME}} magic word that refers to the template instead of the destination? [21:15:02] right [21:15:11] the only thing that does that in core, really, is transcluded headers, which refer to the edit section of the template rather than the current page [21:16:12] zocky is working on a set of parser functions that explicitly refer to editing line numbers, template calls, and templates, as well as identifying them, but I don't think they're anywhere near ready [21:16:23] what one usually does is hard code it, like... [21:16:30] if you want to make an edit link to the template in question... [21:17:00] [{{fullurl:{{subst:FULLPAGENAME}}|action=edit}} edit] [21:17:04] in the template itself [21:17:05] you just put "transcluded from [[blah:Blah]] [21:17:25] right, same concept but more portable the way you did it :) [21:17:47] and then the subst: is expanded to the template name and is hard coded [21:17:50] *Splarka nods [21:20:28] *MZMcBride waits... [21:20:28] 03(NEW) Add $2 to MediaWiki:Cascadeprotectedwarning - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14002 15enhancement; normal; MediaWiki: User interface; (MZMcBride) [21:20:33] Thar we go. [21:44:39] If something is included twice in a page is it counted twice for the size of includes? [21:49:39] yes [21:54:36] Tim-away: still away? [21:56:22] Splarka: that "yes" was for me? [21:56:43] 03aaron * r34333 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevision.php): [21:56:43] * Improve autosigting with undo [21:56:43] * Don't shown empty diffs [21:56:43] * Fix fr_flags bug [21:56:46] Yes. [21:56:52] :'( [21:57:03] Why wouldn't it be? [21:57:04] 03(FIXED) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 +comment (10JSchulz_4587) [21:57:05] no wonder COM:DR is so massive [21:57:14] well if it's the same thing over and over [21:57:26] (also it uses multiple levels of transclusion, which is somewhat borked, IIRC) [21:58:26] 03(WONTFIX) Show how many users have flagged a revision ( especially if reviewed) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13999 +comment (10JSchulz_4587) [21:59:15] 03(mod) Reverting to a flagged revision should automatically mark the resulting revision as flagged , too - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13978 (10Wiki.Melancholie) [22:00:12] 03(WONTFIX) Flagged page cannot be moved by non-sighters (tab is missing) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13994 +comment (10JSchulz_4587) [22:00:15] how do I include a list of pages in a category into another page? do I have to use "category tree" ? [22:02:00] or DPL (ick) [22:02:05] !dpl [22:02:05] --mwbot-- The DynamicPageList (DPL) extension outputs reports based on criteria given in a special tag. For more information, see and . [22:02:11] heh, ok, category tree it is :) [22:02:27] DPL is nice, actually [22:02:38] But resource-intensive [22:03:23] lol, written by Duesentrieb :) [22:03:39] I think category tree is what I need :) [22:04:14] *Duesentrieb blinks [22:05:20] *Mike_lifeguard drools for updated DPL [22:06:11] gross, DPL... [22:08:31] /sooo/ useful! [22:09:08] subst/(useful)/ab$1 [22:09:35] *Mike_lifeguard pffffts at Splarka's comment [22:10:05] hiya [22:10:10] hey [22:11:47] Just frrom interest: If you have to choose the distribution of your machine (ssh-server with common programs, Wiki, ssh-tunneling, screen) What's th best choice? BSD? [22:12:43] all these things are standard for any *nix [22:12:52] I know :-) [22:12:56] pick the one you are most confortable with, i guess [22:13:22] wikimedia uses ubuntu lately, afaik. [22:13:34] other people recommend some BSD for reasons for security [22:13:43] I always used debian.. Still, I'm always open-minded. for ubuntu.. [22:13:43] hmm. [22:14:13] well, debian stable tends to be... old. very old. [22:14:28] I usualy use testing. [22:14:39] not sure what the point of ubuntu is over debian, other than that. for a server, anyway. [22:15:07] I don't like ubuntu, I just don't know why. [22:15:22] well, if debian is what you know well, use it. [22:15:56] *Fire wrote a few distributions on a paper and throws them in a hat. [22:16:25] Ok, FreeBSD :D [22:16:42] maybe look for additional packages you might need... like rsvg, tex, ocaml, imagemagick, etc [22:17:15] *Fire nods. [22:17:15] Just waned to hear a few personal tastes, that's all. [22:17:19] wanteD* [22:17:26] Fire: solaris [22:17:30] :P [22:17:43] 03(mod) Add $2 to MediaWiki:Cascadeprotectedwarning - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14002 (10mrzmanwiki) [22:17:57] 03dale * r34334 10/trunk/extensions/MetavidWiki/skins/ (4 files in 2 dirs): improved IE support for remote inline display of captions [22:18:12] 03(mod) Add $2 to MediaWiki:Cascadeprotectedwarning - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14002 +need-review +patch (10mrzmanwiki) [22:18:21] 03(mod) Latest reviewed revision not linked, only latest checked one - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13975 (10Wiki.Melancholie) [22:18:27] Solaris last update was on January 2005.. Kinda old. [22:18:35] huh? the last update release was last month [22:18:42] Really? [22:18:49] yes [22:18:54] solaris 10 update 5 [22:19:39] Sorry, I was speaking abou the version (10) itself, not about he updates. [22:19:59] well, okay, the last update was in janurary 2005 if you ignore all the updates since then [22:21:16] *Fire sighs. [22:22:43] Simetrical: Did you ever finish the "move subpages of this page" function? [22:23:21] 03aaron * r34335 10/trunk/extensions/FlaggedRevs/ (FlaggedRevs.php FlaggedRevsPage.php): Disallow duplicate reviews [22:23:49] 03(FIXED) Users can flag a specific revision more than once - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13997 +comment (10JSchulz_4587) [22:26:18] 03(mod) If a template was edited, articles show wrong FlaggedRev box content - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 +comment (10JSchulz_4587) [22:29:32] 03(NEW) Flagging revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 minor; normal; MediaWiki extensions: FlaggedRevs; (Wiki.Melancholie) [22:31:35] 03(mod) Flagging revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 (10Wiki.Melancholie) [22:31:48] 03(mod) Flagging revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 normal->low (10Wiki.Melancholie) [22:32:52] 06(LATER) Flagging revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14003 +comment (10JSchulz_4587) [22:33:32] 03(NEW) Patrolling revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14004 minor; normal; MediaWiki extensions: Patroller; (Wiki.Melancholie) [22:34:33] 03(mod) Bot edits should be auto-flagged as checked/ sighted when former revision was flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13989 (10JSchulz_4587) [22:34:45] 03(mod) Patrolling revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14004 normal->low (10Wiki.Melancholie) [22:36:01] hi Gracenotes [22:36:18] 03aaron * r34336 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Autoflag bots (bug 13989) [22:36:47] hey, Charitwo [22:37:04] 03(mod) Bot edits should be auto-flagged as checked/ sighted when former revision was flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13989 (10JSchulz_4587) [22:37:21] 03(FIXED) Bot edits should be auto-flagged as checked/ sighted when former revision was flagged - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13989 +comment (10JSchulz_4587) [22:38:23] 03(mod) Create p-cactions tabs for flagged revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13991 +comment (10JSchulz_4587) [22:39:28] 14(INVALID) Category descriptions, image descriptions etc. not properly flaggable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13998 +comment (10JSchulz_4587) [22:44:19] 03(mod) Category descriptions, image descriptions etc. not properly flaggable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13998 (10JSchulz_4587) [22:45:20] 03(mod) Make index.php?title=Actinium&stableid= best nice by using mod_rewrite - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14001 +shell (10JSchulz_4587) [22:46:27] hello wiki peeps [22:47:06] I've copy and modified the "Simple" skin/template and There is some sub header text that shows up that does not show up on monobook... how do I get rid of it? [22:47:24] #siteSub { display: none; } [22:47:46] 03(mod) If being redirected, the FlaggedRev box of the redirect is shown, not that of the displayed page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13990 normal->high (10JSchulz_4587) [22:47:50] in the source it comes out as "

From Galex Wiki

[22:47:57] *rainman-sr pins down a medal on AaronSchulz [22:48:09] ah nice flyingparchment [22:48:09] 03(mod) If a template was edited, articles show wrong FlaggedRev box content - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13995 (10Wiki.Melancholie) [22:48:12] thanks [22:50:36] ok another couple of quick questions... [22:50:57] what do i modify to remove links from image:file.jpg|thumb [22:51:06] I don't want the images clickable [22:51:39] would be nice if the little icon/button with 2 square's is gone also [22:51:47] Werdna: perhaps an entry in preference about watch on block [22:51:48] 03(mod) If being redirected, the FlaggedRev box of the redirect is shown, not that of the displayed page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13990 (10JSchulz_4587) [22:52:07] and along those same lines, how do I remove that little image of an arrow from external links? [22:52:27] these from the includes files? [22:52:32] 03(mod) Create p-cactions tabs for flagged revisions - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13991 +shell; +comment (10JSchulz_4587) [22:55:58] Klemo: you don't want any images clickable? [22:56:15] well thats a bit extreme, at least the thumb nails [22:56:30] I'm setting this wiki up as static webpages... [22:56:42] well basically there's more to it than that [22:56:50] it is still editable from the right url [22:56:53] http://www.mediawiki.org/wiki/Manual:Non-clickable_Images is the only resource I see about that on mw... [22:56:59] but from the main part of the website its just some static content [22:57:13] but an alternate method is to allow external images... [22:57:40] and by "external", they mean by full URL [22:57:53] http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImagesFrom [22:58:01] i can do a regular that is, if you allowed your site to load external images, they are put in as plain tags without anchors, but they aren't thumbnailable [22:58:49] you shouldn't be able to do unless you edited the sanitizer or allowed raw html [22:59:01] well the images are part of the site... and the end users will be managing the content through a wiki with monobook skin... but the main site just show's the content in an iframe with a really limited skin/template [22:59:17] right, so you want the images to not be clickable in your alt skin... [22:59:26] yup [22:59:33] so I think the first method is better then [22:59:36] I don't think that is possible without large core hacks [22:59:41] just edit the linker.php file [22:59:42] or a hacky extension [23:00:07] there may be a hook you can use, to preg replace out the wrapping href links [23:00:30] oh, the arrow on external links [23:01:01] what skin is this for? simple? [23:01:13] brion: Thanks for the e-mail reply; you were right about _ vs. space. [23:01:17] yeah simple [23:01:24] (as in, it was indeed the source of all my problems) [23:01:34] the problem is, monobook and simple have a half page of external link icon definitions [23:01:54] yay [23:01:57] brion: Would you like a patch to ListFilter, or is it just a DDTT? [23:02:07] cjb: probably should patch it... [23:02:14] Great, will send one. [23:02:21] but you should be able to overwrite them in the same way .plainlinks does [23:02:25] can I just replace the img file with a blank gif? [23:02:55] well, not any easier than you can just remove it [23:03:12] #bodyContent a.external { background: none !important; padding: 0 !important; } [23:03:13] try that [23:07:19] bitchen... that worked [23:07:58] I've managed to remove the border around the image thumbnail, but its still clickable... I think I have the right file I just need to poke around with it a bit more [23:09:06] TimStarling: Are you actually here? [23:10:00] yes [23:10:21] need to get coffee though [23:10:52] TimStarling: I have been waiting for you.. Someone told me you worked on the image upload/display code.. [23:11:26] i backed up my mediawiki and removed it for a fresh install, but i forgot to back up the image-table. Is there any way to recrawl the image-folders or something? [23:11:41] TimStarling: I am almost finished upgrading our mediawiki farm from 1.5.6 to 1.12.0 and the only part broken is that our images don't show... nobody know why.. but maybe you could figure it out. [23:12:31] TimStarling: I have been fiddling with this for hours every day for the last two weeks.. [23:13:15] Oddmund: maintenance/rebuildImages.php --missing [23:13:49] 03(mod) PATCH: fix for shared user table with $wgSharedDB - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2396 (10brion) [23:14:48] TimStarling: The old links to graphics do not show on the pages where they were.. but gives me the upload page.. It lets me upload and puts the new image in what looks like the proper place.. (I think) but still doesn't show on the wiki page. [23:15:06] TimStarling: However, if I create a new page and link to the image, it shows fine. [23:17:32] TimStarling: australians are owesome and very helpful people, I am told [23:18:02] uh huh [23:19:00] TimStarling: have mercy... [23:19:25] TimStarling: Do you have any clues or pointers... any idea what might be wrong? [23:20:22] what is the problem? [23:21:15] 03(mod) Allow skin CSS to be flushed remotely - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=8433 (10brion) [23:21:40] when adding an image to a wiki page such as [[image:somefile.jpg|thumb|caption]] can I specify noframe as the source of Linker.php suggests? [23:22:04] which would help me not display the magnify-clip icon under a thumb [23:22:11] TimStarling: I fixed everything with regard to upgrading our wiki farm from 1.5.6 to v. 1.12.0--except the old images do not show on wiki pages. [23:23:00] are the images in question present in the image directory? [23:23:04] TimStarling: Instead, it gives me a link that brings me to an upload page.. I can upload and it puts the file I upload into what looks like an appropriate place.... but still cannot see it on a page.. [23:23:23] TimStarling: Yes they are uploaded through the wiki also [23:23:46] matthew_: thanks a million! it worked (of course!) [23:24:13] 14(DUP) Add a MediaWiki:Printable.css page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13831 +comment (10brion) [23:24:14] does the image table have any rows in it? [23:24:20] 03(mod) Print stylesheet should be explicitly editable (e.g. MediaWiki: Print.css) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2889 +comment (10brion) [23:24:42] TimStarling: Yesturday got one of the newly uploaded images to display on a new page.. but not the original.. today I cannot get it to show on a new page.. [23:24:55] nope just a single thumb nail from an image inside the wiki [23:24:58] TimStarling: Yes.. the image table has lots of values [23:25:03] 03aaron * r34337 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevision.php FlaggedRevs.php): [23:25:04] *Rm aliasing [23:25:04] *Add some accessors [23:25:04] *Change last modified [23:25:04] *Move down function [23:25:05] oh lol [23:25:12] talking to the wrong person... heh ;) [23:25:19] sorry... [23:25:34] 03(FIXED) Footer shows wrong last changed date if ?stable=0 - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13996 +comment (10JSchulz_4587) [23:25:42] were you using a shared image repository? [23:25:49] 14(DUP) Preload should ignore text within the "" tags - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13932 +comment (10brion) [23:25:56] 03(mod) inputbox.php should parse and - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 +comment (10brion) [23:26:03] TimStarling: Each wiki has one image directory. [23:26:27] Each wiki uses the same code but different database and different image directory [23:26:32] are the wikis public? [23:26:53] TimStarling: unfortunately not.. they have non-public info in them [23:27:15] It's for internal collaboration and documentation [23:27:24] brion: &preload= is core isn't it? 5210 has a misleading summary no? [23:27:30] TimStarling: for about 50K users [23:27:38] (seems to imply the problem could be resolved in the extension) [23:27:46] yeah, update the summary if you like [23:27:48] *brion was lazy [23:27:48] are they in english? [23:27:55] TimStarling: yes [23:28:13] TimStarling: Washington State University [23:28:55] 03(mod) preload parser should parse (as well as ) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 summary; +comment (10herd) [23:29:05] howzat [23:29:59] TimStarling: The only code I modified was the LDAP authentication extension and LocalSettings.php [23:30:31] // TODO FIXME: AAAAAAAAAAA, this shouldn't be implementing its own mini-parser! -ævar [23:30:32] heh [23:31:26] sould the includeonly/noinclude/onlyinclude parsing be made into a function that both preload and the main parser could call on? [23:31:32] ^should/could [23:31:50] does it work if you disable the LDAP extension temporarily? [23:32:19] TimStarling: nope.. I see the problem with the extension or using plain local auth. [23:32:33] well ideally the preload should function like a pre-subst'ed template [23:32:42] ok I still need more help making thumb nails or all images unclick able in a wiki page... I've been poking around the Linker.php but nothing seems to work... I tried doing the suggested here but it did not work... http://www.mediawiki.org/wiki/Manual:Non-clickable_Images [23:33:27] matthew_: do you have shell access to the server in question? [23:33:43] MrZ: works with tricks like {{subst:PAGENAME}}, but.. [23:33:53] TimStarling: yes.. I setup a new rhel server cluster with apache for this.. old system is on IIS [23:34:01] people like to categorize everything, and you can't categorize preloads because isn't parsed [23:34:22] if it was, you could do things like [[Category:Preload templates]] [23:34:33] !dpl [23:34:33] --mwbot-- The DynamicPageList (DPL) extension outputs reports based on criteria given in a special tag. For more information, see and . [23:34:39] 03(NEW) editing section 0 of an empty page gives no such section error - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14005 15enhancement; normal; MediaWiki: Page editing; (cbm) [23:34:49] can you run maintenance/eval.php? [23:35:01] TimStarling: ok.. just a sec.. [23:35:08] the only method is something silly like {{subst:null|[[Category:Preload templates]]}} where null has subst detection [23:35:47] what's an example image name? [23:36:11] one that's meant to be present? [23:36:51] TimStarling: Ok.. I entered "php eval.php ctltwiki" (LocalSettings.php takes ctltwiki off the argv to know which wiki to use) and it seems to have put me on a > prompt.. some kind of shell? [23:37:52] TimStarling: I coded LocalSettings.php that way, so I could run these manual scripts without having to alter any additional code. [23:37:58] I can just use Test.png as an example, but you have to replace it with something that is meant to exist [23:38:10] print (bool)wfFindFile('Test.png') [23:38:30] paste that into the prompt [23:39:35] I did... it responded with a blank line.. i used VLAN_Basics_2.gif which exists [23:42:01] 03aaron * r34338 10/trunk/extensions/FlaggedRevs/FlaggedArticle.php: No need to show diff here [23:42:07] $dbr = wfGetDB(DB_SLAVE) [23:42:13] TimStarling: The following record does exist... :select img_name from image where img_name = 'VLAN_Basics_2.gif'; [23:42:31] print $dbr->selectField('image', '1', array( 'img_name' => 'VLAN_Basics_2.gif' ) ) [23:42:46] that should say "1" [23:43:04] TimStarling: It results in a blank line.. again. [23:43:20] the plot thickens [23:43:43] ;) [23:44:05] print $dbr->getDBname() [23:44:30] TimStarling: sorry.. I replied to the wrong message.. that did give a 1 [23:44:40] lol [23:44:54] ok don't bother with that last one then [23:45:05] TimStarling: print $dbr->getDBname() gives an error [23:45:27] restart eval.php then [23:46:01] TimStarling: I am back in evel.. [23:46:16] 03(mod) preload parser should parse (as well as ) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5210 (10herd) [23:46:28] $rg = RepoGroup::singleton(); [23:46:32] var_dump($rg) [23:46:49] that should give you lots of information that you can put into a pastebin for me [23:48:17] hmmm [23:48:50] TimStarling: http://pastebin.com/md0ef8f7 [23:52:29] print $wgCapitalLinks [23:53:46] TimStarling: results 1 [23:54:43] are you using an object cache such as memcached? [23:55:42] TimStarling: I don't think so.. I have tried killing my browsers cache already.. no difference [23:56:21] print $wgMainCacheType [23:56:38] TimStarling: 0