[00:02:39] 03(mod) Ordered/unordered list buttons in page editor - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11018 +comment (10danny_b) [00:03:09] 03ivanlanin * r25020 10/trunk/phase3/languages/messages/MessagesId.php: Indonesian (id) localisation updates. [00:09:55] <_Danny_B_> can parser function return wikitext to be parsed? say {{#foo:bar}} would return eg. '''[[bar]]''' [00:12:32] Parser functions *do* return wiki text. [00:13:37] <_Danny_B_> just wanted to be sure. ok, and tags can have wikitext as input, except for template params atm but return xhtml, correct? [00:13:53] Tags return HTML. [00:14:01] What their input is is their business, it isn't parsed for them. [00:14:43] <_Danny_B_> so if i send some wikitext to tag i need to parse it in the tag handling routine, right? [00:16:30] Yes. [00:16:44] <_Danny_B_> and last question is: can parser functions have named parameters such as {{#pf:foo|bar=A|baz=B}}? [00:17:11] I'm not sure. [00:18:01] <_Danny_B_> if not would {{#pf:foo||B}} work if i don't want to fill first param? [00:18:29] I think that would pass a blank string as the first parameter, so yes. [00:21:26] <_Danny_B_> that's good enough to make it work though little annoying. thanks for info, rob [00:22:59] All right, from a quick test, named parameters don't work in parser functions. [00:23:10] Although the function itself could implement special behaviour to do this. [00:23:31] <_Danny_B_> yes, parse it [00:23:34] 03erik * r25022 10/trunk/extensions/Wikidata/OmegaWiki/ (OmegaWikiAttributes.php Wikidata.php): eliminate language selector - no longer needed [00:23:45] <_Danny_B_> also an approach [00:23:55] Well, not a regular parse, but a custom transformation, yes. [00:24:54] <_Danny_B_> i guess #switch would be the best to take a look at if i need pf with variable number of params, right? [00:26:55] Yes. [00:29:16] http://mediawiki.pastey.net/72562 - Proof of concept parser function with "named arguments" [00:30:28] 03tlaqua * r25023 10/trunk/phase3/includes/media/Bitmap.php: Fix f/ PNG-24 Alpha Transparency using GDLIB resizing [00:32:24] http://www.mediawiki.org/w/index.php?title=Extension_talk:Simple_Forms&curid=13860&diff=123732&oldid=123615 [00:32:27] fight on! [00:33:20] poor Eep [00:35:01] <_Danny_B_> robchurch: thanxalot for the code [00:35:05] tlaqua? [00:35:16] yeah, who's that guy? [00:35:51] *Simetrical is confused by a Tim he's never heard of committing a change to a file that was written by a Tim he has heard of [00:39:12] <_Danny_B_> how do i get the page namespace and page title inside the parser function? and would the namespace be in canonical or local form? [00:39:34] Ask the parser for the Title, then extract it from that. [00:40:02] <_Danny_B_> thx [00:40:06] Namespaces are integers, unless you ask for the "prefixed title" or explicitly obtain the namespace prefix. [00:41:29] <_Danny_B_> yes i need localized namespace prefix [00:41:50] Obtain it, then. [00:41:55] oww [00:42:07] robchurch: even you were never that nasty, right? ;) [00:42:28] <_Danny_B_> i wish there was more documentation :-/ [00:42:31] Not towards people who provide genuine feedback in good faith, no. [00:43:37] <_Danny_B_> robchurch: isn't eep that guy who did not understand bugzilla isn't support chat although both of us were sending him here or to list? [00:43:47] I have no idea. [00:44:35] *_Danny_B_ is going to drown in sources of parser [00:44:46] I have a solution for that. [00:44:48] Don't read it. [00:44:55] 03(FIXED) Resizing PNG-24 images causes all alpha channel transparency to be lost and transparent pixels to be turned black - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10783 +comment (10t.laqua) [00:45:34] TimLaqua: Release notes. [00:45:39] gotcha [00:45:40] robchurch: http://www.mediawiki.org/w/index.php?title=Manual:Preventing_access&diff=prev&oldid=116342 [00:46:09] So what? [00:47:07] that was annoying [00:47:09] http://www.mediawiki.org/w/index.php?title=Manual_talk:Preventing_access&diff=115926&oldid=100105 [00:47:14] and *that* was the comment [00:47:49] so I guess I have sympathy for Nad [00:48:33] dude, rockin' thread title on the mailing list [00:48:38] "attack of the backslashes" [00:49:21] TimLaqua: Another point: When closing a bug, include a comment with something like "Fixed in r." in it - it autolinks, and it helps us to keep track of changes related to bugs [00:51:16] 03(mod) Resizing PNG-24 images causes all alpha channel transparency to be lost and transparent pixels to be turned black - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10783 (10t.laqua) [00:51:38] kk [00:52:16] top or bottom of the bugfixes list? [00:52:22] in R/C [00:52:37] Bottom by convention. [00:53:18] http://www.mediawiki.org/wiki/Commit_access#Guidelines_for_Applying_Patches [00:53:21] *robchurch cringes [00:53:38] A good percentage of those links are mailing list posts with me shouting. :D [00:53:58] yeah, I read it, but figured i'd confirm w/ you so I didn't get any more of that "yelling" [00:54:45] 03tlaqua * r25024 10/trunk/phase3/RELEASE-NOTES: bugfix noted (10783) [00:55:56] I am exceptionally arrogant and strongly opinionated. It is inevitable that I will probably yell at you at least once. [00:56:02] You shouldn't be offended by it in any way. [00:56:12] k. [00:56:24] *TimLaqua waits to be chided for not linewrapping. ;-) [00:57:14] *_Danny_B_ gave up searching in code, it's too much complicated for him [00:57:25] <_Danny_B_> i'll have to annoy smarter peoplefor advices [00:57:34] zing [00:57:53] 03robchurch * r25025 10/trunk/phase3/RELEASE-NOTES: Wrap [00:58:19] I'm in a good mood, I got a personal thanks for some extension work today. [00:58:33] does your work oft go unnoticed? [00:58:35] <_Danny_B_> robchurch: the media one? [00:58:48] Yes, and no - RandomImage. [00:59:25] I'm not totally satisfied with the EXIF stuff in MediaFunctions. [01:02:31] <_Danny_B_> new parser function should be added to current parserfunctions or distributed as separate extension? [01:02:38] What does the function do [01:03:55] <_Danny_B_> nothing yet, working on it. just asking to know if i should provide new separate file or diff to parserfunctions [01:04:16] Probably ParserFunctions [01:04:54] can somebody link me to the code for the English php language file? [01:05:54] http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/language/messages/MessagesEn.php [01:06:21] robchurch, so if a hook is added (say, AfterBottomScripts - fires when Skin::BottomPage is called) - would it immediately me documented on mw.org and noted in New featurs of R/C? [01:06:32] *Skin::BottomScripts [01:07:00] It would be documented at least in docs/hooks.txt and at the bottom of the "new features" section of the release notes. [01:07:02] how do I register? [01:07:15] <_Danny_B_> newWikiMEdia: where? [01:07:21] robchurch: that links giving me a 404 not found [01:07:33] and preferrably also in r/c and on mw.org? or mw.org should wait for stable release? [01:07:36] http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/languages/messages/MessagesEn.php [01:07:40] I try ti send private msg, and there is a message I get on the channel [01:07:50] What do you mean by r/c [01:07:56] recent changes [01:07:58] telling that I have to register [01:08:04] (wrapped of course) [01:08:12] That's the release notes. [01:08:22] oop. yeah, that one. [01:08:31] Document it on MediaWiki.org if you want. [01:08:37] ah [01:08:39] thx :) [01:08:40] k [01:08:42] <_Danny_B_> newWikiMEdia: /msg nickserv register password [01:09:01] <_Danny_B_> newWikiMEdia: for further questions on that , pls go on #freenode [01:09:12] thanks [01:25:50] 03kim * r25026 10/trunk/extensions/Wikidata/OmegaWiki/ (3 files): [01:25:50] CopyTo now working again, though not without an additional gnarly [01:25:50] dc global hack. [01:25:50] (You may point and laugh at me now) [01:25:50] Hopefully I can pull all these hacks sometime soon. [01:41:18] <_Danny_B_> what a lovely comment in one of core sources: [01:41:19] <_Danny_B_> / Shit. Shit shit shit. [01:46:00] Where's that? [01:52:16] <_Danny_B_> Title.php function getNsText() [01:53:10] <_Danny_B_> still trying to dig out how to get the namespace name and page title [01:54:27] $title->getPrefixedText(); where $title instanceof Title [01:58:11] <_Danny_B_> this returns the fullpagename, right? so namespace would be $title->getNsText() and pagename $title->getText() if i understand it correctly [01:59:40] Yes. [02:00:33] <_Danny_B_> can namespace contain colon? [02:01:28] No. [02:03:33] *_Danny_B_ is thinking about the best separator of values while | is occupied as parameter separator [02:04:15] <_Danny_B_> so namespaces could be separated by colon, need to find something to separate fullpagenames [02:05:07] 03tlaqua * r25027 10/USERINFO/tlaqua: Updating SVN user info [02:05:21] whee [02:05:28] RenameUser log looks almost sane now \o/ [02:05:46] <_Danny_B_> cool [02:06:15] 02:02, 22 August 2007 Rob (Talk | contribs | block) renamed "Joe" to Bill (Talk | contribs | block) (Testing log entries) [02:06:32] Going to need to fight with Newuserlog a bit. [02:07:38] <_Danny_B_> hmm, i wonder if it's good to show the old username [02:07:49] robchurch: no edit count? [02:07:54] :p [02:08:03] Easily doable. [02:08:19] I was testing out the whole architecture, I've changed my mind about it about three times. [02:08:46] Right now, a method can be registered which formats and returns an array of parameters that are injected into the relevant log message. [02:09:07] (Default behaviour is to HTML-escape the log_params and inject those, otherwise) [02:09:21] Newuserlog needs to blank the comment, though... [02:11:30] In fact, Newuserlog is going to require some horrible hacking... [02:12:49] *Simetrical is currently repartitioning the root partition of a Linux server over SSH [02:12:54] It's quite an informative experience. [02:15:02] 03(mod) Disable anonymous access to create anypage in Wikimania 2007 Official Site - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10940 (10alexsh) [02:16:44] The catch is, of course, that you can't actually adjust a mounted partition, and it's tricky to umount /. [02:18:28] The important thing is that it's an exciting experience. [02:21:02] Well, my host will replace my hard drives with equivalent ones for free, with a fresh copy of RHEL 5 installed, so even if I screw up . . . [02:21:09] It's a new server, not anything important on it. [02:21:34] Annoyingly, my newly-repurposed swap partition is only 2G, which is slightly too small for the default installation. [02:23:55] *Simetrical is following the easy 27-step procedure laid out at https://answers.cbfl.net/answers/threadview?id=16557 [02:24:41] # 02:22, 22 August 2007 Boris Becker (Talk | contribs | block) created account for Tim Henman (Talk | contribs | block) [02:24:41] # 02:20, 22 August 2007 Boris Becker (Talk | contribs | block) created an account [02:25:10] Whee [02:25:26] Newuserlog is an old extension, it's seen a fair few haxxxxxx [02:25:55] Eh? [02:26:46] The log behaviour, abuse of logs, and what's saved into the logging table, have all changed a few times, with the result that a lot of backwards-compatible fiddling goes on. [02:41:53] 03kim * r25028 10/trunk/extensions/Wikidata/OmegaWiki/DefinedMeaningModel.php: [02:41:53] Now with auto-conceptmapping when saving (kinda saves me [02:41:53] searching back my dm, each time I edit) [02:41:53] Global dc must die, forsure, but conceptmapping was already [02:41:53] global-dc-agnostic. (pleasant surprise there) [03:01:37] 03kim * r25029 10/trunk/extensions/Wikidata/OmegaWiki/DefinedMeaningModel.php: refactored one of the hacks back out. (blame me for working so early) [03:05:56] 03kim * r25030 10/trunk/extensions/Wikidata/OmegaWiki/OmegaWikiAttributes.php: Remove deprecated function [03:11:51] robchurch: yeah, BC cruft will stop the code from glistening anytime soon [03:12:30] Do we have a reliable, existing method of taking a database name, and getting the URL to that Wikimedia project? [03:12:51] I'm trying to format user links in, e.g. the Meta rights log as interwiki links, but the special cases are a bit awkward. [03:13:31] Hmm, wait, SiteMatrix defines lots of stuff, doesn't it? [03:22:53] *robchurch slaps head [03:23:03] Of course! I can pinch code from CentralAuth. [03:58:02] robchurch: http://www.mediawiki.org/w/index.php?title=Project:Forum&diff=123786&oldid=123785 [03:58:12] wow, he is more pissed than I thought [03:59:23] This enhanced changes list thing is giving me some hassle. [04:03:13] anyone ever see this error before? Parse error: syntax error, unexpected $end in /home/wikibon/public_html/LocalSettings.php on line 1 [04:03:15] robchurch: is that really ban worthy? [04:03:40] VoiceOfAll: no [04:10:14] Mm . . . needless to say, my fancy attempt to remotely repartition / made my machine unbootable. [04:17:54] 03kim * r25031 10/trunk/extensions/Wikidata/OmegaWiki/small/ (bodygrep.pl funcgrep.pl): [04:17:54] Some extra grep functions to dig my way through the Editor and idstacks. [04:17:54] Doing: [04:17:54] small/bodygrep.pl save Editor.php [04:17:54] Is not as enlightening as I'd hoped. (possibly because I'm sleepy) [04:24:52] seriously guys im in a state of panic here.. i downloaded the localsettings from the server [04:24:59] added four lines [04:25:01] and put it back [04:25:07] and now it's throwing this absurd error [04:25:17] i even took the lines out and still the same thing [04:25:56] Could you put your LocalSettings on pastey.net (minus any passwords)? [04:26:38] pastey.net is down for me and pastebin.ca wont let me post it because it thinks its spam [04:26:46] im hoping its some silly syntax thing [04:26:56] Find another paste service. [04:27:28] It's definitely a syntax thing. It does say "syntax error". [04:27:47] ok so i added ?> at the end (wasnt there before) [04:27:49] how about this error here: Notice: Use of undefined constant php - assumed 'php' in /home/wikibon/public_html/LocalSettings.php on line 1 [04:28:04] Yeah, the first line is screwed up. [04:28:24] except my first line is: Did you edit it in Notepad? That can add BOMs sometimes, which screws with PHP. [04:28:35] nah, TextMate [04:28:38] Although usually not like this, that I've seen. [04:28:53] Try deleting and retyping the first line. Try looking with a hex editor for suspicious stuff. [04:31:17] i think something got screwed up during the download [04:32:38] how about this one: Error, Setup.php must be included from the file scope, after DefaultSettings.php [04:33:46] what in gods name is going on - i found a local version of a rollback of localsettings... and i uploaded it and it worked fine just now.. then I added my lines (just a few require_once's) and now it's giving me that file scope error [04:34:29] If you're require_onceing files that aren't written right, you'll get errors. [04:34:45] but i took the lines out and i'm still getting the stuff about setup.php [04:35:18] I'm betting your text editor is screwing something up. Try a null edit on a known good version and see if that screws it up. [04:42:29] \o/ [04:42:43] yeah, i'll do that.. all signs point to that [04:43:13] OK, so, built-in logs all have formatting methods where needed; logs are using the new formatters in Special:Log and change lists; logs are now saved in recentchanges using the target title, and rc_log_type/log_action/params columns. [04:43:26] Relevant log entries are showing up in Special:Watchlist... [04:43:42] Log rewrite? [04:43:49] Log formatting rewrite. [04:44:10] i.e. remove all the special-casing crap in LogPage::actionText(), ditto for LogPage::logLine() [04:44:15] Yay. [04:44:30] and use the same code to format all log entries, so that you're not browsing recentchanges in a mishmash of languages [04:45:13] I *hope* that all that's left to do is update the message database with the changed messages. [04:45:43] I've got corresponding changes for Makebot, Newuserlog, Renameuser here, and some partial work for Makesysop. [04:47:18] I've stopped working in branches, merging is too much of a PITA. Instead, for things like this, I'm using multiple checkouts; easier to SVN up and merge conflicts. [05:16:02] 03(mod) Mark edits in Special:Recentchanges with (top), as in Special: Contributions - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8482 (10robchur) [05:16:06] 03(mod) Rendering of descriptions for shared images causes inappropriate image URLs for shared images - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9087 (10robchur) [05:18:13] 03(mod) "redo" buttons, like the "undo" buttons, to re-revert good edits - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11012 (10robchur) [05:22:12] 03robchurch * r25032 10/trunk/phase3/ (RELEASE-NOTES includes/ChangesList.php): Add a class to for watched links in change lists [05:24:37] 03(mod) Special:DoubleRedirects *removes* "fixed" items, breaking paging - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10985 summary (10robchur) [05:29:04] 03(mod) Special:Categories hides categories having 0 current members - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10915 (10robchur) [05:30:30] 03robchurch * r25033 10/trunk/phase3/languages/messages/MessagesFr.php: French localisation update, c/o Bertrand GRONDIN [05:30:40] 03(FIXED) add new french translation in /languages/messages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11003 +comment (10robchur) [05:35:52] 03robchurch * r25034 10/trunk/phase3/ (5 files in 3 dirs): Add links back to the image in deletion and reversion forms [05:38:39] 03(mod) Links on commons upload summaries do not link to commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10863 (10robchur) [05:40:29] 03(mod) can't pass username with space to api.php ( and prolly other chars that don't work) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10854 (10robchur) [05:43:29] Are there stock mocking responses to people attempting to solicit developers on Wikitech-l, or do we have to come up with them on a case-by-case basis? [05:43:36] 14(DUP) Order of pages with Persian titles - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10846 +comment (10robchur) [05:43:36] 03(mod) Support collation by a certain locale ( sorting order of characters) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=164 +comment (10robchur) [05:44:04] I don't think there are; there should be. [05:44:17] WikiMockery; the put-downs anyone can edit! [05:44:45] Now, why the hell can't Linux shrink a mounted partition anyway? [05:44:47] *Simetrical kicks it [05:49:06] 03(mod) Wikipedia-en fails to render html list - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10878 04BLOCKER->normal (10robchur) [05:50:47] 03(mod) can't pass username with space to api.php ( and prolly other chars that don't work) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10854 (10robchur) [05:50:48] 03(mod) usernames passed to api.php are not normalized. lowercase first letter guarantees empty result set - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10855 (10robchur) [06:07:45] 03(mod) Move summary should display redirect page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10710 (10robchur) [06:07:57] 03(WONTFIX) Filtering Special:Allmessages by extension - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10709 (10robchur) [06:09:08] 03(mod) Interface links should always be configurable via their own messages ( as sidebar etc.) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10703 (10robchur) [06:11:09] 03(mod) Category link tables sometimes contain orphaned entries - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10667 summary (10robchur) [06:18:07] 03(mod) Initial letter case choice in transwiki import - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9943 (10robchur) [06:21:46] 03(mod) Add auto-sumary to deletion of images - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9657 (10robchur) [06:27:09] hi [06:27:28] 03raymond * r25035 10/trunk/phase3/languages/messages/ (22 files): [06:27:28] * Removing untranslated magic words [06:27:28] * Removing outdated messages too/rebuilding file [06:27:36] is there anyone who use mediawiki with ldap (openldap) authentication? [06:28:04] (a non AD ldap server) [06:42:04] 03robchurch * r25036 10/trunk/phase3/ (RELEASE-NOTES includes/OutputPage.php): (bug 9339) Use wfMsgExt() in OutputPage::showErrorPage() to avoid the old issue with incorrect/inconsistent message transformation and braces [06:42:07] 03(FIXED) General error pages transform messages and parameters in the wrong order - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9339 summary; +comment (10robchur) [06:42:40] Why on Earth is pr_id not the PRIMARY KEY for page_restrictions? [06:42:50] There's some seriously funky index abuse going on. [06:45:30] 03(mod) Special:DoubleRedirects *removes* "fixed" items, breaking paging - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10985 +comment (10robchur) [06:45:30] 14(DUP) Problem with Special:DoubleRedirects - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9263 +comment (10robchur) [06:48:02] help! [07:08:24] 03robchurch * r25037 10/trunk/phase3/ (3 files in 3 dirs): [07:08:24] (bug 10985) Special:DoubleRedirects was omitting "fixed" results when cached, [07:08:24] leading to inconsistent paging behaviour - if the query is too expensive to run [07:08:24] live, then it shouldn't be run in miser mode either (which is what was [07:08:24] happening) [07:08:57] 03(FIXED) Special:DoubleRedirects *removes* "fixed" items, breaking paging - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10985 +comment (10robchur) [07:09:44] Should probably have mentioned that it was running once for each result, too. [07:24:46] 03robchurch * r25038 10/trunk/phase3/includes/Article.php: Tweak comment; people seem to whine about this one, not reading past the mt_rand() bit, and criticising us... [07:26:35] 03(NEW) Update for Cantonese language (zh-yue) #54, Update for Old Chinese / Late Time Chinese languages (och/ltc) , Update for Chinese (PRC) and Chinese (Taiwan) localisation (zh-cn/zh-tw) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11020 15enhancement; normal; MediaWiki: Internationalization; (shinjiman) [07:27:19] 03(mod) Update for Cantonese language (zh-yue) #54, Update for Old Chinese / Late Time Chinese languages (och/ltc) , Update for Chinese (PRC) and Chinese (Taiwan) localisation (zh-cn/zh-tw) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11020 (10shinjiman) [07:28:42] hello! new user of mediawiki. i installed mediawiki, apache, mysql, php. my wiki is called wiki in the folder wamp\www\wiki. i would like to start a new wiki. how do i do this? thanxs for answers. [07:31:49] anybody using Extension:Group Based Access Control with mediawiki 1.6.10? [07:44:46] 14(WFM) Translations of special pages names of extensions disables canonical names - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9038 (10robchur) [07:59:10] 03(mod) Cached query page items seem to use fixed numbers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7875 +comment (10wikipedia.kawaii.neko) [07:59:10] 03(mod) Special:DoubleRedirects *removes* "fixed" items, breaking paging - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10985 +comment (10wikipedia.kawaii.neko) [07:59:11] which is admin's default password mediawiki setups? [08:05:23] hm, dumb question, but how to login as 'Admin'? [08:05:52] 03robchurch * r25039 10/trunk/phase3/ (RELEASE-NOTES includes/SpecialStatistics.php): [08:05:52] * (bug 9026) Incorrect heading numbering when viewing Special:Statistics with "auto-numbered headings" enabled [08:05:52] * Some minor cleanup and bits of refactoring [08:06:24] Log in as a user with sysop permissions. [08:08:00] 03robchurch * r25040 10/trunk/phase3/includes/SpecialStatistics.php: [08:08:00] * Fix "most viewed" heading [08:08:00] * Fix images in list [08:08:54] 03(FIXED) Auto numbering of headers not working correctly on Special: Statistics page. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9026 +comment (10robchur) [08:13:27] 03mkroetzsch * r25041 10/trunk/extensions/SemanticMediaWiki/ (includes/SemanticToolbar/ skins/mw-skins/): Removed dead code [08:17:32] so, anybody using Extension:Group Based Access Control with mediawiki 1.6.10? as soon as I enable it, I only get a blank page when browsing to my test wiki [08:17:42] 03(mod) Links on commons upload summaries do not link to commons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10863 (10wikipedia.kawaii.neko) [08:29:25] robchurch :) [08:29:27] http://bugzilla.wikimedia.org/show_bug.cgi?id=4421 [08:30:47] I'm not touching that. [08:31:54] 03(mod) More instances per field on templates - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10053 highest->normal (10wikipedia.kawaii.neko) [08:34:20] no LDAP/wiki authentification user? [08:34:27] robchurch awww [08:36:02] http://bugzilla.wikimedia.org/show_bug.cgi?id=8279 <- that? [08:41:47] no [08:43:26] robchurch what about dynamic dates? [08:43:35] what was the status of that things internationalization [08:43:43] aka [[2007-08-22]] [08:52:08] 03robchurch * r25042 10/trunk/phase3/ (RELEASE-NOTES includes/SpecialUpload.php): [08:52:08] * (bug 9002) Provide a "view/restore deleted edits" link on Special:Upload when a destination filename is provided that corresponds with previous deleted files [08:52:08] * Fix various bits of invalid XHTML in Special:Upload [08:55:56] Hi all :-) [08:56:02] 03robchurch * r25043 10/trunk/phase3/includes/SpecialUpload.php: Whoops, fix up permission check so "deletedhistory" still works to view, etc. [08:56:21] 03(FIXED) Add link to view/restore deleted edits on Special: Upload when a destination filename is provided - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9002 +comment (10robchur) [08:56:47] I have a question about mediawiki, i run a small wiki where i want a special block on the main page, with a list of all pages tagged with {{Please expand}}. [08:57:45] Probably what you're looking for there is a custom tag extension which obtains the list and formats it into a list of links, which you can then style with CSS. [08:58:09] Ok... [08:58:20] In the dutch wikipedia page, someone gave me this tag: [08:58:20] As to the question of actually getting a list of those pages, you can either add a category to the template, and obtain the list of pages from that category, *or* you can obtain a list of pages including that template. [08:58:46] {{Special:Newpages/100}}, which fetches a listwith the 100 recent articles [08:58:49] I would suggest the former is more reliable, as the other method relies on using link tables, which may contain more than "visible" template use. [08:59:08] Well, that's another option - an includable special page. [08:59:27] The benefit of that is that you can access it both as a special page (independent of any other page), or embed it into another page. [08:59:42] Yes... [09:00:59] The only problem is that i cant get \it b [09:01:00] brb [09:12:32] Search problem in ml.wikipedia.org [09:13:43] wiki search have no connection with the text entered. google search is more perfect. [09:13:46] http://ml.wikipedia.org/wiki/%E0%B4%AA%E0%B5%8D%E0%B4%B0%E0%B4%A4%E0%B5%8D%E0%B4%AF%E0%B5%87%E0%B4%95%E0%B4%82:Search?ns0=1&ns100=1&search=%E0%B4%95%E0%B5%8A%E0%B4%B1%E0%B4%BF%E0%B4%AF&fulltext=Search [09:14:00] http://www.google.com.qa/search?hl=en&q=site%3Aml.wikipedia.org+%E0%B4%95%E0%B5%8A%E0%B4%B1%E0%B4%BF%E0%B4%AF&btnG=Google+Search&meta= [09:14:16] 03(mod) If page title contains Umlaut the link on edit page is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10881 (10hj-meyer) [09:14:47] <[Draicone]> Sadik: That may be a problem with character encoding, ask a dev or submit a bug ticket [09:16:10] thanks [09:17:14] does someone know an ircbot that announces latest changes in a wiki? [09:20:24] aton`, you were given a link already [09:20:38] archivist, sorry i didnt get that [09:20:46] i searched my log but didnt find it [09:21:07] perhaps i had a disconnect or so [09:26:10] just trawling my log [09:27:44] Ok, back [09:27:56] aton`, https://wikitech.leuksman.com/view/IRC [09:30:19] thanks [09:31:15] "Help fill out ..." [09:31:19] worst german-english [09:31:37] es heisst nicht fill out sondern fill in [09:34:09] 03(NEW) Search problem in ml.wikipedia.org (malayalam) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11021 04CRIT; highest; MediaWiki: Search; (sadik.khalid) [09:35:30] aton`: fill in the blanks, but fill out the form... [09:35:49] english is fun [09:36:33] 03(mod) Search problem in ml.wikipedia.org (malayalam) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11021 04CRIT->normal; highest->normal (10wikipedia.kawaii.neko) [09:36:53] Sadik it isnt a critical bug [09:40:58] Hi [09:41:21] I was wondering if there's a way or plugin to create something like a "section" or a "directory" to put articles in [09:41:51] we're working on an API and would like to differentiate between the different versions of the API [09:42:10] I will come back to my problem later when i have more time. Thanks for nwo anyway. [09:42:13] Thanks for the time [09:42:18] e.g. http://wiki.domain.tld/api/v1/Authorization [09:42:28] and http://wiki.domain.tld/api/v2/Authorization [09:42:29] 03(mod) Search problem in ml.wikipedia.org (malayalam) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11021 +comment (10raimond.spekking) [09:42:59] atm I'm using article names like AuthorizationV1 and AuthorizationV2 but this is hardly comfortable [09:43:03] Duesentrieb, fill out the form? very sure about that? [09:43:08] i thought fill in the form [09:44:11] archivist, on this page at the bottom, there is a possibility with netcat and irc2 described, which i'd like to use, dont i need any extension or so for that to work with my mediawiki? [09:46:00] dunno read instruction on the page [09:46:38] 03(mod) Search problem in ml.wikipedia.org (malayalam) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11021 (10shijualex) [09:47:07] Thanks (Raymond & Neko) [09:47:09] bye [09:47:15] Sadik would you object if I add my bot to yur wiki [09:47:21] ml wiki that is [09:47:31] what is the process to get bot status? [09:48:53] You can request for bot status in User Talk:Vssun (we dont have bot request page now) [09:49:34] You are always welcome Neko [09:49:48] bye (I am late) [09:49:50] 03(mod) Search problem in ml.wikipedia.org (malayalam) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11021 (10jacob.jose) [09:51:28] Neko here is the link http://ml.wikipedia.org/wiki/User Talk:Vssun [09:58:55] archivist, thats the problem it doesnt mention anything [09:59:02] not even how the program is called [10:01:14] aton`: you can make mediawiki send UDP packets for rc-events. you can then collect them using netcat, and pipe them to irssi or whatever. [10:01:37] aton`, but it does you set the vars and it calls the port via udp 9390 [10:01:41] so mediawiki can send those udp packets [10:01:52] aton`: yes. see $wgRC2UDPAddress, $wgRC2UDPPort, and $wgRC2UDPPrefix [10:01:53] without any extension [10:01:57] nice [10:02:02] didnt expect that [10:02:05] thank you [10:02:18] it sucks actually. thsi stuff *should* be in an extension. [10:02:44] but it was an early hack, specifically for wikipedia. long before the hook framework came along. [10:04:44] hey all [10:05:04] are there logs for this channel? i can't find any [10:05:56] google for what the fuck [10:05:59] you're bound to find a few [10:08:06] heh [10:08:22] ^_^ That's why I spent ages finding a good unique nickname never used before... (That, and I wanted to use it as a domain ^_^) Though, moving to a new name is tough when the main wiki you use has a shared user DB. [10:08:29] so i take that as there aren't any official logs. [10:10:41] there are people who log but dont publish [10:11:18] bummer [10:12:35] so a specific question may be answerable [10:14:33] Fatal error: Call to undefined function socket_create() [10:14:41] fuck, seems the provider disabled socket functions [10:15:32] http://tools.wikimedia.de/~amidaniel/chanlogs/%23mediawiki/ [10:15:36] You might try that [10:16:02] robchurch, you mean me? [10:16:08] whoever wants channel logs [10:16:15] i am not looking for an irc logger [10:16:26] i am looking for a recent changes announcing irc bot [10:16:37] DerPapst was asking about logs of this channel. [10:16:47] ah sorry [10:17:17] robchurch: thanks :D [10:22:31] Maybe someone can help me... i'm currently writing a CreateButton extension that allows the user to have an image as button too. It works nice so far but there is one issue left. I want to allow to use the wiki syntax for the image src but that doesn't work (yet?). This is an explanation of my problem: http://pastebin.ca/raw/666643 Anybody knows if there is a way to do that what i've described in the pastebin thingy? [10:23:30] You want to take the image name and get the thumbnail? [10:23:51] would be perfect [10:24:06] Assuming MediaWiki 1.10.0+, look at filerepo/LocalFile.php - construct a file, transform it, get the URL out of the MediaTransformOutput [10:26:13] i have mw 1.10.1 but i downloaded the tar.gz archive, not the svn repo. i can't that file there... [10:26:28] includes/filerepo/ [10:27:16] there is no filerepo dir in includes [10:27:23] urk [10:27:28] must have my versions wrong [10:27:40] in that case, look for Image [10:27:51] similar methods, if a bit less snazzy [10:28:15] yupp. have it open [10:31:12] can i make calles from my extension to image.php? it sounds a bit hackish. [10:31:34] eh... too slow :P [10:33:53] I have been searching for a while and haven't found any hints on how to include a list (bullet pointed) of the top level categories somewhere (link in the navigation bar for instance) - can anyone help me? [10:39:50] TimStarling [10:39:54] you around? [10:39:59] yes [10:40:21] http://en.wikipedia.org/w/index.php?title=Special:DoubleRedirects&limit=1000&offset=0 [10:40:35] see the first 4 entries [10:40:49] self redirects plain as day to a human [10:40:54] but confuses bots [10:41:38] I really think it would be best if such entries were somehow seperated [10:41:56] btw thats the list after I ran my bot :) [10:48:35] why does it confuse bots? [10:55:07] dumb question here... A category limits views to 200 pages or images by default, any way to change that limit *per category*? [10:55:26] Help: [10:55:27] Warning: exec() has been disabled for security reasons in /home/matasg/domains/jke.hostingas.in/public_html/wiki/includes/GlobalFunctions.php on line 1842 [10:55:46] :) [10:55:50] megaNET, its your php install [10:55:55] facefaceface: sure, you could change the code [10:56:18] TimStarling, note I said *any* way... [10:56:42] :) how? i'm not experienced [10:57:00] megaNET, did you install php? [10:57:05] yes [10:57:11] http://jke.hostingas.in [10:57:42] I am not an expert, but it sounds like 'safe mode' or something like that [10:58:02] TimStarling, note I said *any* way... [10:58:08] changing the source code would count as a way [10:58:10] you got me there [11:00:39] hrm... I see its not even a pref... [11:01:00] Ideally it would be 150 pages and only 50 images... but that would be a bit confusing [11:01:18] I so ate my life [11:01:26] TimStarling did you get my last msg? [11:41:19] 03kim * r25044 10/trunk/extensions/Wikidata/OmegaWiki/OmegaWikiAttributes.php: [11:41:19] Bug found by Eric, sometimes it will have no previous viewinformation. Rather than null, it should use a [11:41:19] blank viewinformation object. (Hopefully) [11:47:06] 03kim * r25045 10/trunk/extensions/Wikidata/OmegaWiki/OmegaWikiAttributes.php: And bug out. (Don't debug while sleepy) [11:48:43] 03erik * r25046 10/trunk/extensions/Wikidata/OmegaWiki/DefinedMeaningModel.php: fix variable name [11:50:08] any wiki/ldap authentication user? [11:53:34] charming... I tried setting the height of a VLC player object to zero, for an audio track, to get rid of the "no video" thing [11:53:43] and it segfaulted and crashed firefox [11:54:35] Damn, I've just missed TimStarling's reading of The Three Little Pigs, haven't I? [11:54:41] Won't you be glad when HTML5 is standard? ^_^ [11:54:47] charming... I tried setting the height of a VLC player object to zero, for an audio track, to get rid of the "no video" thing [11:55:05] :( [11:55:21] Dantman|FS: HTML 5 can't legislate against the presence of bugs [11:55:35] Nor older browsers which don't support it. [11:56:23] opera's alpha