[00:13:04] ok I still can't delete anything... grrrr [00:22:10] does anyone have any clue why I wouldn't be able to delete? [00:37:47] 03(NEW) Add link to message - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16795 15enhancement; normal; MediaWiki extensions: Babel; (bugzilla.wikimedia) [00:41:06] 03(NEW) Impossible to edit page - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16796 04BLOCKER; normal; MediaWiki: General/Unknown; (bertrand.grondin) [00:41:29] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 (10bertrand.grondin) [00:49:42] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 +comment (10b-jorsch) [00:53:17] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 (10b-jorsch) [00:53:29] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 +patch (10b-jorsch) [01:19:46] 03(mod) Don't offer meaningless protection levels (e.g., move= autoconfirmed with moves restricted to autoconfirmed) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16791 (10Simetrical+wikibugs) [01:23:21] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 +comment (10Simetrical+wikibugs) [01:29:41] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 (10b-jorsch) [01:30:42] Every few days I make an SQL dump of my wiki. [01:30:51] But the oddity is that it becomes smaller and smaller. [01:39:39] 03simetrical * r45042 10/trunk/extensions/NewUserNotif/NewUserNotif.class.php: (bug 16796) Syntax error in NewUserNotif [01:39:54] 03(FIXED) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 +comment (10Simetrical+wikibugs) [01:43:07] Drat, I forgot to credit the guy who pointed it out. [01:43:12] Er, the guy who posted the patch. [01:43:26] Even though it was deleting a single comma and I could have figured it out if I had bothered to look myself. [01:43:28] Simetrical- I don't mind [01:43:31] It's the principle of the thing. [01:43:32] :) [01:43:37] I can't upload .ogg files... here is the parts of my localsettings that might be of interest: http://pastie.org/346828 The error at Special:Upload is "The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file." [01:43:41] Oops, my bad [01:47:27] Any idea? [01:47:29] *ideas [01:54:48] Hey. Are there any easy ways to move the images from one installation to another? Both installations are on the same server, just a 'commons' style installation. I do have root access. [02:19:38] is there any significant difference between the contents of Manual:FAQ and the contents of the O'Reilly book on Mediawiki? [02:20:19] 03(mod) $wgSharedDB PostgreSQL support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16794 (10b-jorsch) [02:37:46] is there a way to completely remove the toolbox from the sidebar? [02:37:56] CSS [02:38:12] is there any good code around? [02:38:18] One second [02:38:57] #p-tb { visibility: hidden; } [02:39:06] in the CSS file should do it [02:39:13] untested tho :) [02:40:37] wow [02:40:42] works, thanks [02:40:46] np [02:48:35] 03(mod) $wgSharedDB PostgreSQL support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16794 (10overlordq) [02:54:20] How do I enable ogg ? I can't upload any ogg file... [02:55:32] http://www.mediawiki.org/wiki/Configuring_file_uploads [02:56:37] PsiPro, I've read it. Other file types work, like jpeg, png, svg, etc ... but ogg and other video formats don't work [02:57:01] did you add ogg to $wgFileExtensions? [02:57:02] I get "The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file." when uploading either ogg or wmv or flv files [02:57:06] Yes [02:57:34] http://www.mediawiki.org/wiki/Extension:OggHandler [02:57:39] have that installed? [02:57:54] Yes [02:58:33] then I dunno. I have never set-up my wiki to play ogg files [02:58:49] have you checked some of the other settings related to $wgFileExtensions such as $wgStrictFileExtensions or $wgFileBlacklist? [03:00:59] StrictFile is set to false , blacklist is "array(); " , so it's blank [03:02:50] Any other ideas? [03:03:36] Not from me sorry :) good luck [03:11:23] AaronSchulz: You about? [03:13:23] 03(mod) $wgSharedDB PostgreSQL support - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16794 (10overlordq) [03:17:51] OverlordQ- The foreign key on awesomewiki.revision doesn't follow the search path, it refers explicitly to awesomewiki.mwuser. I suppose in the CREATE TABLE or ALTER TABLE statement that created the foreign key constraint it might have used the search path to find the table, but it stored it explicitly. [03:17:51] 03(NEW) Restore 'what links here' link to the quickbar in Standard skin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16797 trivial; normal; MediaWiki: User interface; (public) [03:19:59] anomie: hurm, yea it does. [03:20:57] probably be easier to just setup slony and replicate the usertable lol :/ [03:24:09] or just change the FK to point to the right table [03:24:22] I don't know that that would be recommended practice though [03:24:31] fie on MySQL for not supporting foreign keys [03:25:04] yea, something that requires DB changes to enable shared user table probably wouldn't fly [03:27:58] just trying to think of how to do it without having to rewrite lots of code :-/ [03:28:38] is setting up slony to clone the table better than altering the FK? ;) [03:30:08] what is the code to hide the tab for content pages? e.g. #ca-edit is for edit [03:30:22] well yea, wont caust potential unhappiness if the DB changes [03:30:30] *cause [03:32:06] good point [03:33:22] nvm [03:34:04] hallo [03:34:11] ^_^ rewrite MW to use a semantic backend! buahahahaha! [03:34:31] heres a question to the mediawiki gods [03:34:47] why is it so tough to copy a template over from wikipedia to your own mediawiki site [03:35:00] #ca-nstab-* [03:35:01] becaue the templates are heavily nested [03:35:06] Probably because lots of templates depend on other templates and sometimes even CSS and JS [03:35:06] everytime i export/import one, all kinds of crazy characters end up on the article pages [03:35:11] Though I don't think CSS supports regex.. [03:35:12] thisisengage, because Wikipedia enables crappy features to make bad things possible [03:36:08] anomie: one of my crazier ideas was to switch the tables around. So each table was a schema, and each wiki would have a table named after it in each of those schemas. [03:36:21] so lets enter into fantasy world, and say i copy every single solitary template linked within my wiki, it still is going to get f'd up through js and css? and if the question is yes, do i also have to copy over js files, and where would i find them, and also... please shoot me in the head [03:36:43] OverlordQ- wow, upside down [03:36:50] thisisengage, MediaWiki:Common.js and medi [03:36:57] MediaWiki:Common.css [03:37:10] I figured that way, no matter what, pulling users will *always* come out of the users schema [03:37:34] but it would still make a complete mess out of the foreign keys [03:39:18] can mw common css and js be exported through wikipedia's export menu en route to your sites import or is it recommended to just highlight code and copy into your own corresponding pages [03:39:50] Either way will work [03:40:02] one final question for you wiki overlords [03:40:24] thisisengage, ^_^ you really could just to to export, list out the js and css, and templates you want, then you can even use the export templates options [03:40:40] go to* [03:41:04] hmm odd, i never saw an export templates option [03:41:18] However, Wikipedia's shitty abuse of tidy will still likely cause you issues [03:41:27] ah shit [03:41:36] there is an export templates option [03:41:45] how did i miss that, hmm [03:41:49] ok final question sirs [03:42:03] how come after i edit every single css file being called on by my wiki, the new article link still remains red like a little *$&#@ [03:43:40] hurm, I wonder if you could do it with table inheritance. [03:43:49] OverlordQ- Instead of slony, I suppose you could set up triggers on the mwuser tables so a change to one is copied to the other [03:45:14] still require haxing the DB [03:45:37] love to do it all in code, but probably lots o work [03:45:43] inheritance would too, wouldn't it? [03:46:14] well kinda [03:46:39] you could keep the DB that holds the user data pristine and your 'slave' wiki's would just inherit that table [03:50:50] I dunno, i'm grasping at straws :) [03:51:34] ^_^ Be sure not to grab the one with the red tip... [04:14:11] 03mrzman * r45043 10/trunk/phase3/includes/api/ApiRollback.php: fix param description, rollback token comes from prop=revisions [04:23:04] When setting up a wiki with shared images (using this method: http://www.mediawiki.org/wiki/Manual:Wiki_family Scenario #4) will I have the opportunity to transfer the images? Or will all of the images suddenly break? [05:07:30] 03(mod) Interwiki code for mzn wikipedia is wrong - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=11457 (10ali1986) [05:25:45] <|X|> Argh, my $dbw->update command is not working. [05:28:22] 03brion * r45044 10/trunk/phase3/ (3 files in 3 dirs): [05:28:22] Revert r45021, r45022, r45023 -- restoring r44896, r44927, r44896 -- pending [05:28:22] further discussion of what, if anything, is wrong with our ID generation. Given [05:28:22] that the section IDs are meant to be valid IDs (as required per spec), and that [05:28:22] in production they are already put out as IDs due to Tidy's behavior, the only [05:28:24] change necessary to provide the fix (if fix is necessary in fact) would be to [05:28:26] fix our ID normalization. [05:46:08] <|X|> Does someone know why this fails to update the revision table? http://pastebin.com/m77b57878 [06:09:31] 03(NEW) JSON encoding errors for characters outside the BMP - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16798 normal; normal; MediaWiki: API; (b-jorsch) [06:26:19] Is there a wiki variable we can use for linking to pages? [06:26:47] Like {{LINKINGPAGENAME}} ? Similar function as {{PAGENAME}}, just it puts the name of the page linked there instead? [06:32:13] do what now? [06:32:32] Use a variable to denote a linked page? [06:33:30] backlinks/referers? [06:33:37] I have the pywikipediabot out atm, and to do a massive change of all the [[wikipedia:BLAHBLAH]]'s links to a piped one like: [[wikiepdia:BLAHBLAH|BLAHBLAH]] [06:34:02] But I need a variable to change it to cause all the "BLAHBLAH"s would be different. [06:34:35] pipe trick might work for you [06:34:57] What do I do? [06:36:04] http://en.wikipedia.org/wiki/Help:Pipe_trick [06:36:30] Can i do something with the bot? [06:37:41] ^ that, on save it is transformed from [[Wikipedia:Foo|]] to [[Wikipedia:Foo|Foo]] by the software [06:37:50] or you can just parse it smartly [06:40:29] *JoeyaaClaus reads the page [06:42:55] I don't get this. [06:43:07] I know how to use pipes, but to do it automatically? [06:43:15] It doesn't exacly flow... http://www.englishfreenode.info/index.php?title=Collective_noun [06:44:34] Splarka, what do you think? [06:48:34] Splarka, ? [06:48:46] 03shinjiman * r45045 10/trunk/phase3/ (5 files in 2 dirs): mark the skin names strings as optional, as some languages are still using the original skin name in English [07:04:58] JoeyaaClaus: yes, just change... [07:05:08] *[[wikipedia:Grammatical number]] [07:05:08] *[[wikipedia:Mass noun]] [07:05:18] to *[[wikipedia:Grammatical number|]] *[[wikipedia:Mass noun|]] etc [07:05:27] But that is manul [07:05:30] should do what you want [07:05:31] manual [07:05:57] well, what are you asking? a way to change [[wikipedia:Mass noun]] to [[wikipedia:Mass noun|{{LINKNAME}}]] ? that if it could be done would be manual too [07:07:56] I have all the links as [[wikipedia:LINK'SNAME]], but I won't a variable or something so I can do something like [[wikipedia:LINK'SNAME|LINK"SNAME]] on all links no matter what follows the wikipedia: and I want to do it with a bot [07:10:30] the answer to that question is "pipe trick" until you are more specific with more details, heh [07:11:38] I can't do the pipe trick automatically with a bot [07:11:55] unless I go link to link changing the parameters of the bot [07:12:01] 's script [07:14:20] right, well, if you don't mean each link, then what would you need the bot for? [07:14:49] Each link, but all in one command, not changing it for everyone [07:16:25] ahh, "Similar function as {{PAGENAME}}", that would be nothing like {{PAGENAME}}... more like {{DEFAULTSORT}}, but nothing like that exists that I know of [07:17:05] LINKPAGENAME [07:17:07] :) [07:19:23] right, but you compared it to PAGENAME.. but that magic word is used inline each time you want to use it, nothing like what you want [07:19:48] ... [07:20:08] like [[Special:Whatlinksher/{{PAGENAME}}]] is an example [07:20:19] linkshere, even [07:20:34] But is there anything I can do with a bot? [07:20:58] the way you phrased it, you gave no hint you wanted to change default interwiki link behavior for a whole page [07:21:04] I don't understand this 'with a bot' bit [07:21:22] if you want to do something with a bot, have it use the pipe trick [07:21:27] Using pywikipediabot, can I do this as a scrit? [07:21:36] script [07:22:47] sure, you just have to parse the page looking for /(\[\[wikipedia\:[^]|]*)(\]\])/ig and replace it with $1|$2 or something [07:23:03] (dunno python regex very well) [07:23:40] So I would run replace.py? [07:23:54] And what would I replace and with what? Be specific... [07:24:41] can't, dunno python or python regex [07:24:54] read the pipe trick page [07:24:54] 03(mod) Wikibits patch #5 - performance optimizations - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15402 (10mhorvath2161) [07:26:02] I'll try what you said, replace -page:PAGE Lookfor: /(\[\[wikipedia\:[^]|]*)(\]\])/ig Replace with: $1|$2 [07:35:19] 03(mod) Enable FlaggedRevs custom configuration on he.wikisource - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14648 (10JSchulz_4587) [08:06:27] 03(NEW) Mails sent out by MediaWiki should have the Auto-Submitted header set to ' auto-generated' - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16799 15enhancement; normal; MediaWiki: Email; (mail) [08:07:01] 03dale * r45046 10/trunk/extensions/MetavidWiki/skins/mv_embed/libRemoteMediaSearch/mv_remote_media_search.js: minor fixes to resource import [08:37:05] clear [08:37:07] oops [08:37:14] I have a problem on namespace aliasing. Alias works on URL accessing, but not works on searching. [09:47:28] 04(REOPENED) localized 'special' ('=?UTF-8?Q?spe=C4=8Bjali?=') namespace for mt.wp not resolving - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16687 +comment (10gustav.vella) [10:11:03] 03siebrand * r45047 10/trunk/extensions/CountEdits/ (CountEdits.i18n.php CountEdits.page.php): Add plural support for 'countedits-resulttext' [10:26:07] 03siebrand * r45048 10/trunk/phase3/languages/messages/ (62 files): Localisation updates for core messages from Betawiki (2008-12-26 11:15 CET) [10:27:49] 03(mod) Impossible to edit page - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16796 (10bertrand.grondin) [10:42:46] 03siebrand * r45049 10/trunk/extensions/ (227 files in 203 dirs): Localisation updates for extension messages from Betawiki (2008-12-26 11:15 CET) [11:16:23] 03(mod) localized 'special' ('=?UTF-8?Q?spe=C4=8Bjali?=') namespace for mt.wp not resolving - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16687 (10siebrand) [11:32:26] 03siebrand * r45050 10/trunk/phase3/languages/messages/ (5 files): Localisation updates from Betawiki [11:58:57] 03(mod) Logo for pms.wikipedia - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16587 +shell (10raimond.spekking) [11:59:46] 03(mod) Update request for ga.wikipedia logo - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16401 +shell (10raimond.spekking) [12:07:59] 03raymond * r45051 10/trunk/phase3/ (RELEASE-NOTES includes/LogEventsList.php): [12:07:59] * Special:Log: Add 'change protection' link for unprotected pages too [12:07:59] * For protection log lines: Change format '(hist) (change)' to '(hist | change)' [12:07:59] * Precache 'pipe-separator' [12:34:20] 03raymond * r45052 10/trunk/phase3/ (RELEASE-NOTES includes/LogEventsList.php): * Special:Log: Add log type specific CSS classes 'mw-logline-$logtype' to 'li' elements [12:45:42] is there any reason to render latex as png with white bg and not transparent bg? [12:46:33] maybe, I don't know [12:50:21] Two73C: read the comments in https://bugzilla.wikimedia.org/show_bug.cgi?id=8 [12:52:14] This can lead to black-on-black text [12:52:14] for some users using high-contrast [12:58:03] we should start rendering maths as either mathml or svg anyway [12:59:34] what is mathml? [12:59:56] an html-like language for writing maths [13:00:09] with the intent of embedding it into html documents [13:00:18] I looked everywhere for latex to svg but could only find command line basead conversors [13:01:06] a command line converter is exactly what you want for mediawiki [13:01:11] (how else would you do it?) [13:01:59] desktop use [13:42:24] 03(NEW) Page disappearance after localization of 'User' ('Utent') namespace on mt.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16800 normal; normal; MediaWiki: Internationalization; (gustav.vella) [13:52:39] 03(mod) Page disappearance after localization of 'User' ('Utent') namespace on mt.wp - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16800 (10gustav.vella) [13:52:57] 14(DUP) Restore 'what links here' link to the quickbar in Standard skin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16797 +comment (10paul.copperman) [13:52:59] 03(mod) Restore "whatlinkshere" and "related changes" links in sidebar for classic skin - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16786 +comment (10paul.copperman) [14:10:14] 03(mod) Page disappearance after localization of 'User' ('Utent') namespace on mt.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16800 +comment (10nospam) [14:23:24] hello all [14:24:06] mackensen: hi [14:24:20] so, I've set up my own mediawiki instance, but when I return table code through a template it comes out wrong [14:24:54] the entity code (>td<) instead of () [14:25:37] 03(mod) Page disappearance after localization of 'User' ('Utent') namespace on mt.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16800 (10gustav.vella) [14:26:19] I'm guessing something has to be tweaked in my php.ini, but I'm not sure what [14:27:20] mackensen, try enabling tidy [14:28:34] moment [14:28:41] 03(mod) Page disappearance after localization of 'User' ('Utent') namespace on mt.wp - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16800 +comment (10Platonides) [14:33:31] Platonides: okay, I've enabled tidy, but I've still having the problem [14:33:34] using the default config [14:40:36] okay, I got it [14:40:47] I had to add $wgUseTidy to my settings file [14:40:54] thanks Platonides [14:48:09] 03(NEW) Change position of link to last flagged revisions on RC and watchlist - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16801 15enhancement; normal; MediaWiki extensions: FlaggedRevs; (pbirken) [15:22:24] 03(mod) Wikibits patch #5 - performance optimizations - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15402 (10Simetrical+wikibugs) [15:39:09] Hi guys, i have a template question. I'm playing around at http://commons.wikimedia.org/wiki/Template:Self/autotranslate , but the line "|{{#if:{{{author|}}}|author={{{author|}}}}}" doesn't seem to have any effect. Any ideas on what's wrong? [15:42:13] what's the point of that bunch of #if ? [15:42:22] 03(NEW) application/x-rar is not a known mime-type - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16802 15enhancement; normal; MediaWiki: Images; (mati) [15:44:25] Template:self/en doesn't have any author parameter [15:47:19] Platonides : Removed, handled somewhere else anyway. Self/en does have an author parameter, second line [15:48:17] If i replace "|{{#if:{{{author|}}}|author={{{author|}}}}}" with "|author=some author" it works [15:52:42] You got any idea Platonides? [15:53:30] what about if you do |author={{{author|}}} ? [15:55:04] That's plan B (have to change all the lang templates), but i wonder why this template construct doesn't work [15:55:38] What the heck, tired of this, over to plan B ;-) [16:09:45] 03(mod) New hook right after initialization - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15209 +comment (10mati) [16:22:32] 03ialex * r45053 10/trunk/extensions/FlaggedRevs/specialpages/StableVersions_body.php: [16:22:32] * Allow wiki text in stableversions-review [16:22:32] * escape hist-quality and hist-stable [16:45:04] moin [16:45:09] mauin [16:53:18] 03(mod) JSON encoding errors for characters outside the BMP - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16798 (10b-jorsch) [16:54:43] 03(NEW) proposition for message's system to use specific word/ expression automaticly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16803 15enhancement; normal; MediaWiki: General/Unknown; (crochet.david) [16:55:23] 03(mod) JSON encoding errors for characters outside the BMP - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16798 +patch (10b-jorsch) [16:58:45] hello brion [17:00:00] morning [17:00:53] brion: lol, it's 6pm here [17:01:15] *brion stabs MGrab with such a stilly timezone [17:01:51] here in US we get to sleep in! [17:02:27] *ialex note that MGrab is in the same timezone as him :) [17:02:54] *MGrab is glad that he isn't alone against brion's TZ [17:03:11] :D [17:03:17] hehe [17:04:00] 03(NEW) Upload & Reupload permissions change at zh-wikinews - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=16804 major; normal; Wikimedia: Site requests; (expofrontier) [17:04:35] 03(mod) Upload & Reupload permissions change at zh-wikinews - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16804 +shell (10alex.emsenhuber) [17:11:49] hi [17:12:29] Does anybody know, how its possible to import an MySQL DB Dump with 20mb with phpmyadmin?? [17:49:47] <|X|> Does someone know why this fails to update the revision table? http://pastebin.com/m77b57878 [17:50:53] and with $dbw->commit(); after? [18:05:54] <|X|> Yay, thanks, ialex [18:05:57] <|X|> I forgot about that [18:06:40] |X|: dunno how may hours I spent to debug the same stuff until I found that :D [18:07:06] <|X|> Heh, so I'm not alone here [18:07:54] <|X|> Just that EVERY single /includes page which interacts with the database doesn't use that immediately [18:08:31] 03siebrand * r45054 10/trunk/phase3/languages/messages/ (20 files): Localisation updates for core messages from Betawiki (2008-12-26 19:04 CET) [18:14:56] so, we didn't get 1.14 for christmas :-( [18:17:06] 03siebrand * r45055 10/trunk/extensions/ (182 files in 174 dirs): Localisation updates for extension messages from Betawiki (2008-12-26 19:04 CET) [18:18:34] anyone who can imagine session loss when sources are updated? [18:19:55] ? [18:20:50] brion: we update Betawiki quite often, and we sometimes get reports about session loss during that time. [18:21:39] shouldn't be anything specific to that, but if you're updating LocalSettings and that's bumpging your $wgCacheEpoch, people might be seeing cached pages from when their expired session was active up until the update [18:21:46] btw, 10k+ new translations during the past 2 days (YAY!) [18:22:18] brion: nothing of that kind. Just an svn up, and reserialisation of updated strings [18:22:35] shouldn't affect anything afaik [18:22:59] hmm. Will try and make more work out of this. Maybe Nikerabbit has any ideas... [18:25:13] siebrand: you didn't follow the discussion in #mediawiki-i18n ? [18:25:45] I suspect it is our cache running tight [18:35:14] Nikerabbit: ah, ok. [18:57:33] 03btongminh * r45056 10/trunk/extensions/NssMySQLAuth/SpecialAccountManager.php: Commit fixes that were live applied on our wiki. [18:59:02] hey Bryan. Best xmas wishes [19:01:04] hello [19:01:06] you as well [19:01:10] and anybody else :) [19:05:30] *|X| is going insane over an uncooperative log entry [19:15:24] 03siebrand * r45057 10/trunk/extensions/YouTubeAuthSub/YouTubeAuthSub.i18n.php: Reword 'youtubeauthsub_success', 'youtubeauthsub_code', and 'youtubeauthsub_viewpage' to remove 'click here' from links. [19:42:42] 03btongminh * r45058 10/trunk/phase3/ (RELEASE-NOTES includes/filerepo/LocalFile.php): (bug 15430) Cancel the upload process and rollback database changes in case no article associated with the file can be created [19:42:55] 03(FIXED) Uploads sometimes are incomplete: file is there, but image page is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15430 +comment (10Bryan.TongMinh) [19:48:29] 03siebrand * r45059 10/trunk/extensions/regexBlock/regexBlock.i18n.php: Remove one of double 'only'. Thanks to ChrisiPK for noticing. [19:51:16] hangover? [21:12:11] need help [21:12:27] got it [21:13:03] is it possible to just install wikipedia's templates locally on my computer with a local version of mediawiki ? [21:20:31] is it possible to merge a local databese with wikipedia's databe dump ? [21:59:35] 03(NEW) Certain Special: pages should not import JavaScript - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16805 15enhancement; normal; MediaWiki: Page rendering; (public) [22:01:46] 03(FIXED) Making arbitrary rows of sortable tables sticky - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16754 +comment (10raimond.spekking) [22:05:22] c'mon guys, we need some help on Betawiki translating system messages. With two hours to go in the day, we want to reach 10k translations in one day. 1200 translations to go. [22:05:34] German, Danish, Norwegian, Swedish, Finnish, Arabic, Hindi, Spanish, you name it. Your help is most welcome. [22:09:36] do we have "Merry Christmas" at BetaWiki? [22:24:43] 03(mod) Install PdfHandler extension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11215 +comment (10zephyrus4) [22:29:07] Bryan: and lots of snow [23:07:09] <|X|> Someone want to help me by testing out my new extension? http://www.mediawiki.org/wiki/Extension:EditEditSummary [23:08:34] EditEditEditSummary [23:08:47] changeSummary should either do the logging as well, or that should be in a separate function [23:08:54] anyway, I'm gone [23:08:59] bye [23:10:11] <|X|> It does do logging. [23:18:03] |X| isn't the name too repeating? edit-edit... [23:18:13] why not just EditSummaries? [23:18:31] <|X|> Because you're editing edit summaries :) [23:18:54] <|X|> I suppose I could make it EditSummaries [23:20:04] "'description' => 'Allows a Sysop to sacrifice their own bit, in order to desysop another', [23:20:21] it smells being copied from another extension ;) [23:20:26] <|X|> Oh, facepalm [23:20:46] <|X|> It was from [[Extension:EmergencyDeSysop]] [23:21:08] <|X|> I think I was grabbing the URLs for the SVN repo, as SQL and I use the same host [23:21:27] EditEditSummary.alias.php also has only old data [23:21:38] well, and you may want to change 'author' => 'SQL', [23:21:40] <|X|> I forgot to update that [23:22:09] that's why I'm remembering it to you :) [23:24:25] you may want to also check rev_deleted [23:24:47] hi where would the file php.ini be located? [23:24:51] another lost comment: //Do the desysop [23:25:05] Majorly, phpinfo() will tell you [23:25:11] depends on your php install [23:25:28] well, the usual one... [23:25:32] probably something like /etc/php/*/php.ini [23:26:03] how do I access it? [23:26:30] sorry? [23:26:48] how do I access it? [23:26:56] what do you mean? [23:27:04] finding the real location? [23:27:11] on the web server, yes [23:27:12] you open it with a normal text editor [23:27:29] there's no such directory as "etc" [23:27:38] create a script containing: and browse that page [23:27:57] it will show you a lot of information, including the location of the php.ini it is using [23:28:53] sorry you've lost me :) [23:29:22] I'm trying to change the size limit on uploads, and need to edit the php.ini file [23:31:04] locate your php.ini [23:31:38] it's at /usr/local/lib/php.ini but I can't access that [23:31:53] <|X|> Platonides, I have fixed all that. [23:32:01] well, usually only root can edit it [23:32:15] Platonides, I am root [23:32:31] I mean, there's no directory called "usr" [23:32:35] how am I supposed to find it [23:32:53] there must be /usr [23:33:13] maybe I'm looking in the wrong place, but there isn't [23:33:21] are you trying to find it on your home or something as weird? [23:33:40] go to a console and run: ls -l /usr [23:33:44] no, I'm looking in my file manager [23:33:53] in the mediawiki folder [23:34:05] no,no, no [23:34:08] not on the mediawiki folder [23:34:12] where then [23:34:16] it's a system configuration [23:34:25] on the system root [23:36:20] have you found it? [23:36:25] no... [23:36:34] 06(LATER) Hide the edit summary in Undelete for non-sysops, then grant " deletedhistory" to every user - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=5415 +comment (10mrzmanwiki) [23:36:49] 03(NEW) Inline links to files are not reported by the API - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16806 normal; normal; MediaWiki: API; (carnildo) [23:36:59] which editor do you want to use ? [23:37:40] I really don't know. I've managed to change several features from the default but this is ridiculously complex.. [23:38:53] it's stupidly easy [23:39:03] that's where the complexity lies [23:39:27] go to the parent folder until you cannot go up any more [23:39:37] there you must have the usr folder [23:41:05] no folder [23:41:47] which window environment do you use? [23:42:04] evening [23:42:14] no idea [23:42:29] net2ftp [23:42:34] If i want to be able to paste telnet://
links in a mediawiki page, what do i need to do? [23:42:45] It's installed on a debian running apache atm. [23:43:01] Nardul, do that? [23:43:23] Platonides, Does not work. [23:43:27] [vnc://10.0.0.4 AutoSSH] Doesn't work. [23:43:35] It just writes that line. [23:43:37] [] [23:43:46] [telnet://address] ? [23:44:03] that works [23:44:29] Platonides, do i create a new file or something [23:44:41] I'm sorry, confused. I wan't vnc:// to work. Which it doesnt. [23:45:13] Nardul, I think it's $wgProtocols [23:45:35] Platonides, Thanks. I'll check it out. [23:45:46] Majorly, wont you be restricted to what you can access? [23:45:49] Majorly, do you mean you're accessing the server via a web interface? [23:45:55] yes [23:46:08] then you probably don't have access to the root folder [23:46:09] Reedy, what? [23:46:21] as Platonides just said [23:46:28] cPanel gives you restricted access [23:46:29] tho [23:46:35] usually lets you change some config stuff.. [23:46:46] !wg UrlProtocols [23:46:46] --mwbot-- http://www.mediawiki.org/wiki/Manual:%24wgUrlProtocols [23:46:50] yes, but how. that is my question [23:47:07] ages since i touched cpanel [23:47:07] whatya trying to change? [23:47:14] the upload limit [23:47:19] size [23:47:30] Thanks alot for the help! [23:47:33] if you're root, you probably also have some more access, like ssh [23:47:41] Platonides, cPanel