[00:03:47] 03aaron * r47733 10/trunk/phase3/includes/Title.php: whitespace/style tweak [00:12:09] 03river * r47734 10/trunk/tools/ts-specs/ (9 files in 4 dirs): [00:12:09] TSserf: new spec [00:12:09] TSsubversion: use serf instead of libneon to avoid a neon bug which sends negative content-length [00:49:58] 03dale * r47735 10/trunk/extensions/MetavidWiki/maintenance/ (3 files): maintenance updates [01:19:42] 03river * r47736 10/trunk/tools/ts-specs/ (TSgit.spec patches/git-01-ginstall.diff): TSgit: new package [01:26:57] i habe al problem with my mediawiki, can anybody help me [01:27:17] ? [01:27:21] !ask | A0B5E [01:27:21] --mwbot-- A0B5E: 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/getting-help-on-irc > for a good explanation of getting help on IRC. [01:32:37] i have install the mediawiki with default language german, after the installation i have fill the wiki with contents. I would like change the language of the interface in englisch. if i change the $wgLanguageCode in LocalSettings.php and make the rebuild with the Script rebuildMessages.php, i have a blnak wiki. All contents are deleted. if i change the language in $$wgLanguageCode again to en, the contents are rebuild [01:33:35] edit: if i change the language in $$wgLanguageCode again to de, the contents are rebuild [01:33:54] how can i change the language to en [01:34:40] ? [01:37:59] A0B5E: all the content is *deleted* when you change it to english? O_o [01:38:15] yes that�s right [01:38:26] note that the page titles and stuff will all be the same, so you'll have to enter them in german if they were in german before [01:42:31] ok, the content i have written in the wiki is english, i have accidentally by the installation german selected. On this reason is the interface german, but i will have it in englisch. how can i make this [01:43:18] chuck [01:45:03] A0B5E: changing the wiki language shouldn't remove any content [01:45:18] just change the language to english and then refresh your browser [01:46:13] Whee, bash 4.0. [01:46:30] chuck: the wiki is complete empty if i change the language in localsettings.php, on this reason exist the script rebuildmessages.php [01:46:35] Simetrical: is it POSIX compliant yet? [01:46:38] rebuildmessages rebuild all content [01:47:02] A0B5E: sorry, I don't know what is wrong, but the old wiki pages should still exist [01:47:06] flyingparchment, dunno, they didn't say. I assume you still have to use --posix. [01:47:44] (You arguably shouldn't link /bin/sh to /bin/bash anyway, /bin/dash is probably better for that. At least, that's what Ubuntu thinks.) [01:48:19] well, there are plenty of POSIX-compliant shells around [01:48:29] chuck: yes, the pages are not deleted, if i change the language again in german, the content is there [01:48:30] but lots of linuxes still use bash for /bin/sh, and lots of scripts use #!/bin/bash [01:48:57] Well, #!/bin/bash doesn't hurt anyone, unless for some reason you don't have bash installed. It's #!/bin/sh when you mean #!/bin/bash that's bad. [01:49:12] *Simetrical was bitten by that when moving to Ubuntu, for a couple of his own scripts. [01:49:21] #!/bin/bash gives you a non-posix-compliant shell, is my point [01:49:53] are you supposed to use #!/bin/sh for shell scripts? [01:50:14] flyingparchment, well, #!/usr/bin/python also doesn't give you a POSIX-compliant shell, so what? [01:50:37] chuck, if you don't want to assume the existence of a specific shell on the system, yes. [01:50:54] Simetrical: why would anyone expect it to? a lot of people expect bash to be posix [01:51:23] Well, those people are wrong. Actually, a considerable number of GNU utilities aren't quite POSIX-compliant unless you flip the right switches. [01:53:03] chuck: i can show you it on the url [01:56:47] flyingparchment, actually, the announcement says that "The shell has been changed to be more rigorous about parsing commands inside command substitutions, fixing one piece of Posix non-compliance." [03:04:18] 03(mod) Image redirects from the shared repo don't show "redirected from" - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14117 +comment (10thinboy00) [03:34:37] 03(mod) Implement rev_deleted (deletion of single article revisions) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3576 +comment (10thinboy00) [03:37:18] 03(mod) SVGs fail to render silently if they contain an element - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3537 +comment (10codedread) [03:40:45] 03(mod) Implement rev_deleted (deletion of single article revisions) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=3576 +comment (10skizzerz) [03:54:07] anyone know about using mediawiki markup in tikiwiki? [04:03:04] Hi all, has anyone been getting errors in Ubuntu since the mediawiki upgrade? My wikidb is all hosed and the page won't display properly... Error: 1033 Incorrect information in file: './wikidb/objectcache.frm' (localhost) (just to start)... [04:04:20] I've tried running update.php but it fails... " failed with error code "Table 'querycache' already exists (localhost)". [04:19:20] Is there anyone about who can help me a bit with the CodeReview extension? [04:19:33] !ask [04:19:33] --mwbot-- 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/getting-help-on-irc > for a good explanation of getting help on IRC. [04:19:34] ;-) [04:20:05] *grin* - Yeah, I know that... this is pretty specific though. [04:20:17] My guess is that not many people have touched that code... [04:20:24] (could be wrong though) [04:21:10] OK - The problem is that I have setup a repo and it's all working fine, but diffs aren't being calculated (except the 50 pre-cached ones) [04:31:23] After a bit of a scare today with my Slice being physically rebooted by automated management software, I'm taking database backups seriously. What do folks who run their own wikis use to do backups of live MySQL databases backing MediaWiki? [04:32:06] mysql replication [04:32:11] but you can do mysqldump --single-transaction, too [04:32:39] I can't afford the resources for replication, but --single-transaction sounds perfect. [04:41:02] !backup | shortc|desk [04:41:02] --mwbot-- shortc|desk: http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [04:41:08] maybe [04:46:29] does mysqlhotcopy work? or are there Inno tables? [04:48:04] bleh. I don't have phpmyadmin set up any more (PITA to get access to it without making it somehow accessible to the rest of the world). I don't know the database structure off the top of my head. [04:48:18] Trying to find the mysql CLI commands to find out. [04:54:25] &tagfilter= in URLs is kinda cluttery. Especially next to &year= [04:54:29] Long URLs. :-/ [05:01:18] Marybelle: I fixed API rights on tswiki \o/ [05:01:28] 05:01 < msgbot> (resolved) [TS-181] Fix API rights on TS wiki (Andrew Garrett) [05:01:32] Wheeee. :-) [05:02:01] Thanks. :-) [05:02:43] OverlordQ: Looks like there are four InnoDB tables. [05:07:58] Hm. The database is 161MB in size right now. [05:08:36] p858snake: The thing that worries me is that in the time it takes to backup the entire database, MediaWiki might make changes, leading my backup to reflect data in an inconsistent state. [05:08:53] that's what --single-transaction fixes [05:09:07] although if you only have 4 innodb tables, something is weird and it might not sure. all the tables should be innodb except objectcache [05:10:31] you should be locking your db's beforeing updating them [05:10:46] i think he's talking about people editing the wiki [05:11:19] people can't edit it if its locked [05:11:32] you mean lock the db before dumping it? [05:11:38] yes [05:11:47] shouldn't be necessary if you use --single-transaction [05:13:15] p858snake: Whatever's happening with the wiki is whatever MediaWiki does with it normally. I haven't dug into the source code to learn MW's locking semantics. [05:14:31] flyingparchment: My database has been through a series of upgrades, one after another, since January 2007. It's entirely possible that whatever version of MW I set up at the time used MYISAM instead of InnoDB. Or maybe I specified it then. I don't know; I knew squat about MW and databases at the time... [05:14:50] shortc|desk: mediawiki has never used myisam [05:15:00] (except perhaps for versions that existed before it even had version numbers) [05:15:37] there's no reason to use myisam except on a small test wiki with a single user.. everywhere else it's going to be slower and cause problems (like this) [05:15:49] but you can still use --lock-tables, which will prevent anyone from editing while the dump is in progress [05:16:10] flyingparchment: Looking at it, all but four are MyISAM. I don't know what to say... [05:16:35] How painful will it be to convert them? [05:17:49] Ow. [05:17:53] not at all. but don't convert searchindex, that has to be myisam [05:18:00] I just realized that using --lock-tables could lead to a deadlock of sorts. [05:18:16] My main page uses xfeeds to pull in the site's blog, which sits in the same database. [05:20:27] (An artifact of bouncing from hosting provider to hosting provider over the last couple years.) [05:24:38] flyingparchment: Do I need to take the wiki down for the conversion process, or is this something I can do live? [05:45:11] hi generous users of mediawiki [05:45:28] how do i put [] in a url? [05:47:53] Short answer: You can't. [05:48:14] However, you can use it without the brackets, and put a notice at the top of the page. [05:48:45] hrm, ok [05:52:02] can't you do {{urlencode=}} and do it that way or something [05:52:29] i didn't think you could have [] in urls anyway (well validness) [05:54:03] or you could do http://whatever.whatever/someweirdname%5B01%5D.png and that should be the same as http://whatever.whatever/someweirdname[01].png [06:01:18] this might be a little obvious (I can't find the information anywhere)... how do you make a table float right (like infoboxes) ? [06:02:18] {| class="wikitable" border="1" align="right" [06:02:44] ok ill give that a shot thanks psnake [06:21:58] hmm I updated to mw 1.14 i just noticed the edit links for sections are now invisible to anonymous users [06:22:17] my localsettings has the same setting as before "$wgDefaultUserOptions ['editsection'] = 1;" [06:26:29] I'm doing my second MySQL install on CentOS. My "super user" account isn't able to connect to complete the installation. As I recall, this happened to me before, but I can't remember how I got around it. [06:26:38] My MySQL logs don't say anything. [06:26:54] Is this a MySQLD access problem? [06:28:58] Do I need to explicitly allow root remote access? [06:29:31] mysql channel might be a place to ask that? [06:29:38] might be better place .. [06:30:36] of course, nobody installing MediaWiki has ever had this problem before [06:55:02] 03(mod) Duplicate image reuploading should be forbidden - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15676 +comment (10cuerden) [06:55:13] the edit section tabs has mysteriously vanished for anonymous users after upgrade to 1.14 ! [06:57:32] 03(mod) Image thumbnail generator adding large amounts of artefacts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15488 (10cuerden) [07:03:16] 03(NEW) Image thumbnailing for certain images broken, causing these images to be unusable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17645 15enhancement; normal; MediaWiki: Images; (cuerden) [07:03:21] 03(mod) Image thumbnailing for certain images broken, causing these images to be unusable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17645 normal->highest (10cuerden) [07:04:03] 03(mod) Image thumbnailing for certain images broken, causing these images to be unusable - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17645 15enhancement->04BLOCKER (10cuerden) [07:33:40] Hi, .SVG image with Malayalam text not rendering properly in Wikipedia & Commons. http://ml.wikipedia.org/wiki/File:Scheme_cat_anatomy-ml.svg [07:34:30] http://upload.wikimedia.org/wikipedia/commons/f/f5/Scheme_cat_anatomy-ml.svg - but this one is fine [08:05:50] 03catrope * r47738 10/trunk/wikiation/ (96 files in 15 dirs): Wikiation: Redo r47722 properly: the right property in svn:eol-style=native [08:49:35] good morning [08:52:19] Is it possible to change the order in which the elements appear in the print view? For example the index after the first heading [09:42:41] Please excuse my low level of knowledge. Ive been pouring through the administration and user guides for mediawiki trying to learn about namespaces and categories. I wish to create some basic 'categories' for mediawiki to which articles will go under. Can anybody point me to a basic link on this subject or explain whether I am to use 'namespaces' or whether I can just create categories [09:43:18] Ive seen Help:Categories and Help:Namespaces but I'm used to a more structured learning approach I'm not getting a consistant idea here [09:44:52] to categorize a page, you put a link to the category on a page... for example on "Cat" you might add [[Category:Animals]] [09:45:06] the list of pages in that category is avaiable in the page "Category:Animals" [09:45:16] namspaces have a particular meaning in MediaWiki... [09:45:27] "Cat" is in the main namespace, as it has no prefix [09:45:43] yeh, thats what i figured, they are tied to core functionality, so i wasnt sure whether to use them or not and did not yet get a full picture of that [09:45:50] "Categor:Animals" is in the Category namespace, this is a special namespace... links to it do not create links, but instead categorize pages [09:45:56] er Category [09:46:12] another example of a namespace is Image: or File: [09:46:22] And i can download something like "categorytree" extension which will assist with this basic category concept [09:46:26] instead of creating a link to the page, like [[Cat]] would to "Cat", it embeds the image inline [09:46:43] !categories | bladerunner1 [09:46:43] --mwbot-- bladerunner1: http://www.mediawiki.org/wiki/Help:Categories [09:46:43] yah [09:46:50] but the idea of namespaces takes some getting used to, in mediawiki [09:47:01] !namespaces | bladerunner1 [09:47:01] --mwbot-- bladerunner1: For help with understanding and manipulating namespaces, please consult . See also !extranamespace [09:47:11] jesus fucking lazy helpers [09:47:16] Duesentrieb: Ive seen Help:Categories [09:47:23] please read up before popping in and dumping mwbottings [09:47:38] :D Thanks, i can imagine the lamen questions would get tiring, i really appreciate your extra explaination [09:47:56] there are 16 default namespaces in MediaWiki [09:47:59] bladerunner1: well, namespaces are quite simple... imaging you have a user called "Merlin" but you also want a page about the magician (or the falcon). so you have Merlin and User:Merlin [09:48:15] and these 16 generally have special functionality [09:48:31] you can add more custom ones as you need them, but generally they are better for meta information regarding the wiki, rather than dividing content [09:48:37] bladerunner1: the page Talk:Merlin would be a discussion abotu the page Merlin. User_talk:Merlin would be the user's discussion page [09:48:40] ahhh, I'm getting a bigger picture of namespace use now [09:48:44] note that simply prefixing a page with Namespace: does not create a namespace [09:48:56] Foobar:Flibble is in the NS_MAIN unless you've defined Foobar: [09:49:18] Duesentrieb wikt:redundancy [09:49:33] I think now that i have this focus when i re-read things ive got it [09:49:39] thanks again [09:49:45] rar [09:50:35] 03aaron * r47739 10/trunk/phase3/includes/ (GlobalFunctions.php Profiler.php): [09:50:36] * Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former) [09:50:36] * Made $wgProfileLimit actually work (bug 17485) [09:50:42] 03(FIXED) Usage of wgProfileLimit not implemented - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17485 +comment (10JSchulz_4587) [09:50:57] Mediawiki isnt the kind of thing you master over a weekend. Which is also good because its entirely extensible [09:51:37] "mostly harmless" [09:53:11] I am kind of beginning to wonder whether i selected the right framework for what i want because I've disabled non-user editing and added a moderation extension. So everything is moderated (thus taking away one of mediawiki's key strengths), however I've also just added caching so I guess that will offset some of the overhead [09:53:46] in exchange for the slower speed in updating pages [09:54:34] the "cool" factor has to be acknowledged [09:55:58] bladerunner1: did you see http://www.mediawiki.org/wiki/User:Aaron_Schulz/How_to_make_MediaWiki_fast ? [09:56:08] 03(NEW) Downloads not working via ExtensionDistributor - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17646 normal; normal; MediaWiki extensions: ExtensionDistributor; (p858snake) [09:57:10] Splarka: hahah [09:57:29] Aaronshulz: reading now thankyou [09:57:29] 03aaron * r47740 10/trunk/extensions/Renameuser/SpecialRenameuser_body.php: (bug 17282) Disallow users renames to usernames otherwise forbidden on creation [09:57:34] 03(FIXED) Users can be renamed to usernames forbidden on creation - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17282 +comment (10JSchulz_4587) [09:58:20] I had just installed HTML caching because I'm unfarmiliar with memcache but I had always planned to look into it soon [09:59:20] what is the url? [09:59:23] html caching is good for flat page views from anons. memcached speeds up much of the internal operations. also install an opcode cache. in fact, if you use a singe server, you don't really need memcached if you have the opcode cache. [09:59:43] for multiple servers, memcached is good, because it's shared between boxes., [10:01:59] Its on my wamp windows server now, I might stay in here a while so i can keep getting inspiration and ideas like this though, ill demo it soon! [10:02:28] I made a custom CSS (which I'm sure a lot of people have done), but i did strip down the css and template code quite a lot to make it easy [10:03:38] Duesentrieb: yeh when i first tried to go over most of the admin manuals I read that it can take common parts of php code and optimise the server side delivery, I supposed that due to its complexity and me not knowing enough, for now I would set it aside, I already did read a study showing that it was most beneficial on shared servers which further cemented that notion [10:03:51] bladerunner1: to avopid confusion, note that "templates" are an an in-wiki concept while the outer html cruft is called the "skin". [10:03:53] I'm gong to read opcode cache though, I didnt read that [10:04:17] true, mostly adjustments to the skin, minor adjustments to template [10:04:58] the naming is a constant source of confusion. specially because there's also the skintemplaote stuff, which has *nothing* to do twith "real" templates. [10:05:43] 03siebrand * r47741 10/trunk/extensions/ExtensionDistributor/ExtensionDistributor.php: Remove REL1_11 in ExtensionDistributor. Has been out of support since September 2008. [10:05:54] php namespaces vs mediawiki namespaces, sysop vs system operator, "delete" in mediawiki vs actually deleting [10:06:06] 03(mod) It should be possible to "unlock" additional restriction types - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17441 +comment (10JSchulz_4587) [10:07:26] as well as "stylepath" being /skin/, scriptpath not being for javascript, and articlepath for all namespaces, heh [10:07:50] that actually got me at the start [10:07:55] and then multiply all those words by a hundred languages... [10:08:18] Because I had setup a mod_rewrite so i could scale to my shared hosting environment, and my absolute vs relative paths [10:09:02] Splarka: just a matter of memorizing what's what, i suppose. =;) [10:10:29] is siebrand hiding in this channel under a another name by any chance? [10:11:22] he's online out of chan as siebrand: "siebrand is away: Auto away", at least [10:11:27] in #mediawiki-i18n [10:11:46] hmm, using mibbit, maybe he's travelling [10:15:01] 03(NEW) Make the Edittools work properly - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17647 15enhancement; normal; MediaWiki extensions: CharInsert; (Gerard.meijssen) [10:21:05] bad summary lol [11:01:01] Is it possible to change the order in which the elements appear in the print view? For example the index after the first heading.. [11:02:10] *Duesentrieb stabs his isp [11:15:51] moin [11:21:08] how easy is it to integrate the users on the system into mediawiki? i.e. all normal users added with adduser become wiki users and wiki simply authenticates them without having to add any users into the wiki db? [11:21:39] the authentication page and its extensions are largely outdated.. [11:22:48] although I'm new, I may be able to help [11:23:44] I'm not quite understanding your question, though. What method of authentication do you want instead of standard [11:24:05] bladerunner1: authenticating against existing normal users on the server i'm running mw [11:24:42] When you say "normal users' do you mean linux system users [11:24:50] yes [11:24:52] users from a different web application database (such as mysql) [11:24:53] because i have a few other services which do that and i'd love the users to be able to access all services with their normal unix account username and pwd [11:25:12] I see, I havnt researched that but Id say it should be simple enough [11:25:18] Let me do a quick search with you [11:25:42] There we are [11:26:00] As I said i'm new but I thought i might try answer a few as payback for help received [11:26:06] It appears there are a few extensions on this topic [11:26:30] http://www.mediawiki.org/wiki/Extension:LDAP_Authentication [11:26:56] What about somethign like that [11:27:00] as i said above, it's way outdated [11:27:25] i've already browsed through the authentication page and its extensions [11:27:46] my bad [11:28:12] np [11:28:16] i'll look further :-) [11:28:17] Are you saying that the extension doesnt work, or it fails on something such as speed [11:31:17] is it possible to run one copy of mediawiki code over two (or more) databases or does every single wiki have to have its own copy of code? [11:41:27] maddog: I'm assuming that the print layout for mediawiki is a derivative of the template installed and template.php file inside the skins directory [11:42:15] either that or one of the parent php files, I just did a quick look havnt found it yet, I doubt it should be too hard it will jsut require you looking through all the files, I would try searching for the URI function to point myself int he right direction [11:52:54] 03ialex * r47742 10/trunk/phase3/includes/specials/SpecialRevisiondelete.php: Correct fix for r47709: the second parameter to wfTimestamp() was supposed to be $row->ar_timestamp :) [11:53:45] Hi. Is the language german or english here? [11:54:30] yes [11:55:22] Ok :-) english [11:55:38] But I have a question related to the german Umlaute [11:56:06] I am trying out to backup and install on a new machine [11:56:22] bladerunner1: k, thanks for the hint..i'll have a look at that [11:56:39] Now all german Umlaute are wrong. Is that a problem of mysql or mediawiki [11:56:41] ? [11:56:55] Everything else works fine [11:57:18] did you create the backup using mysqldump? [11:57:49] Let me check the cron file. I cannot remeber [11:59:38] Yes. It is mysqldump -u etc [11:59:48] do it again, but add this: --default-character-set=latin1 [12:00:45] Ok. I'll try and report :-) Thanks for the help [12:07:47] hi [12:10:56] hello werdnum [12:10:58] i found that under some conditions, it helps to add "SET NAMES UTF8" to the top of a dump file. but it all depends on what way your charset confusion is going. [12:11:22] ialex: hello hello [12:14:23] So. I tried and it did not work. I do still have wrong Umlaute [12:15:40] The Umlaute are only wrong in the titles of pages. The content is correct [12:18:57] Is there a forum, where I can place my question? [12:37:32] wow, wikipatterns has just blown my mind with ideas [12:37:42] thats a decent resource right there [12:42:44] 03(FIXED) List global group rights similar to Special:ListGroupRights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15030 +comment (10Andrew) [12:59:10] 03(mod) Image thumbnail generator adding large amounts of artefacts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15488 (10tstarling) [13:01:04] 03(mod) Image thumbnail generator adding large amounts of artefacts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15488 (10tstarling) [13:02:03] 03(mod) Image thumbnail generator adding large amounts of artefacts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15488 (10tstarling) [13:11:17] 03(mod) Image thumbnail generator adding large amounts of artefacts - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15488 (10tstarling) [13:20:45] 03(mod) List global group rights similar to Special:ListGroupRights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15030 (10happy_melon) [13:25:05] 03(mod) List global group rights similar to Special:ListGroupRights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15030 (10Andrew) [13:25:57] Is the only way to disallow certain namespaces with: [13:26:00] $wgGroupPermissions['approved']['editmain'] = true; [13:26:00] $wgNamespaceProtection[NS_XXX] = array( 'editmain' ); [13:26:34] on all namespaces, isnt there any inverse equation where I can disallow then say which to allow rather than allow then disallow every single namespace [13:26:49] according to: http://www.mediawiki.org/wiki/Manual_talk:User_rights This is the only method [13:27:44] MediaWiki is designed with a deny, allow security model. [13:27:51] If you want to do that, you can write a little script, of course [13:27:59] $wgDisallowedNamespaces = array(); [13:29:04] $wgAllNamespaces = array_merge( array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_FILE, NS_FILE_TALK ), array_keys( $wgExtraNamespaces ) ); [13:29:24] Wow, thanks that saved me the reference [13:29:49] I initially thought that seemed cumbersome but it would be seldom that you would create a new namespace and with proper commenting I will remember to check this [13:29:57] thanks again [13:30:01] foreach( $wgAllNamespaces as $namespace ) if (!in_array( $wgDisallowedNamespaces, $ns ) ) $wgNamespaceProtection[$ns] = 'approved'; [13:30:12] Note: It is 12:30 and I am tired and jetlagged. [13:31:13] hi Reedy [13:31:46] hey werdnum [13:37:54] 04(REOPENED) Enable extension VariablesExtension - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=7865 +comment (10pa.dohnalek) [13:42:55] 03jojo * r47743 10/trunk/extensions/Collection/ (README.txt helppages/): removed helppages/ directory, added reference to meta wiki in README.txt instead [13:45:34] 03(NEW) If the toolbar isn't shown,
is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17648 normal; normal; MediaWiki: Page editing; (church.of.emacs.ml) [13:47:23] 03(mod) If the toolbar isn't shown,
is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17648 (10church.of.emacs.ml) [13:51:44] 03(mod) If the toolbar isn't shown,
is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17648 +comment (10church.of.emacs.ml) [14:01:46] 03(mod) List global group rights similar to Special:ListGroupRights - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=15030 (10happy_melon) [14:14:51] 14(DUP) Something Strange with SVG - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14336 +comment (10dasch_87) [14:14:54] 03(mod) Patch for generateSitemap.php - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=14397 +comment (10dasch_87) [14:36:57] hi all [14:38:01] i have a problem after upgrading from mediawiki 1.6.10 to 1.14.0 ... if i access the page i get "The page isn't redirecting properly" what could that be? [14:50:55] In the userlist, I am shown as a sysop. However, when I "List" all members of the sysop group, I am not listed. I also don't have sysop permissions like delete. [14:50:58] Any idea what has happened? [14:56:00] I also seem to have no access to the user rights page [15:02:13] 03daniel * r47744 10/trunk/WikiWord/WikiWordBuilder/src/main/java/de/brightbyte/wikiword/store/builder/ (3 files): force index for resolve alias queries [15:02:48] 03daniel * r47745 10/trunk/WikiWord/WikiWord/src/main/php/ (. config.sample.php wikiword.php wwutils.php): started php query interface [15:03:21] select mw_user_groups.ug_group from mw_user_groups, mw_user where mw_user.user_name = 'Jedwards' AND mw_user_groups.ug_user = mw_user.user_id; [15:03:28] gives result bureaucrat and sysop [15:03:43] but still I don't have effective sysop permissions, or am I listed under the group listing for "Sysop" [15:04:30] 03(NEW) XHTML validation errors -- some "id" attributes are not unique - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17650 normal; normal; MediaWiki: Page rendering; (ben.rimmington) [15:05:19] Sardukar: then you are looking at the wrong database perhaps. or soemthing is very very broken. [15:07:02] this is on a default install, with 3 custom namespaces (all with IDs > 100) [15:08:18] no clue. must be server pixies. [15:11:29] 03daniel * r47746 10/trunk/WikiWord/WikiWordBuilder/src/main/java/de/brightbyte/wikiword/store/builder/DatabasePropertyStoreBuilder.java: fixed bad class import [15:21:53] Is Bugzilla down? [15:23:44] should it be? [15:24:01] RESOLVED WORKSFORME [15:24:41] hmm, didn't work for me earlier. Now it does. [15:30:38] when doing a DumpHTML.php, is there a way for only extracting the content, without all the header/footer/nav mumbo-jumbo? [15:34:22] i am getting the error "Could not create directory "public/4/44"." when i attempt to upload a file. i have went in to media wiki help and changed what is needed to localphp but i am not very familiar with php...can anyone help me? [15:42:39] mib_whoow57c: you need correct file system permissions [15:47:06] Duesentrieb, found the problem [15:47:22] mw_user_groups.ug_group are varbinary fields [15:47:31] even though their contents 'looked fine' via the shell (using mysql cli) [15:47:50] they had some trash data (i.e. sysop[trashhere^"$%^&$]) [15:47:59] emptying this table and recreating entries fixed it [15:50:51] 03(NEW) Default value of watchcreations should be true - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17651 15enhancement; normal; MediaWiki: User preferences; (church.of.emacs.ml) [15:54:44] Sardukar: quite odd. how would that get in there?... [15:55:21] that kind of thing happens during backup restorations or mysql database moves [15:56:05] the only time it has ever happened to me was during mysql upgrade. and it what it did was pad all text fields with spaces. great fun. [15:56:10] 03demon * r47747 10/trunk/phase3/includes/filerepo/ForeignAPIRepo.php: NS_IMAGE -> NS_FILE [15:57:49] 03(NEW) COUNT(*) when editing page to check if the page is deleted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17649 normal; normal; MediaWiki: Database; (davidt) [16:01:29] 03(mod) If the toolbar isn't shown,
is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17648 +comment (10danny.b) [16:01:31] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=12788 (10danny.b) [16:06:14] 03daniel * r47748 10/trunk/WikiWord/WikiWord/src/main/php/ (config.sample.php wikiword.php wwutils.php): simple navigator interfacer in progress [16:06:49] 03(NEW) Two extensions in Italian - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17652 15enhancement; normal; MediaWiki extensions: General/Unknown; (uno) [16:07:01] 03(mod) $wgCapitalLinks should be a per-namespace setting - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=13750 +comment (10innocentkiller) [16:07:17] 03(mod) Two extensions in Italian - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17652 (10uno) [16:09:25] Nikerabbit where do i find the correct file system permissions localphp? [16:13:46] 03(ASSIGNED) Single Namespace is hidden - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17504 normal->high; +comment (10dasch_87) [16:15:06] 03(mod) COUNT(*) when editing page to check if the page is deleted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17649 +need-review +patch (10raimond.spekking) [16:17:47] 03(FIXED) COUNT(*) when editing page to check if the page is deleted - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17649 -need-review -patch ; +comment (10JSchulz_4587) [16:22:47] 03(mod) Default value of watchcreations should be true - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17651 +comment (10JSchulz_4587) [16:25:08] 03(FIXED) mention sitemap default output destination - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17640 +comment (10Simetrical+wikibugs) [16:25:13] 03(FIXED) Users custom CSS and JS not linked from Special:Preferences - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=2314 +comment (10JSchulz_4587) [16:26:45] 03(mod) If the toolbar isn't shown,
is missing - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17648 +comment (10church.of.emacs.ml) [16:29:39] 03(FIXED) Two extensions in Italian - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17652 +comment (10raimond.spekking) [16:30:05] morning peeps [16:30:42] hey [16:31:44] hello brion [16:31:58] *Splarka looks around for yellow chicken-shaped marshmallow candy things [16:33:11] 03(mod) Pagination doesn't work on Special:PrefixIndex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 +comment (10JSchulz_4587) [16:35:02] om nom nom nom [16:35:30] 03(mod) XHTML validation errors -- some "id" attributes are not unique - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17650 +comment (10danny.b) [16:35:49] 03(mod) Pagination doesn't work on Special:PrefixIndex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 (10innocentkiller) [16:36:52] 03(WONTFIX) "Go" search button is ignoring user's custom search namespaces - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=11380 +comment (10JSchulz_4587) [16:37:41] 03(mod) Pagination doesn't work on Special:PrefixIndex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 (10danny.b) [16:39:24] http://usability.wikimedia.org/wiki/Extension_Survey/Extension_Nomination [16:40:03] hello brion [16:40:15] hahaha DPL [16:40:28] funny, right? ;-) [16:40:41] brion: you should submit that to The Onion [16:40:55] there, there :) [16:41:35] what, no StringFunctions ? [16:41:56] Splarka: be bold [16:42:04] 03(mod) Pagination doesn't work on Special:PrefixIndex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 +comment (10roan.kattouw) [16:42:16] they're evil, no way [16:42:22] 03(mod) Pagination doesn't work on Special:PrefixIndex - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 (10JSchulz_4587) [16:42:45] also, wikia extensions are often usability agnostic [16:42:58] (just an FYI, a lack of non-js fallback must be watched for) [16:43:11] 03(mod) Pagination doesn't work on Special:PrefixIndex with no prefix - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=16434 summary (10JSchulz_4587) [16:44:15] AaronSchulz: http://cs.wikipedia.org/w/index.php?title=Speci%C3%A1ln%C3%AD%3APrefixIndex&from=.&namespace=0 [16:44:28] click on next page (.td) [16:44:31] what, is bugzilla too slow to hold a live conference? [16:44:52] (you were doing pretty good so far) [16:44:54] no need to clutter bugzilla when we're online [16:45:15] *Splarka casts Summon Roan [16:45:31] *NetHunter wonders if AaronSchulz is over here. [16:45:40] ? [16:45:54] AaronSchulz: Been wondering about r47750 [16:46:18] AaronSchulz: the link describes the problem with prefixindex [16:46:23] AaronSchulz: I'm wondering - why is it better to implement it as 2 separate functions, and not as one function with a parameter? [16:46:39] Danny_B: I already repo'ed that a while ago [16:46:59] the summary isn't correct now i think [16:47:08] RoanKattouw: hi,we weremissing you ;-) [16:47:31] What's up? [16:48:03] talking about prefixindex [16:48:25] Ah [16:48:35] Yeah, three conflicting responses on the same bug :) [16:49:10] hmm it even ignoresthe "from="in url - http://cs.wikipedia.org/w/index.php?title=Speci%C3%A1ln%C3%AD%3APrefixIndex&from=.&namespace=0 - it should start at ... but starts at ! - weird... [16:50:16] Danny_B: Check the textbox in that URL. It's empty, which means something somewhere is purposefully ignoring it [16:50:35] weird [16:53:16] 03demon * r47749 10/trunk/phase3/maintenance/generateSitemap.php: (bug 17640) Mention where the sitemap goes if we don't explicitly specify. Patch by Jidanni. [16:56:33] 03(mod) Make Wikipedia's edittools easy to install and translate - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17647 summary; +comment (10roan.kattouw) [16:57:40] heh [16:57:52] 03aaron * r47750 10/trunk/phase3/includes/ (4 files in 3 dirs): * (bug 17649) Added isDeletedQuick() and replaced some slow checks [16:57:53] GerardM-: you didn't even mention the dropdown box, which was kinda the whole point [16:58:22] that was what got me started [16:58:34] \o/ CIA-60 [16:58:35] !farm | Danny_B [16:58:35] --mwbot-- Danny_B: To run multiple wikis, you can simply install MediaWiki in different folders, with different databases or in one with database prefixes. You can also have multiple wikis using a single installation: and . [16:58:40] I have been talking with MinuteElectroon [16:58:45] (if you hadn't seen that yet --^) [16:59:28] Gerard: you /don't/ want the dropdown box now? *confused* [16:59:31] it would make sense to make an Edittools extension out of it and use the language names out of the CLDR extension [16:59:39] I do [16:59:46] ahh, you don't mention that, hang on.. [17:00:06] 03(mod) Make Wikipedia's edittools easy to install and translate - 10https://bugzilla.wikimedia.org/show_bug.cgi?id=17647 (10herd) [17:00:09] in my article I had two screen shots.. one with and one without [17:00:17] *Splarka nods [17:00:26] I think CharInsert could also offer ranges [17:00:50] there is not that much point to that [17:00:56] Sardukar: *three* custom namespaces? Every namespace *must* have a talk namespace, if they don't, things can break in obscure ways [17:01:34] sure there is GerardM-, it would make page loads much less spammy [17:01:39] RoanKattouw; 6, then [17:01:47] Ah, like that [17:01:50] My bad [17:02:12] the problem is that the order of characters is not a given in the ranges [17:02:24] what you want is to have them in their collation order [17:02:43] RoanKattouw; did you see my text above regarding ninja field corruption in mw_user_groups? [17:02:47] for example, say you wanted the Kiragana character set... would save lots of manual work and also not do anything without JS enabled [17:02:57] Sardukar: Yeah, after I said it :( was reading logs [17:03:02] well, obviously it wouldn't work for everything [17:03:03] RoanKattouw: how do you know? you just came and this is old question... I got ya, you spy here! ;-) [17:03:04] but it would not be in the collation order [17:03:06] but it would be a nice additional feature [17:03:15] Danny_B: Chanlogs? :P [17:03:37] if you present in the colloation order, people know where to find it [17:03:43] right now I have JS disabled.. I go to a random commons edit page [17:03:48] the HTML is 152k [17:03:50] that is fucked [17:04:22] tololbar must not be in html - that's terrible concept [17:04:23] the same page on test.wp is 23k [17:04:36] editools is even worse concept [17:05:00] on some sites they double,triple,quadruple the page size [17:05:09] 03raymond * r47751 10/trunk/extensions/ (HTMLets/HTMLets.i18n.php Icon/Icon.i18n.php): [17:05:09] * (bug 17652) Two extensions in Italian [17:05:09] Patch by Uno [17:05:16] or septuple, on commons [17:07:10] anyway, a native grouping like... [17:07:12] a b c d e f g ... � � C' c' � � � � � � S' s' � � � � O/' o/' [17:07:47] that would display:none; them and self-generate a