From mharris at visionbankcard.net Thu Dec 1 00:17:35 2005 From: mharris at visionbankcard.net (Harris, Mike) Date: Wed, 30 Nov 2005 17:17:35 -0700 Subject: [Mediawiki-l] Importing a wiki Message-ID: <2158C5EC5B6D9A47A23F60620F1ABEE71C5CF6@ex1.visiongrp.local> I am trying to port my wiki on a new computer. To do this I simply dumped by database and then recreated it on my new database on the new computer. I then tried to simply run the install script from a fresh wiki installation. I get the following error: A database error has occurred Query: INSERT INTO `old` (old_namespace,old_title,old_text,old_comment,old_user,old_user_text,old _timestamp,inverse_timestamp) SELECT cur_namespace,cur_title,cur_text,cur_comment,cur_user,cur_user_text,cur_ timestamp,99999999999999-cur_timestamp FROM `cur` WHERE cur_namespace='8' AND cur_title='1movedto2' Function: Article::quickEdit Error: 1146 Table 'wikidb.old' doesn't exist (localhost) The entire installation script appears as follows: ...linkscc table already exists. ...hitcounter table already exists. ...querycache table already exists. ...objectcache table already exists. ...categorylinks table already exists. ...logging table already exists. ...user_rights table already exists. ...have ipb_id field in ipblocks table. ...have ipb_expiry field in ipblocks table. ...have rc_type field in recentchanges table. ...have rc_ip field in recentchanges table. ...have rc_id field in recentchanges table. ...have rc_patrolled field in recentchanges table. ...have user_real_name field in user table. ...have user_token field in user table. ...have ur_user field in user_rights table. ...have log_params field in logging table. ...have ss_total_pages field in site_stats table. ...already have interwiki table ...indexes seem up to 20031107 standards ...linkscc is up to date, or does not exist. Good. Converting links table to ID-ID... Schema already converted ...image primary key already set. Logging table has correct title encoding. ...cur_id covering index already exists. Initialising "MediaWiki" namespace... A database error has occurred Query: INSERT INTO `old` (old_namespace,old_title,old_text,old_comment,old_user,old_user_text,old _timestamp,inverse_timestamp) SELECT cur_namespace,cur_title,cur_text,cur_comment,cur_user,cur_user_text,cur_ timestamp,99999999999999-cur_timestamp FROM `cur` WHERE cur_namespace='8' AND cur_title='1movedto2' Function: Article::quickEdit Error: 1146 Table 'wikidb.old' doesn't exist (localhost) Backtrace: GlobalFunctions.php line 524 calls wfBacktrace() Database.php line 383 calls wfDebugDieBacktrace() Database.php line 333 calls Database::reportQueryError() Database.php line 1203 calls Database::query() Article.php line 2134 calls Database::insertSelect() InitialiseMessages.inc line 192 calls Article::quickEdit() InitialiseMessages.inc line 78 calls initialiseMessagesReal() updaters.inc line 218 calls initialiseMessages() index.php line 539 calls do_all_updates() Can anyone help me out or suggest a better way of porting my wiki over? Thanks, Mike From judi_chen at yahoo.com Thu Dec 1 01:05:21 2005 From: judi_chen at yahoo.com (judi chen) Date: Wed, 30 Nov 2005 17:05:21 -0800 (PST) Subject: [Mediawiki-l] Need help can someone help THANKS Message-ID: <20051201010521.58221.qmail@web52312.mail.yahoo.com> Hi, ALL I was asking this question for about a week. Can someone help? I am running mediawiki 1.5.2 on Fedora core 4. I try to have TeX implemented. I read the 'Enable TeX' on meta and the README file in the math directory. I have all the external programs installed and tested. The command line texve seems working well. For example, by executing the following command in the math directory ./texvc /var/www/wiki/images/tmp /var/www/wiki/images/math/ "\lim_{n \to \infty}x_n" iso-8859-1 I got the desired PNG in the /var/www/wiki/images/math/ So the directory permssion is OK. But when I tried \sqrt{1-e^2} on mediawiki I got the following error msg, Failed to parse (unknown error): \sqrt{1-e^2} Can someone help me and share some light thanks jc __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ From brion at pobox.com Thu Dec 1 01:07:34 2005 From: brion at pobox.com (Brion Vibber) Date: Wed, 30 Nov 2005 17:07:34 -0800 Subject: [Mediawiki-l] Importing a wiki In-Reply-To: <2158C5EC5B6D9A47A23F60620F1ABEE71C5CF6@ex1.visiongrp.local> References: <2158C5EC5B6D9A47A23F60620F1ABEE71C5CF6@ex1.visiongrp.local> Message-ID: <438E4CD6.90807@pobox.com> Harris, Mike wrote: > I am trying to port my wiki on a new computer. To do this I simply > dumped by database and then recreated it on my new database on the new > computer. I then tried to simply run the install script from a fresh > wiki installation. I get the following error: [snip] > Error: 1146 Table 'wikidb.old' doesn't exist (localhost) 1.5 has no 'old' table. Did you import a 1.5 database with 1.4 source code? You can set a prefix on all tables. Did you import a database with prefixes, and fail to configure that prefix in the installer? -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051130/676e2c50/attachment.pgp From robchur at gmail.com Thu Dec 1 01:20:50 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 01:20:50 +0000 Subject: [Mediawiki-l] adding a 'CSV' field to MediaZilla In-Reply-To: <00bd01c5f5ef$00776260$561cfea9@gangleri> References: <00bd01c5f5ef$00776260$561cfea9@gangleri> Message-ID: Shock horror! CVS contains a command called update! Shock horror! CVS clients can tell you what's changed between your workspace and the repository! What happens if more than one file was changed, as is often the case? Rob Church On 30/11/05, gangleri wrote: > Hallo! > > It seems that the section *Queryable Fields* in > http://bugzilla.wikimedia.org/config.cgi shows the defnition of the fields > in MediaZilla. > > What about adding a field > { name: 'related_cvs_link', > description: 'CVS' } > > This field should contain the link to the relevant file at > http://cvs.sourceforge.net/viewcvs.py/wikipedia/ > and should help newbees to go directly > a) to the relevant file that needs to be changed > or if the bug report was fixed > b) to the file that *was* changed; if more similar files have been changed > then an example url should be included > > Why this request? > a) I was able to idendify some of such files but I was not able to identify > for exmple the file where the change for > http://bugzilla.wikimedia.org/show_bug.cgi?id=3810#c9 and > http://bugzilla.wikimedia.org/show_bug.cgi?id=3810#c10 have been made. > b) Having the CVS link at the top would make life easier then searching for > such links inside the comments. > > Thanks for your support in advance! > > best regards reinhardt [[user:gangleri]] > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 01:21:21 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 01:21:21 +0000 Subject: [Mediawiki-l] mediawiki 1.5: so difficult? In-Reply-To: <9f02ca4c0511300844g3f5166aeo@mail.gmail.com> References: <9f02ca4c0511280830m3c5f9eaw@mail.gmail.com> <9f02ca4c0511291254reb6a1d0m@mail.gmail.com> <9f02ca4c0511300820u691e4037p@mail.gmail.com> <9f02ca4c0511300844g3f5166aeo@mail.gmail.com> Message-ID: Not a biggie, however... Rob Church On 30/11/05, Rowan Collins wrote: > On 30/11/05, Rob Church wrote: > > ...bear in mind to tweak the code for Special:Wantedpages first, > > otherwise it'll miss out some which aren't linked to more than once. > > Ah, I didn't realise that. Thought there might be a catch. :( > > -- > Rowan Collins BSc > [IMSoP] > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 01:25:29 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 01:25:29 +0000 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <438E0DAC.7060704@web.de> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> Message-ID: Is the uploads (/wiki/images) directory writable by the web server user? Rob Church On 30/11/05, Martin Baumann wrote: > I just found out that the error message is called in > includes/SpecialUpload.php > > $success = move_uploaded_file( $tempName, $this->mSavedFile ); > if( ! $success ) { > $wgOut->fileCopyError( $tempName, $this->mSavedFile ); > return false; > } > > the string in $tempName changes at each upload. > > What can I do? > Any idea? > > Can it have something to do with save mode? > > > Martin > > > > Martin Baumann schrieb: > > > Hi, > > > > I am logged on as sysop of my wiki. > > The directories images and subdirectories archive, temp and thumb > > exist and all have 777 mode. > > > > I try to upload an image and the following error is shown: > > > > Internal Error: Could not copy file "/tmp/phpjf0ODv" to > > "//wiki/images/test.png". > > > > No other information or comment. I have no idea what could cause this > > problem. The site is hosted by > > a computing center of a university. Probably they made some options on > > their servers that lead to this > > error? > > > > Anyone any idea to find out what goes wrong? > > > > Thanks, Martin > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 01:32:17 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 01:32:17 +0000 Subject: [Mediawiki-l] Modifying search results page In-Reply-To: <27e1e1140511291547l34ac929fldd099e3c9c1cdec4@mail.gmail.com> References: <27e1e1140511241754r7744cc51t1f399556eb830e8c@mail.gmail.com> <27e1e1140511250531j10455802xf68090552b92da4e@mail.gmail.com> <27e1e1140511251601w299c6465ra54ac207e2cf1f3@mail.gmail.com> <27e1e1140511291547l34ac929fldd099e3c9c1cdec4@mail.gmail.com> Message-ID: Parsing? Hmm, sounds like that *might* be something the parser does...see the global $wgOut output page object knocking about, which contains a few of those functions. Also refer to Parser.php... Rob Church On 29/11/05, Alex Edelman wrote: > Hey, all. > > I'm looking to change the way my search results appear. Currently, > they include, as per default, the link to the article, and below that > a snippet of text from it. My problem is that this text contains > iteral wikicode ([[]], '''', etc.). How can I change the results page > so that these marks are removed? > > Having stared and stared at searchengine.php and its related files, > I've found the classes, extended classes, and their functions way over > my head. Is there some specific function that parses wikitext? And > which function's return do I have to parse thus? > > -- > Sincerely, > Alex Edelman > "Alpaca" > http://www.thekolwiki.net/ > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From gangleri at wikimagic.com Thu Dec 1 02:22:00 2005 From: gangleri at wikimagic.com (gangleri) Date: Thu, 1 Dec 2005 03:22:00 +0100 Subject: [Mediawiki-l] is this a bug? behaviour of oldid has changed Message-ID: <017e01c5f61e$0e5e4cc0$561cfea9@gangleri> Hallo! Some days before you could use ?oldid=nnnn / &oldid=nnnn with an *arbitrary* title. This has changed (today?). There are scenarios where this is quite strange. I created http://test.leuksman.com/view/Refer_by_oldid as http://test.leuksman.com/index.php?title=Refer_by_oldid&oldid=9974 I moved the page to http://test.leuksman.com/view/Refer_by_oldid_moved as http://test.leuksman.com/index.php?title=Refer_by_oldid_moved&oldid=9975 I deleted http://test.leuksman.com/view/Refer_by_oldid What happens: see a) http://test.leuksman.com/index.php?title=Refer_by_oldid&oldid=9974 b) http://test.leuksman.com/index.php?title=oldid=9974 c) http://test.leuksman.com/index.php?title=Refer_by_oldid_moved&oldid=9974 Another scenario: Namespaces get changed and the titles do not match any more. This was irrelevant in the past. Not it is *not*. Should we open a bug? regards reinhardt [[user:gangleri]] irc://irc.freenode.net/mediawiki irc://irc.freenode.net/wiktionary ICQ: 317732084 From yokima at gmail.com Thu Dec 1 04:24:08 2005 From: yokima at gmail.com (Yongho Kim) Date: Wed, 30 Nov 2005 20:24:08 -0800 Subject: [Mediawiki-l] imitating commons on private mediawiki installations In-Reply-To: <438D591B.8010409@pobox.com> References: <3a07b379050511092240795cfa@mail.gmail.com> <42826E22.1030604@pobox.com> <3a07b37905051114085d14872a@mail.gmail.com> <3a07b3790511292309i5db306cfm9ad28868d086f93b@mail.gmail.com> <438D591B.8010409@pobox.com> Message-ID: <3a07b3790511302024p1d67a5a8m591ce0a5ebd570b7@mail.gmail.com> Hmm, I feel like I would need to enter more information to LocalSettings.phpfor this to work. As I understand it, Wikimedia Commons is a MediaWiki installation that *could* have text information but instead was dedicated to media files. And the other languages, english, german, etc.. will "look up" Wikimedia Commons when an Image: request does not show any local file. Right? So I'm assuming the configuration given by Brion Vibber $wgSharedUploadPath = 'http://upload.wikimedia.org/wikipedia/commons'; $wgSharedUploadDirectory = '/mnt/upload3/wikipedia/commons'; $wgHashedSharedUploadDirectory = true; $wgSharedUploadDBname = 'commonswiki'; is a LocalSettings.php insert for every single language wikipedia installation, except for Commons itself, right? If this is the case, why is given language MediaWiki X (let's say the english installation) not provided with the MySQL user and password for the UploadDBname "commonswiki"? Shouldn't there be entries for $wgSharedUploadDBuser and $wgeSharedUploadDBpassword ? For instance, our MediaWiki installs at mpkb.net are structured as follows: MySQL english wiki (/en) DB mpkbnet_wiki, prefix en_ (en_archive, en_brokenlinks, etc..) spanish wiki (/es) DB mpkbnet_wiki, prefix es_ (es_archive, es_brokenlinks) user for mpkbnet_wiki = mpkbnet_mpkbnet Then I try to set up the spanish wiki as subordinated to the english wiki, and so all images in spanish will be coming from the ones already uploaded at the english one. So I tried to set up the english one as a Commons. I inserted the following at the spanish wiki LocalSettings.php $wgSharedUploadPath = 'http://mpkb.net/wikien/images'; $wgSharedUploadDirectory = '/home/mpkbnet/public_html/wikien/images'; $wgHashedSharedUploadDirectory = true; $wgSharedUploadDBname = 'mpkbnet_wiki'; ( /wikien is the real directory and /en is a rewrite mask) and obviously it doesn't work, but.. how can this be done? Should I separate the english and spanish wiki into different databases? english wiki DB mpkbnet_wikien, prefix wp_ spanish wiki DB mpkbnet_wikies, prefix wp_ like this? But still, I can't see how one wiki would be able to access DB information for the other "commons" wiki. Help. Yongho On 11/29/05, Brion Vibber wrote: > > Yongho Kim wrote: > > I am still unable to set the commons wiki properly. Could someone paste > here > > a working LocalSettings.php wgSharedUpload configuration? Or could I see > > wikipedia's configuration? That would make it a lot easier to > retroengineer > > it and adapt to my site's setup. > > First you need to set the URL prefix to where the common uploaded files > will > appear on the web: > > $wgSharedUploadPath = 'http://upload.wikimedia.org/wikipedia/commons'; > > You also need a local filesystem directory, so files can be checked for > existence and thumbnails generated: > > $wgSharedUploadDirectory = '/mnt/upload3/wikipedia/commons'; > > On by default, using the subdirectories to split up the file set: > > $wgHashedSharedUploadDirectory = true; > > To load image data for shared images, you'll also need to specify the > database > name (all your wikis will need to use the same prefix, in separate > databases on > the same server, or I'm not sure this works): > > $wgSharedUploadDBname = 'commonswiki'; > > I'm not sure if this made it into 1.5 or not, but you can optionally have > it > fetch the description page contents to show when you go to 'Image:Foo.jpg'. > This > might require additional configuration (appropriate interwiki table etc): > > $wgFetchCommonsDescriptions = true; > > > Unfortunately I'm not sure any of the above is any clearer than the > examples in > the earlier message you quoted, but that's our settings... > > -- brion vibber (brion @ pobox.com) > > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > From brion at pobox.com Thu Dec 1 04:56:10 2005 From: brion at pobox.com (Brion Vibber) Date: Wed, 30 Nov 2005 20:56:10 -0800 Subject: [Mediawiki-l] imitating commons on private mediawiki installations In-Reply-To: <3a07b3790511302024p1d67a5a8m591ce0a5ebd570b7@mail.gmail.com> References: <3a07b379050511092240795cfa@mail.gmail.com> <42826E22.1030604@pobox.com> <3a07b37905051114085d14872a@mail.gmail.com> <3a07b3790511292309i5db306cfm9ad28868d086f93b@mail.gmail.com> <438D591B.8010409@pobox.com> <3a07b3790511302024p1d67a5a8m591ce0a5ebd570b7@mail.gmail.com> Message-ID: <438E826A.3070301@pobox.com> Yongho Kim wrote: [snip] > If this is the case, why is given language MediaWiki X (let's say the > english installation) not provided with the MySQL user and password for the > UploadDBname "commonswiki"? It's accessed on the same database connection, so your DB user needs permissions on the shared database as well. > For instance, our MediaWiki installs at mpkb.net are structured as follows: > > MySQL > english wiki (/en) DB mpkbnet_wiki, prefix en_ (en_archive, en_brokenlinks, > etc..) > spanish wiki (/es) DB mpkbnet_wiki, prefix es_ (es_archive, es_brokenlinks) > user for mpkbnet_wiki = mpkbnet_mpkbnet If you're using prefixes, you may also need to set $wgSharedUploadDBprefix. (You did look in DefaultSettings.php for all the available settings, right?) I've never tested it with prefixes, so can't guarantee it'll work properly. > But still, I can't see how one wiki would be able to access DB information > for the other "commons" wiki. You can access as many databases on the server as you like, as long as the user has permissions for them. -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051130/77994b79/attachment.pgp From kg4ydw at gmail.com Thu Dec 1 06:35:56 2005 From: kg4ydw at gmail.com (Steven Dick) Date: Thu, 1 Dec 2005 01:35:56 -0500 Subject: [Mediawiki-l] mediawiki 1.5: so difficult? In-Reply-To: References: <9f02ca4c0511280830m3c5f9eaw@mail.gmail.com> <9f02ca4c0511291254reb6a1d0m@mail.gmail.com> <9f02ca4c0511300820u691e4037p@mail.gmail.com> <9f02ca4c0511300844g3f5166aeo@mail.gmail.com> Message-ID: Here's a starting list if pages that need site appropriate content, most in MediaWiki namespace of course. I apologize in advance for any typos, since I"m not using cut and paste on this. I don't pretend this list is complete, just a start. Some of these are already well documented in the MediaWiki documentation. sidebar (and items linked from it such as...) mainpage Community portal Current events Protected page Protected page guidelines Image use policy Copyrights Searching (from Searchresulttext) nogomatch (I replaced the default with a version of what is on wikipedia) From mailsgetlost at web.de Thu Dec 1 06:47:53 2005 From: mailsgetlost at web.de (Martin Baumann) Date: Thu, 01 Dec 2005 07:47:53 +0100 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> Message-ID: <438E9C99.4020802@web.de> I think so. I changed mod to 777. But how can I test if web server user actually can write files to it? Martin Rob Church schrieb: >Is the uploads (/wiki/images) directory writable by the web server user? > > >Rob Church > >On 30/11/05, Martin Baumann wrote: > > >>I just found out that the error message is called in >>includes/SpecialUpload.php >> >>$success = move_uploaded_file( $tempName, $this->mSavedFile ); >>if( ! $success ) { >> $wgOut->fileCopyError( $tempName, $this->mSavedFile ); >> return false; >>} >> >>the string in $tempName changes at each upload. >> >>What can I do? >>Any idea? >> >>Can it have something to do with save mode? >> >> >>Martin >> >> >> >>Martin Baumann schrieb: >> >> >> >>>Hi, >>> >>>I am logged on as sysop of my wiki. >>>The directories images and subdirectories archive, temp and thumb >>>exist and all have 777 mode. >>> >>>I try to upload an image and the following error is shown: >>> >>>Internal Error: Could not copy file "/tmp/phpjf0ODv" to >>>"//wiki/images/test.png". >>> >>>No other information or comment. I have no idea what could cause this >>>problem. The site is hosted by >>>a computing center of a university. Probably they made some options on >>>their servers that lead to this >>>error? >>> >>>Anyone any idea to find out what goes wrong? >>> >>>Thanks, Martin >>>_______________________________________________ >>>MediaWiki-l mailing list >>>MediaWiki-l at Wikimedia.org >>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >>> >>> >>_______________________________________________ >>MediaWiki-l mailing list >>MediaWiki-l at Wikimedia.org >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> >> >> >_______________________________________________ >MediaWiki-l mailing list >MediaWiki-l at Wikimedia.org >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > From kg4ydw at gmail.com Thu Dec 1 06:48:03 2005 From: kg4ydw at gmail.com (Steven Dick) Date: Thu, 1 Dec 2005 01:48:03 -0500 Subject: [Mediawiki-l] mediawiki 1.5: so difficult? In-Reply-To: <9f02ca4c0511300820u691e4037p@mail.gmail.com> References: <9f02ca4c0511280830m3c5f9eaw@mail.gmail.com> <9f02ca4c0511291254reb6a1d0m@mail.gmail.com> <9f02ca4c0511300820u691e4037p@mail.gmail.com> Message-ID: On 11/30/05, Rowan Collins wrote: > > OK, no need for accusations Sorry to snap at you, and thanks for correcting the errors, pedanticly or not. That's what I get for writing to maling lists when I really should be sleeping. :) Part of your confusion is that I meant both things, probably because I'm confused about what I want. It's been a while since I set up the wiki, so weak memory on this stuff does not help. I *thought* you were talking about pages which were literally *part > of* the interface; I'm not sure that this isn't the case. As another poster pointed out, there are pages that need to be site appropriate. I think I've listed most of them in my posting to the list, but I'm sure I missed a few. The key here is prioritizing what needs changing -- things that are critical to a site's layout and purpose, vs. all messages in the system. But most of the pages that bother me I think are linked to from the system messages, which is why they got missed. From T.Vasiliadis at schlemmerblock.de Thu Dec 1 07:42:26 2005 From: T.Vasiliadis at schlemmerblock.de (Vasiliadis, Thomas) Date: Thu, 1 Dec 2005 08:42:26 +0100 Subject: [Mediawiki-l] Are there any restrictions for a MediaWiki running on MS IIS? Message-ID: Hi there, Im running an MediaWiki 1.5.1 with PHP 5.0.5 (isapi) and MySQL 5.0.15-nt on an MS IIS (InternetInformationServer). I have some troubles with it: If I try to use a "Umlaut" (german special character like ?,?,?) in the articel name, the articel will be saved if I hit the save button, but Wiki doesn't react anymore. If i try to load such an article, it is the same. In the Database on the server are funny characters instat of the Umlaute I have used. If I take a lock with phpMyAdmin from my PC the characters seems pretty OK. The tabels are all utf8-gerneral_ci and the database itself latin1_swedish_ci (don't ask me why swedish). The type of the tables are mostly "InnoDB". Searchindex is "MyISAM" an hitcounter is "MEMORY" (with a unknown amount of datasets inside). Ive tryed to update the whole wiki to 1.5.2, since then i am unable to delete an articel (which worked fine before). Downgrading to 1.5.1 makes no change to this. Have anybody any suggestions? TV From gordon.joly at pobox.com Thu Dec 1 09:35:47 2005 From: gordon.joly at pobox.com (Gordon Joly) Date: Thu, 1 Dec 2005 09:35:47 +0000 Subject: [Mediawiki-l] Google Analytics in a Mediawiki wiki? Message-ID: I have tried to incorporate Google Analytics in some wikis (Mediawiki 1.5.2) without success. Any ideas how to do this? http://www.google.com/analytics/ A small script segment has to appear in all the pages that you want Google Analytics to monitor. -- Gordo (aka LoopZilla) gordon.joly at pobox.com http://pobox.com/~gordo/ http://www.loopzilla.org/ From robchur at gmail.com Thu Dec 1 09:56:31 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 09:56:31 +0000 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <438E9C99.4020802@web.de> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> Message-ID: If you set CHMOD 777 on the images directory, then it ought to be writable, and you shouldn't have to test it; however, to do so, write a small script and see. Something like the following would be adequate: 0) { echo('done!
'); } else { echo('failed!
'); } ?> Pop this in a .php file, place it in the images dir. and call it. It ought to return a success message and produce a file containing some dummy text. To the original problem; find out if safe mode is on, etc. and whether or not file uploading itself is permitted within the PHP configuration. Rob Church On 01/12/05, Martin Baumann wrote: > I think so. I changed mod to 777. > But how can I test if web server user actually can write files to it? > > Martin > > > Rob Church schrieb: > > >Is the uploads (/wiki/images) directory writable by the web server user? > > > > > >Rob Church > > > >On 30/11/05, Martin Baumann wrote: > > > > > >>I just found out that the error message is called in > >>includes/SpecialUpload.php > >> > >>$success = move_uploaded_file( $tempName, $this->mSavedFile ); > >>if( ! $success ) { > >> $wgOut->fileCopyError( $tempName, $this->mSavedFile ); > >> return false; > >>} > >> > >>the string in $tempName changes at each upload. > >> > >>What can I do? > >>Any idea? > >> > >>Can it have something to do with save mode? > >> > >> > >>Martin > >> > >> > >> > >>Martin Baumann schrieb: > >> > >> > >> > >>>Hi, > >>> > >>>I am logged on as sysop of my wiki. > >>>The directories images and subdirectories archive, temp and thumb > >>>exist and all have 777 mode. > >>> > >>>I try to upload an image and the following error is shown: > >>> > >>>Internal Error: Could not copy file "/tmp/phpjf0ODv" to > >>>"//wiki/images/test.png". > >>> > >>>No other information or comment. I have no idea what could cause this > >>>problem. The site is hosted by > >>>a computing center of a university. Probably they made some options on > >>>their servers that lead to this > >>>error? > >>> > >>>Anyone any idea to find out what goes wrong? > >>> > >>>Thanks, Martin > >>>_______________________________________________ > >>>MediaWiki-l mailing list > >>>MediaWiki-l at Wikimedia.org > >>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > >>> > >>> > >>> > >>_______________________________________________ > >>MediaWiki-l mailing list > >>MediaWiki-l at Wikimedia.org > >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > >> > >> > >> > >_______________________________________________ > >MediaWiki-l mailing list > >MediaWiki-l at Wikimedia.org > >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 10:03:20 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 10:03:20 +0000 Subject: [Mediawiki-l] Google Analytics in a Mediawiki wiki? In-Reply-To: References: Message-ID: Have you looked at the skin files? Perhaps customise the SkinTemplate class? Rob Church On 01/12/05, Gordon Joly wrote: > > > I have tried to incorporate Google Analytics in some wikis (Mediawiki > 1.5.2) without success. Any ideas how to do this? > > http://www.google.com/analytics/ > > A small script segment has to appear in all the pages that you want > Google Analytics to monitor. > > -- > Gordo (aka LoopZilla) > gordon.joly at pobox.com > http://pobox.com/~gordo/ > http://www.loopzilla.org/ > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 10:06:52 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 10:06:52 +0000 Subject: [Mediawiki-l] Are there any restrictions for a MediaWiki running on MS IIS? In-Reply-To: References: Message-ID: When you say, "wiki doesn't react any more", can you elaborate on that, since it could mean a number of things. What happens to make you say that? The characters look peculiar due to character set issues, I would image, but they should be stored without any problems. When you upgraded, did you follow the instructions in the upgrade document? On the subject of upgrades; can you be specific about what problems occur under which version of MediaWiki? Also, have you *ever* had this wiki running - i.e. did these issues start after upgrading to 1.5.1, or have you always had this issue? Rob Church On 01/12/05, Vasiliadis, Thomas wrote: > Hi there, > > Im running an MediaWiki 1.5.1 with PHP 5.0.5 (isapi) and MySQL 5.0.15-nt on an MS IIS (InternetInformationServer). > I have some troubles with it: > If I try to use a "Umlaut" (german special character like ?,?,?) in the articel name, the articel will be saved if I hit the save button, but Wiki doesn't react anymore. > If i try to load such an article, it is the same. > In the Database on the server are funny characters instat of the Umlaute I have used. > If I take a lock with phpMyAdmin from my PC the characters seems pretty OK. > The tabels are all utf8-gerneral_ci and the database itself latin1_swedish_ci (don't ask me why swedish). > The type of the tables are mostly "InnoDB". Searchindex is "MyISAM" an hitcounter is "MEMORY" (with a unknown amount of datasets inside). > > Ive tryed to update the whole wiki to 1.5.2, since then i am unable to delete an articel (which worked fine before). Downgrading to 1.5.1 makes no change to this. > > Have anybody any suggestions? > > TV > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 10:13:51 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 10:13:51 +0000 Subject: [Mediawiki-l] is this a bug? behaviour of oldid has changed In-Reply-To: <017e01c5f61e$0e5e4cc0$561cfea9@gangleri> References: <017e01c5f61e$0e5e4cc0$561cfea9@gangleri> Message-ID: "Some days before you could use ?oldid=nnnn / &oldid=nnnn with an *arbitrary* title." What the hell does this mean? Rob Church On 01/12/05, gangleri wrote: > Hallo! > > Some days before you could use ?oldid=nnnn / &oldid=nnnn with an *arbitrary* > title. > > This has changed (today?). > > There are scenarios where this is quite strange. > > I created http://test.leuksman.com/view/Refer_by_oldid > as http://test.leuksman.com/index.php?title=Refer_by_oldid&oldid=9974 > I moved the page to http://test.leuksman.com/view/Refer_by_oldid_moved > as http://test.leuksman.com/index.php?title=Refer_by_oldid_moved&oldid=9975 > I deleted http://test.leuksman.com/view/Refer_by_oldid > > What happens: > see > a) http://test.leuksman.com/index.php?title=Refer_by_oldid&oldid=9974 > b) http://test.leuksman.com/index.php?title=oldid=9974 > c) http://test.leuksman.com/index.php?title=Refer_by_oldid_moved&oldid=9974 > > Another scenario: > Namespaces get changed and the titles do not match any more. > > This was irrelevant in the past. Not it is *not*. > > Should we open a bug? > > regards reinhardt [[user:gangleri]] > irc://irc.freenode.net/mediawiki > irc://irc.freenode.net/wiktionary > ICQ: 317732084 > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From wiseleyb at gmail.com Thu Dec 1 15:16:57 2005 From: wiseleyb at gmail.com (ben wiseley) Date: Thu, 1 Dec 2005 07:16:57 -0800 Subject: [Mediawiki-l] Google Analytics in a Mediawiki wiki? In-Reply-To: References: Message-ID: I got it to work on http://mudabone.com/wiki by putting their code in skins/monobook.php Note: Analytics takes a while to "work". I think it told me I had an error the first few days but then it started working. They sent out an email talking about this a few days ago, so it's a known bug. -ben On 12/1/05, Gordon Joly wrote: > > > > I have tried to incorporate Google Analytics in some wikis (Mediawiki > 1.5.2) without success. Any ideas how to do this? > > http://www.google.com/analytics/ > > A small script segment has to appear in all the pages that you want > Google Analytics to monitor. > > -- > Gordo (aka LoopZilla) > gordon.joly at pobox.com > http://pobox.com/~gordo/ > http://www.loopzilla.org/ > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rgravois at yahoo.com Thu Dec 1 17:28:01 2005 From: rgravois at yahoo.com (Richard Gravois) Date: Thu, 1 Dec 2005 09:28:01 -0800 (PST) Subject: [Mediawiki-l] re-install from scratch Message-ID: <20051201172801.74288.qmail@web80602.mail.yahoo.com> I have some damages on my install: logo and icons do not show upload fails... maybe a few other things. I want to re-install it. I renamed the wiki as wiki_old and moved a new copy of mediawiki_1.5xx to public_html and renamed it wiki, but access is forbidden? Should I kill the mysql database also? How intertwined is wiki in my site? Thanks in advance From mediawiki-1 at wikiplant.org Thu Dec 1 19:46:00 2005 From: mediawiki-1 at wikiplant.org (WikiPlant) Date: Thu, 01 Dec 2005 20:46:00 +0100 Subject: [Mediawiki-l] upload directory changed Message-ID: <438F52F8.9030409@wikiplant.org> I have a problem: i changed in LocalSettings.php the upload directories... and now there are coming warnings, e.g.: __________________________________________________________________________________ Warning: imagecreatefromjpeg(http://upload.wikiplant.org/de/b/b2/Helianthus_annuus_(1).jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1071 Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1079 Warning: imagejpeg(): Unable to open 'http://upload.wikiplant.org/de/thumb/b/b2/Helianthus_annuus_(1).jpg/450px-Helianthus_annuus_(1).jpg' for writing in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1099 Warning: imagedestroy(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1082 ___________________________________________________________________________________ please help me :( second question: what have I exactly to change for making shared uploads from several wikis possible? (i know, something with the deafultsettings, but what?!) thanks for your help and greez from germany - florian* * From gtg808u at mail.gatech.edu Thu Dec 1 20:29:56 2005 From: gtg808u at mail.gatech.edu (Amruta Lonkar) Date: Thu, 1 Dec 2005 15:29:56 -0500 Subject: [Mediawiki-l] Appending content to article end Message-ID: <1133468996.438f5d4412522@webmail.mail.gatech.edu> I wanted to know how i can add content that obtain from the DB to every article in the wiki at the end of the article if i am using the ParserAfterstrip hook event to get the DB content. Thanks From robchur at gmail.com Thu Dec 1 20:54:08 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 20:54:08 +0000 Subject: [Mediawiki-l] upload directory changed In-Reply-To: <438F52F8.9030409@wikiplant.org> References: <438F52F8.9030409@wikiplant.org> Message-ID: Well, with respect to the images; you changed the directory names in LocalSettings.php all right, but I'll wager you didn't rename the directories. Your images are still where they were, but MediaWiki is now looking somewhere else; it's obviously not finding them and throwing up those errors. As for the second part...read http://www.mediawiki.org/wiki/Help:Configuration_settings for information on DefaultSettings.php. Remember you don't change that file; you copy the relevant directives to LocalSettings.php and change them there. Rob Church On 01/12/05, WikiPlant wrote: > I have a problem: i changed in LocalSettings.php the upload > directories... and now there are coming warnings, e.g.: > __________________________________________________________________________________ > Warning: > imagecreatefromjpeg(http://upload.wikiplant.org/de/b/b2/Helianthus_annuus_(1).jpg): > failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in > /www/htdocs/w005dd98/wiki/includes/Image.php on line 1071 > > Warning: imagecopyresampled(): supplied argument is not a valid Image > resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1079 > > Warning: imagejpeg(): Unable to open > 'http://upload.wikiplant.org/de/thumb/b/b2/Helianthus_annuus_(1).jpg/450px-Helianthus_annuus_(1).jpg' > for writing in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1099 > > Warning: imagedestroy(): supplied argument is not a valid Image resource > in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1082 > ___________________________________________________________________________________ > please help me :( > > second question: what have I exactly to change for making shared uploads > from several wikis possible? (i know, something with the > deafultsettings, but what?!) > > thanks for your help and greez from germany - florian* > * > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 21:06:02 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 21:06:02 +0000 Subject: [Mediawiki-l] re-install from scratch In-Reply-To: <20051201172801.74288.qmail@web80602.mail.yahoo.com> References: <20051201172801.74288.qmail@web80602.mail.yahoo.com> Message-ID: Google for "smart questions" and click on the first result. Why? Your problem is quite poorly worded, so we can only guess at what you mean. First up; what's actually wrong with the original wiki? Or rather, what was? We might've been able to/might be able to fix that. Second, "access is forbidden"...by what? The operating system? mySQL? When you say you "renamed the wiki", I assume you mean you renamed the directory in which the software files are stored. The subsequent "access is forbidden" comment leads me to suspect something's up with the OS, but I can't be sure. Does the destination directory exist? Can you provide us with a better description of your problem, so that we can provide you with better advice? Rob Church On 01/12/05, Richard Gravois wrote: > I have some damages on my install: > logo and icons do not show > upload fails... > > maybe a few other things. > > I want to re-install it. > > I renamed the wiki as wiki_old and moved a new copy of > mediawiki_1.5xx to public_html and renamed it wiki, > but access is forbidden? > Should I kill the mysql database also? > > How intertwined is wiki in my site? > > Thanks in advance > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 1 21:09:48 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 1 Dec 2005 21:09:48 +0000 Subject: [Mediawiki-l] Google Analytics in a Mediawiki wiki? In-Reply-To: References: Message-ID: That works provided all users use that particular skin... Rob Church On 01/12/05, ben wiseley wrote: > I got it to work on http://mudabone.com/wiki by putting their code in > skins/monobook.php > > Note: Analytics takes a while to "work". I think it told me I had an error > the first few days but then it started working. They sent out an email > talking about this a few days ago, so it's a known bug. > > -ben > > > On 12/1/05, Gordon Joly wrote: > > > > > > > > I have tried to incorporate Google Analytics in some wikis (Mediawiki > > 1.5.2) without success. Any ideas how to do this? > > > > http://www.google.com/analytics/ > > > > A small script segment has to appear in all the pages that you want > > Google Analytics to monitor. > > > > -- > > Gordo (aka LoopZilla) > > gordon.joly at pobox.com > > http://pobox.com/~gordo/ > > http://www.loopzilla.org/ > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From mailsgetlost at web.de Thu Dec 1 21:22:05 2005 From: mailsgetlost at web.de (Martin Baumann) Date: Thu, 01 Dec 2005 22:22:05 +0100 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> Message-ID: <438F697D.1070106@web.de> Thanks for your help. I get the following mwssage: Attempting to write... *Fatal error*: Call to undefined function: file_put_contents() in */myfolder/.public_html/wiki/images/test.php* on line *4 Martin * Rob Church schrieb: >If you set CHMOD 777 on the images directory, then it ought to be >writable, and you shouldn't have to test it; however, to do so, write >a small script and see. Something like the following would be >adequate: > >$stuff = 'This is some text'; >echo('Attempting to write...'); >if(file_put_contents('file', $stuff) > 0) { > echo('done!
'); >} else { > echo('failed!
'); >} >?> > >Pop this in a .php file, place it in the images dir. and call it. It >ought to return a success message and produce a file containing some >dummy text. > >To the original problem; find out if safe mode is on, etc. and whether >or not file uploading itself is permitted within the PHP >configuration. > > >Rob Church > >On 01/12/05, Martin Baumann wrote: > > >>I think so. I changed mod to 777. >>But how can I test if web server user actually can write files to it? >> >>Martin >> >> >>Rob Church schrieb: >> >> >> >>>Is the uploads (/wiki/images) directory writable by the web server user? >>> >>> >>>Rob Church >>> >>>On 30/11/05, Martin Baumann wrote: >>> >>> >>> >>> >>>>I just found out that the error message is called in >>>>includes/SpecialUpload.php >>>> >>>>$success = move_uploaded_file( $tempName, $this->mSavedFile ); >>>>if( ! $success ) { >>>> $wgOut->fileCopyError( $tempName, $this->mSavedFile ); >>>> return false; >>>>} >>>> >>>>the string in $tempName changes at each upload. >>>> >>>>What can I do? >>>>Any idea? >>>> >>>>Can it have something to do with save mode? >>>> >>>> >>>>Martin >>>> >>>> >>>> >>>>Martin Baumann schrieb: >>>> >>>> >>>> >>>> >>>> >>>>>Hi, >>>>> >>>>>I am logged on as sysop of my wiki. >>>>>The directories images and subdirectories archive, temp and thumb >>>>>exist and all have 777 mode. >>>>> >>>>>I try to upload an image and the following error is shown: >>>>> >>>>>Internal Error: Could not copy file "/tmp/phpjf0ODv" to >>>>>"//wiki/images/test.png". >>>>> >>>>>No other information or comment. I have no idea what could cause this >>>>>problem. The site is hosted by >>>>>a computing center of a university. Probably they made some options on >>>>>their servers that lead to this >>>>>error? >>>>> >>>>>Anyone any idea to find out what goes wrong? >>>>> >>>>>Thanks, Martin >>>>>_______________________________________________ >>>>>MediaWiki-l mailing list >>>>>MediaWiki-l at Wikimedia.org >>>>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>>> >>>>> >>>>> >>>>> >>>>> >>>>_______________________________________________ >>>>MediaWiki-l mailing list >>>>MediaWiki-l at Wikimedia.org >>>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>> >>>> >>>> >>>> >>>> >>>_______________________________________________ >>>MediaWiki-l mailing list >>>MediaWiki-l at Wikimedia.org >>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >>> >>> >>> >>> >>_______________________________________________ >>MediaWiki-l mailing list >>MediaWiki-l at Wikimedia.org >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> >> >> >_______________________________________________ >MediaWiki-l mailing list >MediaWiki-l at Wikimedia.org >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > From mharris at visionbankcard.net Thu Dec 1 21:31:08 2005 From: mharris at visionbankcard.net (Harris, Mike) Date: Thu, 1 Dec 2005 14:31:08 -0700 Subject: [Mediawiki-l] using mySQL 5.0 Message-ID: <2158C5EC5B6D9A47A23F60620F1ABEE71C5D2B@ex1.visiongrp.local> Does anybody know if you can install a wiki using mySQL 5.0. Are there any issues with this? Thanks. Mike From BenA at datacom.co.nz Thu Dec 1 21:59:32 2005 From: BenA at datacom.co.nz (Ben Arnold (DSLWN)) Date: Fri, 2 Dec 2005 10:59:32 +1300 Subject: [Mediawiki-l] Google search on nav bar Message-ID: <46562C5EECFA8C47AADDF029EE11D73D015961B8@dnzwgex1.datacom.co.nz> Thanks Alistair. In the end I implemented it as a separate search box and it works well. I inserted this HTML in our /skins/MonoBook.php after the existing search box. Technically I think I shouldn't be re-using the "p-search" and "searchInput" IDs, because IDs are supposed to be unique. It seems to work though (at least in IE and Firefox). Thanks again, Ben -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Alistair Johnson Sent: Friday, 11 November 2005 4:03 p.m. To: MediaWiki announcements and site admin list Subject: RE: [Mediawiki-l] Google search on nav bar Hi Ben, We hacked up a custom skin for our Intranet mediawiki installation which includes code to easily search MediaWiki or Google. There are probably prettier ways, but this worked for us. Hope it helps. Cheers, Al. From brion at pobox.com Thu Dec 1 22:37:20 2005 From: brion at pobox.com (Brion Vibber) Date: Thu, 01 Dec 2005 14:37:20 -0800 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <438F697D.1070106@web.de> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> <438F697D.1070106@web.de> Message-ID: <438F7B20.7070200@pobox.com> Martin Baumann wrote: > Thanks for your help. I get the following mwssage: > > Attempting to write... > *Fatal error*: Call to undefined function: file_put_contents() in > */myfolder/.public_html/wiki/images/test.php* on line *4 file_put_contents() is new in PHP 5. See http://www.php.net/file_put_contents -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051201/d3c6f1ab/attachment.pgp From mailsgetlost at web.de Thu Dec 1 23:09:02 2005 From: mailsgetlost at web.de (Martin Baumann) Date: Fri, 02 Dec 2005 00:09:02 +0100 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <438F7B20.7070200@pobox.com> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> <438F697D.1070106@web.de> <438F7B20.7070200@pobox.com> Message-ID: <438F828E.9090702@web.de> Hi, Attempting to write... *Warning*: fopen(): SAFE MODE Restriction in effect. The script running as uid 600 is not allowed to write to directory /myfolder/.public_html/wiki/images owned by uid 38106 in */myfolder/.public_html/wiki/images/test.php* on line *8 Oh oh Sounds bad? Martin * Brion Vibber schrieb: >Martin Baumann wrote: > > >>Thanks for your help. I get the following mwssage: >> >>Attempting to write... >>*Fatal error*: Call to undefined function: file_put_contents() in >>*/myfolder/.public_html/wiki/images/test.php* on line *4 >> >> > >file_put_contents() is new in PHP 5. > >See http://www.php.net/file_put_contents > >-- brion vibber (brion @ pobox.com) > > > >------------------------------------------------------------------------ > >_______________________________________________ >MediaWiki-l mailing list >MediaWiki-l at Wikimedia.org >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > From gangleri at wikimagic.com Thu Dec 1 23:19:28 2005 From: gangleri at wikimagic.com (gangleri) Date: Fri, 2 Dec 2005 00:19:28 +0100 Subject: [Mediawiki-l] is this a bug? behaviour of oldid has changed References: <017e01c5f61e$0e5e4cc0$561cfea9@gangleri> Message-ID: <019601c5f6cd$b256aac0$561cfea9@gangleri> Sorry the "old behaviour" applays only to ?diff=nnnn / &diff=nnnn http://tousauxbalkans.free.fr/index.php?title=Special:Version has version 1.4.4 "title" is irelevant when diff is used: a) at http://tousauxbalkans.free.fr/index.php?title=Main_Page&diff=764&oldid=751 title=Main_Page does not relate at all to the versions b) at http://tousauxbalkans.free.fr/index.php?diff=764&oldid=751 no title is used both are identical to c) http://tousauxbalkans.free.fr/index.php?title=Pays&diff=764&oldid=751 However d) http://tousauxbalkans.free.fr/index.php?oldid=764 displays the page with the oldid when title is missing; it is equivalent to e) http://tousauxbalkans.free.fr/index.php?title=Pays&oldid=764 where the correct title is used *but* d) is not equivalent to f) http://tousauxbalkans.free.fr/index.php?title=Main_Page&oldid=764 there the page with the oldid is not displayed; "title" is "prioritized" regards reinhardt [[user:gangleri]] ----- Original Message ----- From: "Rob Church" To: "MediaWiki announcements and site admin list" Sent: Thursday, December 01, 2005 11:13 AM Subject: Re: [Mediawiki-l] is this a bug? behaviour of oldid has changed > "Some days before you could use ?oldid=nnnn / &oldid=nnnn with an > *arbitrary* > title." > > What the hell does this mean? > > > Rob Church From robchur at gmail.com Fri Dec 2 07:30:45 2005 From: robchur at gmail.com (Rob Church) Date: Fri, 2 Dec 2005 07:30:45 +0000 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <438F828E.9090702@web.de> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> <438F697D.1070106@web.de> <438F7B20.7070200@pobox.com> <438F828E.9090702@web.de> Message-ID: Not too horrendous, though be aware that if forced to run when PHP is under safe mode, some parts of MediaWiki will not function as expected... ...however, you may be able to get round this particular issue. Please read the PHP documentation on safe mode at http://www.php.net/features.safe-mode. Rob Church On 01/12/05, Martin Baumann wrote: > Hi, > > Attempting to write... > *Warning*: fopen(): SAFE MODE Restriction in effect. The script running > as uid 600 is not allowed to write to directory > /myfolder/.public_html/wiki/images owned by uid 38106 in > */myfolder/.public_html/wiki/images/test.php* on line *8 > > Oh oh > > Sounds bad? > > Martin > > * > Brion Vibber schrieb: > > >Martin Baumann wrote: > > > > > >>Thanks for your help. I get the following mwssage: > >> > >>Attempting to write... > >>*Fatal error*: Call to undefined function: file_put_contents() in > >>*/myfolder/.public_html/wiki/images/test.php* on line *4 > >> > >> > > > >file_put_contents() is new in PHP 5. > > > >See http://www.php.net/file_put_contents > > > >-- brion vibber (brion @ pobox.com) > > > > > > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >MediaWiki-l mailing list > >MediaWiki-l at Wikimedia.org > >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Fri Dec 2 07:36:34 2005 From: robchur at gmail.com (Rob Church) Date: Fri, 2 Dec 2005 07:36:34 +0000 Subject: [Mediawiki-l] using mySQL 5.0 In-Reply-To: <2158C5EC5B6D9A47A23F60620F1ABEE71C5D2B@ex1.visiongrp.local> References: <2158C5EC5B6D9A47A23F60620F1ABEE71C5D2B@ex1.visiongrp.local> Message-ID: I'm running mySQL 5.0 on the machine I use for web applications development, which has a number of versions of MediaWiki on it. I haven't encountered issues yet. One thing I haven't done is select the experimental mySQL 5.0 schema option, which might be something to consider. On the whole, you should be fine, from my experience. You will probably need to upgrade PHP or install new mySQL client binaries, due to a change in the way authentication is handled, and you may like to start afresh with MediaWiki 1.5.2 too. Rob Church On 01/12/05, Harris, Mike wrote: > Does anybody know if you can install a wiki using mySQL 5.0. > > Are there any issues with this? > > Thanks. > > Mike > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From mailsgetlost at web.de Fri Dec 2 08:41:52 2005 From: mailsgetlost at web.de (Martin Baumann) Date: Fri, 02 Dec 2005 09:41:52 +0100 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> <438F697D.1070106@web.de> <438F7B20.7070200@pobox.com> <438F828E.9090702@web.de> Message-ID: <439008D0.6050904@web.de> I read the articles. But I am not shure what all this means in my case. Do I have to install a module? As I already mentioned in one of my former postings, my wiki is hosted by a computing center of an university. So I guess I am not allowed to do a lot of changes to the server itself. What do I have to change? In my wiki settings, to the server settings (I hope I am allowed to) or any other changes (no idea what this could be...)? This is my first wiki and my first contact to PHP. Sorry if my questions seem stupid. Thanks for your help, Martin Rob Church schrieb: >Not too horrendous, though be aware that if forced to run when PHP is >under safe mode, some parts of MediaWiki will not function as >expected... > >...however, you may be able to get round this particular issue. Please >read the PHP documentation on safe mode at >http://www.php.net/features.safe-mode. > > >Rob Church > >On 01/12/05, Martin Baumann wrote: > > >>Hi, >> >>Attempting to write... >>*Warning*: fopen(): SAFE MODE Restriction in effect. The script running >>as uid 600 is not allowed to write to directory >>/myfolder/.public_html/wiki/images owned by uid 38106 in >>*/myfolder/.public_html/wiki/images/test.php* on line *8 >> >>Oh oh >> >>Sounds bad? >> >>Martin >> >>* >>Brion Vibber schrieb: >> >> >> >>>Martin Baumann wrote: >>> >>> >>> >>> >>>>Thanks for your help. I get the following mwssage: >>>> >>>>Attempting to write... >>>>*Fatal error*: Call to undefined function: file_put_contents() in >>>>*/myfolder/.public_html/wiki/images/test.php* on line *4 >>>> >>>> >>>> >>>> >>>file_put_contents() is new in PHP 5. >>> >>>See http://www.php.net/file_put_contents >>> >>>-- brion vibber (brion @ pobox.com) >>> >>> >>> >>>------------------------------------------------------------------------ >>> >>>_______________________________________________ >>>MediaWiki-l mailing list >>>MediaWiki-l at Wikimedia.org >>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >>> >>> >>> >>_______________________________________________ >>MediaWiki-l mailing list >>MediaWiki-l at Wikimedia.org >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> >> >> >_______________________________________________ >MediaWiki-l mailing list >MediaWiki-l at Wikimedia.org >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > From november.diary at gmail.com Fri Dec 2 09:09:57 2005 From: november.diary at gmail.com (jaro) Date: Fri, 2 Dec 2005 19:39:57 +1030 Subject: [Mediawiki-l] Prevent caching the Main Page Message-ID: <6e71d5380512020109p249e06b1k76b474bd0f689c51@mail.gmail.com> Hello again! How can i prevent the mediawiki to cache my Main Page. I added some part of the Special:Recentchanges page there so I need it to have the actual data everytime i make a refresh, not hard refresh. Actually I added a code that forces the page to purge when it is trying to view the Main Page. But Is there some other way? The code that i added already is working but im thinking that i will be able to save some processing time if i can disable the caching of the Main page. Im not familiar with the caching system of mediawiki as of now so im a bit clueless.. Im using MW 1.5.2. Thanks :) --jaro From mediawiki-1 at wikiplant.org Fri Dec 2 10:33:50 2005 From: mediawiki-1 at wikiplant.org (WikiPlant) Date: Fri, 02 Dec 2005 11:33:50 +0100 Subject: [Mediawiki-l] re: upload directory changes Message-ID: <4390230E.3010105@wikiplant.org> the images are stored in .../wiki/images/ _and_ in upload.otherdomain.net/.../...... the already resized versions in the thumbs-folder can be displayed now, but the warnings are still coming - and when i want to resize them e.g. to 400px (which isn't yet there), it doesn't work any more :( also i made the directory on the other domain writable, but on the upload-page is the warning "The upload directory (/www/htdocs/.........) is not writable by the webserver." -- the shared images aren't working yet, but i'm trying my best... greetings -- flo From nathan.yates.2007 at marshall.usc.edu Fri Dec 2 13:46:11 2005 From: nathan.yates.2007 at marshall.usc.edu (Yates, Nathan David (Dave)) Date: Fri, 2 Dec 2005 05:46:11 -0800 Subject: [Mediawiki-l] Last chance to participate in survey of corporate wiki users - win an iPod Nano Message-ID: <361B9777BF266E4190C74D6103B29359F9CD00@msbmail03.marshall.usc.edu> CORPORATE WIKI USERS - THIS IS FOR YOU. ONLY 4 DAYS LEFT TO WIN AN iPOD NANO! If you are an active user/contributor to a company wiki, consider taking this survey by December 6th and have your name entered into a raffle for an iPod Nano! We have already raffled off one iPod and are holding a second raffle just for new survey participants. http://emarshall2.usc.edu/ultimatesurvey/takeSurvey.asp?surveyID=419 Take a moment and read these questions: * Have you thought about how your use of corporate wikis compare to other people using corporate wikis? * Have you wondered if other people contribute to their company's wiki for the same reasons you do? * Have you wondered why some people are comfortable editing others' stuff on wikis and others are not comfortable doing it? * Is there anything about your company's use of wikis that bothers you? * Have you ever been interested in contributing to research that is going to help identify lessons learned about how to enhance corporate use of wikis? * Do you have any interest in winning an iPod Nano? If you answered any of these questions "yes", then consider taking this survey by December 6th and be entered into a drawing for a free iPod Nano. Why not give it a try? This survey is being conducted by Dr. Ann Majchrzak, Marshall School of Business, University of Southern California and Dr. Christian Wagner, City University of Hong Kong. We've been asked by the Society for Information Management's Advanced Practices Council (a professional society of Chief Information Officers in the U.S. (see http://simnet.org)) to conduct a survey of active (contributing) corporate wiki users. We will use your responses to identify lessons learned about how to enhance corporate use of wikis. By corporate wiki, we mean a wiki used in a company to further the goals of that organization. Such a wiki might be used for tasks including R&D, project management, helpdesk activities or knowledge sharing. Thank you for your time! Ann Majchrzak, PhD Professor of Information Systems Marshall School of Business University of Southern California Los Angeles, CA 90089 majchrza at usc.edu From rgravois at yahoo.com Fri Dec 2 14:00:30 2005 From: rgravois at yahoo.com (Richard Gravois) Date: Fri, 2 Dec 2005 06:00:30 -0800 (PST) Subject: [Mediawiki-l] upload directory changed In-Reply-To: Message-ID: <20051202140030.83713.qmail@web80602.mail.yahoo.com> I copied LocalSetting.php to testsetting.php to see if I could echo the actual values but something jumped in the way and said: "This file is part of MediaWiki and is not a valid entry point" I suppose that came from the includes. Is there a php script that will exhibit the settings of LocalSettings.php ? Thanks From robchur at gmail.com Fri Dec 2 14:12:39 2005 From: robchur at gmail.com (Rob Church) Date: Fri, 2 Dec 2005 14:12:39 +0000 Subject: [Mediawiki-l] Problem uploading images In-Reply-To: <439008D0.6050904@web.de> References: <43899CAC.8010400@web.de> <438E0DAC.7060704@web.de> <438E9C99.4020802@web.de> <438F697D.1070106@web.de> <438F7B20.7070200@pobox.com> <438F828E.9090702@web.de> <439008D0.6050904@web.de> Message-ID: I'd talk to your server administrators and explain the situation to them. Show them the error message you're having and get them to help work around it. Rob Church On 02/12/05, Martin Baumann wrote: > I read the articles. But I am not shure what all this means in my case. > Do I have to install a module? > > As I already mentioned in one of my former postings, my wiki is hosted by a > computing center of an university. So I guess I am not allowed to do a > lot of > changes to the server itself. > > What do I have to change? In my wiki settings, to the server settings (I > hope I am > allowed to) or any other changes (no idea what this could be...)? > > > This is my first wiki and my first contact to PHP. Sorry if my questions > seem stupid. > > > Thanks for your help, > > Martin > > > > Rob Church schrieb: > > >Not too horrendous, though be aware that if forced to run when PHP is > >under safe mode, some parts of MediaWiki will not function as > >expected... > > > >...however, you may be able to get round this particular issue. Please > >read the PHP documentation on safe mode at > >http://www.php.net/features.safe-mode. > > > > > >Rob Church > > > >On 01/12/05, Martin Baumann wrote: > > > > > >>Hi, > >> > >>Attempting to write... > >>*Warning*: fopen(): SAFE MODE Restriction in effect. The script running > >>as uid 600 is not allowed to write to directory > >>/myfolder/.public_html/wiki/images owned by uid 38106 in > >>*/myfolder/.public_html/wiki/images/test.php* on line *8 > >> > >>Oh oh > >> > >>Sounds bad? > >> > >>Martin > >> > >>* > >>Brion Vibber schrieb: > >> > >> > >> > >>>Martin Baumann wrote: > >>> > >>> > >>> > >>> > >>>>Thanks for your help. I get the following mwssage: > >>>> > >>>>Attempting to write... > >>>>*Fatal error*: Call to undefined function: file_put_contents() in > >>>>*/myfolder/.public_html/wiki/images/test.php* on line *4 > >>>> > >>>> > >>>> > >>>> > >>>file_put_contents() is new in PHP 5. > >>> > >>>See http://www.php.net/file_put_contents > >>> > >>>-- brion vibber (brion @ pobox.com) > >>> > >>> > >>> > >>>------------------------------------------------------------------------ > >>> > >>>_______________________________________________ > >>>MediaWiki-l mailing list > >>>MediaWiki-l at Wikimedia.org > >>>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > >>> > >>> > >>> > >>> > >>_______________________________________________ > >>MediaWiki-l mailing list > >>MediaWiki-l at Wikimedia.org > >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > >> > >> > >> > >_______________________________________________ > >MediaWiki-l mailing list > >MediaWiki-l at Wikimedia.org > >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rowan.collins at gmail.com Fri Dec 2 19:00:17 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Fri, 2 Dec 2005 19:00:17 +0000 Subject: [Mediawiki-l] mediawiki 1.5: so difficult? In-Reply-To: References: <9f02ca4c0511291254reb6a1d0m@mail.gmail.com> <9f02ca4c0511300820u691e4037p@mail.gmail.com> <9f02ca4c0511300844g3f5166aeo@mail.gmail.com> Message-ID: <9f02ca4c0512021100h411b6d2eq@mail.gmail.com> On 01/12/05, Steven Dick wrote: > Here's a starting list if pages that need site appropriate content, most in > MediaWiki namespace of course. This would be much more useful if you were to use their full titles, namespace and all - listing "mainpage" and "Searching" is distinctly ambiguous. I'm guessing you meant either "Main Page" or "MediaWiki:mainpage" (which is just a pointer), and "Project:Searching" (note the use of "Project:" as a site-independent name for that namespace, which on Wikipedia would be "Wikipedia:"). -- Rowan Collins BSc [IMSoP] From rowan.collins at gmail.com Fri Dec 2 19:04:55 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Fri, 2 Dec 2005 19:04:55 +0000 Subject: [Mediawiki-l] mediawiki 1.5: so difficult? In-Reply-To: References: <9f02ca4c0511280830m3c5f9eaw@mail.gmail.com> <9f02ca4c0511291254reb6a1d0m@mail.gmail.com> <9f02ca4c0511300820u691e4037p@mail.gmail.com> Message-ID: <9f02ca4c0512021104j365c87d5g@mail.gmail.com> On 01/12/05, Steven Dick wrote: > That's what I get for writing to maling lists when I really should be > sleeping. :) Hey, you do that too? Cool! > I *thought* you were talking about pages which were literally *part > > of* the interface; > > I'm not sure that this isn't the case. As another poster pointed out, > there are pages that need to be site appropriate. Yes, that is definitely the case, and hope I didn't imply otherwise. What I was pointing out is that there should be no such thing as a page in the MediaWiki namespace which literally *doesn't exist* - some of them will require *editting* after install, but they shouldn't require *creation*. Actually, some of the key LocalSettings.php vars fall into the same category - the logo, for instance, isn't *missing* at first, but it urgently *requires* replacement... -- Rowan Collins BSc [IMSoP] From greg at zorro.STUDENT.CWRU.edu Fri Dec 2 17:34:10 2005 From: greg at zorro.STUDENT.CWRU.edu (Gregory Szorc) Date: Fri, 02 Dec 2005 12:34:10 -0500 Subject: [Mediawiki-l] Announcing Graphviz and Associated Extensions Message-ID: <43908592.6070207@zorro.case.edu> I have two new extensions to through into the mix: 1) Graphviz embedding extension. It generates Graphviz (http://www.graphviz.org) images from embedded markup. Although one already exists, I couldn't find the source code, so I wrote a new one. 2) Graph generating SpecialPage. This extension allows you to query your wiki for both XML and Graphviz markup of subsets of your wiki. As an added bonus, the content can be transparently included in pages so dynamic graphs (images) of relations can be generated. The extensions can be downloaded from http://opensource.case.edu/projects/MediaWikiHacks/ A live example of these extensions is the Case Western Reserve University Wiki (http://wiki.case.edu). Some links of interest are: http://wiki.case.edu/Special:Graphs http://wiki.case.edu/Category:Staff http://wiki.case.edu/Category:ITS_Employees http://wiki.case.edu/CaseWiki:Categories As you can see, for all smaller category pages, a graph of the category layout is automatically generated. (Yes, I know about the font issues). This extension is a work in progress and is a little rough around the edges. I welcome any input others should provide and am open to suggestions for future possibilities. Gregory Szorc gregory.szorc at case.edu From David.Biesack at sas.com Fri Dec 2 21:43:15 2005 From: David.Biesack at sas.com (David J. Biesack) Date: Fri, 2 Dec 2005 16:43:15 -0500 (EST) Subject: [Mediawiki-l] 1.4.12 -> 1.5.2 update failing Message-ID: <200512022143.jB2LhFB10333@mozart.unx.sas.com> I am getting a failure trying to upgrade from 1.4.12 to 1.5.2. I have problems running update.php : from update.php: ...converting from cur/old to page/revision/text DB structure. 1133553182......checking for duplicate entries. 1133553182......Creating tables. 1133553182......Locking tables. 1133553182......maxold is 6155 1133553182......Moving text from cur. 1133553182......Setting up revision table. 1133553182......Setting up page table. 1133553182......Unlocking tables. 1133553182......Renaming old. 1133553182...done. revision timestamp indexes already up to 2005-03-13 Adding rev_text_id field... Query "UPDATE revision SET rev_text_id=rev_id" failed with error code "". Note that my page and revision tables exist at this point but both are empty: mysql> show tables; +--------------------------+ | Tables_in_saspediadb_dev | +--------------------------+ | archive | | blobs | | brokenlinks | | categorylinks | | cur | | hitcounter | | image | | imagelinks | | interwiki | | ipblocks | | links | | linkscc | | logging | | math | | objectcache | | oldimage | | page | | querycache | | recentchanges | | revision | | searchindex | | site_stats | | text | | trackbacks | | transcache | | user | | user_newtalk | | user_rights | | validate | | watchlist | +--------------------------+ 30 rows in set (0.00 sec) mysql> select * from page; Empty set (0.00 sec) mysql> select * from revision; Empty set (0.00 sec) I have narrowed this down to execution of the following query from updaters.inc near line 390: $wgDatabase->query( "INSERT INTO $revision (rev_id, rev_page, rev_comment, rev_user, rev_user_text, rev_timestamp, rev_minor_edit) SELECT old_id, cur_id, old_comment, old_user, old_user_text, old_timestamp, old_minor_edit FROM $old,$cur WHERE old_namespace=cur_namespace AND old_title=cur_title", $fname ); If I run this query directly via mysql INSERT INTO revision (rev_id, rev_page, rev_comment, rev_user, rev_user_text, rev_timestamp, rev_minor_edit) SELECT old_id, cur_id, old_comment, old_user, old_user_text, old_timestamp, old_minor_edit FROM old,cur WHERE old_namespace=cur_namespace AND old_title=cur_title; I get the following error: ERROR 1062 (23000): Duplicate entry '5-1' for key 1 How do I correct this so I can convert from 1.4.12 to 1.5? (Possibly relevant: MySQL bug http://bugs.mysql.com/bug.php?id=12695 but I don't know how it may apply) We're running (Special:Version) : MediaWiki (http://wikipedia.sf.net/): 1.4.12 PHP (http://www.php.net/): 4.4.1 (apache) MySQL (http://www.mysql.com/): 4.1.7-standard-log here is what update.php showed before trying to convert the tables: # php update.php X-Powered-By: PHP/4.1.2 Content-type: text/html Going to run database updates for saspediadb_dev Depending on the size of your database this may take a while! Abort with control-c in the next five seconds... 5?4?3?2?1?0 ...hitcounter table already exists. ...querycache table already exists. ...objectcache table already exists. ...categorylinks table already exists. ...logging table already exists. Creating validate table...ok ...user_newtalk table already exists. Creating transcache table...ok Creating trackbacks table...ok ...have ipb_id field in ipblocks table. ...have ipb_expiry field in ipblocks table. ...have rc_type field in recentchanges table. ...have rc_ip field in recentchanges table. ...have rc_id field in recentchanges table. ...have rc_patrolled field in recentchanges table. ...have user_real_name field in user table. ...have user_token field in user table. Adding user_email_token field to table user...ok ...have log_params field in logging table. Adding ar_rev_id field to table archive...ok Adding ar_text_id field to table archive...ok ...page table does not exist, skipping new field patch ...revision table does not exist, skipping new field patch Adding img_width field to table image...ok Adding img_metadata field to table image...ok Adding img_media_type field to table image...ok ...have val_ip field in validate table. ...have ss_total_pages field in site_stats table. Adding iw_trans field to table interwiki...ok ...already have interwiki table ...indexes seem up to 20031107 standards Converting links table to ID-ID... Schema already converted ...image primary key already set. The watchlist table is already set up for email notification. User table contains old email authentication field. Dropping... ok Logging table has correct title encoding. Thanks for any assistance. -- David J. Biesack SAS Institute Inc. (919) 531-7771 SAS Campus Drive http://www.sas.com Cary, NC 27513 From rowan.collins at gmail.com Fri Dec 2 21:52:56 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Fri, 2 Dec 2005 21:52:56 +0000 Subject: [Mediawiki-l] Help to create navigation links In-Reply-To: <438DA60F.4030803@hsoftware.com> References: <438DA60F.4030803@hsoftware.com> Message-ID: <9f02ca4c0512021352m62930c76x@mail.gmail.com> On 30/11/05, Sandrine CAR wrote: > I installed MediaWiki in my company and I would to customize it. > I would like to add "History navigation links" at the top of the page. > For exemple : MainPage > MyProject > ProjectDocumentation when I visit > MainPage, then MyProject page, then ProjectDocumentation page in order > to quickly return to the last page instead of return to MainPage each time. > How could I make this in MediaWiki ? Somebody has hacked together an extension to do exactly this, see http://public.kitware.com/Wiki/User:Barre/MediaWiki/Extensions/kw_bread_crumbs I gather that to get it working with 1.5 you'll need to make some changes, explained on the 'discussion' tab of that page. -- Rowan Collins BSc [IMSoP] From jama at debianlinux.net Fri Dec 2 21:53:40 2005 From: jama at debianlinux.net (Jama Poulsen) Date: Fri, 2 Dec 2005 22:53:40 +0100 Subject: [Mediawiki-l] Help to create navigation links In-Reply-To: <438DA60F.4030803@hsoftware.com> References: <438DA60F.4030803@hsoftware.com> Message-ID: <20051202215340.GE23888@conuropsis.org> On Wed, Nov 30, 2005 at 02:15:59PM +0100, Sandrine CAR wrote: > I installed MediaWiki in my company and I would to customize it. > I would like to add "History navigation links" at the top of the page. > For exemple : MainPage > MyProject > ProjectDocumentation when I visit > MainPage, then MyProject page, then ProjectDocumentation page in order > to quickly return to the last page instead of return to MainPage each time. > How could I make this in MediaWiki ? You can use this extension: http://public.kitware.com/Wiki/User:Barre/MediaWiki/Extensions/kw_bread_crumbs Jama Poulsen From jama at debianlinux.net Fri Dec 2 22:00:16 2005 From: jama at debianlinux.net (Jama Poulsen) Date: Fri, 2 Dec 2005 23:00:16 +0100 Subject: [Mediawiki-l] Appending content to article end In-Reply-To: <1133468996.438f5d4412522@webmail.mail.gatech.edu> References: <1133468996.438f5d4412522@webmail.mail.gatech.edu> Message-ID: <20051202220016.GF23888@conuropsis.org> On Thu, Dec 01, 2005 at 03:29:56PM -0500, Amruta Lonkar wrote: > I wanted to know how i can add content that obtain from the DB to every > article in the wiki at the end of the article if i am using the > ParserAfterstrip hook event to get the DB content. Have a look at how this is done in the SMWOnParserBeforeStrip() function in this file (from the SemanticMediaWiki project): http://cvs.sourceforge.net/viewcvs.py/semediawiki/SemanticMediaWiki/extensions/SMW_Hooks.php?rev=1.10&view=auto Jama Poulsen From wrcovington at gmail.com Fri Dec 2 23:28:09 2005 From: wrcovington at gmail.com (Billy Covington) Date: Fri, 2 Dec 2005 15:28:09 -0800 Subject: [Mediawiki-l] Newbie Question: Infoboxes Message-ID: <11d5adb10512021528u3737a2c6rc9062117fa4f7117@mail.gmail.com> Hi there wikipeople! Thanks for your help on the installation issues I was having earlier. I'm up and running at http://www.singletrackwiki.com however, I'm now having difficulty finding an article that explains in plain english, without much mumbo-jumbo, how to create a template for an infobox. I've looked through http://en.wikipedia.org/wiki/Infobox and also http://en.wikipedia.org/wiki/Wikipedia:Infobox_templates and also found http://meta.wikimedia.org/wiki/Help:Template The problem however, is, as you may know, I am not a programmer and have little experience with code other than HTML and CSS... can anyone explain, or point me to an example that explains more simply how to create a template for an infobox like the one attached? My brain shut off when I read "...can be inserted into another page via a process called transclusion. It is comparable to a subroutine." This is supposed to be helpful?!? :) Anyway, thank you in advance for any help you may be able to offer. I appreciate it greatly. Attached is what I want to create. --Billy From robchur at gmail.com Sat Dec 3 19:28:03 2005 From: robchur at gmail.com (Rob Church) Date: Sat, 3 Dec 2005 19:28:03 +0000 Subject: [Mediawiki-l] upload directory changed In-Reply-To: <20051202140030.83713.qmail@web80602.mail.yahoo.com> References: <20051202140030.83713.qmail@web80602.mail.yahoo.com> Message-ID: Look at the top of the file; there should be a few lines which are responsible for preventing users executing the scripts directly. Comment them out or remove them. Rob Church On 02/12/05, Richard Gravois wrote: > I copied LocalSetting.php to testsetting.php to see if > I could echo the actual values but something jumped in > the way and said: > > "This file is part of MediaWiki and is not a valid > entry point" > > I suppose that came from the includes. > > > Is there a php script that will exhibit the settings > of LocalSettings.php ? > > Thanks > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From brion at pobox.com Sun Dec 4 11:31:59 2005 From: brion at pobox.com (Brion Vibber) Date: Sun, 04 Dec 2005 03:31:59 -0800 Subject: [Mediawiki-l] MediaWiki 1.5.3 released [SECURITY] Message-ID: <4392D3AF.4060500@pobox.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 MediaWiki 1.5.3 is a security and bugfix maintenance release. Validation of the user language option was broken by a code change in May 2005, opening the possibility of remote code execution as this parameter is used in forming a class name dynamically created with eval(). The validation has been corrected in this version. All prior 1.5 release and prerelease versions are affected; 1.4 and earlier and not affected. Additionally several bugs have been fixed; see the changelog in the release notes for a complete list. Release notes: http://sourceforge.net/project/shownotes.php?release_id=375755 Download: http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.5.3.tar.gz?download MD5 checksum: fc697787f04208d1842a2c646deca626 mediawiki-1.5.3.tar.gz SHA-1 checksum: 070189e29ace2ef9ab0589db42ecf849f2b88ee5 mediawiki-1.5.3.tar.gz Before asking for help, try the FAQ: http://meta.wikimedia.org/wiki/MediaWiki_FAQ Low-traffic release announcements mailing list: http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce Wiki admin help mailing list: http://mail.wikipedia.org/mailman/listinfo/mediawiki-l Bug report system: http://bugzilla.wikimedia.org/ Play "stump the developers" live on IRC: #mediawiki on irc.freenode.net - -- brion vibber (brion @ pobox.com / brion @ wikimedia.org) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFDktOvwRnhpk1wk44RAi/tAJ9NlfTJTqW+9xTC6xaeOple14hFLQCgpyBn /hIyYleol9gFbHfMgzJCyy8= =fdzu -----END PGP SIGNATURE----- From gangleri at wikimagic.com Sun Dec 4 11:58:30 2005 From: gangleri at wikimagic.com (gangleri) Date: Sun, 4 Dec 2005 12:58:30 +0100 Subject: [Mediawiki-l] not able to preserve   with copy and past Message-ID: <001101c5f8ca$1c16b6a0$561cfea9@gangleri> Hallo! at the beginning of http://yi.wiktionary.org/wiki/project:bugzilla/02042#more_test_links_available_soon there are three links regarding tests with *Unicode Character NO-BREAK SPACE - U+00A0* 1.. project:bugzilla/02042/ - tried to generate the UTF-8 character with "copy and paste" in Firefox 2.. project:bugzilla/02042/ - tried to generate the UTF-8 character with "copy and paste" in Outlook Express 3.. project:bugzilla/02042/ - tried to generate the UTF-8 character with "copy and paste" in Word 4.. project:bugzilla/02042/ - generated with   5.. project:bugzilla/02042/ - generated with   I copied the fourth link on a Windows XP SP2 system 1 in Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7) 2 in Outlook Express 3 in Word However I was not able to copy   and generate the correct link using an UTF-8 character. Is this a) a MediaWiki character conversion issue b) an issue related to the operating system c) an issue related to the used programs Would be happy about your feedback. best regards reinhardt [[user:gangleri]] irc://irc.freenode.net/mediawiki irc://irc.freenode.net/wiktionary ICQ: 317732084 From gangleri at wikimagic.com Sun Dec 4 21:08:50 2005 From: gangleri at wikimagic.com (gangleri) Date: Sun, 4 Dec 2005 22:08:50 +0100 Subject: [Mediawiki-l] Ideas adding some "browser test links" to Special:SiteMatrix Message-ID: <000c01c5f916$f17328a0$561cfea9@gangleri> Hallo! http://meta.wikimedia.org/wiki/Special:SiteMatrix is great now. What about adding some links for browser tests. a) for each language with a limited number of special UTF-8 characters we should store in a common configuration file a1) a list of characters required to see information in that language a2) a list of the Unicode blocks that contain that characters *note* [[zh:]], maybe also ja:]] have a lot of characters b) We should be able to create a generic page which includes: b1) a few MediaWiki messages b2) a test screen area where UTF-8 characters and their images (available at commons) should be displayed site by site; visitors can compare what they should see and what they see in their browser Why this requirement? At the moment I can not see the language names for [[am:]], [[bug:]], [[chr:]], [[got:]], [[ii:]], [[iu:]], [[km:]], [[or:]], [[si:]], [[ti:]]. Somehow we should offer the posibility to include also a browser test for the "Unicode Characters in the IPA Extensions Block" as made at http://www.fileformat.info/info/unicode/block/ipa_extensions/utf8test.htm . Traying to create http://yi.wiktionary.org/wiki/MediaWiki:Edittools I reaslised that I can not see http://www.fileformat.info/info/unicode/char/02ae/index.htm and http://www.fileformat.info/info/unicode/char/02af/index.htm in the "IPA Extensions Block". What is your opinion about this? best regards reinhardt [[user:gangleri]] From brion at pobox.com Sun Dec 4 23:56:37 2005 From: brion at pobox.com (Brion Vibber) Date: Sun, 04 Dec 2005 15:56:37 -0800 Subject: [Mediawiki-l] Ideas adding some "browser test links" to Special:SiteMatrix In-Reply-To: <000c01c5f916$f17328a0$561cfea9@gangleri> References: <000c01c5f916$f17328a0$561cfea9@gangleri> Message-ID: <43938235.3070200@pobox.com> gangleri wrote: > Hallo! > > http://meta.wikimedia.org/wiki/Special:SiteMatrix is great now. > > What about adding some links for browser tests. What would "browser tests" have to do with a list of Wikipedia sites? -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051204/b4f2af0e/attachment.pgp From Evan.M.Miller at williams.edu Sun Dec 4 20:50:08 2005 From: Evan.M.Miller at williams.edu (Evan Miller) Date: Sun, 04 Dec 2005 15:50:08 -0500 Subject: [Mediawiki-l] yet another google maps extension Message-ID: <6CE30734-1304-487D-ABD5-FDDF39E85FA0@williams.edu> Hello, Google offers an open API for displaying custom information on their highly usable map application. This API seems suitable for wikis, which is why there are already three MediaWiki extensions for Google Maps. But these extensions seemed a bit too rigid for me, needing database modifications and RSS feeds and the like just to display markers. So I wrote a simple Google Maps extension: to create a map with many labeled markers, you just describe one marker per line with the format "latitude,longitude,label", and put all of these markers inside of a tag. A neat feature is that the marker labels will render wiki formatting. Because of its flexibility, I think this extension will prove useful in a wide variety of projects; I encourage you to try it out and send me feedback. http://meta.wikimedia.org/wiki/User:Emiller/GoogleMapsExtension Evan Miller -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051204/1b9830e7/attachment.pgp From michelle.sg1 at gmail.com Mon Dec 5 02:45:18 2005 From: michelle.sg1 at gmail.com (Michelle) Date: Sun, 4 Dec 2005 18:45:18 -0800 Subject: [Mediawiki-l] Image mime type troubles with 1.5.2 Message-ID: <86E538C9-763D-4891-9B9D-B3BA72B9B018@gmail.com> After upgrading from 1.4.12 to MW 1.5.2, we found that some of our images were no longer displaying, and their pages showed a warning about possible malicious code. I traced the problem to the images' major_mime_type field being blank in the image table. Not unknown, but blank. We had to download, re- save, and re-upload those 200 or so images. They were created the same way as all our others as far as we know (usually from screen captures), and they certainly weren't malicious in content. Any ideas how this happened or how to avoid it? Will the mime checking prevent such uploads in the future? Thanks Michelle From brion at pobox.com Mon Dec 5 02:54:57 2005 From: brion at pobox.com (Brion Vibber) Date: Sun, 04 Dec 2005 18:54:57 -0800 Subject: [Mediawiki-l] Image mime type troubles with 1.5.2 In-Reply-To: <86E538C9-763D-4891-9B9D-B3BA72B9B018@gmail.com> References: <86E538C9-763D-4891-9B9D-B3BA72B9B018@gmail.com> Message-ID: <4393AC01.80706@pobox.com> Michelle wrote: > After upgrading from 1.4.12 to MW 1.5.2, we found that some of our > images were no longer displaying, and their pages showed a warning about > possible malicious code. > > I traced the problem to the images' major_mime_type field being blank in > the image table. Not unknown, but blank. We had to download, re-save, > and re-upload those 200 or so images. They were created the same way as > all our others as far as we know (usually from screen captures), and > they certainly weren't malicious in content. maintenance/rebuildImages.php -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051204/80472be3/attachment.pgp From wrcovington at gmail.com Mon Dec 5 03:12:05 2005 From: wrcovington at gmail.com (Billy Covington) Date: Sun, 4 Dec 2005 19:12:05 -0800 Subject: [Mediawiki-l] yet another google maps extension In-Reply-To: <6CE30734-1304-487D-ABD5-FDDF39E85FA0@williams.edu> References: <6CE30734-1304-487D-ABD5-FDDF39E85FA0@williams.edu> Message-ID: <11d5adb10512041912k1132523as19e5d071e33b3a17@mail.gmail.com> This is awesome! Although, I'm having some trouble. I've done the change to LocalSettings.php, and added GoogleMaps.php to the extensions folder. However, when I add the changes to Skin.php, I get this error: Parse error: parse error, unexpected $ in /home/content/t/h/e/thesteeps/html/singletrackwiki/includes/Skin.php on line 1348 Here is what that section in Skin.php used to look like before my changes: function getHeadScripts() { global $wgStylePath, $wgUser, $wgContLang, $wgAllowUserJs, $wgJsMimeType; $r = "\n"; if( $wgAllowUserJs && $wgUser->isLoggedIn() ) { $userpage = $wgUser->getUserPage(); $userjs = htmlspecialchars( $this->makeUrl( $userpage->getPrefixedText().'/'.$this->getSkinName().'.js', 'action=raw&ctype='.$wgJsMimeType)); $r .= '\n"; } return $r; } and here is what it looks like after my changes: function getHeadScripts() { global $wgStylePath, $wgUser, $wgContLang, $wgAllowUserJs, $wgJsMimeType, $wgScriptPath, $wgRequest, $wgGoogleMapsKey; $r = "\n"; if( $wgAllowUserJs && $wgUser->isLoggedIn() ) { $userpage = $wgUser->getUserPage(); $userjs = htmlspecialchars( $this->makeUrl( $userpage->getPrefixedText().'/'.$this->getSkinName().'.js', 'action=raw&ctype='.$wgJsMimeType)); $r .= '\n"; if (preg_match("/index\.php\//", $wgRequest->getRequestURL())) { $r .= "\n"; } return $r; } Am I doing something wrong? --Billy On 12/4/05, Evan Miller wrote: > Hello, > > Google offers an open API for displaying custom information on their > highly usable map application. This API seems suitable for wikis, > which is why there are already three MediaWiki extensions for Google > Maps. But these extensions seemed a bit too rigid for me, needing > database modifications and RSS feeds and the like just to display > markers. So I wrote a simple Google Maps extension: to create a map > with many labeled markers, you just describe one marker per line with > the format "latitude,longitude,label", and put all of these markers > inside of a tag. A neat feature is that the marker labels > will render wiki formatting. Because of its flexibility, I think this > extension will prove useful in a wide variety of projects; I > encourage you to try it out and send me feedback. > > http://meta.wikimedia.org/wiki/User:Emiller/GoogleMapsExtension > > Evan Miller > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > From mauro at carmo.ws Mon Dec 5 06:06:32 2005 From: mauro at carmo.ws (Mauro do Carmo) Date: Sun, 4 Dec 2005 22:06:32 -0800 Subject: [Mediawiki-l] .htaccess Message-ID: <20051205060653.47BFC1AC03E0@mail.wikimedia.org> Hi, One simple inquire: can I use .htaccess on any folder or it has to be placed in the root folder? Or it can be set up to be used in one or other way? Thanks, mauro ----------------------- Server: * PHP Version 4.3.11-dev; * Mediawiki: 1.5.2; ??????? * shared hosting account with www.Godaddy.com, on Linux/Apache 1.3.33 Client station: * Win XP Home Edition SP2; ??????????????? * Browser FireFox; * Extensions: Wikipedia 0.5.2 + Google Bar. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 11/30/2005 From mauro at carmo.ws Mon Dec 5 06:38:27 2005 From: mauro at carmo.ws (Mauro do Carmo) Date: Sun, 4 Dec 2005 22:38:27 -0800 Subject: [Mediawiki-l] Sud-domains / Linux Message-ID: <20051205063838.CCF23115837A@mail.wikimedia.org> Hi all, It is a kind of off topic, but I need one advice here. This is the problem: On webhost4life I have a sub-domain like 1.carmo.ws which gives this URL: HYPERLINK "http://1.carmo.ws/index.php?title=Main_Page"http://1.carmo.ws/index.php?tit le=Main_Page. Note that the sub-domain remains in its place on the URL. If I use HYPERLINK "http://www.1.carmo.ws/"www.1.carmo.ws, I get this HYPERLINK "http://www.1.carmo.ws/index.php?title=Main_Page"http://www.1.carmo.ws/index .php?title=Main_Page. So, that is perfect. If I have this situation on a Linux account I would be happy, because I would use .htaccess on the sub-domain address and all would be as I want. I just bought one hosting plan on Godaddy.com. Linux account. .htaccess works fine, but? Godaddy treats my sub-domains in an odd way: if I type 1.carmo.ws I would get this URL: HYPERLINK "http://www.carmo.ws/1/index.php?title=Main_Page"http://www.carmo.ws/1/index .php?title=Main_Page. Note that they changed my URL. I have no more my sub-domain in the address bar on my browser. For me, that is a redirection of my URL without my consent! And it is very odd too. Maybe it is a question of some trick I might have to do with my DNS Record File configuration. Play with A records or Cnames. I don?t know. Perhaps, some one here has a Linux account on Godaddy.com servers and can help me out? Perhaps, I should pay more for a better service? I hope not!:) Thanks again for all help, mauro. -------------------------------------------------------------------- Webhost4live Server: * PHP Version 4.3.11-dev; * Mediawiki: 1.5.2; * shared hosting account with www.Webhost4life.com, on a Windows Server 2003, IIS-based environment. Godaddy Server: * PHP Version 4.3.11-dev; * Mediawiki: 1.5.2; * shared hosting account with www.Godaddy.com, on Linux/Apache 1.3.33 Client station: * Win XP Home Edition SP2; * Browser FireFox; * Extensions: Wikipedia 0.5.2 + Google Bar. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 11/30/2005 From robchur at gmail.com Mon Dec 5 07:27:35 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 07:27:35 +0000 Subject: [Mediawiki-l] .htaccess In-Reply-To: <20051205060653.47BFC1AC03E0@mail.wikimedia.org> References: <20051205060653.47BFC1AC03E0@mail.wikimedia.org> Message-ID: An .htaccess file will affect the settings for that directory and any subdirectories. If subdirectories contain individual .htaccess files, then the directives within those will override those of the parent. Rob Church On 05/12/05, Mauro do Carmo wrote: > Hi, > > One simple inquire: can I use .htaccess on any folder or it has to be placed > in the root folder? Or it can be set up to be used in one or other way? > > Thanks, mauro > > ----------------------- > Server: * PHP Version 4.3.11-dev; > * Mediawiki: 1.5.2; > * shared hosting account with www.Godaddy.com, > on Linux/Apache 1.3.33 > > Client station: * Win XP Home Edition SP2; > * Browser FireFox; > * Extensions: Wikipedia 0.5.2 + Google Bar. > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 11/30/2005 > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Mon Dec 5 07:51:57 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 07:51:57 +0000 Subject: [Mediawiki-l] not able to preserve   with copy and past In-Reply-To: <001101c5f8ca$1c16b6a0$561cfea9@gangleri> References: <001101c5f8ca$1c16b6a0$561cfea9@gangleri> Message-ID: Instinct says probably a mixture of B and C, since we're talking copy and paste. MediaWiki doesn't know copy and paste exists - it's not something handled with PHP at all. Rob Church On 04/12/05, gangleri wrote: > Hallo! > > at the beginning of > http://yi.wiktionary.org/wiki/project:bugzilla/02042#more_test_links_available_soon > there are three links regarding tests with *Unicode Character NO-BREAK > SPACE - U+00A0* > 1.. project:bugzilla/02042/ - tried to generate the UTF-8 character with > "copy and paste" in Firefox > 2.. project:bugzilla/02042/ - tried to generate the UTF-8 character with > "copy and paste" in Outlook Express > 3.. project:bugzilla/02042/ - tried to generate the UTF-8 character with > "copy and paste" in Word > 4.. project:bugzilla/02042/ - generated with   > 5.. project:bugzilla/02042/ - generated with   > > I copied the fourth link on a Windows XP SP2 system > > 1 in Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) > Gecko/20050915 Firefox/1.0.7) > 2 in Outlook Express > 3 in Word > > However I was not able to copy   and generate the correct link using an > UTF-8 character. > > Is this > a) a MediaWiki character conversion issue > b) an issue related to the operating system > c) an issue related to the used programs > > Would be happy about your feedback. > > best regards reinhardt [[user:gangleri]] > irc://irc.freenode.net/mediawiki > irc://irc.freenode.net/wiktionary > ICQ: 317732084 > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From cryptoquick at phyco.org Mon Dec 5 06:23:41 2005 From: cryptoquick at phyco.org (Alex Trujillo) Date: Sun, 4 Dec 2005 23:23:41 -0700 Subject: [Mediawiki-l] WikiTex: Xymtex install In-Reply-To: <20051204120353.247B6115866A@mail.wikimedia.org> References: <20051204120353.247B6115866A@mail.wikimedia.org> Message-ID: Hello; I've been attempting to install the xymtex package for WikiTex. I uploaded the entire 17 megabyte package to my webspace, then I pasted an example from Wikisophia into a new page: > \octamethylene{4==S;5==S}{1W==HO;1D==O;8D==O;8W==OH;2SB==H; > 7SA==H;2SA==NH$_2$;7SB==NH$_2$} The following error was returned: > This is TeX, Version 3.14159 (Web2C 7.4.5) > (./2c67c000747b6ff14054bb48ef81ba6e > LaTeX2e <2001/06/01> > Babel and hyphenation patterns for american, french, german, > ngerman, n > ohyphenation, loaded. > (/usr/share/texmf/tex/latex/base/article.cls > Document Class: article 2001/04/21 v1.4e Standard LaTeX document class > (/usr/share/texmf/tex/latex/base/size10.clo)) > > ! LaTeX Error: File `xymtex/xymtex.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > > l.3 \usepackage > {chemist}^^M > No pages of output. > Transcript written on 2c67c000747b6ff14054bb48ef81ba6e.log. I've been trying to fix this all evening. I've been messing with the wikitex.chem.inc.tex file. Also of note, the xymtex directory is within wikitex directory. That's why I used "xymtex/xymtex.sty". Any thoughts are appreciated. --- Phyco.org: For A Phyco Future. On Dec 4, 2005, at 5:03 AM, mediawiki-l-request at Wikimedia.org wrote: > Send MediaWiki-l mailing list submissions to > mediawiki-l at Wikimedia.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > or, via email, send a message with subject or body 'help' to > mediawiki-l-request at Wikimedia.org > > You can reach the person managing the list at > mediawiki-l-owner at Wikimedia.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of MediaWiki-l digest..." > > > Today's Topics: > > 1. Help to create navigation links (Sandrine CAR) > 2. Announcing Graphviz and Associated Extensions (Gregory Szorc) > 3. 1.4.12 -> 1.5.2 update failing (David J. Biesack) > 4. Re: Help to create navigation links (Rowan Collins) > 5. Re: Help to create navigation links (Jama Poulsen) > 6. Re: Appending content to article end (Jama Poulsen) > 7. Newbie Question: Infoboxes (Billy Covington) > 8. Re: upload directory changed (Rob Church) > 9. MediaWiki 1.5.3 released [SECURITY] (Brion Vibber) > 10. not able to preserve   with copy and past (gangleri) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 30 Nov 2005 14:15:59 +0100 > From: Sandrine CAR > Subject: [Mediawiki-l] Help to create navigation links > To: mediawiki-l at Wikimedia.org > Message-ID: <438DA60F.4030803 at hsoftware.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi ! > > I installed MediaWiki in my company and I would to customize it. > I would like to add "History navigation links" at the top of the page. > For exemple : MainPage > MyProject > ProjectDocumentation when I visit > MainPage, then MyProject page, then ProjectDocumentation page in order > to quickly return to the last page instead of return to MainPage > each time. > How could I make this in MediaWiki ? > > Thanks for your help. > > Sandrine > Paris (France) > > -- > --------------------------------- > Sandrine CAR > Administrateur R?seau > > HORIZON SOFTWARE > 3, rue Meyerbeer > 75009 Paris > --------------------------------- > > > > > ------------------------------ > > Message: 2 > Date: Fri, 02 Dec 2005 12:34:10 -0500 > From: Gregory Szorc > Subject: [Mediawiki-l] Announcing Graphviz and Associated Extensions > To: MediaWiki announcements and site admin list > > Message-ID: <43908592.6070207 at zorro.case.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I have two new extensions to through into the mix: > > 1) Graphviz embedding extension. It generates Graphviz > (http://www.graphviz.org) images from embedded markup. Although one > already exists, I couldn't find the source code, so I wrote a new one. > > 2) Graph generating SpecialPage. This extension allows you to query > your wiki for both XML and Graphviz markup of subsets of your > wiki. As > an added bonus, the content can be transparently included in pages so > dynamic graphs (images) of relations can be generated. > > The extensions can be downloaded from > http://opensource.case.edu/projects/MediaWikiHacks/ > A live example of these extensions is the Case Western Reserve > University Wiki (http://wiki.case.edu). Some links of interest are: > http://wiki.case.edu/Special:Graphs > http://wiki.case.edu/Category:Staff > http://wiki.case.edu/Category:ITS_Employees > http://wiki.case.edu/CaseWiki:Categories > > As you can see, for all smaller category pages, a graph of the > category > layout is automatically generated. (Yes, I know about the font > issues). > > This extension is a work in progress and is a little rough around the > edges. I welcome any input others should provide and am open to > suggestions for future possibilities. > > Gregory Szorc > gregory.szorc at case.edu > > > ------------------------------ > > Message: 3 > Date: Fri, 2 Dec 2005 16:43:15 -0500 (EST) > From: "David J. Biesack" > Subject: [Mediawiki-l] 1.4.12 -> 1.5.2 update failing > To: mediawiki-l at Wikimedia.org > Message-ID: <200512022143.jB2LhFB10333 at mozart.unx.sas.com> > > > I am getting a failure trying to upgrade from 1.4.12 to 1.5.2. I > have problems running update.php : > > from update.php: > > ...converting from cur/old to page/revision/text DB structure. > 1133553182......checking for duplicate entries. > 1133553182......Creating tables. > 1133553182......Locking tables. > 1133553182......maxold is 6155 > 1133553182......Moving text from cur. > 1133553182......Setting up revision table. > 1133553182......Setting up page table. > 1133553182......Unlocking tables. > 1133553182......Renaming old. > 1133553182...done. > revision timestamp indexes already up to 2005-03-13 > Adding rev_text_id field... Query "UPDATE revision SET > rev_text_id=rev_id" failed with error code "". > > Note that my page and revision tables exist at this point but both > are empty: > > mysql> show tables; > +--------------------------+ > | Tables_in_saspediadb_dev | > +--------------------------+ > | archive | > | blobs | > | brokenlinks | > | categorylinks | > | cur | > | hitcounter | > | image | > | imagelinks | > | interwiki | > | ipblocks | > | links | > | linkscc | > | logging | > | math | > | objectcache | > | oldimage | > | page | > | querycache | > | recentchanges | > | revision | > | searchindex | > | site_stats | > | text | > | trackbacks | > | transcache | > | user | > | user_newtalk | > | user_rights | > | validate | > | watchlist | > +--------------------------+ > 30 rows in set (0.00 sec) > > mysql> select * from page; > Empty set (0.00 sec) > > mysql> select * from revision; > Empty set (0.00 sec) > > I have narrowed this down to execution of the following query from > updaters.inc near line 390: > > $wgDatabase->query( "INSERT INTO $revision (rev_id, > rev_page, rev_comment, rev_user, rev_user_text, rev_timestamp, > rev_minor_edit) > SELECT old_id, cur_id, old_comment, > old_user, old_user_text, > old_timestamp, old_minor_edit > FROM $old,$cur WHERE > old_namespace=cur_namespace AND old_title=cur_title", $fname ); > > If I run this query directly via mysql > > INSERT INTO revision (rev_id, rev_page, rev_comment, rev_user, > rev_user_text, rev_timestamp, > rev_minor_edit) > SELECT old_id, cur_id, old_comment, > old_user, old_user_text, > old_timestamp, old_minor_edit > FROM old,cur WHERE > old_namespace=cur_namespace AND old_title=cur_title; > > I get the following error: > > ERROR 1062 (23000): Duplicate entry '5-1' for key 1 > > How do I correct this so I can convert from 1.4.12 to 1.5? > > (Possibly relevant: MySQL bug http://bugs.mysql.com/bug.php? > id=12695 but I don't know how it may apply) > > We're running (Special:Version) : > > MediaWiki (http://wikipedia.sf.net/): 1.4.12 > PHP (http://www.php.net/): 4.4.1 (apache) > MySQL (http://www.mysql.com/): 4.1.7-standard-log > > here is what update.php showed before trying to convert the tables: > > # php update.php > X-Powered-By: PHP/4.1.2 > Content-type: text/html > > Going to run database updates for saspediadb_dev > Depending on the size of your database this may take a while! > Abort with control-c in the next five seconds... 5 4 3 2 1 0 > ...hitcounter table already exists. > ...querycache table already exists. > ...objectcache table already exists. > ...categorylinks table already exists. > ...logging table already exists. > Creating validate table...ok > ...user_newtalk table already exists. > Creating transcache table...ok > Creating trackbacks table...ok > ...have ipb_id field in ipblocks table. > ...have ipb_expiry field in ipblocks table. > ...have rc_type field in recentchanges table. > ...have rc_ip field in recentchanges table. > ...have rc_id field in recentchanges table. > ...have rc_patrolled field in recentchanges table. > ...have user_real_name field in user table. > ...have user_token field in user table. > Adding user_email_token field to table user...ok > ...have log_params field in logging table. > Adding ar_rev_id field to table archive...ok > Adding ar_text_id field to table archive...ok > ...page table does not exist, skipping new field patch > ...revision table does not exist, skipping new field patch > Adding img_width field to table image...ok > Adding img_metadata field to table image...ok > Adding img_media_type field to table image...ok > ...have val_ip field in validate table. > ...have ss_total_pages field in site_stats table. > Adding iw_trans field to table interwiki...ok > ...already have interwiki table > ...indexes seem up to 20031107 standards > Converting links table to ID-ID... > Schema already converted > ...image primary key already set. > The watchlist table is already set up for email notification. > User table contains old email authentication field. Dropping... ok > Logging table has correct title encoding. > > Thanks for any assistance. > > -- > David J. Biesack SAS Institute Inc. > (919) 531-7771 SAS Campus Drive > http://www.sas.com Cary, NC 27513 > > > > ------------------------------ > > Message: 4 > Date: Fri, 2 Dec 2005 21:52:56 +0000 > From: Rowan Collins > Subject: Re: [Mediawiki-l] Help to create navigation links > To: MediaWiki announcements and site admin list > > Message-ID: <9f02ca4c0512021352m62930c76x at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On 30/11/05, Sandrine CAR wrote: >> I installed MediaWiki in my company and I would to customize it. >> I would like to add "History navigation links" at the top of the >> page. >> For exemple : MainPage > MyProject > ProjectDocumentation when I >> visit >> MainPage, then MyProject page, then ProjectDocumentation page in >> order >> to quickly return to the last page instead of return to MainPage >> each time. >> How could I make this in MediaWiki ? > > Somebody has hacked together an extension to do exactly this, see > http://public.kitware.com/Wiki/User:Barre/MediaWiki/Extensions/ > kw_bread_crumbs > I gather that to get it working with 1.5 you'll need to make some > changes, explained on the 'discussion' tab of that page. > > -- > Rowan Collins BSc > [IMSoP] > > > ------------------------------ > > Message: 5 > Date: Fri, 2 Dec 2005 22:53:40 +0100 > From: Jama Poulsen > Subject: Re: [Mediawiki-l] Help to create navigation links > To: MediaWiki announcements and site admin list > > Message-ID: <20051202215340.GE23888 at conuropsis.org> > Content-Type: text/plain; charset=us-ascii > > On Wed, Nov 30, 2005 at 02:15:59PM +0100, Sandrine CAR wrote: >> I installed MediaWiki in my company and I would to customize it. >> I would like to add "History navigation links" at the top of the >> page. >> For exemple : MainPage > MyProject > ProjectDocumentation when I >> visit >> MainPage, then MyProject page, then ProjectDocumentation page in >> order >> to quickly return to the last page instead of return to MainPage >> each time. >> How could I make this in MediaWiki ? > > You can use this extension: > http://public.kitware.com/Wiki/User:Barre/MediaWiki/Extensions/ > kw_bread_crumbs > > Jama Poulsen > > > ------------------------------ > > Message: 6 > Date: Fri, 2 Dec 2005 23:00:16 +0100 > From: Jama Poulsen > Subject: Re: [Mediawiki-l] Appending content to article end > To: MediaWiki announcements and site admin list > > Message-ID: <20051202220016.GF23888 at conuropsis.org> > Content-Type: text/plain; charset=us-ascii > > On Thu, Dec 01, 2005 at 03:29:56PM -0500, Amruta Lonkar wrote: >> I wanted to know how i can add content that obtain from the DB to >> every >> article in the wiki at the end of the article if i am using the >> ParserAfterstrip hook event to get the DB content. > > Have a look at how this is done in the SMWOnParserBeforeStrip() > function > in this file (from the SemanticMediaWiki project): > > http://cvs.sourceforge.net/viewcvs.py/semediawiki/SemanticMediaWiki/ > extensions/SMW_Hooks.php?rev=1.10&view=auto > > Jama Poulsen > > > ------------------------------ > > Message: 7 > Date: Fri, 2 Dec 2005 15:28:09 -0800 > From: Billy Covington > Subject: [Mediawiki-l] Newbie Question: Infoboxes > To: mediawiki-l at Wikimedia.org > Message-ID: > <11d5adb10512021528u3737a2c6rc9062117fa4f7117 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi there wikipeople! Thanks for your help on the installation issues I > was having earlier. > > I'm up and running at http://www.singletrackwiki.com however, I'm now > having difficulty finding an article that explains in plain english, > without much mumbo-jumbo, how to create a template for an infobox. > > I've looked through http://en.wikipedia.org/wiki/Infobox and also > http://en.wikipedia.org/wiki/Wikipedia:Infobox_templates and also > found http://meta.wikimedia.org/wiki/Help:Template > > The problem however, is, as you may know, I am not a programmer and > have little experience with code other than HTML and CSS... can anyone > explain, or point me to an example that explains more simply how to > create a template for an infobox like the one attached? My brain shut > off when I read "...can be inserted into another page via a process > called transclusion. It is comparable to a subroutine." This is > supposed to be helpful?!? :) > > Anyway, thank you in advance for any help you may be able to offer. I > appreciate it greatly. > > Attached is what I want to create. > > --Billy > > ------------------------------ > > Message: 8 > Date: Sat, 3 Dec 2005 19:28:03 +0000 > From: Rob Church > Subject: Re: [Mediawiki-l] upload directory changed > To: MediaWiki announcements and site admin list > > Message-ID: > Content-Type: text/plain; charset=ISO-8859-1 > > Look at the top of the file; there should be a few lines which are > responsible for preventing users executing the scripts directly. > Comment them out or remove them. > > > Rob Church > > On 02/12/05, Richard Gravois wrote: >> I copied LocalSetting.php to testsetting.php to see if >> I could echo the actual values but something jumped in >> the way and said: >> >> "This file is part of MediaWiki and is not a valid >> entry point" >> >> I suppose that came from the includes. >> >> >> Is there a php script that will exhibit the settings >> of LocalSettings.php ? >> >> Thanks >> _______________________________________________ >> MediaWiki-l mailing list >> MediaWiki-l at Wikimedia.org >> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > > > ------------------------------ > > Message: 9 > Date: Sun, 04 Dec 2005 03:31:59 -0800 > From: Brion Vibber > Subject: [Mediawiki-l] MediaWiki 1.5.3 released [SECURITY] > To: mediawiki-announce at wikimedia.org, mediawiki-l at wikimedia.org, > wikitech-l at wikimedia.org > Message-ID: <4392D3AF.4060500 at pobox.com> > Content-Type: text/plain; charset=ISO-8859-1 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > MediaWiki 1.5.3 is a security and bugfix maintenance release. > > Validation of the user language option was broken by a code change in > May 2005, opening the possibility of remote code execution as this > parameter is used in forming a class name dynamically created with > eval(). > > The validation has been corrected in this version. All prior 1.5 > release > and prerelease versions are affected; 1.4 and earlier and not > affected. > > Additionally several bugs have been fixed; see the changelog in the > release notes for a complete list. > > > Release notes: > http://sourceforge.net/project/shownotes.php?release_id=375755 > > Download: > http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.5.3.tar.gz? > download > > MD5 checksum: > fc697787f04208d1842a2c646deca626 mediawiki-1.5.3.tar.gz > > SHA-1 checksum: > 070189e29ace2ef9ab0589db42ecf849f2b88ee5 mediawiki-1.5.3.tar.gz > > > Before asking for help, try the FAQ: > http://meta.wikimedia.org/wiki/MediaWiki_FAQ > > Low-traffic release announcements mailing list: > http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce > > Wiki admin help mailing list: > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > Bug report system: > http://bugzilla.wikimedia.org/ > > Play "stump the developers" live on IRC: > #mediawiki on irc.freenode.net > > - -- brion vibber (brion @ pobox.com / brion @ wikimedia.org) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFDktOvwRnhpk1wk44RAi/tAJ9NlfTJTqW+9xTC6xaeOple14hFLQCgpyBn > /hIyYleol9gFbHfMgzJCyy8= > =fdzu > -----END PGP SIGNATURE----- > > > ------------------------------ > > Message: 10 > Date: Sun, 4 Dec 2005 12:58:30 +0100 > From: "gangleri" > Subject: [Mediawiki-l] not able to preserve   with copy and past > To: "mediawiki-l @ wikimedia.org" > Message-ID: <001101c5f8ca$1c16b6a0$561cfea9 at gangleri> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > Hallo! > > at the beginning of > http://yi.wiktionary.org/wiki/project:bugzilla/ > 02042#more_test_links_available_soon > there are three links regarding tests with *Unicode Character NO-BREAK > SPACE - U+00A0* > 1.. project:bugzilla/02042/ - tried to generate the UTF-8 > character with > "copy and paste" in Firefox > 2.. project:bugzilla/02042/ - tried to generate the UTF-8 > character with > "copy and paste" in Outlook Express > 3.. project:bugzilla/02042/ - tried to generate the UTF-8 > character with > "copy and paste" in Word > 4.. project:bugzilla/02042/ - generated with   > 5.. project:bugzilla/02042/ - generated with   > > I copied the fourth link on a Windows XP SP2 system > > 1 in Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: > 1.7.12) > Gecko/20050915 Firefox/1.0.7) > 2 in Outlook Express > 3 in Word > > However I was not able to copy   and generate the correct link > using an > UTF-8 character. > > Is this > a) a MediaWiki character conversion issue > b) an issue related to the operating system > c) an issue related to the used programs > > Would be happy about your feedback. > > best regards reinhardt [[user:gangleri]] > irc://irc.freenode.net/mediawiki > irc://irc.freenode.net/wiktionary > ICQ: 317732084 > > > > ------------------------------ > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > End of MediaWiki-l Digest, Vol 27, Issue 6 > ****************************************** > > From robchur at gmail.com Mon Dec 5 07:56:36 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 07:56:36 +0000 Subject: [Mediawiki-l] WikiTex: Xymtex install In-Reply-To: References: <20051204120353.247B6115866A@mail.wikimedia.org> Message-ID: Well, let's ask the obvious questions, then. Does the file it's looking for exist? Try altering the paths a little. Can the directory/file be written to (if TeX needs to write to it)? Rob Church On 05/12/05, Alex Trujillo wrote: > Hello; I've been attempting to install the xymtex package for > WikiTex. I uploaded the entire 17 megabyte package to my webspace, > then I pasted an example from Wikisophia into a new page: > > \octamethylene{4==S;5==S}{1W==HO;1D==O;8D==O;8W==OH;2SB==H; > > 7SA==H;2SA==NH$_2$;7SB==NH$_2$} > > The following error was returned: > > This is TeX, Version 3.14159 (Web2C 7.4.5) > > (./2c67c000747b6ff14054bb48ef81ba6e > > LaTeX2e <2001/06/01> > > Babel and hyphenation patterns for american, french, german, > > ngerman, n > > ohyphenation, loaded. > > (/usr/share/texmf/tex/latex/base/article.cls > > Document Class: article 2001/04/21 v1.4e Standard LaTeX document class > > (/usr/share/texmf/tex/latex/base/size10.clo)) > > > > ! LaTeX Error: File `xymtex/xymtex.sty' not found. > > > > Type X to quit or to proceed, > > or enter new name. (Default extension: sty) > > > > Enter file name: > > ! Emergency stop. > > > > l.3 \usepackage > > {chemist}^^M > > No pages of output. > > Transcript written on 2c67c000747b6ff14054bb48ef81ba6e.log. > > I've been trying to fix this all evening. I've been messing with the > wikitex.chem.inc.tex file. > Also of note, the xymtex directory is within wikitex directory. > That's why I used "xymtex/xymtex.sty". > > Any thoughts are appreciated. > > --- > Phyco.org: For A Phyco Future. From gordon.joly at pobox.com Mon Dec 5 09:39:20 2005 From: gordon.joly at pobox.com (Gordon Joly) Date: Mon, 5 Dec 2005 09:39:20 +0000 Subject: [Mediawiki-l] Small problem with main.css in /skins/monobook/ Message-ID: If I set the x or y offset of a background image to non zero, and also set "repeat", then image does not appear (the background appears white). That is, I change body { font: x-small sans-serif; background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; color: black; margin: 0; padding: 0; } to body { font: x-small sans-serif; background: #f9f9f9 url(headbg.jpg) 10 5 repeat; color: black; margin: 0; padding: 0; } This seems to happen is in 1.5.2 and 1.5.3 (at least). It had worked well in previous versions. -- Gordo (aka LoopZilla) gordon.joly at pobox.com http://pobox.com/~gordo/ http://www.loopzilla.org/ From mischa2023 at gmail.com Mon Dec 5 10:22:36 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 11:22:36 +0100 Subject: [Mediawiki-l] Email approval before login Message-ID: Hi All, Is it possible to have someone approve their email address first before they are allowed in? So pretty much what I had to do to get access to this mailinglist. Thanx!! Mischa From gordon.joly at pobox.com Mon Dec 5 11:47:58 2005 From: gordon.joly at pobox.com (Gordon Joly) Date: Mon, 5 Dec 2005 11:47:58 +0000 Subject: [Mediawiki-l] Small problem with main.css in /skins/monobook/ In-Reply-To: References: Message-ID: At 09:39 +0000 5/12/05, Gordon Joly wrote: >If I set the x or y offset of a background image to non zero, and >also set "repeat", then image does not appear (the background >appears white). > >That is, I change > >body { > font: x-small sans-serif; > background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; > color: black; > margin: 0; > padding: 0; >} > >to > >body { > font: x-small sans-serif; > background: #f9f9f9 url(headbg.jpg) 10 5 repeat; > color: black; > margin: 0; > padding: 0; >} > >This seems to happen is in 1.5.2 and 1.5.3 (at least). It had worked >well in previous versions. Perhaps I have omitted the px... background: #f9f9f9 url(headbg.jpg) 10px 5px repeat; -- Gordo (aka LoopZilla) gordon.joly at pobox.com http://pobox.com/~gordo/ http://www.loopzilla.org/ From barberi at democritos.it Mon Dec 5 12:24:59 2005 From: barberi at democritos.it (Gabriele Barberi) Date: Mon, 05 Dec 2005 13:24:59 +0100 Subject: AW: [Mediawiki-l] Userspaces and groups permissions In-Reply-To: <20051129160008.BA3E91950231@mail.wikimedia.org> References: <20051129160008.BA3E91950231@mail.wikimedia.org> Message-ID: <4394319B.9050209@democritos.it> Thanks a lot for all the replies, the solution pointed out by Torsten Schmidt works pretty fine for me. Best regards, Gabriele From garydh at gmail.com Mon Dec 5 13:03:08 2005 From: garydh at gmail.com (Gary H) Date: Mon, 5 Dec 2005 23:03:08 +1000 Subject: [Mediawiki-l] Can't get past installation successful page Message-ID: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> Hi, I installed MediaWiki 1.5.3 and everything went smoothly. But now it wont let me past the installation successful page when I go to index.php, index.php/, or even just the directory /. I have moved the LocalSettings.php file from /config to the wikis root by downloading it and re-uploading it. Any ideas? Thanks, Gary. -- *** I call it the "Sproose Moose"! *** From robchur at gmail.com Mon Dec 5 13:38:10 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 13:38:10 +0000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> Message-ID: You need to *move* the file. In your case, make sure that there's a /LocalSettings.php and then delete /config/LocalSettings.php. MediaWiki checks to see whether config/LocalSettings.php exists upon execution. If it does, it raises this as a possible problem which needs to be addressed. Other such cases include having no LocalSettings.php file, etc. Rob Church On 05/12/05, Gary H wrote: > Hi, > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > wont let me past the installation successful page when I go to > index.php, index.php/, or even just the directory /. I have moved the > LocalSettings.php file from /config to the wikis root by downloading > it and re-uploading it. Any ideas? > > Thanks, Gary. > > > -- > *** I call it the "Sproose Moose"! *** > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Mon Dec 5 13:47:53 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 13:47:53 +0000 Subject: [Mediawiki-l] Small problem with main.css in /skins/monobook/ In-Reply-To: References: Message-ID: Does the problem persist if you create separate background directives, e.g. body { font: x-small sans-serif; /*background: #f9f9f9 url(headbg.jpg) 10 5 repeat;*/ background-color: #F9F9F9; background-image: url(headbg.jpg); background-repeat: repeat; color: black; margin: 0; padding: 0; } Rob Church On 05/12/05, Gordon Joly wrote: > At 09:39 +0000 5/12/05, Gordon Joly wrote: > >If I set the x or y offset of a background image to non zero, and > >also set "repeat", then image does not appear (the background > >appears white). > > > >That is, I change > > > >body { > > font: x-small sans-serif; > > background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; > > color: black; > > margin: 0; > > padding: 0; > >} > > > >to > > > >body { > > font: x-small sans-serif; > > background: #f9f9f9 url(headbg.jpg) 10 5 repeat; > > color: black; > > margin: 0; > > padding: 0; > >} > > > >This seems to happen is in 1.5.2 and 1.5.3 (at least). It had worked > >well in previous versions. > > > Perhaps I have omitted the px... > > background: #f9f9f9 url(headbg.jpg) 10px 5px repeat; > > > -- > Gordo (aka LoopZilla) > gordon.joly at pobox.com > http://pobox.com/~gordo/ > http://www.loopzilla.org/ > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Mon Dec 5 13:49:09 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 13:49:09 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: You can instruct MediaWiki to require verification of email addresses entered in user preferences. With a little hacking, you could modify the login functions in User.php to check the user's validation hash, and see if they've been validated. If not, then you would reject login. Rob Church On 05/12/05, Mischa Peters wrote: > Hi All, > > Is it possible to have someone approve their email address first > before they are allowed in? > So pretty much what I had to do to get access to this mailinglist. > > Thanx!! > > Mischa > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From mischa2023 at gmail.com Mon Dec 5 14:47:05 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 15:47:05 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: Hi Rob, > You can instruct MediaWiki to require verification of email addresses > entered in user preferences. With a little hacking, you could modify > the login functions in User.php to check the user's validation hash, > and see if they've been validated. If not, then you would reject > login. Thanx for that. I will have a look at the User.php. Do you know of the top of your head what the string is that I need to verify? I am a little surprised that this is not default functionality. :) Mischa From mischa2023 at gmail.com Mon Dec 5 15:09:41 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 16:09:41 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: > You can instruct MediaWiki to require verification of email addresses > entered in user preferences. With a little hacking, you could modify > the login functions in User.php to check the user's validation hash, > and see if they've been validated. If not, then you would reject > login. One more question in regards to this. How can you enforce people to fill in their email address? I haven't been able to find anything on that yet. Mischa From robchur at gmail.com Mon Dec 5 15:36:52 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 15:36:52 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: By default, no it's not enforced, and that's because Wikimedia is about open editing, etc. You'll have to hack at the code to enforce email addresses. Rob Church On 05/12/05, Mischa Peters wrote: > > You can instruct MediaWiki to require verification of email addresses > > entered in user preferences. With a little hacking, you could modify > > the login functions in User.php to check the user's validation hash, > > and see if they've been validated. If not, then you would reject > > login. > > One more question in regards to this. > How can you enforce people to fill in their email address? > I haven't been able to find anything on that yet. > > Mischa > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From G.Bierens at fontys.nl Mon Dec 5 16:03:38 2005 From: G.Bierens at fontys.nl (G.Bierens at fontys.nl) Date: Mon, 5 Dec 2005 17:03:38 +0100 Subject: [Mediawiki-l] how to copy Special:Allmessages to another wiki Message-ID: <399E1B1730511340ACC9D56B848CFF6524436E@KOOTENAY.medewerker.fontys.local> Just got access to the commandline from my hostingprovider, question now is, how do I execute rebuildMessages.php ? thanx, Gerard -----Oorspronkelijk bericht----- Van: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] Namens Rob Church Verzonden: woensdag 30 november 2005 17:28 Aan: MediaWiki announcements and site admin list Onderwerp: Re: [Mediawiki-l] how to copy Special:Allmessages to another wiki 1.5.x and later versions should offer a PHP view under Special:Allmessages. You can copy and paste this into the LanguageXX.php file (backup first) in the right place, then run rebuildMessages.php. Rob Church On 30/11/05, G.Bierens at fontys.nl wrote: > I've tried Jama's solution, but it doesn't work for me. I ended up > reinstalling MediaWiki from scratch. Anybody knows another way to do > this? > > --Gerard > > -----Oorspronkelijk bericht----- > Van: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] Namens Jama Poulsen > Verzonden: maandag 28 november 2005 0:57 > Aan: MediaWiki announcements and site admin list > Onderwerp: Re: [Mediawiki-l] how to copy Special:Allmessages to another > wiki > > On Sun, Nov 27, 2005 at 10:06:32PM +0100, G.Bierens at fontys.nl wrote: > > I've been finetuning the systemmessages in one wiki, now I want to use > them in another wiki which is on a different server. I tried using > PHPmyAdmin to copy the table 'text' from one wiki to the other, but that > does not seem to work. The 'text'-table is 4.2 Mb big, to big maybe or > is this not the right way at all? > > > > Anybody knows how to solve this? > > [I don't claim this will work, but its a start] > > The system messages (in MW 1.5+) are stored in the "xx_page" table, and > cached as one blob in "xx_objectcache" (keyname: > "yourwikiname:messages"). > > You'll need to extract all the rows for the Mediawiki namespace: > > SELECT * > FROM `xx_text` > WHERE `page_namespace` =8 > > Then you'll need to delete the pages in that namespace from the other > DB, > and insert the exported pages (without having ID clashes). > > Now you'll also need to remove the cached object and re-edit your > "Special:Allmessages" page, so the objectcache blob is restored. > > And ofcourse before you start, make tested backups. > > Jama Poulsen > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > ---------------------------------------------------------------- > Op deze e-mail zijn de volgende voorwaarden van toepassing: > > http://www.fontys.nl/disclaimer > > The above disclaimer applies to this e-mail message. > ---------------------------------------------------------------- > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l ---------------------------------------------------------------- Op deze e-mail zijn de volgende voorwaarden van toepassing: http://www.fontys.nl/disclaimer The above disclaimer applies to this e-mail message. ---------------------------------------------------------------- From kent at lusobraz.com Mon Dec 5 16:57:37 2005 From: kent at lusobraz.com (Kent S. Larsen II) Date: Mon, 5 Dec 2005 11:57:37 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: At 3:36 PM +0000 12/5/05, Rob wrote: >By default, no it's not enforced, and that's because Wikimedia is >about open editing, etc. You'll have to hack at the code to enforce >email addresses. > > >Rob Church > Rob, I don't think that restricting editing is the reason why so many users are looking for email verification. Its more to reduce fraud and slander and increase the ability to trace who is saying what. You may have seen the following horror story: http://www.usatoday.com/news/opinion/editorials/2005-11-29-wikipedia-edit_x.htm Personally, I like the collaborative nature of mediawiki, and I have argued elsewhere that Wikipedia is so large now that it simply can't be ignored by those online (I argued this to an academic community -- many ended up accepting the fact). But the fact that an anonymous person can post a lie or misrepresentation or rumor to Wikipedia or any wiki without disclosing their identity makes it a tough sell to anyone worried about liability, let alone the quality of the information they provide. FWIW, the biggest problem that academics have with the Internet in general, and Wikipedia in particular is that it can't be verified and authenticated. Since it is already possible to restrict editing mediawiki to regisistered users, seems like a simple, useful thing to add authentication of the email address. I apologize if this is really off topic for this list -- but you kind of brought up the subject by assuming that Mischa was against 'open' editing. I don't know what his wiki is about or what his policies are, but I don't think enforcing a valid email address conflicts with 'open editing.' Kent From rick.denatale at gmail.com Mon Dec 5 16:58:22 2005 From: rick.denatale at gmail.com (Rick DeNatale) Date: Mon, 5 Dec 2005 11:58:22 -0500 Subject: [Mediawiki-l] .htaccess In-Reply-To: References: <20051205060653.47BFC1AC03E0@mail.wikimedia.org> Message-ID: On 12/5/05, Rob Church wrote: > An .htaccess file will affect the settings for that directory and any > subdirectories. If subdirectories contain individual .htaccess files, > then the directives within those will override those of the parent. As a first approximation, however it's possible that overriding won't be allowed depending on allowoverride directives in either the apache configuration file, or .htaccess files in containing directories. -- Rick DeNatale Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/ From wikilegal at inbox.org Mon Dec 5 18:18:17 2005 From: wikilegal at inbox.org (Anthony DiPierro) Date: Mon, 5 Dec 2005 13:18:17 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> On 12/5/05, Kent S. Larsen II wrote: > At 3:36 PM +0000 12/5/05, Rob wrote: > >By default, no it's not enforced, and that's because Wikimedia is > >about open editing, etc. You'll have to hack at the code to enforce > >email addresses. > > > > > >Rob Church > > > > Rob, I don't think that restricting editing is the reason why so many users > are looking for email verification. Its more to reduce fraud and slander > and increase the ability to trace who is saying what. > How can you reduce fraud and slander and increase the ability to trace who is saying what without restricting editing? If you can think of a way to do this, I'd like to hear it. > You may have seen the following horror story: > > http://www.usatoday.com/news/opinion/editorials/2005-11-29-wikipedia-edit_x.htm > Someone posted something false about someone else on the internet. At least, I think it was false. The opening paragraph seemed completely true. I don't particularly see the "horror", though. > Personally, I like the collaborative nature of mediawiki, and I have argued > elsewhere that Wikipedia is so large now that it simply can't be ignored by > those online (I argued this to an academic community -- many ended up > accepting the fact). But the fact that an anonymous person can post a lie > or misrepresentation or rumor to Wikipedia or any wiki without disclosing > their identity makes it a tough sell to anyone worried about liability, let > alone the quality of the information they provide. FWIW, the biggest > problem that academics have with the Internet in general, and Wikipedia in > particular is that it can't be verified and authenticated. > You say this as though academics in general have this problem with the Internet. That's very far from being true. The Internet certainly facilitates anonymous communication, but many if not most academics see this as a good thing. > Since it is already possible to restrict editing mediawiki to regisistered > users, seems like a simple, useful thing to add authentication of the email > address. > I agree. It'd be a useful feature. And according to Rob Church it's a feature already in the system. It's not the default, because mediawiki is *wiki* software, and it's not a very wiki-like thing to restrict editing. > I apologize if this is really off topic for this list -- but you kind of > brought up the subject by assuming that Mischa was against 'open' editing. > I don't know what his wiki is about or what his policies are, but I don't > think enforcing a valid email address conflicts with 'open editing.' > > Kent I don't see how it's not obvious how enforcing a valid email address conflicts with "open editing". In one instance, anyone can edit without restriction. In the other, people can only edit after they have had someone "approve their email address". That the former is more "open" than the latter falls pretty much from the definition of openness, "Accessible to all; unrestricted as to participants". This isn't a value judgement as to whether closed or open is better. It's just a fact that wikis (at least historically) try to be as open as possible. Anthony From rowan.collins at gmail.com Mon Dec 5 18:19:32 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Mon, 5 Dec 2005 18:19:32 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: <9f02ca4c0512051019o680ba890u@mail.gmail.com> On 05/12/05, Mischa Peters wrote: > I am a little surprised that this is not default functionality. :) First of all, can I point all those reading this thread to the discussion of "bug 2065" [http://bugzilla.wikimedia.org/show_bug.cgi?id=2065] about making exactly this option available "not for Wikipedia use, but a configurable option". It includes links to some of the discussions of why this proposal has been shot down in the past with reference to Wikipedia itself. On 05/12/05, Kent S. Larsen II wrote: > Rob, I don't think that restricting editing is the reason why so many users > are looking for email verification. Its more to reduce fraud and slander > and increase the ability to trace who is saying what. The problem with this argument is that e-mail addresses are in general no more traceable than the IP addresses that any website can already log at will. Consider the ease with which someone can create a hotmail, yahoo! mail, or similar account, not to mention the existence of sites like mailinator.com, spambob.com, and the like, which offer completely open and anonymous addresses. Some previous proposals have been driven to suggest complex blacklist/whitelist systems to rule out registering with such "disposable" e-mail addresses, but I'm not convinced that this is even technically feasible, and it would certainly result in far more people being discouraged from editting, due to the hoops they'd have to jump through to do so. > You may have seen the following horror story: http://www.usatoday.com/news/opinion/editorials/2005-11-29-wikipedia-edit_x.htm For those who haven't yet come upon it, a journalist discovered that the entry about him on Wikipedia was inaccurate to the point of libellous; he then decried the fact that he didn't know who to sue, and blamed Wikipedia for not telling him (and the government for not letting him sue Wikimedia as a publisher). Firstly, as someone on Wikipedia-l pointed out, this is no different from just about the whole of the Internet - a libellous comment on Geocities would be equally untraceable, with the only difference being that Wikipedia is more prominent and therefore potentially more damaging. Now, imagine for a moment that instead of either an IP or a meaningless screen-name, he was able to extract an e-mail address attached to that edit (presumably after going through some due process with the site's admins); would he have been better off? The e-mail address might be foobar at yahoo.com, or bob at hotmail.com, or yousuck at mailinator.com, or perhaps an ISP-based address that was no longer valid. In the first 2 cases, he would have the option of demanding information from Yahoo! or MSN - this would probably consist of another IP address, plus some fake name and address details. In the last case, he would need to find out at what date the account was registered (meaning Wikipedia would need to have stored this information), and demand that the ISP tell him who held the named account at that time - which really amounts to little more than demanding to know who was assigned a particular IP address at a particular time. Re-reading the article, it seems he even *had* the IP address (presumably the user was not logged in, leaving this plain to see) and therefore knows the ISP of the user. Since this is, realistically, the most he'd get out of an e-mail address *anyway*, I don't see that automated approval would leave anyone better off in such cases. > Since it is already possible to restrict editing mediawiki to regisistered > users, seems like a simple, useful thing to add authentication of the email > address. Restricting to registered users is itself, in some quarters, controversial, but in as much as it has any benefit it is in acting as a "speed bump" or "prickly hedge" - people have to be pretty determined in order to go through the process of registering just to vandalise a page. Of course, it also puts off people wanting to make passing corrections or improvements to the page - I know I've clicked "edit" on a number of wikis only to abandon when told I need to register - but this is a trade-off that site administrators have to consider. If there is any value in having e-mail approval as part of the registration process, it is that it raises the entry barrier still higher - making the hedge even pricklier, in a sense - so that only really dedicated would-be-users (both good and bad intentioned) will get through. Maybe allowing site admins to play with this configuration would be worthwhile, but I remain unconvinced that actually flicking that switch would have a positive effect. > I apologize if this is really off topic for this list -- but you kind of > brought up the subject by assuming that Mischa was against 'open' editing. > I don't know what his wiki is about or what his policies are, but I don't > think enforcing a valid email address conflicts with 'open editing.' Well, whatever the intentions behind it, such enforcement would actively discourage users from editting pages, by making it harder for them to do so. In as much as 'open editting' means encouraging as many users as possible to edit, it is thus at the very least "a step away from" that principle - for better or worse. -- Rowan Collins BSc [IMSoP] From rowan.collins at gmail.com Mon Dec 5 18:29:19 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Mon, 5 Dec 2005 18:29:19 +0000 Subject: [Mediawiki-l] how to copy Special:Allmessages to another wiki In-Reply-To: <399E1B1730511340ACC9D56B848CFF6524436E@KOOTENAY.medewerker.fontys.local> References: <399E1B1730511340ACC9D56B848CFF6524436E@KOOTENAY.medewerker.fontys.local> Message-ID: <9f02ca4c0512051029n601a129j@mail.gmail.com> On 05/12/05, G.Bierens at fontys.nl wrote: > Just got access to the commandline from my hostingprovider, question now > is, how do I execute rebuildMessages.php ? 1) create an "AdminSettings.php" file (see AdminSettings.sample for what should be in it, and your LocalSettings.php if you can't remember what the username and password should be). 2) type the following at your command line: cd [path to your mediawiki/]maintenance php rebuildMessages.php 3) Read the resulting message to work out which exact options you want. -- Rowan Collins BSc [IMSoP] From wikilegal at inbox.org Mon Dec 5 18:37:44 2005 From: wikilegal at inbox.org (Anthony DiPierro) Date: Mon, 5 Dec 2005 13:37:44 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> References: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> Message-ID: <71cd4dd90512051037m4094457dvfd9b9454705f2f68@mail.gmail.com> On 12/5/05, Anthony DiPierro wrote: > On 12/5/05, Kent S. Larsen II wrote: > > At 3:36 PM +0000 12/5/05, Rob wrote: > > You may have seen the following horror story: > > > > http://www.usatoday.com/news/opinion/editorials/2005-11-29-wikipedia-edit_x.htm > > > Someone posted something false about someone else on the internet. At > least, I think it was false. The opening paragraph seemed completely > true. I don't particularly see the "horror", though. > I should add that knowing the email address of the person who added that information to Wikipedia would almost certainly have accomplished no more than knowing the IP address. Either way it would take a subpoena from the ISP (of the IP address or the email address) to determine the person's actual identity. There would still need to be a John Doe lawsuit filed, and you'd still have to convince a judge that the John Doe actually did something wrong (saying "For a brief time, [someone] was thought to have been directly involved in the Kennedy assassinations of both John, and his brother, Bobby" is *not* libel, in itself, and a court shouldn't and probably wouldn't grant a subpoena simply based on that). Anthony From mischa2023 at gmail.com Mon Dec 5 20:23:30 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 21:23:30 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: > By default, no it's not enforced, and that's because Wikimedia is > about open editing, etc. You'll have to hack at the code to enforce > email addresses. I understand the open editing thing. But I don't want to have people register with bogus accounts. As long as their email address exist I don't mind what they type. I don't see how that impacts the openess of a Wiki in general. Mischa From sy1234 at gmail.com Mon Dec 5 20:27:01 2005 From: sy1234 at gmail.com (Sy Ali) Date: Mon, 5 Dec 2005 20:27:01 +0000 Subject: [Mediawiki-l] Making the recent changes administrator-only Message-ID: <1e55af990512051227q65bf69f5n9306f4116f62acfd@mail.gmail.com> Is there an easy way to shift certain special pages to only be administrator accessible? I'm specifically interested in making the recent changes private. (No, I'm not interested in removing it from the sidebar.. that's been done. I also maintain a manual change news page) From mischa2023 at gmail.com Mon Dec 5 20:27:41 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 21:27:41 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: Hi Kent, [snip] > I apologize if this is really off topic for this list -- but you kind of > brought up the subject by assuming that Mischa was against 'open' editing. > I don't know what his wiki is about or what his policies are, but I don't > think enforcing a valid email address conflicts with 'open editing.' I am running different wiki's, one is more open then the other. But I would still like to know who is adding what and not just know their "nickname". Mischa From mischa2023 at gmail.com Mon Dec 5 20:30:16 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 21:30:16 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> References: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> Message-ID: > > Since it is already possible to restrict editing mediawiki to regisistered > > users, seems like a simple, useful thing to add authentication of the email > > address. > > > I agree. It'd be a useful feature. And according to Rob Church it's > a feature already in the system. It's not the default, because > mediawiki is *wiki* software, and it's not a very wiki-like thing to > restrict editing. Could someone explain to me why an email verification of the user that is about to edit on your wiki is restricting editing?! Mischa From sechan at amazon.com Mon Dec 5 20:50:22 2005 From: sechan at amazon.com (Sechan, Gabe) Date: Mon, 5 Dec 2005 12:50:22 -0800 Subject: [Mediawiki-l] Email approval before login Message-ID: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> Is that really useful, considering how easy it is to set up a yahoo/hotmail/gmail/whatever else account? Gabe -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Mischa Peters Sent: Monday, December 05, 2005 12:28 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Email approval before login Hi Kent, [snip] > I apologize if this is really off topic for this list -- but you kind > of brought up the subject by assuming that Mischa was against 'open' editing. > I don't know what his wiki is about or what his policies are, but I > don't think enforcing a valid email address conflicts with 'open editing.' I am running different wiki's, one is more open then the other. But I would still like to know who is adding what and not just know their "nickname". Mischa _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From robchur at gmail.com Mon Dec 5 20:58:21 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 20:58:21 +0000 Subject: [Mediawiki-l] .htaccess In-Reply-To: References: <20051205060653.47BFC1AC03E0@mail.wikimedia.org> Message-ID: Yes. Should have mentioned that too. Rob Church On 05/12/05, Rick DeNatale wrote: > On 12/5/05, Rob Church wrote: > > An .htaccess file will affect the settings for that directory and any > > subdirectories. If subdirectories contain individual .htaccess files, > > then the directives within those will override those of the parent. > > As a first approximation, however it's possible that overriding won't > be allowed depending on allowoverride directives in either the apache > configuration file, or .htaccess files in containing directories. > > -- > Rick DeNatale > > Visit the Project Mercury Wiki Site > http://www.mercuryspacecraft.com/ > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Mon Dec 5 20:58:52 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 20:58:52 +0000 Subject: [Mediawiki-l] Making the recent changes administrator-only In-Reply-To: <1e55af990512051227q65bf69f5n9306f4116f62acfd@mail.gmail.com> References: <1e55af990512051227q65bf69f5n9306f4116f62acfd@mail.gmail.com> Message-ID: Edit the special page function to require the appropriate user group, perhaps? Rob Church On 05/12/05, Sy Ali wrote: > Is there an easy way to shift certain special pages to only be > administrator accessible? I'm specifically interested in making the > recent changes private. > > (No, I'm not interested in removing it from the sidebar.. that's been > done. I also maintain a manual change news page) > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From mischa2023 at gmail.com Mon Dec 5 21:07:12 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Mon, 5 Dec 2005 22:07:12 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> References: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> Message-ID: Yes it would... especially since for one project I would like to lock it down to a specific domain. And opening a gmail account is an additional step that a lot of people don't want to take. Mischa > Is that really useful, considering how easy it is to set up a yahoo/hotmail/gmail/whatever else account? > > Gabe > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Mischa Peters > Sent: Monday, December 05, 2005 12:28 PM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] Email approval before login > > Hi Kent, > > [snip] > > > I apologize if this is really off topic for this list -- but you kind > > of brought up the subject by assuming that Mischa was against 'open' editing. > > I don't know what his wiki is about or what his policies are, but I > > don't think enforcing a valid email address conflicts with 'open editing.' > > I am running different wiki's, one is more open then the other. But I would still like to know who is adding what and not just know their "nickname". > > Mischa > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From Markus.Reiser at automation.siemens.com Mon Dec 5 10:26:22 2005 From: Markus.Reiser at automation.siemens.com (Reiser, Markus) Date: Mon, 5 Dec 2005 11:26:22 +0100 Subject: [Mediawiki-l] link to windows network drive possible ? Message-ID: Hi folks, is there a possibility in MediaWiki to create an external link to a windows network folder like \\server\folder1 ???? It does not work using syntax of external or internal links ;-( Hope you can help me ! Thanks Markus From greg at zorro.STUDENT.CWRU.edu Mon Dec 5 19:42:42 2005 From: greg at zorro.STUDENT.CWRU.edu (Gregory Szorc) Date: Mon, 05 Dec 2005 14:42:42 -0500 Subject: [Mediawiki-l] 1.5 Database Schema Questions Message-ID: <43949832.8090505@zorro.case.edu> I have a few quick questions about the 1.5 database schema... What exactly is the role of the recentchanges table? If I had to take a stab at it, I would say that it is basically rehash of data already in the revision and logging tables and it exists purely for performance improvement reasons. Once upon a time when I upgraded MediaWiki, somehow my recentchanges table got truncated. So now, I have records starting at about rc_id=4000. I do have database backups that have all but 30 or so of the old records. Is there a benefit to importing these missing records into the recentchanges table? I would assume maintenance/rebuildrecentchanges.php would reconstruct these records, but it doesn't. It just seems to truncate the table even more. Which leads me back to my original question, what is the purpose of this table? Second, I did a fresh install of 1.5.2 this weekend and chose the experimental MySQL 5 layout. For curiosity sake, I did a structure compare to an existing installation (1.5.2 upgraded from 1.4.x). I was surprised to see that the text table in the fresh install only has 3 fields (old_id, old_text, old_flags) as opposed to the 11 or so that the existing install has. Is it safe to delete these non-existent fields from the old database? On quick glance, these fields in the old database don't seem to be populated anymore, so I would assume yes, but what do I know. I'm sorry to bother everyone on this list with this question, but the database documentation on meta is horribly out of date. I would update it myself, but there are a few areas that I just don't know enough about. Perhaps the developers could find time to update the documentation... Gregory Szorc gregory.szorc at case.edu From brion at pobox.com Mon Dec 5 22:04:02 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 14:04:02 -0800 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> Message-ID: <4394B952.5000105@pobox.com> Mischa Peters wrote: >>> Since it is already possible to restrict editing mediawiki to regisistered >>> users, seems like a simple, useful thing to add authentication of the email >>> address. >>> >> I agree. It'd be a useful feature. And according to Rob Church it's >> a feature already in the system. It's not the default, because >> mediawiki is *wiki* software, and it's not a very wiki-like thing to >> restrict editing. > > Could someone explain to me why an email verification of the user that > is about to edit on your wiki is restricting editing?! It doesn't allow people to edit who don't have, or don't want to reveal, their e-mail addresses. Requiring registration and an e-mail round trip changes the dynamics of both who can, and who will, get involved. That's not necessarily a bad thing, but it is a restriction. -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/1890bcab/attachment.pgp From BenA at datacom.co.nz Mon Dec 5 22:05:54 2005 From: BenA at datacom.co.nz (Ben Arnold (DSLWN)) Date: Tue, 6 Dec 2005 11:05:54 +1300 Subject: [Mediawiki-l] link to windows network drive possible ? Message-ID: <46562C5EECFA8C47AADDF029EE11D73D015961CA@dnzwgex1.datacom.co.nz> Normally you'd be able to do this with a file URL. [file://server/folder1 the text to link from] Notice how the Windows backslashes become slashes in a file URL. This doesn't seem to work on MediaWiki. This is probably a good thing in general since there's not much use for it outside of a shared filesystem. It could also be a security risk. Others might be able to tell you how to hack MediaWiki to get this to work. If you find out, let me know. I'd be interested in doing this on my wiki too. -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Reiser, Markus Sent: Monday, 5 December 2005 11:26 p.m. To: mediawiki-l at Wikimedia.org Subject: [Mediawiki-l] link to windows network drive possible ? Hi folks, is there a possibility in MediaWiki to create an external link to a windows network folder like \\server\folder1 ???? It does not work using syntax of external or internal links ;-( Hope you can help me ! Thanks Markus _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From brion at pobox.com Mon Dec 5 22:08:30 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 14:08:30 -0800 Subject: [Mediawiki-l] 1.5 Database Schema Questions In-Reply-To: <43949832.8090505@zorro.case.edu> References: <43949832.8090505@zorro.case.edu> Message-ID: <4394BA5E.90705@pobox.com> Gregory Szorc wrote: > I have a few quick questions about the 1.5 database schema... > > What exactly is the role of the recentchanges table? If I had to take a > stab at it, I would say that it is basically rehash of data already in > the revision and logging tables and it exists purely for performance > improvement reasons. Pretty much. > Second, I did a fresh install of 1.5.2 this weekend and chose the > experimental MySQL 5 layout. For curiosity sake, I did a structure > compare to an existing installation (1.5.2 upgraded from 1.4.x). I was > surprised to see that the text table in the fresh install only has 3 > fields (old_id, old_text, old_flags) as opposed to the 11 or so that the > existing install has. Is it safe to delete these non-existent fields > from the old database? Other fields are left over from an upgrade from 1.4 (the 'old' table gets repurposed for text storage) and are no longer used. > I'm sorry to bother everyone on this list with this question, but the > database documentation on meta is horribly out of date. See maintenance/tables.sql for documentation on the schema. -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/044ebd45/attachment.pgp From BenA at datacom.co.nz Mon Dec 5 22:11:58 2005 From: BenA at datacom.co.nz (Ben Arnold (DSLWN)) Date: Tue, 6 Dec 2005 11:11:58 +1300 Subject: [Mediawiki-l] link to windows network drive possible ? Message-ID: <46562C5EECFA8C47AADDF029EE11D73D015961CB@dnzwgex1.datacom.co.nz> http://meta.wikimedia.org/wiki/MediaWiki_FAQ#Is_it_somehow_possible_to_u se_a_.22file.22_URI-qualifier_for_local_intranets_e.g._.5Bfile:.2F.2Floc alhost.2FC:_C-Drive.5D.3F Turns out it's in the fantastic manual! I don't have time to try it out right now but when I do I'll let you know my results. -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Ben Arnold (DSLWN) Sent: Tuesday, 6 December 2005 11:06 a.m. To: MediaWiki announcements and site admin list Subject: RE: [Mediawiki-l] link to windows network drive possible ? Normally you'd be able to do this with a file URL. [file://server/folder1 the text to link from] Notice how the Windows backslashes become slashes in a file URL. This doesn't seem to work on MediaWiki. This is probably a good thing in general since there's not much use for it outside of a shared filesystem. It could also be a security risk. Others might be able to tell you how to hack MediaWiki to get this to work. If you find out, let me know. I'd be interested in doing this on my wiki too. -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Reiser, Markus Sent: Monday, 5 December 2005 11:26 p.m. To: mediawiki-l at Wikimedia.org Subject: [Mediawiki-l] link to windows network drive possible ? Hi folks, is there a possibility in MediaWiki to create an external link to a windows network folder like \\server\folder1 ???? It does not work using syntax of external or internal links ;-( Hope you can help me ! Thanks Markus _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From brion at pobox.com Mon Dec 5 22:13:23 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 14:13:23 -0800 Subject: [Mediawiki-l] link to windows network drive possible ? In-Reply-To: <46562C5EECFA8C47AADDF029EE11D73D015961CA@dnzwgex1.datacom.co.nz> References: <46562C5EECFA8C47AADDF029EE11D73D015961CA@dnzwgex1.datacom.co.nz> Message-ID: <4394BB83.2070603@pobox.com> Ben Arnold (DSLWN) wrote: > Normally you'd be able to do this with a file URL. > > [file://server/folder1 the text to link from] > > Notice how the Windows backslashes become slashes in a file URL. > > This doesn't seem to work on MediaWiki. This is probably a good thing in > general since there's not much use for it outside of a shared > filesystem. It could also be a security risk. > > Others might be able to tell you how to hack MediaWiki to get this to > work. If you find out, let me know. I'd be interested in doing this on > my wiki too. I'm pretty sure this is in the FAQ. -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/6fcebaf1/attachment.pgp From garydh at gmail.com Mon Dec 5 22:38:00 2005 From: garydh at gmail.com (Gary H) Date: Tue, 6 Dec 2005 08:38:00 +1000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> Message-ID: <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> I have deleted the /config/ directory but still have the problem. On 12/5/05, Rob Church wrote: > You need to *move* the file. In your case, make sure that there's a > /LocalSettings.php and then delete /config/LocalSettings.php. > > MediaWiki checks to see whether config/LocalSettings.php exists upon > execution. If it does, it raises this as a possible problem which > needs to be addressed. Other such cases include having no > LocalSettings.php file, etc. > > > Rob Church > > On 05/12/05, Gary H wrote: > > Hi, > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > wont let me past the installation successful page when I go to > > index.php, index.php/, or even just the directory /. I have moved the > > LocalSettings.php file from /config to the wikis root by downloading > > it and re-uploading it. Any ideas? > > > > Thanks, Gary. > > > > > > -- > > *** I call it the "Sproose Moose"! *** > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > -- *** I call it the "Sproose Moose"! *** From rowan.collins at gmail.com Mon Dec 5 22:43:54 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Mon, 5 Dec 2005 22:43:54 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> Message-ID: <9f02ca4c0512051443m339b2127r@mail.gmail.com> No offence, but I think you answered your own question: On 05/12/05, Mischa Peters wrote: > Could someone explain to me why an email verification of the user that > is about to edit on your wiki is restricting editing?! On 05/12/05, Mischa Peters wrote: > Yes it would... especially since for one project I would like to lock > it down to a specific domain. And opening a gmail account is an > additional step that a lot of people don't want to take. So, you are restricting edits to those who can or will take that extra step. Whether that's good or bad is open for discussion, but surely the fact that "locking it down" is "restricting it" is as plain as day? Meanwhile, what do you mean be locking down "to a specific domain" - do you mean that you're planning to use e-mail verification as a way of authenticating that the users already hold accounts on some other service? If so, out of curiosity, are there other possibilities (LDAP, checks in a shared database), some of which may already have been implemented? -- Rowan Collins BSc [IMSoP] From JohnsonA at rembrandt.co.nz Mon Dec 5 22:53:42 2005 From: JohnsonA at rembrandt.co.nz (Alistair Johnson) Date: Tue, 6 Dec 2005 11:53:42 +1300 Subject: [Mediawiki-l] link to windows network drive possible ? Message-ID: We got this working by using IIS to map a virtual directory to a directory in our file system. eg. A virtual directory "docs" in mapped to c:\docs To access the file c:\docs\abc.txt from the mediawiki interface we then use [{{SERVER}}/docs/abc.txt abc.txt] Works well and we use NTFS file permissions to restrict access to sensitive files to authorised users. We couldn't use file:// as most browsers block that by default now. Cheers, Al. -----Original Message----- From: Reiser, Markus [mailto:Markus.Reiser at automation.siemens.com] Sent: Monday, 5 December 2005 11:26 p.m. To: mediawiki-l at Wikimedia.org Subject: [Mediawiki-l] link to windows network drive possible ? Hi folks, is there a possibility in MediaWiki to create an external link to a windows network folder like \\server\folder1 ???? It does not work using syntax of external or internal links ;-( Hope you can help me ! Thanks Markus _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From rowan.collins at gmail.com Mon Dec 5 22:57:03 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Mon, 5 Dec 2005 22:57:03 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: Message-ID: <9f02ca4c0512051457g53cf419x@mail.gmail.com> On 05/12/05, Mischa Peters wrote: > I understand the open editing thing. But I don't want to have people > register with bogus accounts. As long as their email address exist I > don't mind what they type. How on earth does "not having an e-mail address" equate to "bogus account" - or rather, how does "having an e-mail address" equate to "completely trusted account"? This is exactly the kind of flawed reasoning that gets trotted out time and time again on this subject, and why I think there is a serious message behind the very funny parody on meta [1]. By all means argue that the additional speed-bump provided by forcing e-mail verification, and the resulting overall decline in edits and editors - both good and bad - will be on average beneficial for your particular use of MediaWiki. But do not be so foolish as to claim that the ability and willingness to go through that process will in any way guarantee the character and intention of a particular user. Look at mailinator.com, look at bugmenot.com, and you'll realise that people who *want* to by-pass the "verification" will be able to do so perfectly easily thank you very much. -=Refs=- [1]: http://meta.wikimedia.org/wiki/Friends_of_gays_should_not_be_allowed_to_edit_articles -- Rowan Collins BSc [IMSoP] From robchur at gmail.com Mon Dec 5 23:04:53 2005 From: robchur at gmail.com (Rob Church) Date: Mon, 5 Dec 2005 23:04:53 +0000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> Message-ID: Just to check; the LocalSettings.php file is in the same directory as index.php, isn't it? And what error do you get now? Rob Church On 05/12/05, Gary H wrote: > I have deleted the /config/ directory but still have the problem. > > > On 12/5/05, Rob Church wrote: > > You need to *move* the file. In your case, make sure that there's a > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > execution. If it does, it raises this as a possible problem which > > needs to be addressed. Other such cases include having no > > LocalSettings.php file, etc. > > > > > > Rob Church > > > > On 05/12/05, Gary H wrote: > > > Hi, > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > wont let me past the installation successful page when I go to > > > index.php, index.php/, or even just the directory /. I have moved the > > > LocalSettings.php file from /config to the wikis root by downloading > > > it and re-uploading it. Any ideas? > > > > > > Thanks, Gary. > > > > > > > > > -- > > > *** I call it the "Sproose Moose"! *** > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > -- > *** I call it the "Sproose Moose"! *** > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From garydh at gmail.com Mon Dec 5 23:07:49 2005 From: garydh at gmail.com (Gary H) Date: Tue, 6 Dec 2005 09:07:49 +1000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> Message-ID: <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> Yes, they are in the same directory and I still get the installation successful page. On 12/6/05, Rob Church wrote: > Just to check; the LocalSettings.php file is in the same directory as > index.php, isn't it? And what error do you get now? > > > Rob Church > > On 05/12/05, Gary H wrote: > > I have deleted the /config/ directory but still have the problem. > > > > > > On 12/5/05, Rob Church wrote: > > > You need to *move* the file. In your case, make sure that there's a > > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > > execution. If it does, it raises this as a possible problem which > > > needs to be addressed. Other such cases include having no > > > LocalSettings.php file, etc. > > > > > > > > > Rob Church > > > > > > On 05/12/05, Gary H wrote: > > > > Hi, > > > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > > wont let me past the installation successful page when I go to > > > > index.php, index.php/, or even just the directory /. I have moved the > > > > LocalSettings.php file from /config to the wikis root by downloading > > > > it and re-uploading it. Any ideas? > > > > > > > > Thanks, Gary. > > > > > > > > > > > > -- > > > > *** I call it the "Sproose Moose"! *** > > > > _______________________________________________ > > > > MediaWiki-l mailing list > > > > MediaWiki-l at Wikimedia.org > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > -- > > *** I call it the "Sproose Moose"! *** > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > -- *** I call it the "Sproose Moose"! *** From wikilegal at inbox.org Mon Dec 5 23:41:27 2005 From: wikilegal at inbox.org (Anthony DiPierro) Date: Mon, 5 Dec 2005 18:41:27 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512051457g53cf419x@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> Message-ID: <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> On 12/5/05, Rowan Collins wrote: > On 05/12/05, Mischa Peters wrote: > > I understand the open editing thing. But I don't want to have people > > register with bogus accounts. As long as their email address exist I > > don't mind what they type. > > How on earth does "not having an e-mail address" equate to "bogus > account" - or rather, how does "having an e-mail address" equate to > "completely trusted account"? This is exactly the kind of flawed > reasoning that gets trotted out time and time again on this subject, > and why I think there is a serious message behind the very funny > parody on meta [1]. > Is there any check in mediawiki to determine whether or not the email address you give it is actually an email address of yours? I think this is what was meant by "bogus accounts", someone who put "whatever at example.com" or something like that. > By all means argue that the additional speed-bump provided by forcing > e-mail verification, and the resulting overall decline in edits and > editors - both good and bad - will be on average beneficial for your > particular use of MediaWiki. But do not be so foolish as to claim that > the ability and willingness to go through that process will in any way > guarantee the character and intention of a particular user. > > Look at mailinator.com, look at bugmenot.com, and you'll realise that > people who *want* to by-pass the "verification" will be able to do so > perfectly easily thank you very much. > > -=Refs=- > [1]: http://meta.wikimedia.org/wiki/Friends_of_gays_should_not_be_allowed_to_edit_articles > > -- > Rowan Collins BSc > [IMSoP] From brion at pobox.com Tue Dec 6 00:03:08 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 16:03:08 -0800 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> Message-ID: <4394D53C.5020201@pobox.com> Anthony DiPierro wrote: > Is there any check in mediawiki to determine whether or not the email > address you give it is actually an email address of yours? I think > this is what was meant by "bogus accounts", someone who put > "whatever at example.com" or something like that. If e-mail confirmation is on, yes: e-mail functions will be disabled until you go through the confirmation step (it emails you a code, you visit the magic link). (It's not on on Wikipedia at the moment; we should take care of that sometime.) -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/c6b623eb/attachment.pgp From rowan.collins at gmail.com Tue Dec 6 00:12:36 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Tue, 6 Dec 2005 00:12:36 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> Message-ID: <9f02ca4c0512051612u2a3c84e9o@mail.gmail.com> On 05/12/05, Anthony DiPierro wrote: > > On 05/12/05, Mischa Peters wrote: > > > I understand the open editing thing. But I don't want to have people > > > register with bogus accounts. As long as their email address exist I > > > don't mind what they type. > Is there any check in mediawiki to determine whether or not the email > address you give it is actually an email address of yours? I think > this is what was meant by "bogus accounts", someone who put > "whatever at example.com" or something like that. The reason I assumed that that wasn't what was meant was the second sentence, which specifically mentionned this would mean "I don't mind what they type". Associating your account with an e-mail address that is somebody else's is obviously something we can and should discourage (as Brion says, the feature's already there); what's up for debate is whether there's any harm in not registering an e-mail address *at all*, given that you can easily validate an e-mail address without being traceable or even reachable through it. -- Rowan Collins BSc [IMSoP] From gregory.szorc at case.edu Tue Dec 6 00:15:14 2005 From: gregory.szorc at case.edu (Gregory Szorc) Date: Mon, 05 Dec 2005 19:15:14 -0500 Subject: [Mediawiki-l] Running MediaWiki With a MySQL Cluster Message-ID: <4394D812.7090801@case.edu> I would like to operate a MediaWiki installation that has two points of failure instead of the one that you get with a MySQL master/slave setup. Is it possible to run MediaWiki using a MySQL cluster as its database storage engine? If this can't be done, why? What would need to be changed to allow hosting on a MySQL cluster to be doable? If it can be done, what are the drawbacks to doing it and why doesn't WikiPedia operate a MySQL cluster instead of a master/slave replication setup. Gregory Szorc gregory.szorc at case.edu From rick.denatale at gmail.com Tue Dec 6 00:57:51 2005 From: rick.denatale at gmail.com (Rick DeNatale) Date: Mon, 5 Dec 2005 19:57:51 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512051612u2a3c84e9o@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <9f02ca4c0512051612u2a3c84e9o@mail.gmail.com> Message-ID: I've been following this thread with a mixture of amusement and sadness. The Seigenthaler brohaha has been getting alot of attention, not just on the internet, but on cable tv as well. MSNBC has run a story on it several time today, and Siegenthaler himself was interviewed last night. Then I switched from reading e-mail to checking blogs only to run across this: http://slashdot.org/article.pl?sid=05/12/05/2010247&tid=95&tid=99 If this is true, then it looks like even wikipedia is trodding the slippery slope down from true wikiness (whatever that really means). -- Rick DeNatale (Who used to sometimes hang out in bars with Ward Cunningham) Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/ From cryptoquick at phyco.org Tue Dec 6 01:12:10 2005 From: cryptoquick at phyco.org (Alex Trujillo) Date: Mon, 5 Dec 2005 18:12:10 -0700 Subject: [Mediawiki-l] Re: WikiTex: Xymtex install In-Reply-To: <20051205075645.12BED1158A08@mail.wikimedia.org> References: <20051205075645.12BED1158A08@mail.wikimedia.org> Message-ID: > Well, let's ask the obvious questions, then. Does the file it's > looking for exist? Try altering the paths a little. Can the > directory/file be written to (if TeX needs to write to it)? No matter what I did, the package didn't work. Could you tell me how or forward me to, step by step directions for installing WikiTeX and its respective extensions? I've deleted the installation and removed the inclusion from LocalSettings.php until I know what I'm really doing! --- Phyco.org: For A Phyco Future. > Message: 2 > Date: Sun, 4 Dec 2005 23:23:41 -0700 > From: Alex Trujillo > Subject: [Mediawiki-l] WikiTex: Xymtex install > To: mediawiki-l at Wikimedia.org > Message-ID: > Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed > > Hello; I've been attempting to install the xymtex package for > WikiTex. I uploaded the entire 17 megabyte package to my webspace, > then I pasted an example from Wikisophia into a new page: >> \octamethylene{4==S;5==S}{1W==HO;1D==O;8D==O;8W==OH;2SB==H; >> 7SA==H;2SA==NH$_2$;7SB==NH$_2$} > > The following error was returned: >> This is TeX, Version 3.14159 (Web2C 7.4.5) >> (./2c67c000747b6ff14054bb48ef81ba6e >> LaTeX2e <2001/06/01> >> Babel and hyphenation patterns for american, french, german, >> ngerman, n >> ohyphenation, loaded. >> (/usr/share/texmf/tex/latex/base/article.cls >> Document Class: article 2001/04/21 v1.4e Standard LaTeX document >> class >> (/usr/share/texmf/tex/latex/base/size10.clo)) >> >> ! LaTeX Error: File `xymtex/xymtex.sty' not found. >> >> Type X to quit or to proceed, >> or enter new name. (Default extension: sty) >> >> Enter file name: >> ! Emergency stop. >> >> l.3 \usepackage >> {chemist}^^M >> No pages of output. >> Transcript written on 2c67c000747b6ff14054bb48ef81ba6e.log. > > I've been trying to fix this all evening. I've been messing with the > wikitex.chem.inc.tex file. > Also of note, the xymtex directory is within wikitex directory. > That's why I used "xymtex/xymtex.sty". > > Any thoughts are appreciated. > > --- > Phyco.org: For A Phyco Future. > > > On Dec 4, 2005, at 5:03 AM, mediawiki-l-request at Wikimedia.org wrote: > > ------------------------------ > > Message: 3 > Date: Mon, 5 Dec 2005 07:56:36 +0000 > From: Rob Church > Subject: Re: [Mediawiki-l] WikiTex: Xymtex install > To: MediaWiki announcements and site admin list > > Message-ID: > Content-Type: text/plain; charset=ISO-8859-1 > > Well, let's ask the obvious questions, then. Does the file it's > looking for exist? Try altering the paths a little. Can the > directory/file be written to (if TeX needs to write to it)? > > > Rob Church > > On 05/12/05, Alex Trujillo wrote: >> Hello; I've been attempting to install the xymtex package for >> WikiTex. I uploaded the entire 17 megabyte package to my webspace, >> then I pasted an example from Wikisophia into a new page: >>> \octamethylene{4==S;5==S}{1W==HO;1D==O;8D==O;8W==OH;2SB==H; >>> 7SA==H;2SA==NH$_2$;7SB==NH$_2$} >> >> The following error was returned: >>> This is TeX, Version 3.14159 (Web2C 7.4.5) >>> (./2c67c000747b6ff14054bb48ef81ba6e >>> LaTeX2e <2001/06/01> >>> Babel and hyphenation patterns for american, french, german, >>> ngerman, n >>> ohyphenation, loaded. >>> (/usr/share/texmf/tex/latex/base/article.cls >>> Document Class: article 2001/04/21 v1.4e Standard LaTeX document >>> class >>> (/usr/share/texmf/tex/latex/base/size10.clo)) >>> >>> ! LaTeX Error: File `xymtex/xymtex.sty' not found. >>> >>> Type X to quit or to proceed, >>> or enter new name. (Default extension: sty) >>> >>> Enter file name: >>> ! Emergency stop. >>> >>> l.3 \usepackage >>> {chemist}^^M >>> No pages of output. >>> Transcript written on 2c67c000747b6ff14054bb48ef81ba6e.log. >> >> I've been trying to fix this all evening. I've been messing with the >> wikitex.chem.inc.tex file. >> Also of note, the xymtex directory is within wikitex directory. >> That's why I used "xymtex/xymtex.sty". >> >> Any thoughts are appreciated. >> >> --- >> Phyco.org: For A Phyco Future. > > > ------------------------------ > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > End of MediaWiki-l Digest, Vol 27, Issue 8 > ****************************************** > > From brion at pobox.com Tue Dec 6 01:27:15 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 17:27:15 -0800 Subject: [Mediawiki-l] Running MediaWiki With a MySQL Cluster In-Reply-To: <4394D812.7090801@case.edu> References: <4394D812.7090801@case.edu> Message-ID: <4394E8F3.4070300@pobox.com> Gregory Szorc wrote: > I would like to operate a MediaWiki installation that has two points of > failure instead of the one that you get with a MySQL master/slave setup. > Is it possible to run MediaWiki using a MySQL cluster as its database > storage engine? Last I heard, MySQL Cluster doesn't support large text/blob fields, which we use for text storage. You might be able to put some tables in Cluster and the rest in InnoDB or MyISAM. Try it and report back. :) > If it can be done, what are > the drawbacks to doing it and why doesn't WikiPedia operate a MySQL > cluster instead of a master/slave replication setup. Also, having a couple hundred gigabytes of RAM would be very expensive. :D -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/b58766e0/attachment.pgp From brion at pobox.com Tue Dec 6 01:31:29 2005 From: brion at pobox.com (Brion Vibber) Date: Mon, 05 Dec 2005 17:31:29 -0800 Subject: [Mediawiki-l] Re: WikiTex: Xymtex install In-Reply-To: References: <20051205075645.12BED1158A08@mail.wikimedia.org> Message-ID: <4394E9F1.5060403@pobox.com> Alex Trujillo wrote: >> Well, let's ask the obvious questions, then. Does the file it's >> looking for exist? Try altering the paths a little. Can the >> directory/file be written to (if TeX needs to write to it)? > > No matter what I did, the package didn't work. Could you tell me how or > forward me to, step by step directions for installing WikiTeX and its > respective extensions? I've deleted the installation and removed the > inclusion from LocalSettings.php until I know what I'm really doing! You might try contacting the author of the extension directly... -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051205/f3c34063/attachment.pgp From youngi at comcast.net Tue Dec 6 01:46:25 2005 From: youngi at comcast.net (Isaac Gonzalez) Date: Mon, 5 Dec 2005 17:46:25 -0800 Subject: [Mediawiki-l] link to windows network drive possible ? References: <46562C5EECFA8C47AADDF029EE11D73D015961CA@dnzwgex1.datacom.co.nz> Message-ID: <000d01c5fa06$df902200$43197443@lan.inventures.com> try using a mapped network drive and use: file:///|//filename ----- Original Message ----- From: "Ben Arnold (DSLWN)" To: "MediaWiki announcements and site admin list" Sent: Monday, December 05, 2005 2:05 PM Subject: RE: [Mediawiki-l] link to windows network drive possible ? Normally you'd be able to do this with a file URL. [file://server/folder1 the text to link from] Notice how the Windows backslashes become slashes in a file URL. This doesn't seem to work on MediaWiki. This is probably a good thing in general since there's not much use for it outside of a shared filesystem. It could also be a security risk. Others might be able to tell you how to hack MediaWiki to get this to work. If you find out, let me know. I'd be interested in doing this on my wiki too. -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Reiser, Markus Sent: Monday, 5 December 2005 11:26 p.m. To: mediawiki-l at Wikimedia.org Subject: [Mediawiki-l] link to windows network drive possible ? Hi folks, is there a possibility in MediaWiki to create an external link to a windows network folder like \\server\folder1 ???? It does not work using syntax of external or internal links ;-( Hope you can help me ! Thanks Markus _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From cmcintosh at gmail.com Tue Dec 6 02:39:33 2005 From: cmcintosh at gmail.com (Chris McIntosh) Date: Mon, 5 Dec 2005 18:39:33 -0800 Subject: [Mediawiki-l] Intranet Single Signon In-Reply-To: <00C14A1BA7454D4099D19923AA7FE21B06C83567@ex-mail-sea-04.ant.amazon.com> References: <00C14A1BA7454D4099D19923AA7FE21B06C83567@ex-mail-sea-04.ant.amazon.com> Message-ID: Neither of these solutions work. They both give me what I already have. The problem I have after implementing both suggestions is that I still cannot modify that users preferences. It has to due with the matchEditToken function. Anybody know what I am missing? -- Chris Mcintosh On 11/17/05, Sechan, Gabe wrote: > > I just did something very similar for my company. Here's my > circumstances, and how I did it. Hope it helps. > > I have a situation where the user name is known by apache before I log > on. I can get the user name from Apache. This means something that may be > unique to my situation- when the user gets to my page, he is already logged > in. > > Logins are all handled by the User::loadFromSession function. It returns > a user object, or a blank user if not logged in. My solution was > simple- anytime it returned a new User();, I had it instead return the > results of a new function- loadFromOutside() > > loadFromOutside takes the user name, and goes > > $user=User::newFromName($name) > If(0==$user->getID){ > $user->addToDatabase(); > $user->setPassword($pass); > $user->setEmail($email); > $user->setReadName($name); > $user->setOption('rememberPassword',1); > Else{ > $user->loadFromDatabase(); > } > $user->setCookies(); > $user->saveSettings(); > Return $user; > > What this does is try and load the user from the DB. If it can't, it > creates a new user. This code *is* working. The only think you need to do > is fill in $name, $pass, and $email. If you don't get a password from the > server, randomizing one is fine- they never need it. > > Gabe > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org [mailto: > mediawiki-l-bounces at Wikimedia.org] On Behalf Of Chris McIntosh > Sent: Wednesday, November 16, 2005 10:09 AM > To: mediawiki-l at Wikimedia.org > Subject: [Mediawiki-l] Intranet Single Signon > > I am modifying the source code to allow our internal Intranet users to > automatically log in to the wiki based on their username applied by apache. > I do this by using mod_ntlm to get their NTLM credentials and then want to > seemlessly log them in. > > The problem I am having is setting up the user variable (wgUser) properly. > I have tried the following. > > For now I have it near the bottom of Setup.php just to test around line > 300. > > > if ( $wgUseRemoteUser) > { > if ($userid = $wgUser->idFromName($wgIP)) { $wgUser->setId($userid); > $wgUser->loadFromDatabase(); } else { $wgUser = $wgUser->newFromName($wgIP); > $wgUser->setId($wgUser->getMaxId()); > $wgUser->addToDatabase(); > } > $wgUser->setToken() ; > $wgUser->setCookies(); > } > > The problem with this approach is I can't change any preferences for this > user. Everything else seems fine but if I try and change a setting like > Underline links, the preference page won't save. I have tracked that down to > the edit token not being set properly, but I am not sure how to set it. If I > remove the check in SpecialPreferences where it calls matchEditToken then > everything works fine. > > Any advice? > > Thanks > Chris McIntosh > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From garydh at gmail.com Tue Dec 6 02:59:55 2005 From: garydh at gmail.com (Gary H) Date: Tue, 6 Dec 2005 12:59:55 +1000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> Message-ID: <560948960512051859xa7f3830mc7fa8d1d2ac0ee96@mail.gmail.com> Could it be that the index page hasnt updated itself or something? On 12/6/05, Gary H wrote: > Yes, they are in the same directory and I still get the installation > successful page. > > On 12/6/05, Rob Church wrote: > > Just to check; the LocalSettings.php file is in the same directory as > > index.php, isn't it? And what error do you get now? > > > > > > Rob Church > > > > On 05/12/05, Gary H wrote: > > > I have deleted the /config/ directory but still have the problem. > > > > > > > > > On 12/5/05, Rob Church wrote: > > > > You need to *move* the file. In your case, make sure that there's a > > > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > > > execution. If it does, it raises this as a possible problem which > > > > needs to be addressed. Other such cases include having no > > > > LocalSettings.php file, etc. > > > > > > > > > > > > Rob Church > > > > > > > > On 05/12/05, Gary H wrote: > > > > > Hi, > > > > > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > > > wont let me past the installation successful page when I go to > > > > > index.php, index.php/, or even just the directory /. I have moved the > > > > > LocalSettings.php file from /config to the wikis root by downloading > > > > > it and re-uploading it. Any ideas? > > > > > > > > > > Thanks, Gary. > > > > > > > > > > > > > > > -- > > > > > *** I call it the "Sproose Moose"! *** > > > > > _______________________________________________ > > > > > MediaWiki-l mailing list > > > > > MediaWiki-l at Wikimedia.org > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > _______________________________________________ > > > > MediaWiki-l mailing list > > > > MediaWiki-l at Wikimedia.org > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > -- > > > *** I call it the "Sproose Moose"! *** > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > -- > *** I call it the "Sproose Moose"! *** > -- *** I call it the "Sproose Moose"! *** From mischa2023 at gmail.com Tue Dec 6 11:38:41 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Tue, 6 Dec 2005 12:38:41 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512051457g53cf419x@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> Message-ID: > > I understand the open editing thing. But I don't want to have people > > register with bogus accounts. As long as their email address exist I > > don't mind what they type. > > How on earth does "not having an e-mail address" equate to "bogus > account" - or rather, how does "having an e-mail address" equate to > "completely trusted account"? This is exactly the kind of flawed > reasoning that gets trotted out time and time again on this subject, > and why I think there is a serious message behind the very funny > parody on meta [1]. As a general rule not having an email address does indeed not reflect a bogus account, however it does make the threshold lower in respect to crap on your wiki. And where did you read that I associated having an email address with a "completely trusted account"? It's not the kinds of statements that makes this flawed but the interpretation of these words. The thing that I just don't understand what the aversion against this _option_ is. The option to disallow non-logged-in users to edit documents is also there, so I don't see the difference here. And since all these options are options you can make a choice of using or not using them. Simple? I think so... What about the mailman software? The function to verify your email address is optional and the MediaWiki team decided to enable this. Why?! Maybe to make sure that people would subscribe with a valid email address? Mischa From mischa2023 at gmail.com Tue Dec 6 11:41:41 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Tue, 6 Dec 2005 12:41:41 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <4394B952.5000105@pobox.com> References: <71cd4dd90512051018w73c85f18mea5118d305c5f749@mail.gmail.com> <4394B952.5000105@pobox.com> Message-ID: > It doesn't allow people to edit who don't have, or don't want to reveal, their > e-mail addresses. Requiring registration and an e-mail round trip changes the > dynamics of both who can, and who will, get involved. > > That's not necessarily a bad thing, but it is a restriction. True, but that is a choice that I would like to make for the Wikis that I run. Which is the same for the editting "restriction", which was implemented. Why is this different? Mischa From mischa2023 at gmail.com Tue Dec 6 11:49:16 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Tue, 6 Dec 2005 12:49:16 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512051443m339b2127r@mail.gmail.com> References: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> <9f02ca4c0512051443m339b2127r@mail.gmail.com> Message-ID: > No offence, but I think you answered your own question: > > On 05/12/05, Mischa Peters wrote: > > Could someone explain to me why an email verification of the user that > > is about to edit on your wiki is restricting editing?! No offence, how did I answer my own question? It might be considered as a restriction but I don't see why these 2 are related? > > Yes it would... especially since for one project I would like to lock > > it down to a specific domain. And opening a gmail account is an > > additional step that a lot of people don't want to take. > > So, you are restricting edits to those who can or will take that extra > step. Whether that's good or bad is open for discussion, but surely > the fact that "locking it down" is "restricting it" is as plain as > day? Maybe the definition of "restricted" means something else to different people. Personally I feel that an email verification is not a restriction. You can argue that if this is considered a restriction then there are already a lot of restrictions in place that made it in MediaWiki. Think, regsitering to the wiki. Think, disallow edit of a page when a user is not logged in. Think, read only wiki. > Meanwhile, what do you mean be locking down "to a specific domain" - > do you mean that you're planning to use e-mail verification as a way > of authenticating that the users already hold accounts on some other > service? If so, out of curiosity, are there other possibilities (LDAP, > checks in a shared database), some of which may already have been > implemented? That is a good point. I will most diffinately look at it. Mischa From mischa2023 at gmail.com Tue Dec 6 11:50:59 2005 From: mischa2023 at gmail.com (Mischa Peters) Date: Tue, 6 Dec 2005 12:50:59 +0100 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <4394D53C.5020201@pobox.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> Message-ID: Hi Brion, > > Is there any check in mediawiki to determine whether or not the email > > address you give it is actually an email address of yours? I think > > this is what was meant by "bogus accounts", someone who put > > "whatever at example.com" or something like that. > > If e-mail confirmation is on, yes: e-mail functions will be disabled until you > go through the confirmation step (it emails you a code, you visit the magic link). > > (It's not on on Wikipedia at the moment; we should take care of that sometime.) Thanx! :) Mischa From robchur at gmail.com Tue Dec 6 12:21:56 2005 From: robchur at gmail.com (Rob Church) Date: Tue, 6 Dec 2005 12:21:56 +0000 Subject: [Mediawiki-l] link to windows network drive possible ? In-Reply-To: <000d01c5fa06$df902200$43197443@lan.inventures.com> References: <46562C5EECFA8C47AADDF029EE11D73D015961CA@dnzwgex1.datacom.co.nz> <000d01c5fa06$df902200$43197443@lan.inventures.com> Message-ID: http://www.mediawiki.org/wiki/Help:%24wgUrlProtocols explains the configuration option needed to add the file:// URL protocol to MediaWiki's list of allowed protocols. In this case, add the line: $wgUrlProtocols .= '|file:\/\/'; to your LocalSettings.php file Rob Church On 06/12/05, Isaac Gonzalez wrote: > try using a mapped network drive and use: > > file:///|//filename > > ----- Original Message ----- > From: "Ben Arnold (DSLWN)" > To: "MediaWiki announcements and site admin list" > > Sent: Monday, December 05, 2005 2:05 PM > Subject: RE: [Mediawiki-l] link to windows network drive possible ? > > > Normally you'd be able to do this with a file URL. > > [file://server/folder1 the text to link from] > > Notice how the Windows backslashes become slashes in a file URL. > > This doesn't seem to work on MediaWiki. This is probably a good thing in > general since there's not much use for it outside of a shared > filesystem. It could also be a security risk. > > Others might be able to tell you how to hack MediaWiki to get this to > work. If you find out, let me know. I'd be interested in doing this on > my wiki too. > > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Reiser, Markus > Sent: Monday, 5 December 2005 11:26 p.m. > To: mediawiki-l at Wikimedia.org > Subject: [Mediawiki-l] link to windows network drive possible ? > > Hi folks, > > is there a possibility in MediaWiki to create an external link to a > windows network folder like > \\server\folder1 ???? > > It does not work using syntax of external or internal links ;-( > > Hope you can help me ! > Thanks > > Markus > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Tue Dec 6 12:27:01 2005 From: robchur at gmail.com (Rob Church) Date: Tue, 6 Dec 2005 12:27:01 +0000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: <560948960512051859xa7f3830mc7fa8d1d2ac0ee96@mail.gmail.com> References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> <560948960512051859xa7f3830mc7fa8d1d2ac0ee96@mail.gmail.com> Message-ID: index.php doesn't update itself, per se - it calls in a load of other includes and then refers to other functions. What is the text of the error you are getting? Rob Church On 06/12/05, Gary H wrote: > Could it be that the index page hasnt updated itself or something? > > > On 12/6/05, Gary H wrote: > > Yes, they are in the same directory and I still get the installation > > successful page. > > > > On 12/6/05, Rob Church wrote: > > > Just to check; the LocalSettings.php file is in the same directory as > > > index.php, isn't it? And what error do you get now? > > > > > > > > > Rob Church > > > > > > On 05/12/05, Gary H wrote: > > > > I have deleted the /config/ directory but still have the problem. > > > > > > > > > > > > On 12/5/05, Rob Church wrote: > > > > > You need to *move* the file. In your case, make sure that there's a > > > > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > > > > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > > > > execution. If it does, it raises this as a possible problem which > > > > > needs to be addressed. Other such cases include having no > > > > > LocalSettings.php file, etc. > > > > > > > > > > > > > > > Rob Church > > > > > > > > > > On 05/12/05, Gary H wrote: > > > > > > Hi, > > > > > > > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > > > > wont let me past the installation successful page when I go to > > > > > > index.php, index.php/, or even just the directory /. I have moved the > > > > > > LocalSettings.php file from /config to the wikis root by downloading > > > > > > it and re-uploading it. Any ideas? > > > > > > > > > > > > Thanks, Gary. > > > > > > > > > > > > > > > > > > -- > > > > > > *** I call it the "Sproose Moose"! *** > > > > > > _______________________________________________ > > > > > > MediaWiki-l mailing list > > > > > > MediaWiki-l at Wikimedia.org > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > _______________________________________________ > > > > > MediaWiki-l mailing list > > > > > MediaWiki-l at Wikimedia.org > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > > > > > -- > > > > *** I call it the "Sproose Moose"! *** > > > > _______________________________________________ > > > > MediaWiki-l mailing list > > > > MediaWiki-l at Wikimedia.org > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > -- > > *** I call it the "Sproose Moose"! *** > > > > > -- > *** I call it the "Sproose Moose"! *** > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From lars at aronsson.se Tue Dec 6 13:04:10 2005 From: lars at aronsson.se (Lars Aronsson) Date: Tue, 6 Dec 2005 14:04:10 +0100 (CET) Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512051457g53cf419x@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> Message-ID: Rowan Collins wrote: > "completely trusted account"? This is exactly the kind of flawed > reasoning that gets trotted out time and time again on this subject, On a slightly different topic, I'd be interested in knowing if anybody has found a useful and scalable method to ban a person, i.e. not only banning a user account, but also being able to refuse the same person to sign up with a different account. This could be desireable for banning repeat vandals and removing sockpuppets from voting. If I could assume, for example, that IBM and the University of Maryland had very strict e-mail address policies, using e-mail verification and only allowing ibm.com and umd.edu addresses would seem to be a working solution. But this fails because the same person can be affiliated with both organizations, and as the number of included domains increase such crossaffiliation becomes more and more likely. -- Lars Aronsson (lars at aronsson.se) Aronsson Datateknik - http://aronsson.se From sy1234 at gmail.com Tue Dec 6 13:09:58 2005 From: sy1234 at gmail.com (Sy Ali) Date: Tue, 6 Dec 2005 08:09:58 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> Message-ID: <1e55af990512060509r6747a485vd2f1820b847d9c67@mail.gmail.com> How about valuing email verification before editing: * To assure that person x on wiki a is the same as person y on wiki/forum/mailing list/toaster b. (I mean wiki, not necessarily mediawiki) * As a necessary step towards integrating logins between all those various services. * To make it possible to warn/ban an /email address/ from using the wiki (vs graffiti, spam, etc) From frizzantik at yahoo.com Tue Dec 6 13:19:46 2005 From: frizzantik at yahoo.com (frizz antik) Date: Tue, 6 Dec 2005 05:19:46 -0800 (PST) Subject: [Mediawiki-l] Winter: a scripting language for MediaWiki pages In-Reply-To: <4394E9F1.5060403@pobox.com> Message-ID: <20051206131946.76213.qmail@web52114.mail.yahoo.com> Hey MediaWiki admins.. have you ever needed programming language functionality in your templates and other wiki pages? If so, check out my new MediaWiki extension, Winter. http://meta.wikimedia.org/wiki/User:Frantik/Winter Let me know if you have any problems, quesitons, bug reports, or feature requests. :) __________________________________________ Yahoo! DSL ? Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com From garydh at gmail.com Tue Dec 6 13:36:42 2005 From: garydh at gmail.com (Gary H) Date: Tue, 6 Dec 2005 23:36:42 +1000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> <560948960512051859xa7f3830mc7fa8d1d2ac0ee96@mail.gmail.com> Message-ID: <560948960512060536k5e63a872s2b8c1f8e2671ec17@mail.gmail.com> Doesnt matter now. It seemed to be an issue with the latest version of MediaWiki. I installed the previous version and its all running smooth. Thanks. On 12/6/05, Rob Church wrote: > index.php doesn't update itself, per se - it calls in a load of other > includes and then refers to other functions. What is the text of the > error you are getting? > > > Rob Church > > On 06/12/05, Gary H wrote: > > Could it be that the index page hasnt updated itself or something? > > > > > > On 12/6/05, Gary H wrote: > > > Yes, they are in the same directory and I still get the installation > > > successful page. > > > > > > On 12/6/05, Rob Church wrote: > > > > Just to check; the LocalSettings.php file is in the same directory as > > > > index.php, isn't it? And what error do you get now? > > > > > > > > > > > > Rob Church > > > > > > > > On 05/12/05, Gary H wrote: > > > > > I have deleted the /config/ directory but still have the problem. > > > > > > > > > > > > > > > On 12/5/05, Rob Church wrote: > > > > > > You need to *move* the file. In your case, make sure that there's a > > > > > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > > > > > > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > > > > > execution. If it does, it raises this as a possible problem which > > > > > > needs to be addressed. Other such cases include having no > > > > > > LocalSettings.php file, etc. > > > > > > > > > > > > > > > > > > Rob Church > > > > > > > > > > > > On 05/12/05, Gary H wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > > > > > wont let me past the installation successful page when I go to > > > > > > > index.php, index.php/, or even just the directory /. I have moved the > > > > > > > LocalSettings.php file from /config to the wikis root by downloading > > > > > > > it and re-uploading it. Any ideas? > > > > > > > > > > > > > > Thanks, Gary. > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > *** I call it the "Sproose Moose"! *** > > > > > > > _______________________________________________ > > > > > > > MediaWiki-l mailing list > > > > > > > MediaWiki-l at Wikimedia.org > > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > _______________________________________________ > > > > > > MediaWiki-l mailing list > > > > > > MediaWiki-l at Wikimedia.org > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > > > > > > > > > -- > > > > > *** I call it the "Sproose Moose"! *** > > > > > _______________________________________________ > > > > > MediaWiki-l mailing list > > > > > MediaWiki-l at Wikimedia.org > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > _______________________________________________ > > > > MediaWiki-l mailing list > > > > MediaWiki-l at Wikimedia.org > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > -- > > > *** I call it the "Sproose Moose"! *** > > > > > > > > > -- > > *** I call it the "Sproose Moose"! *** > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > -- *** I call it the "Sproose Moose"! *** From robchur at gmail.com Tue Dec 6 13:45:05 2005 From: robchur at gmail.com (Rob Church) Date: Tue, 6 Dec 2005 13:45:05 +0000 Subject: [Mediawiki-l] Can't get past installation successful page In-Reply-To: <560948960512060536k5e63a872s2b8c1f8e2671ec17@mail.gmail.com> References: <560948960512050503j1b94c71fsdfab1a50b3a9404@mail.gmail.com> <560948960512051438u1a4f0992q68ddab829de3d499@mail.gmail.com> <560948960512051507w224ff8c5u204fcd273401fdf3@mail.gmail.com> <560948960512051859xa7f3830mc7fa8d1d2ac0ee96@mail.gmail.com> <560948960512060536k5e63a872s2b8c1f8e2671ec17@mail.gmail.com> Message-ID: You're welcome. Rob Church On 06/12/05, Gary H wrote: > Doesnt matter now. It seemed to be an issue with the latest version of > MediaWiki. I installed the previous version and its all running > smooth. Thanks. > > > On 12/6/05, Rob Church wrote: > > index.php doesn't update itself, per se - it calls in a load of other > > includes and then refers to other functions. What is the text of the > > error you are getting? > > > > > > Rob Church > > > > On 06/12/05, Gary H wrote: > > > Could it be that the index page hasnt updated itself or something? > > > > > > > > > On 12/6/05, Gary H wrote: > > > > Yes, they are in the same directory and I still get the installation > > > > successful page. > > > > > > > > On 12/6/05, Rob Church wrote: > > > > > Just to check; the LocalSettings.php file is in the same directory as > > > > > index.php, isn't it? And what error do you get now? > > > > > > > > > > > > > > > Rob Church > > > > > > > > > > On 05/12/05, Gary H wrote: > > > > > > I have deleted the /config/ directory but still have the problem. > > > > > > > > > > > > > > > > > > On 12/5/05, Rob Church wrote: > > > > > > > You need to *move* the file. In your case, make sure that there's a > > > > > > > /LocalSettings.php and then delete /config/LocalSettings.php. > > > > > > > > > > > > > > MediaWiki checks to see whether config/LocalSettings.php exists upon > > > > > > > execution. If it does, it raises this as a possible problem which > > > > > > > needs to be addressed. Other such cases include having no > > > > > > > LocalSettings.php file, etc. > > > > > > > > > > > > > > > > > > > > > Rob Church > > > > > > > > > > > > > > On 05/12/05, Gary H wrote: > > > > > > > > Hi, > > > > > > > > > > > > > > > > I installed MediaWiki 1.5.3 and everything went smoothly. But now it > > > > > > > > wont let me past the installation successful page when I go to > > > > > > > > index.php, index.php/, or even just the directory /. I have moved the > > > > > > > > LocalSettings.php file from /config to the wikis root by downloading > > > > > > > > it and re-uploading it. Any ideas? > > > > > > > > > > > > > > > > Thanks, Gary. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > *** I call it the "Sproose Moose"! *** > > > > > > > > _______________________________________________ > > > > > > > > MediaWiki-l mailing list > > > > > > > > MediaWiki-l at Wikimedia.org > > > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > MediaWiki-l mailing list > > > > > > > MediaWiki-l at Wikimedia.org > > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > *** I call it the "Sproose Moose"! *** > > > > > > _______________________________________________ > > > > > > MediaWiki-l mailing list > > > > > > MediaWiki-l at Wikimedia.org > > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > _______________________________________________ > > > > > MediaWiki-l mailing list > > > > > MediaWiki-l at Wikimedia.org > > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > > > > > -- > > > > *** I call it the "Sproose Moose"! *** > > > > > > > > > > > > > -- > > > *** I call it the "Sproose Moose"! *** > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > -- > *** I call it the "Sproose Moose"! *** > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rowan.collins at gmail.com Tue Dec 6 16:43:18 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Tue, 6 Dec 2005 16:43:18 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <1e55af990512060509r6747a485vd2f1820b847d9c67@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> <1e55af990512060509r6747a485vd2f1820b847d9c67@mail.gmail.com> Message-ID: <9f02ca4c0512060843q7b8bc961m@mail.gmail.com> On 06/12/05, Sy Ali wrote: > How about valuing email verification before editing: > > * To assure that person x on wiki a is the same as person y on > wiki/forum/mailing list/toaster b. (I mean wiki, not necessarily > mediawiki) > * As a necessary step towards integrating logins between all those > various services. > * To make it possible to warn/ban an /email address/ from using the > wiki (vs graffiti, spam, etc) Interesting concept, but wouldn't this fail as long as it was as easy to create a new, non-black-listed e-mail account as to create a new, non-black-listed wiki/forum/whatever account? Which, unless you had a very restrictive e-mail domain blacklist/whitelist system, would undoubtedly be the case. -- Rowan Collins BSc [IMSoP] From rowan.collins at gmail.com Tue Dec 6 16:59:47 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Tue, 6 Dec 2005 16:59:47 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> Message-ID: <9f02ca4c0512060859n3f637edav@mail.gmail.com> On 06/12/05, Mischa Peters wrote: > As a general rule not having an email address does indeed not reflect > a bogus account, however it does make the threshold lower in respect > to crap on your wiki. Requiring an e-mail address would certainly change the threshold for *edits* - it would put people off. The question is, whether it would discourage significantly more "bad" editors than it would discourage "good" ones, so that the site would improve as a result; many people are not convinced that that is what would happen. > And where did you read that I associated having an email address with > a "completely trusted account"? Well, what you said was "As long as their email address exist I don't mind what they type." I realise you were probably exaggerating somewhat, and would actually take what they type with a pinch of salt long after registration, but your actual words did imply a very high level of trust as soon as they've registered. > The thing that I just don't understand what the aversion against this > _option_ is. > The option to disallow non-logged-in users to edit documents is also > there, so I don't see the difference here. Yes, I have stated before that I am not, on principle, against having this option in the software (if not in this thread, then certainly on the bugzilla entry I linked to earlier). However, in discussing implementing the option, we inevitably come to discussing whether and when it should be turned on, and I have yet to be convinced that there is a situation where it would be the best move. And, to be honest, I'm unconvinced even about "you must log in to edit" wikis - they take away the very dynamism and effortlessness that I find attractive about wikis in the first place - but at least with no verification the process is quick and painless. If I was told to wait for a "confirmation" e-mail before my account was valid, I'd probably have moved onto another website before it arrived. This is all very subjective, and a lot of it comes down to opinion and guesswork, but I don't think that makes the discussion worthless. > What about the mailman software? The function to verify your email > address is optional and the MediaWiki team decided to enable this. > Why?! Maybe to make sure that people would subscribe with a valid > email address? Well, making sure an e-mail address is valid for an e-mail mailing list is kind of a different issue than demanding a validated e-mail address for a system where most users will never use any e-mail features. Validation code exists in MediaWiki already because if users *do* want to use e-mail related features (e.g. Special:Emailuser, mail a new password, watchlist notification on sites with it enabled) they can be forced to have a valid address; that is pretty much common sense, and much more similar to the mailman example. -- Rowan Collins BSc [IMSoP] From rowan.collins at gmail.com Tue Dec 6 17:10:24 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Tue, 6 Dec 2005 17:10:24 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <00C14A1BA7454D4099D19923AA7FE21B06EA7918@ex-mail-sea-04.ant.amazon.com> <9f02ca4c0512051443m339b2127r@mail.gmail.com> Message-ID: <9f02ca4c0512060910m781b199ct@mail.gmail.com> On 06/12/05, Mischa Peters wrote: > Maybe the definition of "restricted" means something else to different people. > Personally I feel that an email verification is not a restriction. OK, maybe it is a definition thing. It seems to me that a change from "anyone can edit" to "anyone can edit, as long as they have an e-mail address, are willing to enter it on the form, and can be bothered to wait for the confirmation message" is reducing the pool of people who are able to edit, and therefore "restricting" it to those who meet the new criteria. But perhaps it's more helpful to think of it in terms of removing the *ease* and *speed* of editting, which are after all what wikis excel at (hence "wiki-wiki", "quick"). Now, I'm happy for it to be up to administrators to reduce the advantages of the system like this, but I do think it would be a mistake for them to do so. > You can argue that if this is considered a restriction then there are > already a lot of restrictions in place that made it in MediaWiki. > Think, regsitering to the wiki. > Think, disallow edit of a page when a user is not logged in. > Think, read only wiki. Yes, I personally think that the harder it is to contribute to a wiki, the less use is being made of the advantages of the wiki. A read-only or invitation-only wiki is just a CMS - a website managed and facilitated by software - and there are many many pieces of software probably *more* able to do that. Does that mean no-one should be allowed to adapt MediaWiki for such a role? Of course not, and no doubt useful features come about largely because people use it that way. But if you want to take advantage of it being a wiki, you have to make editting easy for as many people as you think you can cope with. IMHO, of course. -- Rowan Collins BSc [IMSoP] From brion at pobox.com Tue Dec 6 19:50:11 2005 From: brion at pobox.com (Brion Vibber) Date: Tue, 06 Dec 2005 11:50:11 -0800 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> Message-ID: <4395EB73.4010700@pobox.com> Mischa Peters wrote: > Hi Brion, > >>> Is there any check in mediawiki to determine whether or not the email >>> address you give it is actually an email address of yours? I think >>> this is what was meant by "bogus accounts", someone who put >>> "whatever at example.com" or something like that. >> If e-mail confirmation is on, yes: e-mail functions will be disabled until you >> go through the confirmation step (it emails you a code, you visit the magic link). >> >> (It's not on on Wikipedia at the moment; we should take care of that sometime.) > > Thanx! :) Why thanx? We already told you it doesn't do what *you* asked about, which is to disable editing until they confirm the address. That's why we told you that the feature you asked for is not present at this time. -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051206/2500dfb7/attachment.pgp From service88port at yahoo.com Tue Dec 6 03:24:19 2005 From: service88port at yahoo.com (qijie chen) Date: Mon, 5 Dec 2005 19:24:19 -0800 (PST) Subject: [Mediawiki-l] mediawiki chinese customization Message-ID: <20051206032419.96107.qmail@web35702.mail.mud.yahoo.com> Hi, I try to install mediawiki 1.5.3 on a Linux box. I selected language zh After the installation, the main wiki page have four chinese selections on the top, such as mainland-simplified, tw-tradition, sg-simplified and hk-tradition. I would like to customize the selection to only two choices, simplified and tradition. In addtition, I would like to have the simplified chinese as default. Would someone show me how to do this? Thanks Chris --------------------------------- Yahoo! Personals Skip the bars and set-ups and start using Yahoo! Personals for free From Jan at Bytesmiths.com Wed Dec 7 00:11:37 2005 From: Jan at Bytesmiths.com (Jan Steinman) Date: Tue, 6 Dec 2005 16:11:37 -0800 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <20051205202717.D093D1AC17B8@mail.wikimedia.org> References: <20051205202717.D093D1AC17B8@mail.wikimedia.org> Message-ID: Here's what I did. 1) Disallow account creation. 2) Supply a form for people to request account creation. 3) Create the account for them, either as sysop, or by plugging the user table. 4) In either case, the user then has to request a password. Example at: http://www.EcoReality.org/wiki/Join I realize this creates a bit more administrative work, but assuming legit requests are low occurrence, it's less trouble than dealing with TONS of illegitimate accounts, which the gurus here have repeatedly warned us we should not delete! In wikis I've been creating, I see about an 80% illegitimate account creation rate. :::: Real peace in a petroleum-fueled world means rejecting petroleum dependence in all possible ways. -- Jan Lundberg :::: Jan Steinman (a fossil-fuel-free zone) From v.nagaraj at econwiki.lse.ac.uk Wed Dec 7 00:32:27 2005 From: v.nagaraj at econwiki.lse.ac.uk (Vinayak Nagaraj) Date: Wed, 07 Dec 2005 00:32:27 +0000 Subject: [Mediawiki-l] Email approval before login In-Reply-To: References: <20051205202717.D093D1AC17B8@mail.wikimedia.org> Message-ID: <43962D9B.3090801@econwiki.lse.ac.uk> This is exactly what we do as well. It's a little dirty when you plug the user table, but it's quick and efficient. Saves you a load of problems when it comes to deleting users! Jan Steinman wrote: > Here's what I did. > > 1) Disallow account creation. > 2) Supply a form for people to request account creation. > 3) Create the account for them, either as sysop, or by plugging the > user table. > 4) In either case, the user then has to request a password. > > Example at: http://www.EcoReality.org/wiki/Join > > I realize this creates a bit more administrative work, but assuming > legit requests are low occurrence, it's less trouble than dealing with > TONS of illegitimate accounts, which the gurus here have repeatedly > warned us we should not delete! > > In wikis I've been creating, I see about an 80% illegitimate account > creation rate. > > :::: Real peace in a petroleum-fueled world means rejecting petroleum > dependence in all possible ways. -- Jan Lundberg > :::: Jan Steinman (a fossil-fuel-free zone) > > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From jnyland at gmail.com Wed Dec 7 01:36:29 2005 From: jnyland at gmail.com (Jared Nyland) Date: Tue, 6 Dec 2005 18:36:29 -0700 Subject: [Mediawiki-l] Upgrading Mediawiki 1.4.11 to 1.5.3 Message-ID: All, I have been working on upgrading from Mediawiki 1.4.11 to 1.5.3(versions German, French, and Spanish) but have run into one issue. After running the upgrade script I get these funny characters ?. I have tried running this partial-upgrader in upgrade1_5.php as it says in the RELEASE-NOTES, but still does not fix the problem. Has anyone else run into the issue and know of away to fix it? Thanks in advance Jared From youngi at comcast.net Wed Dec 7 04:00:22 2005 From: youngi at comcast.net (Isaac Gonzalez) Date: Tue, 6 Dec 2005 20:00:22 -0800 Subject: [Mediawiki-l] link to windows network drive possible ? In-Reply-To: Message-ID: an even better answer.... thanks for clarifying Rob ;) -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org]On Behalf Of Rob Church Sent: Tuesday, December 06, 2005 4:22 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] link to windows network drive possible ? http://www.mediawiki.org/wiki/Help:%24wgUrlProtocols explains the configuration option needed to add the file:// URL protocol to MediaWiki's list of allowed protocols. In this case, add the line: $wgUrlProtocols .= '|file:\/\/'; to your LocalSettings.php file Rob Church On 06/12/05, Isaac Gonzalez wrote: > try using a mapped network drive and use: > > file:///|//filename > > ----- Original Message ----- > From: "Ben Arnold (DSLWN)" > To: "MediaWiki announcements and site admin list" > > Sent: Monday, December 05, 2005 2:05 PM > Subject: RE: [Mediawiki-l] link to windows network drive possible ? > > > Normally you'd be able to do this with a file URL. > > [file://server/folder1 the text to link from] > > Notice how the Windows backslashes become slashes in a file URL. > > This doesn't seem to work on MediaWiki. This is probably a good thing in > general since there's not much use for it outside of a shared > filesystem. It could also be a security risk. > > Others might be able to tell you how to hack MediaWiki to get this to > work. If you find out, let me know. I'd be interested in doing this on > my wiki too. > > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Reiser, Markus > Sent: Monday, 5 December 2005 11:26 p.m. > To: mediawiki-l at Wikimedia.org > Subject: [Mediawiki-l] link to windows network drive possible ? > > Hi folks, > > is there a possibility in MediaWiki to create an external link to a > windows network folder like > \\server\folder1 ???? > > It does not work using syntax of external or internal links ;-( > > Hope you can help me ! > Thanks > > Markus > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From Markus.Reiser at automation.siemens.com Wed Dec 7 08:04:56 2005 From: Markus.Reiser at automation.siemens.com (Reiser, Markus) Date: Wed, 7 Dec 2005 09:04:56 +0100 Subject: [Mediawiki-l] link to windows network drive possible ? (solved) Message-ID: Thanks Bob, this works pretty well > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church > Sent: Dienstag, 6. Dezember 2005 13:22 > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] link to windows network drive possible ? > > http://www.mediawiki.org/wiki/Help:%24wgUrlProtocols explains the > configuration option needed to add the file:// URL protocol to > MediaWiki's list of allowed protocols. In this case, add the line: > > $wgUrlProtocols .= '|file:\/\/'; > > to your LocalSettings.php file > > > Rob Church > > On 06/12/05, Isaac Gonzalez wrote: > > try using a mapped network drive and use: > > > > file:///|//filename > > > > ----- Original Message ----- > > From: "Ben Arnold (DSLWN)" > > To: "MediaWiki announcements and site admin list" > > > > Sent: Monday, December 05, 2005 2:05 PM > > Subject: RE: [Mediawiki-l] link to windows network drive possible ? > > > > > > Normally you'd be able to do this with a file URL. > > > > [file://server/folder1 the text to link from] > > > > Notice how the Windows backslashes become slashes in a file URL. > > > > This doesn't seem to work on MediaWiki. This is probably a > good thing in > > general since there's not much use for it outside of a shared > > filesystem. It could also be a security risk. > > > > Others might be able to tell you how to hack MediaWiki to > get this to > > work. If you find out, let me know. I'd be interested in > doing this on > > my wiki too. > > > > > > -----Original Message----- > > From: mediawiki-l-bounces at Wikimedia.org > > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of > Reiser, Markus > > Sent: Monday, 5 December 2005 11:26 p.m. > > To: mediawiki-l at Wikimedia.org > > Subject: [Mediawiki-l] link to windows network drive possible ? > > > > Hi folks, > > > > is there a possibility in MediaWiki to create an external link to a > > windows network folder like > > \\server\folder1 ???? > > > > It does not work using syntax of external or internal links ;-( > > > > Hope you can help me ! > > Thanks > > > > Markus > > > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From ldlewis at swiftdsl.com.au Wed Dec 7 09:10:07 2005 From: ldlewis at swiftdsl.com.au (Laurie Lewis) Date: Wed, 7 Dec 2005 20:10:07 +1100 Subject: [Mediawiki-l] Multiple languages Message-ID: <000101c5fb0e$04fcafb0$661aa8c0@airedale> I am very new to wiki's and I am trying to set up a multiple language one. I can not get the sidebar to change to the appropriate languages etc when you select them. Can anyone help me with a simple set through of what I should do please. Laurie From robchur at gmail.com Wed Dec 7 14:10:47 2005 From: robchur at gmail.com (Rob Church) Date: Wed, 7 Dec 2005 14:10:47 +0000 Subject: [Mediawiki-l] Multiple languages In-Reply-To: <000101c5fb0e$04fcafb0$661aa8c0@airedale> References: <000101c5fb0e$04fcafb0$661aa8c0@airedale> Message-ID: What you should be able to do is edit the appropriate LanguageXX.php file, find the entry for 'sidebar', and edit that as appropriate. When a user selects a language other than the default, you should find the interface loads from that language file, and the sidebar should hopefully update. Rob Church On 07/12/05, Laurie Lewis wrote: > I am very new to wiki's and I am trying to set up a multiple language > one. I can not get the sidebar to change to the appropriate languages > etc when you select them. > > Can anyone help me with a simple set through of what I should do please. > > Laurie > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From sy1234 at gmail.com Wed Dec 7 14:37:21 2005 From: sy1234 at gmail.com (Sy Ali) Date: Wed, 7 Dec 2005 09:37:21 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <9f02ca4c0512060843q7b8bc961m@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> <1e55af990512060509r6747a485vd2f1820b847d9c67@mail.gmail.com> <9f02ca4c0512060843q7b8bc961m@mail.gmail.com> Message-ID: <1e55af990512070637q46bbcff5l7e4786b4f2ebf9ed@mail.gmail.com> On 12/6/05, Rowan Collins wrote: > On 06/12/05, Sy Ali wrote: > > How about valuing email verification before editing: > > > > * To assure that person x on wiki a is the same as person y on > > wiki/forum/mailing list/toaster b. (I mean wiki, not necessarily > > mediawiki) > > * As a necessary step towards integrating logins between all those > > various services. > > * To make it possible to warn/ban an /email address/ from using the > > wiki (vs graffiti, spam, etc) > > Interesting concept, but wouldn't this fail as long as it was as easy > to create a new, non-black-listed e-mail account as to create a new, > non-black-listed wiki/forum/whatever account? Which, unless you had a > very restrictive e-mail domain blacklist/whitelist system, would > undoubtedly be the case. It doesn't stop the persistant nor the automated. I wouldn't restrict email addresses so much as banning *@aol.com or the like, or even whitelisting them. However, email authentication before allowing editing does add a level of annoyance and slows down automation. --- A bit more context on my opinions: This annoyance can and will turn away legit users. However, in my experience. And this is my experience here. Very very very very very few people contribute. Ever. I mean I could take my socks off and count them on my hands and toes. My first wiki was very highly ranked in search engines, and I had visitors dropping by all the time. Nobody would edit. When google changed their technology and also I switched to mediawiki, my rank dropped like a stone. I still had uniques dropping by. My mediawiki installation was even more open than the first one. Nobody edited. I mean.. once in a month perhaps. So for me, closing up my wiki doesn't mean anything. I still get people who are willing to sign up just to write a "hey, nice site" note. It's not that annoying to be forced to sign up to edit. However, it's also not annoying enough to prevent spam, one of the highest ranking annoyances I have with mediawiki in particular -- there is no spam prevention. It assumes that a thousand volunteers are there to thward spam with the minimal prevention tools provided. After having been hit by automated spamming, and noting that mediawiki doesn't have a mechanism to stop automated account creation, aggressive editing, link dumping etc.. I had to lock it down once again until I reconfigured and set up a *third-party* extension to help me out. Now I'm back to requiring account creation. However spamming is still very easy through automated account creation (no captcha), automated editing (again, no captcha - although I wouldn't want it) and finding the right links to dump which avoids the filters. Nothing is in place to help out.. for example, nothing automatically bans people who persistantly try to save pages with banned links. So for all of that.. email verification is just a touch more annoying for users, gives me reasonable peace of mind (e.g. that I can email a user if I need to), slows down bots etc.. I'd love to have it. I myself wouldn't mind if it was in other wikis out there, including wikimedia projects, but if it were off by default elsewhere it'd be fine as long as I could use it. From sy1234 at gmail.com Wed Dec 7 14:46:38 2005 From: sy1234 at gmail.com (Sy Ali) Date: Wed, 7 Dec 2005 09:46:38 -0500 Subject: [Mediawiki-l] Winter: a scripting language for MediaWiki pages In-Reply-To: <20051206131946.76213.qmail@web52114.mail.yahoo.com> References: <4394E9F1.5060403@pobox.com> <20051206131946.76213.qmail@web52114.mail.yahoo.com> Message-ID: <1e55af990512070646s68fdf229k7d3cf785543f70ab@mail.gmail.com> On 12/6/05, frizz antik wrote: > Hey MediaWiki admins.. have you ever needed > programming language functionality in your templates > and other wiki pages? If so, check out my new > MediaWiki extension, Winter. > > http://meta.wikimedia.org/wiki/User:Frantik/Winter Nice! I wish I had that extension when I was hardcore into doing my wacky templating stuff. Using basic IFs I could cut down the number of templates I use in my calendaring monstrosity: http://jrandomhacker.info/MediaWiki_calendar_templating I'll make a note to check out your extension.. it's not exactly ruby scripting, but it could prove very useful. From erchache2000.enciclopedia at gmail.com Wed Dec 7 14:51:53 2005 From: erchache2000.enciclopedia at gmail.com (erchache2000) Date: Wed, 07 Dec 2005 15:51:53 +0100 Subject: [Mediawiki-l] Upgrading Mediawiki 1.4.11 to 1.5.3 In-Reply-To: References: Message-ID: <4396F709.2020004@gmail.com> Jared Nyland escribi?: >All, > >I have been working on upgrading from Mediawiki 1.4.11 to 1.5.3(versions >German, French, and Spanish) but have run into one issue. After running the >upgrade script I get these funny characters ?. I have tried running this >partial-upgrader in upgrade1_5.php as it says in the RELEASE-NOTES, but >still does not fix the problem. Has anyone else run into the issue and know >of away to fix it? > > >Thanks in advance >Jared > > >------------------------------------------------------------------------ > >_______________________________________________ >MediaWiki-l mailing list >MediaWiki-l at Wikimedia.org >http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > See this links, http://meta.wikimedia.org/wiki/Help:Upgrading_MediaWiki and http://meta.wikimedia.org/wiki/MediaWiki_1.5_upgrade. If you can do upgrade sucessfull please add your experience on wiki, will be helpfull for other users. I cant do all upgrade process too, but im very busy on my "real" job. Feel free to email me. Good Luck. From ldlewis at swiftdsl.com.au Wed Dec 7 14:58:05 2005 From: ldlewis at swiftdsl.com.au (Laurie Lewis) Date: Thu, 8 Dec 2005 01:58:05 +1100 Subject: [Mediawiki-l] Multiple languages In-Reply-To: Message-ID: <000001c5fb3e$a0fbfc60$661aa8c0@airedale> Ok, Perhaps I need to provide a bit more information on where I am up to. Using Mediawiki 1.5.3. I have setup 1 mysql database with no extensions being used. I am at this time trying to determine how best to set up a multi-language wiki. I have been able to go into the interwiki database and add the language codes for the additional languages. Eg. nl http://nl.wiki.phpgedview.net/index.php?title=$1 1 Not quite sure what the 0 or 1 means in the iw_local field. I have figured out that I need to include $wgInterwikiMagic = true; into my LocalSettings.php if I want the language codes to come up as XX.website.com/index... I have also seen that you can put the language code either before or after the $1 variable in the interwiki database to change where the language code comes up. What I imagined would happen is that when you selected a different language that you would be able to edit the sidebar for each one somehow like I do for the default language (MediaWiki:Sidebar). I have also read somewhere that you need multiple databases for running multiple languages. This site is basically designed to be one document replicated into a number of languages. Sorry but I am VERY new to all this and can not find an easy step through anywhere let alone a hard one. I could also not find the work sidebar at all in Languagesxx.php file. Laurie -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church Sent: Thursday, 8 December 2005 1:11 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Multiple languages What you should be able to do is edit the appropriate LanguageXX.php file, find the entry for 'sidebar', and edit that as appropriate. When a user selects a language other than the default, you should find the interface loads from that language file, and the sidebar should hopefully update. Rob Church On 07/12/05, Laurie Lewis wrote: > I am very new to wiki's and I am trying to set up a multiple language > one. I can not get the sidebar to change to the appropriate languages > etc when you select them. > > Can anyone help me with a simple set through of what I should do please. > > Laurie > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From robchur at gmail.com Wed Dec 7 20:11:26 2005 From: robchur at gmail.com (Rob Church) Date: Wed, 7 Dec 2005 20:11:26 +0000 Subject: [Mediawiki-l] Multiple languages In-Reply-To: <000001c5fb3e$a0fbfc60$661aa8c0@airedale> References: <000001c5fb3e$a0fbfc60$661aa8c0@airedale> Message-ID: To have multiple pages of the same content in different languages, either separate wikis are required, or you could do something with subpages, e.g. http://www.foo.com/wiki/Page/en, /wiki/Page/fr, etc... Rob Church On 07/12/05, Laurie Lewis wrote: > Ok, > > Perhaps I need to provide a bit more information on where I am up to. > > Using Mediawiki 1.5.3. I have setup 1 mysql database with no extensions > being used. > > I am at this time trying to determine how best to set up a > multi-language wiki. I have been able to go into the interwiki database > and add the language codes for the additional languages. Eg. > nl http://nl.wiki.phpgedview.net/index.php?title=$1 1 > > Not quite sure what the 0 or 1 means in the iw_local field. > > I have figured out that I need to include $wgInterwikiMagic = true; into > my LocalSettings.php if I want the language codes to come up as > XX.website.com/index... I have also seen that you can put the language > code either before or after the $1 variable in the interwiki database to > change where the language code comes up. > > What I imagined would happen is that when you selected a different > language that you would be able to edit the sidebar for each one somehow > like I do for the default language (MediaWiki:Sidebar). I have also > read somewhere that you need multiple databases for running multiple > languages. This site is basically designed to be one document > replicated into a number of languages. > > Sorry but I am VERY new to all this and can not find an easy step > through anywhere let alone a hard one. > > I could also not find the work sidebar at all in Languagesxx.php file. > > Laurie > > > > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church > Sent: Thursday, 8 December 2005 1:11 AM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] Multiple languages > > What you should be able to do is edit the appropriate LanguageXX.php > file, find the entry for 'sidebar', and edit that as appropriate. When > a user selects a language other than the default, you should find the > interface loads from that language file, and the sidebar should > hopefully update. > > > Rob Church > > On 07/12/05, Laurie Lewis wrote: > > I am very new to wiki's and I am trying to set up a multiple language > > one. I can not get the sidebar to change to the appropriate languages > > etc when you select them. > > > > Can anyone help me with a simple set through of what I should do > please. > > > > Laurie > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rick.denatale at gmail.com Wed Dec 7 20:55:27 2005 From: rick.denatale at gmail.com (Rick DeNatale) Date: Wed, 7 Dec 2005 15:55:27 -0500 Subject: [Mediawiki-l] Email approval before login In-Reply-To: <1e55af990512070637q46bbcff5l7e4786b4f2ebf9ed@mail.gmail.com> References: <9f02ca4c0512051457g53cf419x@mail.gmail.com> <71cd4dd90512051541m4c26d983pfbbe85c547bb4d3a@mail.gmail.com> <4394D53C.5020201@pobox.com> <1e55af990512060509r6747a485vd2f1820b847d9c67@mail.gmail.com> <9f02ca4c0512060843q7b8bc961m@mail.gmail.com> <1e55af990512070637q46bbcff5l7e4786b4f2ebf9ed@mail.gmail.com> Message-ID: On 12/7/05, Sy Ali wrote: > On 12/6/05, Rowan Collins wrote: > > On 06/12/05, Sy Ali wrote: > > > How about valuing email verification before editing: > > > > > > * To assure that person x on wiki a is the same as person y on > > > wiki/forum/mailing list/toaster b. (I mean wiki, not necessarily > > > mediawiki) > > > * As a necessary step towards integrating logins between all those > > > various services. > > > * To make it possible to warn/ban an /email address/ from using the > > > wiki (vs graffiti, spam, etc) > > > > Interesting concept, but wouldn't this fail as long as it was as easy > > to create a new, non-black-listed e-mail account as to create a new, > > non-black-listed wiki/forum/whatever account? Which, unless you had a > > very restrictive e-mail domain blacklist/whitelist system, would > > undoubtedly be the case. > > It doesn't stop the persistant nor the automated. I wouldn't restrict > email addresses so much as banning *@aol.com or the like, or even > whitelisting them. However, email authentication before allowing > editing does add a level of annoyance and slows down automation. > > --- > > A bit more context on my opinions: > > This annoyance can and will turn away legit users. > > However, in my experience. And this is my experience here. Very very > very very very few people contribute. Ever. I mean I could take my > socks off and count them on my hands and toes. My first wiki was very > highly ranked in search engines, and I had visitors dropping by all > the time. Nobody would edit. When google changed their technology > and also I switched to mediawiki, my rank dropped like a stone. I > still had uniques dropping by. My mediawiki installation was even > more open than the first one. > > Nobody edited. I mean.. once in a month perhaps. I'm in a similar situation to yours, 99 44/100 of the content of my wiki is from me, myself or I. I use mediawiki because at the time I looked for a wiki implementation it did the best job of allowing mixed text and graphics. However, I also realize that the funding of mediawiki development comes from wikimedia whose wiki projects are quite different than yours or mine. Wikipedia has LOTS of people reading it, and also LOTs of people contributing for better or worse. Although there have been a few prominent examples of the down-side of wikiness for the most part they depend on lots of eyes attached to benevolent brains and fingers to keep things moving forward. Hence the lack of motivation by the developers to expend effort on the main code stream for features which they feel will inhibit the "social experiment" of wikimedia. > So for me, closing up my wiki doesn't mean anything. I still get > people who are willing to sign up just to write a "hey, nice site" > note. It's not that annoying to be forced to sign up to edit. > However, it's also not annoying enough to prevent spam, one of the > highest ranking annoyances I have with mediawiki in particular -- > there is no spam prevention. It assumes that a thousand volunteers > are there to thward spam with the minimal prevention tools provided. > > After having been hit by automated spamming, and noting that mediawiki > doesn't have a mechanism to stop automated account creation, > aggressive editing, link dumping etc.. I had to lock it down once > again until I reconfigured and set up a *third-party* extension to > help me out. Not sure which third party extension you are using, but as far as I know, the spamblacklist extension is closely allied with the main codestream, and is used by wikipedia. This allows regex checks of links in articles being saved to disallow adding links to known wikispam payload sites. > Now I'm back to requiring account creation. However spamming is still > very easy through automated account creation (no captcha), automated > editing (again, no captcha - although I wouldn't want it) and finding > the right links to dump which avoids the filters. There are third party extensions to add captcha, although I'm personally not a big fan since 1) they can be broken and 2) they have negative effects on accessibility. > Nothing is in place to help out.. for example, nothing automatically > bans people who persistantly try to save pages with banned links. > > > So for all of that.. email verification is just a touch more annoying > for users, gives me reasonable peace of mind (e.g. that I can email a > user if I need to), slows down bots etc.. > > I'd love to have it. I myself wouldn't mind if it was in other wikis > out there, including wikimedia projects, but if it were off by default > elsewhere it'd be fine as long as I could use it. I wouldn't mind it myself, but until and unless the developers can be convinced that it's the right thing to do for wikipedia, or at least that doing it wouldn't detract from the effort of supporting and enhancing wikipedia, then it will be up to third-party extension developers to provide it. -- Rick DeNatale Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/ From root.hpage at web.de Wed Dec 7 21:00:28 2005 From: root.hpage at web.de (ROOT) Date: Wed, 7 Dec 2005 22:00:28 +0100 Subject: [Mediawiki-l] Help Message-ID: <000e01c5fb71$413de9e0$0101a8c0@taron> I installed the wiki but on the account is the php_ini disabled so i changed the files how written in the archiv and the instalation "work" but now if i visit the page i get Warning: main(../includes/SiteConfiguration.php): failed to open stream: No such file or directory in /usr/export/www/hosting/taron/wiki/includes/DefaultSettings.php on line 27 Fatal error: main(): Failed opening required '../includes/SiteConfiguration.php' (include_path='.:') in /usr/export/www/hosting/taron/wiki/includes/DefaultSettings.php on line 27 But the file exist... what can i do? From service88port at yahoo.com Wed Dec 7 18:28:32 2005 From: service88port at yahoo.com (qijie chen) Date: Wed, 7 Dec 2005 10:28:32 -0800 (PST) Subject: [Mediawiki-l] email problem Message-ID: <20051207182832.38044.qmail@web35702.mail.mud.yahoo.com> Hi all, I installed mediawiki 1.5.3 on Fedora 4. I also has sendmail installed and running. But the mediawiki email notification does no seem to work. Neither does the email sending the new password for the existing registrated user who forgets the password. Do I need to do some configuration on the sendmail? How? Thanks in advance Chris --------------------------------- Yahoo! DSL Something to write home about. Just $16.99/mo. or less From youngi at comcast.net Thu Dec 8 01:22:51 2005 From: youngi at comcast.net (Isaac Gonzalez) Date: Wed, 7 Dec 2005 17:22:51 -0800 Subject: [Mediawiki-l] need help installing memcaching app on win 2k3 server Message-ID: <052c01c5fb95$e9557d40$43197443@lan.inventures.com> Hi, after reading/researching for a few hours about installing a memcaching app for the wiki, I decided to try eaccelerator. I am running PHP 4.3.11/MYSQL 4.1.x . One wiki 1.4.5 and a new wiki pointing to a different db running 1.5.3. I found a pre-compiled dll here http://www.arnot.info/eaccelerator/ (used eaccelerator_win_4.3.11.dll since that matched my php version) for e-accelerator which wiki setup detected, however once setup was successful, the wiki homepage would not load for my new wiki. Nor would my old wiki load either. (no error messages,...just a browser hang after a few mins) Hence I disabled the e-accelerator extension in php.ini and found a version of memcache here http://pecl4win.php.net/ext.php/php_memcache.dll and grabbed the php_memcache.dll file for 4.3.11 and enabled the extension within php.ini. All seems well except I think I have to change the code in local_settings.php for the 1.5.3 wiki which accounted for the eaccelerator option I tried to use: ## Shared memory settings $wgMainCacheType = CACHE_ACCEL; ##was set by me I imagine $wgMemCachedServers = array(); I also probably have to change the code in my 1.4.5 install but I'm not too worried about that one using memcache since it will be pretty locked down. Anyone know what I need to change this to to make it actually work? thanks, Isaac From frizzantik at yahoo.com Thu Dec 8 01:39:36 2005 From: frizzantik at yahoo.com (frizz antik) Date: Wed, 7 Dec 2005 17:39:36 -0800 (PST) Subject: [Mediawiki-l] Winter: a scripting language for MediaWiki pages In-Reply-To: <1e55af990512070646s68fdf229k7d3cf785543f70ab@mail.gmail.com> Message-ID: <20051208013937.99322.qmail@web52108.mail.yahoo.com> Funny you shoudl mention a calendar.. I have just put up an exmaple of how to display a calendar of the current month using Winter script. http://meta.wikimedia.org/wiki/User:Frantik/Winter/Example_4 I think you'll find it much easier than using a billion templated :) --- Sy Ali wrote: > On 12/6/05, frizz antik > wrote: > > Hey MediaWiki admins.. have you ever needed > > programming language functionality in your > templates > > and other wiki pages? If so, check out my new > > MediaWiki extension, Winter. > > > > http://meta.wikimedia.org/wiki/User:Frantik/Winter > > Nice! I wish I had that extension when I was > hardcore into doing my > wacky templating stuff. Using basic IFs I could cut > down the number > of templates I use in my calendaring monstrosity: > > http://jrandomhacker.info/MediaWiki_calendar_templating > > I'll make a note to check out your extension.. it's > not exactly ruby > scripting, but it could prove very useful. > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From shizhao at gmail.com Thu Dec 8 00:47:34 2005 From: shizhao at gmail.com (shi zhao) Date: Thu, 8 Dec 2005 00:47:34 +0000 (UTC) Subject: [Mediawiki-l] Re: mediawiki chinese customization References: <20051206032419.96107.qmail@web35702.mail.mud.yahoo.com> Message-ID: qijie chen writes: > > Hi, > I try to install mediawiki 1.5.3 on a Linux box. I selected language zh > After the installation, the main wiki page have four chinese selections on the top, such as > mainland-simplified, tw-tradition, sg-simplified and hk-tradition. I would like to customize the > selection to only two choices, simplified and tradition. In addtition, I would like to have the > simplified chinese as default. > > Would someone show me how to do this? > Thanks > Chris > > > --------------------------------- > Yahoo! Personals > Skip the bars and set-ups and start using Yahoo! Personals for free > MediaWiki:Variantname-zh-hk and MediaWiki:Variantname-zh-sg set "disable" ; MediaWiki:variantname-zh-cn set "??" ? MediaWiki:Variantname-zh-tw set "??" [[zh:user:shizhao]] From ldlewis at swiftdsl.com.au Thu Dec 8 04:52:11 2005 From: ldlewis at swiftdsl.com.au (Laurie Lewis) Date: Thu, 8 Dec 2005 15:52:11 +1100 Subject: [Mediawiki-l] Multiple languages In-Reply-To: Message-ID: <000001c5fbb3$2724d450$661aa8c0@airedale> I have seen how to do sub-pages with the language code either at the front/middle or back, but this will not allow the sidebar to change as the languages change - at least I have not been able to figure out how to do this. The second option you talk of is multiple wiki's. Not sure how to do this on the one domain but this is my best guess - pointing in the right direction would be good. 1. Create a subdirectory off the main wiki page for each language et /fr 2. Copy LocalSettings.php to that directory and change the following:- $wgLanguageCode = "en"; Not sure here what else might need to be changed. In this way every language will use the same database have the same user base etc. It will also mean that if you create a page that exists in another language that it will show as existing and not as a new page. Heck, Can anyone step me through it? Not confident after thinking about it a bit more. laurie -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church Sent: Thursday, 8 December 2005 7:11 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Multiple languages To have multiple pages of the same content in different languages, either separate wikis are required, or you could do something with subpages, e.g. http://www.foo.com/wiki/Page/en, /wiki/Page/fr, etc... Rob Church On 07/12/05, Laurie Lewis wrote: > Ok, > > Perhaps I need to provide a bit more information on where I am up to. > > Using Mediawiki 1.5.3. I have setup 1 mysql database with no extensions > being used. > > I am at this time trying to determine how best to set up a > multi-language wiki. I have been able to go into the interwiki database > and add the language codes for the additional languages. Eg. > nl http://nl.wiki.phpgedview.net/index.php?title=$1 1 > > Not quite sure what the 0 or 1 means in the iw_local field. > > I have figured out that I need to include $wgInterwikiMagic = true; into > my LocalSettings.php if I want the language codes to come up as > XX.website.com/index... I have also seen that you can put the language > code either before or after the $1 variable in the interwiki database to > change where the language code comes up. > > What I imagined would happen is that when you selected a different > language that you would be able to edit the sidebar for each one somehow > like I do for the default language (MediaWiki:Sidebar). I have also > read somewhere that you need multiple databases for running multiple > languages. This site is basically designed to be one document > replicated into a number of languages. > > Sorry but I am VERY new to all this and can not find an easy step > through anywhere let alone a hard one. > > I could also not find the work sidebar at all in Languagesxx.php file. > > Laurie > > > > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church > Sent: Thursday, 8 December 2005 1:11 AM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] Multiple languages > > What you should be able to do is edit the appropriate LanguageXX.php > file, find the entry for 'sidebar', and edit that as appropriate. When > a user selects a language other than the default, you should find the > interface loads from that language file, and the sidebar should > hopefully update. > > > Rob Church > > On 07/12/05, Laurie Lewis wrote: > > I am very new to wiki's and I am trying to set up a multiple language > > one. I can not get the sidebar to change to the appropriate languages > > etc when you select them. > > > > Can anyone help me with a simple set through of what I should do > please. > > > > Laurie > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From robchur at gmail.com Thu Dec 8 07:40:23 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 07:40:23 +0000 Subject: [Mediawiki-l] Multiple languages In-Reply-To: <000001c5fbb3$2724d450$661aa8c0@airedale> References: <000001c5fbb3$2724d450$661aa8c0@airedale> Message-ID: You can add multiple wikis to the same database using the $wgDBprefix directive in LocalSettings.php. For instance, you might have the following snippets: $wgSitename = "English Wiki"; $wgDBprefix = "en_" and $wgSitename = "French Wiki"; $wgDBprefix = "fr_" You'd put one in the LocalSettings.php for English, for example, and one in the French. They would use the same database, but different tables. Sharing users and other items wouldn't be possible with that method, however - although you could read on Meta (http://meta.wikimedia.org) and http://www.mediawiki.org for information on the _experimental_ shared database feature. You're right about having subdirectories; each wiki would need it's own LocalSettings.php file. You could, with a little bit of work, place common software files in a directory above each language, then include a lot of files at the start, however that's a bit extra work. Rob Church On 08/12/05, Laurie Lewis wrote: > I have seen how to do sub-pages with the language code either at the > front/middle or back, but this will not allow the sidebar to change as > the languages change - at least I have not been able to figure out how > to do this. > > The second option you talk of is multiple wiki's. Not sure how to do > this on the one domain but this is my best guess - pointing in the right > direction would be good. > > 1. Create a subdirectory off the main wiki page for each language > et /fr > 2. Copy LocalSettings.php to that directory and change the > following:- > $wgLanguageCode = "en"; > > Not sure here what else might need to be changed. > > In this way every language will use the same database have the same user > base etc. It will also mean that if you create a page that exists in > another language that it will show as existing and not as a new page. > > Heck, Can anyone step me through it? Not confident after thinking > about it a bit more. > > laurie > > > > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church > Sent: Thursday, 8 December 2005 7:11 AM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] Multiple languages > > To have multiple pages of the same content in different languages, > either separate wikis are required, or you could do something with > subpages, e.g. http://www.foo.com/wiki/Page/en, /wiki/Page/fr, etc... > > > Rob Church > > On 07/12/05, Laurie Lewis wrote: > > Ok, > > > > Perhaps I need to provide a bit more information on where I am up to. > > > > Using Mediawiki 1.5.3. I have setup 1 mysql database with no > extensions > > being used. > > > > I am at this time trying to determine how best to set up a > > multi-language wiki. I have been able to go into the interwiki > database > > and add the language codes for the additional languages. Eg. > > nl http://nl.wiki.phpgedview.net/index.php?title=$1 1 > > > > Not quite sure what the 0 or 1 means in the iw_local field. > > > > I have figured out that I need to include $wgInterwikiMagic = true; > into > > my LocalSettings.php if I want the language codes to come up as > > XX.website.com/index... I have also seen that you can put the > language > > code either before or after the $1 variable in the interwiki database > to > > change where the language code comes up. > > > > What I imagined would happen is that when you selected a different > > language that you would be able to edit the sidebar for each one > somehow > > like I do for the default language (MediaWiki:Sidebar). I have also > > read somewhere that you need multiple databases for running multiple > > languages. This site is basically designed to be one document > > replicated into a number of languages. > > > > Sorry but I am VERY new to all this and can not find an easy step > > through anywhere let alone a hard one. > > > > I could also not find the work sidebar at all in Languagesxx.php file. > > > > Laurie > > > > > > > > > > -----Original Message----- > > From: mediawiki-l-bounces at Wikimedia.org > > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Rob Church > > Sent: Thursday, 8 December 2005 1:11 AM > > To: MediaWiki announcements and site admin list > > Subject: Re: [Mediawiki-l] Multiple languages > > > > What you should be able to do is edit the appropriate LanguageXX.php > > file, find the entry for 'sidebar', and edit that as appropriate. When > > a user selects a language other than the default, you should find the > > interface loads from that language file, and the sidebar should > > hopefully update. > > > > > > Rob Church > > > > On 07/12/05, Laurie Lewis wrote: > > > I am very new to wiki's and I am trying to set up a multiple > language > > > one. I can not get the sidebar to change to the appropriate > languages > > > etc when you select them. > > > > > > Can anyone help me with a simple set through of what I should do > > please. > > > > > > Laurie > > > > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 07:56:36 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 07:56:36 +0000 Subject: [Mediawiki-l] email problem In-Reply-To: <20051207182832.38044.qmail@web35702.mail.mud.yahoo.com> References: <20051207182832.38044.qmail@web35702.mail.mud.yahoo.com> Message-ID: Read the sendmail documentation. Rob Church On 07/12/05, qijie chen wrote: > Hi all, > I installed mediawiki 1.5.3 on Fedora 4. I also has sendmail installed and running. > But the mediawiki email notification does no seem to work. Neither does the email sending the new password for the existing registrated user who forgets the password. > > Do I need to do some configuration on the sendmail? How? > > Thanks in advance > Chris > > > --------------------------------- > Yahoo! DSL Something to write home about. Just $16.99/mo. or less > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 07:59:20 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 07:59:20 +0000 Subject: [Mediawiki-l] need help installing memcaching app on win 2k3 server In-Reply-To: <052c01c5fb95$e9557d40$43197443@lan.inventures.com> References: <052c01c5fb95$e9557d40$43197443@lan.inventures.com> Message-ID: You've told MediaWiki to use memcached servers, but fed it a blank array...http://www.mediawiki.org/wiki/Help:Configuration_settings#Memcached_settings might be of some use here. Rob Church On 08/12/05, Isaac Gonzalez wrote: > Hi, > > after reading/researching for a few hours about installing a memcaching app for the wiki, I decided to try eaccelerator. > > I am running PHP 4.3.11/MYSQL 4.1.x . One wiki 1.4.5 and a new wiki pointing to a different db running 1.5.3. > > I found a pre-compiled dll here http://www.arnot.info/eaccelerator/ (used eaccelerator_win_4.3.11.dll since that matched my php version) for e-accelerator which wiki setup detected, however once setup was successful, the wiki homepage would not load for my new wiki. Nor would my old wiki load either. (no error messages,...just a browser hang after a few mins) Hence I disabled the e-accelerator extension in php.ini and found a version of memcache here http://pecl4win.php.net/ext.php/php_memcache.dll and grabbed the php_memcache.dll file for 4.3.11 and enabled the extension within php.ini. All seems well except I think I have to change the code in local_settings.php for the 1.5.3 wiki which accounted for the eaccelerator option I tried to use: > > ## Shared memory settings > $wgMainCacheType = CACHE_ACCEL; ##was set by me I imagine > $wgMemCachedServers = array(); > > I also probably have to change the code in my 1.4.5 install but I'm not too worried about that one using memcache since it will be pretty locked down. > > Anyone know what I need to change this to to make it actually work? > > thanks, > Isaac > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 08:03:14 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 08:03:14 +0000 Subject: [Mediawiki-l] Help In-Reply-To: <000e01c5fb71$413de9e0$0101a8c0@taron> References: <000e01c5fb71$413de9e0$0101a8c0@taron> Message-ID: You moved things around? And the software's expected to find the files how? Please preserve the file structure MediaWiki ships in; it's like that for a reason. Rob Church On 07/12/05, ROOT wrote: > I installed the wiki but on the account is the php_ini disabled so i changed the files how written in the archiv and the instalation "work" but now if i visit the page i get > > Warning: main(../includes/SiteConfiguration.php): failed to open stream: No such file or directory in /usr/export/www/hosting/taron/wiki/includes/DefaultSettings.php on line 27 > > Fatal error: main(): Failed opening required '../includes/SiteConfiguration.php' (include_path='.:') in /usr/export/www/hosting/taron/wiki/includes/DefaultSettings.php on line 27 > > > But the file exist... what can i do? > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From HerrmanM at klilu.de Thu Dec 8 09:09:46 2005 From: HerrmanM at klilu.de (Markus Herrmann) Date: Thu, 08 Dec 2005 10:09:46 +0100 Subject: [Mediawiki-l] sysop password forgotten Message-ID: hey guys, your are my last chance. the guy who has set up the wiki here in my foundation is gone. and now it's up to me the administrate the wiki. so i need the sysop password. but i couldn't find it! is there any opportunity to recover the old password? or to change it? thx so far! ey i'm german! sry for my english ;-) greetz markus From hans.voss at gmail.com Thu Dec 8 09:27:26 2005 From: hans.voss at gmail.com (Hans Voss) Date: Thu, 8 Dec 2005 10:27:26 +0100 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Yes there is. I have to look it up. It has to evolve some direct database hacking and php scripting. Procedure is for linux and you'll want access to the command prompt. I'll mail the solution once I found it. On 12/8/05, Markus Herrmann wrote: > hey guys, > > your are my last chance. > > the guy who has set up the wiki here in my foundation is gone. > > and now it's up to me the administrate the wiki. so i need the sysop > password. but i couldn't find it! > > is there any opportunity to recover the old password? or to change it? > > thx so far! > > ey i'm german! sry for my english ;-) > > greetz markus > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > -- ---- Met vriendelijke groeten / With kind regards Hans Voss --------------------------------------- skype: hans.voss google talk enabled I am looking for people to invite to Gmail. I have 100 invitations left. From hans.voss at gmail.com Thu Dec 8 09:48:16 2005 From: hans.voss at gmail.com (Hans Voss) Date: Thu, 8 Dec 2005 10:48:16 +0100 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Got it. I'll need to translate from dutch as I go along: Procedure assumes: *Linux with command prompt access *access to php interpreter *access to the wiki HTML source (LocalSettings.php file). *mysql. Instead of direct mysql commandline access you could use something like phpMyAdmin Settings like 'which database inside mysql is used' and 'what user and password are required to access that database in mysql' can be found by accessing the LocalSettings.php file in the wiki install. First you'll need access to the command prompt of the machine. No root access required start the mysql client: $ mysql -p -u wikiuser wikidb Type the following query: SELECT user_id, user_name, user_password FROM user WHERE user_name = "WikiSysop"; this should get you something like: +---------+-----------+----------------------------------+ | user_id | user_name | user_password | +---------+-----------+----------------------------------+ | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | +---------+-----------+----------------------------------+ (best viewed in non-proportional font type like Courier) >From the documentation I found how the password hash is created and I wrote a small php program to do just that. (It's not user friendly but it works). Create a file (for example mypwd.php) with approximately the following content: The results the actual hash value that needs to be entered into the database. start mysql client again and enter the following query: UPDATE user SET user_passwd = "new hash value" WHERE user_id = This should do the trick. If this procedure is too much over your head, you might ask your system admin to help you out. Hope this helps. On 12/8/05, Hans Voss wrote: > Yes there is. I have to look it up. > It has to evolve some direct database hacking and php scripting. > Procedure is for linux and you'll want access to the command prompt. > > I'll mail the solution once I found it. > > On 12/8/05, Markus Herrmann wrote: > > hey guys, > > > > your are my last chance. > > > > the guy who has set up the wiki here in my foundation is gone. > > > > and now it's up to me the administrate the wiki. so i need the sysop > > password. but i couldn't find it! > > > > is there any opportunity to recover the old password? or to change it? > > > > thx so far! > > > > ey i'm german! sry for my english ;-) > > > > greetz markus > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > -- > ---- > Met vriendelijke groeten / With kind regards > Hans Voss > --------------------------------------- > skype: hans.voss > google talk enabled > I am looking for people to invite to Gmail. I have 100 invitations left. > -- ---- Met vriendelijke groeten / With kind regards Hans Voss --------------------------------------- skype: hans.voss google talk enabled I am looking for people to invite to Gmail. I have 100 invitations left. From leongo at ebi.ac.uk Thu Dec 8 10:30:58 2005 From: leongo at ebi.ac.uk (Leon Goldovsky) Date: Thu, 08 Dec 2005 10:30:58 +0000 Subject: [Mediawiki-l] creating pages in batch mode Message-ID: <43980B62.4020108@ebi.ac.uk> Hi, I am just starting using the Mediawiki, I would like to create an initial website that will contain pre-created pages for users to modify and expand. Is there an option to create pages in batch mode? Any help will be extremely apriciated. Many thanks Leon From robchur at gmail.com Thu Dec 8 10:45:22 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 10:45:22 +0000 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Far easier alternative - set the email address of the sysop user to be yours, and request a new password from the login screen. Alternatively, register a new account and manually create the rows in user_groups which will turn it into a sysop and a bureaucrat. Rob Church On 08/12/05, Hans Voss wrote: > Got it. I'll need to translate from dutch as I go along: > Procedure assumes: > *Linux with command prompt access > *access to php interpreter > *access to the wiki HTML source (LocalSettings.php file). > *mysql. Instead of direct mysql commandline access you could use > something like phpMyAdmin > > Settings like 'which database inside mysql is used' and 'what user and > password are required to access that database in mysql' can be found > by accessing the LocalSettings.php file in the wiki install. > > First you'll need access to the command prompt of the machine. > No root access required > start the mysql client: $ mysql -p -u wikiuser wikidb > Type the following query: > SELECT user_id, user_name, user_password > FROM user WHERE user_name = "WikiSysop"; > > this should get you something like: > +---------+-----------+----------------------------------+ > | user_id | user_name | user_password | > +---------+-----------+----------------------------------+ > | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | > +---------+-----------+----------------------------------+ > (best viewed in non-proportional font type like Courier) > > >From the documentation I found how the password hash is created and I > wrote a small php program to do just that. (It's not user friendly but > it works). > > Create a file (for example mypwd.php) with approximately the following content: > # select user_id from user where user_name = "name of user"; > $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want > echo "\n\n"; > # IN FRONT OF the minus sign ('-') enter the user_id found with the mysql query. > # (so replace the '5' with the id found). > echo md5 ( "5-{$a}" ); > echo "\n"; > # call with php mypwd.php > ?> > The results the actual hash value that needs to be entered into the database. > > start mysql client again and enter the following query: > UPDATE user SET user_passwd = "new hash value" WHERE user_id = > > This should do the trick. > If this procedure is too much over your head, you might ask your > system admin to help you out. > > > Hope this helps. > On 12/8/05, Hans Voss wrote: > > Yes there is. I have to look it up. > > It has to evolve some direct database hacking and php scripting. > > Procedure is for linux and you'll want access to the command prompt. > > > > I'll mail the solution once I found it. > > > > On 12/8/05, Markus Herrmann wrote: > > > hey guys, > > > > > > your are my last chance. > > > > > > the guy who has set up the wiki here in my foundation is gone. > > > > > > and now it's up to me the administrate the wiki. so i need the sysop > > > password. but i couldn't find it! > > > > > > is there any opportunity to recover the old password? or to change it? > > > > > > thx so far! > > > > > > ey i'm german! sry for my english ;-) > > > > > > greetz markus > > > _______________________________________________ > > > MediaWiki-l mailing list > > > MediaWiki-l at Wikimedia.org > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > -- > > ---- > > Met vriendelijke groeten / With kind regards > > Hans Voss > > --------------------------------------- > > skype: hans.voss > > google talk enabled > > I am looking for people to invite to Gmail. I have 100 invitations left. > > > > > -- > ---- > Met vriendelijke groeten / With kind regards > Hans Voss > --------------------------------------- > skype: hans.voss > google talk enabled > I am looking for people to invite to Gmail. I have 100 invitations left. > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 10:46:46 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 10:46:46 +0000 Subject: [Mediawiki-l] creating pages in batch mode In-Reply-To: <43980B62.4020108@ebi.ac.uk> References: <43980B62.4020108@ebi.ac.uk> Message-ID: Not per se, but there are various methods of programmatically adding, or automating the addition of, content. You could look at the Python or Perl robot frameworks. You could also try importing an XML file which is in the right format. You can add rows directly to the page, revision and text tables in the database, if you so wish. Rob Church On 08/12/05, Leon Goldovsky wrote: > Hi, > > I am just starting using the Mediawiki, I would like to create an > initial website that will contain pre-created pages for users to modify > and expand. Is there an option to create pages in batch mode? > Any help will be extremely apriciated. > > Many thanks > Leon > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From leongo at ebi.ac.uk Thu Dec 8 10:56:28 2005 From: leongo at ebi.ac.uk (Leon Goldovsky) Date: Thu, 08 Dec 2005 10:56:28 +0000 Subject: [Mediawiki-l] creating pages in batch mode In-Reply-To: References: <43980B62.4020108@ebi.ac.uk> Message-ID: <4398115C.6090006@ebi.ac.uk> Thanks, I think I will look into the tables first robots later and the XML the last as I am not sure of how to import them.... If you can elaborate on the XML importing side. Thanks for the help! Leon Rob Church wrote: > Not per se, but there are various methods of programmatically adding, > or automating the addition of, content. You could look at the Python > or Perl robot frameworks. You could also try importing an XML file > which is in the right format. You can add rows directly to the page, > revision and text tables in the database, if you so wish. > > > Rob Church > > On 08/12/05, Leon Goldovsky wrote: > >>Hi, >> >>I am just starting using the Mediawiki, I would like to create an >>initial website that will contain pre-created pages for users to modify >>and expand. Is there an option to create pages in batch mode? >>Any help will be extremely apriciated. >> >>Many thanks >>Leon >>_______________________________________________ >>MediaWiki-l mailing list >>MediaWiki-l at Wikimedia.org >>http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From hans.voss at gmail.com Thu Dec 8 10:59:55 2005 From: hans.voss at gmail.com (Hans Voss) Date: Thu, 8 Dec 2005 11:59:55 +0100 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Yeah, thats true. But at the time the e-mail didn't work properly. On 12/8/05, Rob Church wrote: > Far easier alternative - set the email address of the sysop user to be > yours, and request a new password from the login screen. > > Alternatively, register a new account and manually create the rows in > user_groups which will turn it into a sysop and a bureaucrat. > > > Rob Church > > On 08/12/05, Hans Voss wrote: > > Got it. I'll need to translate from dutch as I go along: > > Procedure assumes: > > *Linux with command prompt access > > *access to php interpreter > > *access to the wiki HTML source (LocalSettings.php file). > > *mysql. Instead of direct mysql commandline access you could use > > something like phpMyAdmin > > > > Settings like 'which database inside mysql is used' and 'what user and > > password are required to access that database in mysql' can be found > > by accessing the LocalSettings.php file in the wiki install. > > > > First you'll need access to the command prompt of the machine. > > No root access required > > start the mysql client: $ mysql -p -u wikiuser wikidb > > Type the following query: > > SELECT user_id, user_name, user_password > > FROM user WHERE user_name = "WikiSysop"; > > > > this should get you something like: > > +---------+-----------+----------------------------------+ > > | user_id | user_name | user_password | > > +---------+-----------+----------------------------------+ > > | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | > > +---------+-----------+----------------------------------+ > > (best viewed in non-proportional font type like Courier) > > > > >From the documentation I found how the password hash is created and I > > wrote a small php program to do just that. (It's not user friendly but > > it works). > > > > Create a file (for example mypwd.php) with approximately the following content: > > > # select user_id from user where user_name = "name of user"; > > $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want > > echo "\n\n"; > > # IN FRONT OF the minus sign ('-') enter the user_id found with the mysql query. > > # (so replace the '5' with the id found). > > echo md5 ( "5-{$a}" ); > > echo "\n"; > > # call with php mypwd.php > > ?> > > The results the actual hash value that needs to be entered into the database. > > > > start mysql client again and enter the following query: > > UPDATE user SET user_passwd = "new hash value" WHERE user_id = > > > > This should do the trick. > > If this procedure is too much over your head, you might ask your > > system admin to help you out. > > > > > > Hope this helps. > > On 12/8/05, Hans Voss wrote: > > > Yes there is. I have to look it up. > > > It has to evolve some direct database hacking and php scripting. > > > Procedure is for linux and you'll want access to the command prompt. > > > > > > I'll mail the solution once I found it. > > > > > > On 12/8/05, Markus Herrmann wrote: > > > > hey guys, > > > > > > > > your are my last chance. > > > > > > > > the guy who has set up the wiki here in my foundation is gone. > > > > > > > > and now it's up to me the administrate the wiki. so i need the sysop > > > > password. but i couldn't find it! > > > > > > > > is there any opportunity to recover the old password? or to change it? > > > > > > > > thx so far! > > > > > > > > ey i'm german! sry for my english ;-) > > > > > > > > greetz markus > > > > _______________________________________________ > > > > MediaWiki-l mailing list > > > > MediaWiki-l at Wikimedia.org > > > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > > > > -- > > > ---- > > > Met vriendelijke groeten / With kind regards > > > Hans Voss > > > --------------------------------------- > > > skype: hans.voss > > > google talk enabled > > > I am looking for people to invite to Gmail. I have 100 invitations left. > > > > > > > > > -- > > ---- > > Met vriendelijke groeten / With kind regards > > Hans Voss > > --------------------------------------- > > skype: hans.voss > > google talk enabled > > I am looking for people to invite to Gmail. I have 100 invitations left. > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > -- ---- Met vriendelijke groeten / With kind regards Hans Voss --------------------------------------- skype: hans.voss google talk enabled I am looking for people to invite to Gmail. I have 100 invitations left. From max at upn.mx Thu Dec 8 12:47:06 2005 From: max at upn.mx (Max de Mendizabal) Date: Thu, 8 Dec 2005 06:47:06 -0600 (CST) Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Or you could try from the mysql prompt UPDATE user SET user_password=md5('mynewpassword') where user_name='WikiSysop' ; After you quit the mysql prompt delete the log created (because mysql will keep the unencrypted password there). Max On Thu, 8 Dec 2005, Hans Voss wrote: > Got it. I'll need to translate from dutch as I go along: > Procedure assumes: > *Linux with command prompt access > *access to php interpreter > *access to the wiki HTML source (LocalSettings.php file). > *mysql. Instead of direct mysql commandline access you could use > something like phpMyAdmin > > Settings like 'which database inside mysql is used' and 'what user and > password are required to access that database in mysql' can be found > by accessing the LocalSettings.php file in the wiki install. > > First you'll need access to the command prompt of the machine. > No root access required > start the mysql client: $ mysql -p -u wikiuser wikidb > Type the following query: > SELECT user_id, user_name, user_password > FROM user WHERE user_name = "WikiSysop"; > > this should get you something like: > +---------+-----------+----------------------------------+ > | user_id | user_name | user_password | > +---------+-----------+----------------------------------+ > | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | > +---------+-----------+----------------------------------+ > (best viewed in non-proportional font type like Courier) > >> From the documentation I found how the password hash is created and I > wrote a small php program to do just that. (It's not user friendly but > it works). > > Create a file (for example mypwd.php) with approximately the following content: > # select user_id from user where user_name = "name of user"; > $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want > echo "\n\n"; > # IN FRONT OF the minus sign ('-') enter the user_id found with the mysql query. > # (so replace the '5' with the id found). > echo md5 ( "5-{$a}" ); > echo "\n"; > # call with php mypwd.php > ?> > The results the actual hash value that needs to be entered into the database. > > start mysql client again and enter the following query: > UPDATE user SET user_passwd = "new hash value" WHERE user_id = > > This should do the trick. > If this procedure is too much over your head, you might ask your > system admin to help you out. > > > Hope this helps. > On 12/8/05, Hans Voss wrote: >> Yes there is. I have to look it up. >> It has to evolve some direct database hacking and php scripting. >> Procedure is for linux and you'll want access to the command prompt. >> >> I'll mail the solution once I found it. >> >> On 12/8/05, Markus Herrmann wrote: >>> hey guys, >>> >>> your are my last chance. >>> >>> the guy who has set up the wiki here in my foundation is gone. >>> >>> and now it's up to me the administrate the wiki. so i need the sysop >>> password. but i couldn't find it! >>> >>> is there any opportunity to recover the old password? or to change it? >>> >>> thx so far! >>> >>> ey i'm german! sry for my english ;-) >>> >>> greetz markus >>> _______________________________________________ >>> MediaWiki-l mailing list >>> MediaWiki-l at Wikimedia.org >>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >> >> >> -- >> ---- >> Met vriendelijke groeten / With kind regards >> Hans Voss >> --------------------------------------- >> skype: hans.voss >> google talk enabled >> I am looking for people to invite to Gmail. I have 100 invitations left. >> > > > -- > ---- > Met vriendelijke groeten / With kind regards > Hans Voss > --------------------------------------- > skype: hans.voss > google talk enabled > I am looking for people to invite to Gmail. I have 100 invitations left. > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 15:13:49 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 15:13:49 +0000 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: That wouldn't work because password hashes aren't a straight MD5 of the password text. Google for "MediaWiki md5 password" for more. Rob Church On 08/12/05, Max de Mendizabal wrote: > > Or you could try from the mysql prompt > > UPDATE user SET user_password=md5('mynewpassword') where > user_name='WikiSysop' ; > > After you quit the mysql prompt delete the log created (because mysql will > keep the unencrypted password there). > > Max > > On Thu, 8 Dec 2005, Hans Voss wrote: > > > Got it. I'll need to translate from dutch as I go along: > > Procedure assumes: > > *Linux with command prompt access > > *access to php interpreter > > *access to the wiki HTML source (LocalSettings.php file). > > *mysql. Instead of direct mysql commandline access you could use > > something like phpMyAdmin > > > > Settings like 'which database inside mysql is used' and 'what user and > > password are required to access that database in mysql' can be found > > by accessing the LocalSettings.php file in the wiki install. > > > > First you'll need access to the command prompt of the machine. > > No root access required > > start the mysql client: $ mysql -p -u wikiuser wikidb > > Type the following query: > > SELECT user_id, user_name, user_password > > FROM user WHERE user_name = "WikiSysop"; > > > > this should get you something like: > > +---------+-----------+----------------------------------+ > > | user_id | user_name | user_password | > > +---------+-----------+----------------------------------+ > > | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | > > +---------+-----------+----------------------------------+ > > (best viewed in non-proportional font type like Courier) > > > >> From the documentation I found how the password hash is created and I > > wrote a small php program to do just that. (It's not user friendly but > > it works). > > > > Create a file (for example mypwd.php) with approximately the following content: > > > # select user_id from user where user_name = "name of user"; > > $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want > > echo "\n\n"; > > # IN FRONT OF the minus sign ('-') enter the user_id found with the mysql query. > > # (so replace the '5' with the id found). > > echo md5 ( "5-{$a}" ); > > echo "\n"; > > # call with php mypwd.php > > ?> > > The results the actual hash value that needs to be entered into the database. > > > > start mysql client again and enter the following query: > > UPDATE user SET user_passwd = "new hash value" WHERE user_id = > > > > This should do the trick. > > If this procedure is too much over your head, you might ask your > > system admin to help you out. > > > > > > Hope this helps. > > On 12/8/05, Hans Voss wrote: > >> Yes there is. I have to look it up. > >> It has to evolve some direct database hacking and php scripting. > >> Procedure is for linux and you'll want access to the command prompt. > >> > >> I'll mail the solution once I found it. > >> > >> On 12/8/05, Markus Herrmann wrote: > >>> hey guys, > >>> > >>> your are my last chance. > >>> > >>> the guy who has set up the wiki here in my foundation is gone. > >>> > >>> and now it's up to me the administrate the wiki. so i need the sysop > >>> password. but i couldn't find it! > >>> > >>> is there any opportunity to recover the old password? or to change it? > >>> > >>> thx so far! > >>> > >>> ey i'm german! sry for my english ;-) > >>> > >>> greetz markus > >>> _______________________________________________ > >>> MediaWiki-l mailing list > >>> MediaWiki-l at Wikimedia.org > >>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > >>> > >> > >> > >> -- > >> ---- > >> Met vriendelijke groeten / With kind regards > >> Hans Voss > >> --------------------------------------- > >> skype: hans.voss > >> google talk enabled > >> I am looking for people to invite to Gmail. I have 100 invitations left. > >> > > > > > > -- > > ---- > > Met vriendelijke groeten / With kind regards > > Hans Voss > > --------------------------------------- > > skype: hans.voss > > google talk enabled > > I am looking for people to invite to Gmail. I have 100 invitations left. > > _______________________________________________ > > MediaWiki-l mailing list > > MediaWiki-l at Wikimedia.org > > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From max at upn.mx Thu Dec 8 15:28:10 2005 From: max at upn.mx (Max de Mendizabal) Date: Thu, 8 Dec 2005 09:28:10 -0600 (CST) Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: Oops, sorry. I didn't knew that special feature of MediaWiki. Max On Thu, 8 Dec 2005, Rob Church wrote: > That wouldn't work because password hashes aren't a straight MD5 of > the password text. Google for "MediaWiki md5 password" for more. > > > Rob Church > > On 08/12/05, Max de Mendizabal wrote: >> >> Or you could try from the mysql prompt >> >> UPDATE user SET user_password=md5('mynewpassword') where >> user_name='WikiSysop' ; >> >> After you quit the mysql prompt delete the log created (because mysql will >> keep the unencrypted password there). >> >> Max >> >> On Thu, 8 Dec 2005, Hans Voss wrote: >> >>> Got it. I'll need to translate from dutch as I go along: >>> Procedure assumes: >>> *Linux with command prompt access >>> *access to php interpreter >>> *access to the wiki HTML source (LocalSettings.php file). >>> *mysql. Instead of direct mysql commandline access you could use >>> something like phpMyAdmin >>> >>> Settings like 'which database inside mysql is used' and 'what user and >>> password are required to access that database in mysql' can be found >>> by accessing the LocalSettings.php file in the wiki install. >>> >>> First you'll need access to the command prompt of the machine. >>> No root access required >>> start the mysql client: $ mysql -p -u wikiuser wikidb >>> Type the following query: >>> SELECT user_id, user_name, user_password >>> FROM user WHERE user_name = "WikiSysop"; >>> >>> this should get you something like: >>> +---------+-----------+----------------------------------+ >>> | user_id | user_name | user_password | >>> +---------+-----------+----------------------------------+ >>> | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | >>> +---------+-----------+----------------------------------+ >>> (best viewed in non-proportional font type like Courier) >>> >>>> From the documentation I found how the password hash is created and I >>> wrote a small php program to do just that. (It's not user friendly but >>> it works). >>> >>> Create a file (for example mypwd.php) with approximately the following content: >>> >> # select user_id from user where user_name = "name of user"; >>> $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want >>> echo "\n\n"; >>> # IN FRONT OF the minus sign ('-') enter the user_id found with the mysql query. >>> # (so replace the '5' with the id found). >>> echo md5 ( "5-{$a}" ); >>> echo "\n"; >>> # call with php mypwd.php >>> ?> >>> The results the actual hash value that needs to be entered into the database. >>> >>> start mysql client again and enter the following query: >>> UPDATE user SET user_passwd = "new hash value" WHERE user_id = >>> >>> This should do the trick. >>> If this procedure is too much over your head, you might ask your >>> system admin to help you out. >>> >>> >>> Hope this helps. >>> On 12/8/05, Hans Voss wrote: >>>> Yes there is. I have to look it up. >>>> It has to evolve some direct database hacking and php scripting. >>>> Procedure is for linux and you'll want access to the command prompt. >>>> >>>> I'll mail the solution once I found it. >>>> >>>> On 12/8/05, Markus Herrmann wrote: >>>>> hey guys, >>>>> >>>>> your are my last chance. >>>>> >>>>> the guy who has set up the wiki here in my foundation is gone. >>>>> >>>>> and now it's up to me the administrate the wiki. so i need the sysop >>>>> password. but i couldn't find it! >>>>> >>>>> is there any opportunity to recover the old password? or to change it? >>>>> >>>>> thx so far! >>>>> >>>>> ey i'm german! sry for my english ;-) >>>>> >>>>> greetz markus >>>>> _______________________________________________ >>>>> MediaWiki-l mailing list >>>>> MediaWiki-l at Wikimedia.org >>>>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>>> >>>> >>>> >>>> -- >>>> ---- >>>> Met vriendelijke groeten / With kind regards >>>> Hans Voss >>>> --------------------------------------- >>>> skype: hans.voss >>>> google talk enabled >>>> I am looking for people to invite to Gmail. I have 100 invitations left. >>>> >>> >>> >>> -- >>> ---- >>> Met vriendelijke groeten / With kind regards >>> Hans Voss >>> --------------------------------------- >>> skype: hans.voss >>> google talk enabled >>> I am looking for people to invite to Gmail. I have 100 invitations left. >>> _______________________________________________ >>> MediaWiki-l mailing list >>> MediaWiki-l at Wikimedia.org >>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >> _______________________________________________ >> MediaWiki-l mailing list >> MediaWiki-l at Wikimedia.org >> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rowan.collins at gmail.com Thu Dec 8 16:12:31 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Thu, 8 Dec 2005 16:12:31 +0000 Subject: [Mediawiki-l] creating pages in batch mode In-Reply-To: <4398115C.6090006@ebi.ac.uk> References: <43980B62.4020108@ebi.ac.uk> <4398115C.6090006@ebi.ac.uk> Message-ID: <9f02ca4c0512080812v12404b2cm@mail.gmail.com> On 08/12/05, Leon Goldovsky wrote: > If you can elaborate on the XML importing side. Well, MediaWiki has its own export/import XML functionality which serve Special:Export and Special:Import as well as full database dumps (with various external tools to do the actual dumping and importing). The schema and a commented example are in the docs/ directory of the source. You could probably fairly easily create an XML file of all your initial content and upload it into [[Special:Import]], if you're reasonably confident with a bit of text-manipulation and/or XML processing. -- Rowan Collins BSc [IMSoP] From v.nagaraj at econwiki.lse.ac.uk Thu Dec 8 16:53:21 2005 From: v.nagaraj at econwiki.lse.ac.uk (Vinayak Nagaraj) Date: Thu, 08 Dec 2005 16:53:21 +0000 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: References: Message-ID: <43986501.5020400@econwiki.lse.ac.uk> The correct specification would be UPDATE user SET user_password=md5(concat(user_id,'-',md5('mynewpassword') where user_name ='WikiSysop' ; Vinayak Max de Mendizabal wrote: > > Or you could try from the mysql prompt > > UPDATE user SET user_password=md5('mynewpassword') where > user_name='WikiSysop' ; > > After you quit the mysql prompt delete the log created (because mysql > will keep the unencrypted password there). > > Max > > On Thu, 8 Dec 2005, Hans Voss wrote: > >> Got it. I'll need to translate from dutch as I go along: >> Procedure assumes: >> *Linux with command prompt access >> *access to php interpreter >> *access to the wiki HTML source (LocalSettings.php file). >> *mysql. Instead of direct mysql commandline access you could use >> something like phpMyAdmin >> >> Settings like 'which database inside mysql is used' and 'what user and >> password are required to access that database in mysql' can be found >> by accessing the LocalSettings.php file in the wiki install. >> >> First you'll need access to the command prompt of the machine. >> No root access required >> start the mysql client: $ mysql -p -u wikiuser wikidb >> Type the following query: >> SELECT user_id, user_name, user_password >> FROM user WHERE user_name = "WikiSysop"; >> >> this should get you something like: >> +---------+-----------+----------------------------------+ >> | user_id | user_name | user_password | >> +---------+-----------+----------------------------------+ >> | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | >> +---------+-----------+----------------------------------+ >> (best viewed in non-proportional font type like Courier) >> >>> From the documentation I found how the password hash is created and I >> wrote a small php program to do just that. (It's not user friendly but >> it works). >> >> Create a file (for example mypwd.php) with approximately the >> following content: >> > # select user_id from user where user_name = "name of user"; >> $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want >> echo "\n\n"; >> # IN FRONT OF the minus sign ('-') enter the user_id found with the >> mysql query. >> # (so replace the '5' with the id found). >> echo md5 ( "5-{$a}" ); >> echo "\n"; >> # call with php mypwd.php >> ?> >> The results the actual hash value that needs to be entered into the >> database. >> >> start mysql client again and enter the following query: >> UPDATE user SET user_passwd = "new hash value" WHERE user_id = >> >> >> This should do the trick. >> If this procedure is too much over your head, you might ask your >> system admin to help you out. >> >> >> Hope this helps. >> On 12/8/05, Hans Voss wrote: >>> Yes there is. I have to look it up. >>> It has to evolve some direct database hacking and php scripting. >>> Procedure is for linux and you'll want access to the command prompt. >>> >>> I'll mail the solution once I found it. >>> >>> On 12/8/05, Markus Herrmann wrote: >>>> hey guys, >>>> >>>> your are my last chance. >>>> >>>> the guy who has set up the wiki here in my foundation is gone. >>>> >>>> and now it's up to me the administrate the wiki. so i need the sysop >>>> password. but i couldn't find it! >>>> >>>> is there any opportunity to recover the old password? or to change it? >>>> >>>> thx so far! >>>> >>>> ey i'm german! sry for my english ;-) >>>> >>>> greetz markus >>>> _______________________________________________ >>>> MediaWiki-l mailing list >>>> MediaWiki-l at Wikimedia.org >>>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>> >>> >>> >>> -- >>> ---- >>> Met vriendelijke groeten / With kind regards >>> Hans Voss >>> --------------------------------------- >>> skype: hans.voss >>> google talk enabled >>> I am looking for people to invite to Gmail. I have 100 invitations >>> left. >>> >> >> >> -- >> ---- >> Met vriendelijke groeten / With kind regards >> Hans Voss >> --------------------------------------- >> skype: hans.voss >> google talk enabled >> I am looking for people to invite to Gmail. I have 100 invitations left. >> _______________________________________________ >> MediaWiki-l mailing list >> MediaWiki-l at Wikimedia.org >> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From Arthur at assys.net Thu Dec 8 17:35:07 2005 From: Arthur at assys.net (Arthur Guy) Date: Thu, 8 Dec 2005 17:35:07 -0000 Subject: [Mediawiki-l] sysop password forgotten Message-ID: <2A86EFBE967DCA498DEDBCB0541E17966369@zeus.assys.net> You forgot the closing brackets! UPDATE user SET user_password=md5(concat(user_id,'-',md5('mynewpassword'))) where user_name ='WikiSysop' ; -Arthur -----Original Message----- From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Vinayak Nagaraj Sent: 08 December 2005 16:53 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] sysop password forgotten The correct specification would be UPDATE user SET user_password=md5(concat(user_id,'-',md5('mynewpassword') where user_name ='WikiSysop' ; Vinayak Max de Mendizabal wrote: > > Or you could try from the mysql prompt > > UPDATE user SET user_password=md5('mynewpassword') where > user_name='WikiSysop' ; > > After you quit the mysql prompt delete the log created (because mysql > will keep the unencrypted password there). > > Max > > On Thu, 8 Dec 2005, Hans Voss wrote: > >> Got it. I'll need to translate from dutch as I go along: >> Procedure assumes: >> *Linux with command prompt access >> *access to php interpreter >> *access to the wiki HTML source (LocalSettings.php file). >> *mysql. Instead of direct mysql commandline access you could use >> something like phpMyAdmin >> >> Settings like 'which database inside mysql is used' and 'what user and >> password are required to access that database in mysql' can be found >> by accessing the LocalSettings.php file in the wiki install. >> >> First you'll need access to the command prompt of the machine. >> No root access required >> start the mysql client: $ mysql -p -u wikiuser wikidb >> Type the following query: >> SELECT user_id, user_name, user_password >> FROM user WHERE user_name = "WikiSysop"; >> >> this should get you something like: >> +---------+-----------+----------------------------------+ >> | user_id | user_name | user_password | >> +---------+-----------+----------------------------------+ >> | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | >> +---------+-----------+----------------------------------+ >> (best viewed in non-proportional font type like Courier) >> >>> From the documentation I found how the password hash is created and I >> wrote a small php program to do just that. (It's not user friendly but >> it works). >> >> Create a file (for example mypwd.php) with approximately the >> following content: >> > # select user_id from user where user_name = "name of user"; >> $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want >> echo "\n\n"; >> # IN FRONT OF the minus sign ('-') enter the user_id found with the >> mysql query. >> # (so replace the '5' with the id found). >> echo md5 ( "5-{$a}" ); >> echo "\n"; >> # call with php mypwd.php >> ?> >> The results the actual hash value that needs to be entered into the >> database. >> >> start mysql client again and enter the following query: >> UPDATE user SET user_passwd = "new hash value" WHERE user_id = >> >> >> This should do the trick. >> If this procedure is too much over your head, you might ask your >> system admin to help you out. >> >> >> Hope this helps. >> On 12/8/05, Hans Voss wrote: >>> Yes there is. I have to look it up. >>> It has to evolve some direct database hacking and php scripting. >>> Procedure is for linux and you'll want access to the command prompt. >>> >>> I'll mail the solution once I found it. >>> >>> On 12/8/05, Markus Herrmann wrote: >>>> hey guys, >>>> >>>> your are my last chance. >>>> >>>> the guy who has set up the wiki here in my foundation is gone. >>>> >>>> and now it's up to me the administrate the wiki. so i need the sysop >>>> password. but i couldn't find it! >>>> >>>> is there any opportunity to recover the old password? or to change it? >>>> >>>> thx so far! >>>> >>>> ey i'm german! sry for my english ;-) >>>> >>>> greetz markus >>>> _______________________________________________ >>>> MediaWiki-l mailing list >>>> MediaWiki-l at Wikimedia.org >>>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>> >>> >>> >>> -- >>> ---- >>> Met vriendelijke groeten / With kind regards >>> Hans Voss >>> --------------------------------------- >>> skype: hans.voss >>> google talk enabled >>> I am looking for people to invite to Gmail. I have 100 invitations >>> left. >>> >> >> >> -- >> ---- >> Met vriendelijke groeten / With kind regards >> Hans Voss >> --------------------------------------- >> skype: hans.voss >> google talk enabled >> I am looking for people to invite to Gmail. I have 100 invitations left. >> _______________________________________________ >> MediaWiki-l mailing list >> MediaWiki-l at Wikimedia.org >> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l at Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l From rockefellaz at gmail.com Thu Dec 8 17:54:12 2005 From: rockefellaz at gmail.com (Rockefellaz Fellow) Date: Fri, 9 Dec 2005 00:54:12 +0700 Subject: [Mediawiki-l] MediaWiki as Background Message-ID: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> First of all....Helloo....I'm new here...Thx OK...well, i need some suggestion from all of you... i have a plan that i'll use mediawiki as background content of my site (educational & non-profit). but i'm bit confused doing that. my filled by many feature, such as news, review, etc. and the main purpose is educational through encyclopedia( first reason i use mediawiki). and this site is open contribution (second reason). But when i want grab the content (printable version), i don't know what i have to do. if i use fopen, many character will shown strangely, and the path still in mediawiki directory.... so, pls help me..... -- Rock for Freedom From v.nagaraj at econwiki.lse.ac.uk Thu Dec 8 18:16:37 2005 From: v.nagaraj at econwiki.lse.ac.uk (Vinayak Nagaraj) Date: Thu, 08 Dec 2005 18:16:37 +0000 Subject: [Mediawiki-l] sysop password forgotten In-Reply-To: <2A86EFBE967DCA498DEDBCB0541E17966369@zeus.assys.net> References: <2A86EFBE967DCA498DEDBCB0541E17966369@zeus.assys.net> Message-ID: <43987885.2060700@econwiki.lse.ac.uk> Oops :-) Arthur Guy wrote: > You forgot the closing brackets! > > UPDATE user SET > user_password=md5(concat(user_id,'-',md5('mynewpassword'))) where > user_name ='WikiSysop' ; > > -Arthur > > -----Original Message----- > From: mediawiki-l-bounces at Wikimedia.org > [mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Vinayak Nagaraj > Sent: 08 December 2005 16:53 > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] sysop password forgotten > > The correct specification would be > > UPDATE user SET > user_password=md5(concat(user_id,'-',md5('mynewpassword') where > user_name ='WikiSysop' ; > > > > > Vinayak > > > > > > Max de Mendizabal wrote: > >> Or you could try from the mysql prompt >> >> UPDATE user SET user_password=md5('mynewpassword') where >> user_name='WikiSysop' ; >> >> After you quit the mysql prompt delete the log created (because mysql >> will keep the unencrypted password there). >> >> Max >> >> On Thu, 8 Dec 2005, Hans Voss wrote: >> >> >>> Got it. I'll need to translate from dutch as I go along: >>> Procedure assumes: >>> *Linux with command prompt access >>> *access to php interpreter >>> *access to the wiki HTML source (LocalSettings.php file). >>> *mysql. Instead of direct mysql commandline access you could use >>> something like phpMyAdmin >>> >>> Settings like 'which database inside mysql is used' and 'what user >>> > and > >>> password are required to access that database in mysql' can be found >>> by accessing the LocalSettings.php file in the wiki install. >>> >>> First you'll need access to the command prompt of the machine. >>> No root access required >>> start the mysql client: $ mysql -p -u wikiuser wikidb >>> Type the following query: >>> SELECT user_id, user_name, user_password >>> FROM user WHERE user_name = "WikiSysop"; >>> >>> this should get you something like: >>> +---------+-----------+----------------------------------+ >>> | user_id | user_name | user_password | >>> +---------+-----------+----------------------------------+ >>> | 15 | WikiSysop | e4bda1f6162596e744463e1d17c9cc0c | >>> +---------+-----------+----------------------------------+ >>> (best viewed in non-proportional font type like Courier) >>> >>> >>>> From the documentation I found how the password hash is created and >>>> > I > >>> wrote a small php program to do just that. (It's not user friendly >>> > but > >>> it works). >>> >>> Create a file (for example mypwd.php) with approximately the >>> following content: >>> >> # select user_id from user where user_name = "name of user"; >>> $a=md5 ( "MyNewPa$$wordHere" ); # the new password you want >>> echo "\n\n"; >>> # IN FRONT OF the minus sign ('-') enter the user_id found with the >>> mysql query. >>> # (so replace the '5' with the id found). >>> echo md5 ( "5-{$a}" ); >>> echo "\n"; >>> # call with php mypwd.php >>> ?> >>> The results the actual hash value that needs to be entered into the >>> database. >>> >>> start mysql client again and enter the following query: >>> UPDATE user SET user_passwd = "new hash value" WHERE user_id = >>> >>> >>> This should do the trick. >>> If this procedure is too much over your head, you might ask your >>> system admin to help you out. >>> >>> >>> Hope this helps. >>> On 12/8/05, Hans Voss wrote: >>> >>>> Yes there is. I have to look it up. >>>> It has to evolve some direct database hacking and php scripting. >>>> Procedure is for linux and you'll want access to the command prompt. >>>> >>>> I'll mail the solution once I found it. >>>> >>>> On 12/8/05, Markus Herrmann wrote: >>>> >>>>> hey guys, >>>>> >>>>> your are my last chance. >>>>> >>>>> the guy who has set up the wiki here in my foundation is gone. >>>>> >>>>> and now it's up to me the administrate the wiki. so i need the >>>>> > sysop > >>>>> password. but i couldn't find it! >>>>> >>>>> is there any opportunity to recover the old password? or to change >>>>> > it? > >>>>> thx so far! >>>>> >>>>> ey i'm german! sry for my english ;-) >>>>> >>>>> greetz markus >>>>> _______________________________________________ >>>>> MediaWiki-l mailing list >>>>> MediaWiki-l at Wikimedia.org >>>>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>>>> >>>>> >>>> -- >>>> ---- >>>> Met vriendelijke groeten / With kind regards >>>> Hans Voss >>>> --------------------------------------- >>>> skype: hans.voss >>>> google talk enabled >>>> I am looking for people to invite to Gmail. I have 100 invitations >>>> left. >>>> >>>> >>> -- >>> ---- >>> Met vriendelijke groeten / With kind regards >>> Hans Voss >>> --------------------------------------- >>> skype: hans.voss >>> google talk enabled >>> I am looking for people to invite to Gmail. I have 100 invitations >>> > left. > >>> _______________________________________________ >>> MediaWiki-l mailing list >>> MediaWiki-l at Wikimedia.org >>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >>> >>> >> _______________________________________________ >> MediaWiki-l mailing list >> MediaWiki-l at Wikimedia.org >> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l >> > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From robchur at gmail.com Thu Dec 8 19:18:46 2005 From: robchur at gmail.com (Rob Church) Date: Thu, 8 Dec 2005 19:18:46 +0000 Subject: [Mediawiki-l] MediaWiki as Background In-Reply-To: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> References: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> Message-ID: Printable version? index.php?title=foo&print=1 Rob Church On 08/12/05, Rockefellaz Fellow wrote: > First of all....Helloo....I'm new here...Thx > > OK...well, i need some suggestion from all of you... > i have a plan that i'll use mediawiki as background content of my site > (educational & non-profit). > but i'm bit confused doing that. > my filled by many feature, such as news, review, etc. and the main purpose > is educational through encyclopedia( first reason i use mediawiki). and this > site is open contribution (second reason). > But when i want grab the content (printable version), i don't know what i > have to do. > if i use fopen, many character will shown strangely, and the path still in > mediawiki directory.... > > so, pls help me..... > > -- > Rock for Freedom > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l at Wikimedia.org > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > From rowan.collins at gmail.com Thu Dec 8 19:55:08 2005 From: rowan.collins at gmail.com (Rowan Collins) Date: Thu, 8 Dec 2005 19:55:08 +0000 Subject: [Mediawiki-l] MediaWiki as Background In-Reply-To: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> References: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> Message-ID: <9f02ca4c0512081155w2d23c6f9i@mail.gmail.com> On 08/12/05, Rockefellaz Fellow wrote: > if i use fopen, many character will shown strangely, and the path still in > mediawiki directory.... On what are you using fopen? MediaWiki content is stored in a database, not a filesystem, so if you want to access the data you'll need to either access the database directly (and hack a way of calling the "parser") or make a HTTP request inside your program (using libwww or something, I guess) to a pre-rendered version. The best form for this is not the printable version but the completely skinless version, available using "action=render"; e.g. http://en.wikipedia.org/w/index.php?title=User:IMSoP&action=render [The only disadvantage seems to be that it renders internal links as full, rather than relative, URLs, which maybe isn't what you want; maybe a hacked LocalSettings.php could give them a fake prefix?] -- Rowan Collins BSc [IMSoP] From raphaelh at nist.gov Thu Dec 8 21:15:10 2005 From: raphaelh at nist.gov (Raphael HUCK) Date: Thu, 08 Dec 2005 16:15:10 -0500 Subject: [Mediawiki-l] Search disabled In-Reply-To: <9f02ca4c0512081155w2d23c6f9i@mail.gmail.com> References: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> <9f02ca4c0512081155w2d23c6f9i@mail.gmail.com> Message-ID: <4398A25E.2020507@nist.gov> Hi, I've been trying to activate the search input box for my Mediawiki, with no success. I've been looking at everything I could find about it in the documentation, and did what is said... Versions: * MediaWiki: 1.5.2 * PHP: 4.3.11 (apache) * MySQL: 4.0.25-standard Any idea ? Thanks in advance. --Raphael HUCK From brion at pobox.com Thu Dec 8 21:28:25 2005 From: brion at pobox.com (Brion Vibber) Date: Thu, 08 Dec 2005 13:28:25 -0800 Subject: [Mediawiki-l] Search disabled In-Reply-To: <4398A25E.2020507@nist.gov> References: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> <9f02ca4c0512081155w2d23c6f9i@mail.gmail.com> <4398A25E.2020507@nist.gov> Message-ID: <4398A579.4040504@pobox.com> Raphael HUCK wrote: > I've been trying to activate the search input box for my Mediawiki, with > no success. I've been looking at everything I could find about it in the > documentation, and did what is said... Which search input box, and how's it disabled? -- brion vibber (brion @ pobox.com) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20051208/0d50e3a7/attachment.pgp From raphaelh at nist.gov Thu Dec 8 22:23:37 2005 From: raphaelh at nist.gov (Raphael HUCK) Date: Thu, 08 Dec 2005 17:23:37 -0500 Subject: [Mediawiki-l] Search disabled In-Reply-To: <4398A579.4040504@pobox.com> References: <6535d4890512080954x242ebddes250b48551174c7b7@mail.gmail.com> <9f02ca4c0512081155w2d23c6f9i@mail.gmail.com> <4398A25E.2020507@nist.gov> <4398A579.4040504@pobox.com> Message-ID: <4398B269.1080003@nist.gov> I mean the search box to search on the wiki, the one usually under the navigation menu (full text search) :