Re: [Mediawiki-l] Weird page capitalization issues on my wiki

2011-04-25 Thread Sullivan, James (NIH/CIT) [C]
:13, Sullivan, James (NIH/CIT) [C] > wrote: > >> As for whether its MySQL I don't see how since Mediawiki, or the extensions, >> control >> what goes in and what comes out. > > Well, it is technically possible, it could be MySQL, since MySQL can > be set t

Re: [Mediawiki-l] Weird page capitalization issues on my wiki

2011-04-25 Thread Sullivan, James (NIH/CIT) [C]
aWiki announcements and site admin list Subject: Re: [Mediawiki-l] Weird page capitalization issues on my wiki On 25 April 2011 15:24, Sullivan, James (NIH/CIT) [C] wrote: > I agree.  If you disabled all extensions (make sure you also changed back any > Mediawiki files > you may have mod

Re: [Mediawiki-l] Weird page capitalization issues on my wiki

2011-04-25 Thread Sullivan, James (NIH/CIT) [C]
ration might cause this. -Jim On 20 April 2011 15:22, Kilian wrote: > On 04/20/2011 04:12 PM, Sullivan, James (NIH/CIT) [C] wrote: >> The "All pages" special page shows just one of the pages: BioWiki, >> which was indicated as the true page name in the original post. >

Re: [Mediawiki-l] Weird page capitalization issues on my wiki

2011-04-20 Thread Sullivan, James (NIH/CIT) [C]
The "All pages" special page shows just one of the pages: BioWiki, which was indicated as the true page name in the original post. Just a guess but there are a lot of extensions installed. I agree with the earlier person who suggested deactivating the extensions one at a time and seeing if the

Re: [Mediawiki-l] MediaWiki security release 1.16.4

2011-04-15 Thread Sullivan, James (NIH/CIT) [C]
I employ the "cgi_img_auth.php" method of securing the images directory. I believe the "image_auth.php" method is similar. With this method a .htaccess is placed in the /images directory containing "Deny from All". Another .htaccess in the wiki's main directory contains a rewrite rule that ta

Re: [Mediawiki-l] Sidebar Customization

2011-04-08 Thread Sullivan, James (NIH/CIT) [C]
A blank page usually means a php error (check your php and web server logs). Also check permissions on the extension software and make sure your web service can execute. -Jim -Original Message- From: Henny Savenije [mailto:webmas...@henny-savenije.pe.kr] Sent: Friday, April 08, 2011 12

Re: [Mediawiki-l] Any ideas why $wgReadOnly doesn't work ?

2011-04-04 Thread Sullivan, James (NIH/CIT) [C]
$wgReadOnly only needs a text string to enable it. My experience is that editing is still allowed but when you go to save you will get the $wgReadOnly string above the editor telling you that the wiki is readonly. I understand why that may be frustrating for some who spend time editing only to

Re: [Mediawiki-l] Uploading office docs

2011-03-10 Thread Sullivan, James (NIH/CIT) [C]
This is a known problem but I'm not sure where Mediawiki.org is on fixing it or whether they are attempting to fix it, though I have heard rumors of a fix in 1.17. The problem stems from Microsoft (surprise!) having changed its format for Office 7 documents. Its format gives its files a mime-t

Re: [Mediawiki-l] Holding pages for moderation?

2011-03-09 Thread Sullivan, James (NIH/CIT) [C]
Check out this link which is a discussion about this topic: http://www.mwusers.com/forums/showthread.php?8872-Want-to-set-up-a-moderated-wiki-what-is-the-best-way There are a few extensions that probably will do the moderation but who wants to moderate spam? I would take the advice given in the

[Mediawiki-l] Login causing same user to be logged out on other computer

2011-03-03 Thread Sullivan, James (NIH/CIT) [C]
I've run into a strange issue whereby logging into a wiki as an externally authenticated user from one computer, then logging into the wiki from a second computer as the same user (also externally authenticated) will log the user out of the wiki on the first computer. This only happens with use

Re: [Mediawiki-l] I CAN NOT INSTALL MEDIAWIKI

2011-02-17 Thread Sullivan, James (NIH/CIT) [C]
onf['class'], array( $wgParserConf ) ); And add this one: + $wgParser = new $wgParserConf['class'] ($wgParserConf); I'm not sure.. Núria -Mensaje original- De: mediawiki-l-boun...@lists.wikimedia.org [mailto:mediawiki-l-boun...@lists.wikimedia.org] En nomb

Re: [Mediawiki-l] I CAN NOT INSTALL MEDIAWIKI

2011-02-17 Thread Sullivan, James (NIH/CIT) [C]
Also ... http://www.mail-archive.com/wikibugs-l@lists.wikimedia.org/msg06625.html has a fix noted at the end of the message that may fix your problem... -Jim -Original Message- From: Sullivan, James (NIH/CIT) [C] Sent: Thursday, February 17, 2011 10:49 AM To: 'MediaWiki announce

Re: [Mediawiki-l] I CAN NOT INSTALL MEDIAWIKI

2011-02-17 Thread Sullivan, James (NIH/CIT) [C]
/Article.php on line 3387, referer: http://bioinfold/wiki/config/index.php Núria -Mensaje original- De: mediawiki-l-boun...@lists.wikimedia.org [mailto:mediawiki-l-boun...@lists.wikimedia.org] En nombre de Sullivan, James (NIH/CIT) [C] Enviado el: jueves, 17 de febrero de 2011 16:26

Re: [Mediawiki-l] I CAN NOT INSTALL MEDIAWIKI

2011-02-17 Thread Sullivan, James (NIH/CIT) [C]
>From a quick glance I see a few problems: You said: [...] and deleted the config directory and changed LocalSettings.php permission to 600. The log says: [error] ... referer: http://bioinfold/wiki/config/index.php Since the config directory was deleted how can the referrer be from the config

Re: [Mediawiki-l] Least-worst present WYSIWYG solution?

2011-02-11 Thread Sullivan, James (NIH/CIT) [C]
>Good idea! Though FCK kindly makes it impossible even to properly >create the *template*. I had to comment it out in LocalSettings.php, >create {{Create an article}} then uncomment it. Still, it's there now >... sort of a workaround :-) >- d. To set a page, like your template, to not use the FCKe

Re: [Mediawiki-l] Least-worst present WYSIWYG solution?

2011-02-10 Thread Sullivan, James (NIH/CIT) [C]
: David Gerard [mailto:dger...@gmail.com] Sent: Thursday, February 10, 2011 2:35 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Least-worst present WYSIWYG solution? On 10 February 2011 19:24, Sullivan, James (NIH/CIT) [C] wrote: > The FCKeditor does not handle the

Re: [Mediawiki-l] Least-worst present WYSIWYG solution?

2011-02-10 Thread Sullivan, James (NIH/CIT) [C]
te admin list Subject: Re: [Mediawiki-l] Least-worst present WYSIWYG solution? On 10 February 2011 17:02, Sullivan, James (NIH/CIT) [C] wrote: > I've been using the FCKeditor with our wikis and it is fine for regular use.   > So if your users will just be entering text and an occasional t

Re: [Mediawiki-l] Least-worst present WYSIWYG solution?

2011-02-10 Thread Sullivan, James (NIH/CIT) [C]
I've been using the FCKeditor with our wikis and it is fine for regular use. So if your users will just be entering text and an occasional table or image it is more than fine. But, if they plan to do things a little more fancy such as adding links or alt-text to images or using templates they

Re: [Mediawiki-l] automatic template use

2011-01-18 Thread Sullivan, James (NIH/CIT) [C]
Extension:Inputbox (http://www.mediawiki.org/wiki/Extension:InputBox) has the ability to preload a newly created page with content from a template or another page. Check out the "preload=" feature. Also, check out http://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text which i

Re: [Mediawiki-l] FCK Editor

2011-01-11 Thread Sullivan, James (NIH/CIT) [C]
Just to be sure the correct extension is installed, where did you obtain the FCKeditor extension? There are two FCKeditors, one for regular web applications and one specifically for Mediawiki. The Mediawiki+FCKeditor extension can be found here: http://mediawiki.fckeditor.net/index.php/Main_Pa

Re: [Mediawiki-l] FCK Editor

2011-01-11 Thread Sullivan, James (NIH/CIT) [C]
Logs are you friends :-) If the file is there then there could be a permissions problem somewhere in the directory path. Even though you may have permission to find the file, the web server, which is calling it, may not. Check the permissions of each directory in the file's path and the filena

Re: [Mediawiki-l] FCK Editor

2011-01-10 Thread Sullivan, James (NIH/CIT) [C]
You still need to find the log files and look at them, but since placing the require_once statement for FCKeditor did not break the wiki (e.g., a blank page when you go to the wiki), I would lean towards another extension interfering with the FCKeditor. Try disabling (comment out) all other e

Re: [Mediawiki-l] FCK Editor

2011-01-10 Thread Sullivan, James (NIH/CIT) [C]
Try setting the following after your require_once statement for FCKeditor: $wgFCKUseEditor = true; This should set the FCKeditor to be the default editor according to some old notes I have, but I think it is true by default, so not sure if this will help. Also, set $wgUseAjax = true; after the

Re: [Mediawiki-l] FCK Editor

2011-01-10 Thread Sullivan, James (NIH/CIT) [C]
Have you specified: require_once('$IP/extensions/FCKeditor/FCKeditor.php'); toward the end of the LocalSettings.php file? If there is no mention of the FCKeditor in the Special:Version output, then Mediawiki is not seeing the extension at all. The fact that the wiki was accessible shows that t

Re: [Mediawiki-l] Upload Problem

2011-01-06 Thread Sullivan, James (NIH/CIT) [C]
Message- From: mediawiki-l-boun...@lists.wikimedia.org [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of Sullivan, James (NIH/CIT) [C] Sent: 06 January 2011 15:39 To: 'MediaWiki announcements and site admin list' Subject: Re: [Mediawiki-l] Upload Problem I have tried many w

Re: [Mediawiki-l] Upload Problem

2011-01-06 Thread Sullivan, James (NIH/CIT) [C]
I have tried many ways to get around this problem unsuccessfully and am very glad to hear it (may) be fixed in 1.17. If you do find a solution please post it. One thing to note, if you save a file in Office7 as a "doc" file, instead of "docx", it is still going to have the docx mime type (zip)

Re: [Mediawiki-l] Mediawiki character set and backups

2010-12-10 Thread Sullivan, James (NIH/CIT) [C]
Hello wikiers! I have discovered something that I am hoping is not a problem, but I cannot get a good determination on whether this is a problem or not from the online documents, so I thought I'd throw it out there... I have many wikis, some were installed over three years ago and some recently

Re: [Mediawiki-l] Avoid duplicate listing of articles after renaming/moving?

2010-11-29 Thread Sullivan, James (NIH/CIT) [C]
Found this via a google search. It looks simple and looks like it does what you want but I have not tested it. http://www.mwusers.com/forums/showthread.php?14438-How-can-I-modify-Special-Allpages-to-exclude-redirects -Jim -Original Message- From: Tech Geek [mailto:techgeek12...@gmail.co

Re: [Mediawiki-l] Benefits of using wiki in a corporate environment-how to convience?

2010-10-18 Thread Sullivan, James (NIH/CIT) [C]
I have given out many a wiki in my organization and want to echo Dan's point that wikis do not do all the work alone. You cannot put one up and expect it to self-organize all the information put into it, nor expect people, on their own, to put in the proper information and follow directions on

[Mediawiki-l] alt text in navigation menu

2010-09-20 Thread Sullivan, James (NIH/CIT) [C]
A few issues with the sidebar. I'm trying to get alt text on links that I place in the navigation menu but it is not apparent how to do this. Alt text exists for the links that come by default in the navigation menu, such as the "Current events" page, but if I want to place a link to one of

Re: [Mediawiki-l] Set the correct timezone

2010-09-15 Thread Sullivan, James (NIH/CIT) [C]
I'm not familiar with safe mode, just saw the notice so I passed it along. Glad it helped. -Jim -Original Message- From: orsch...@googlemail.com [mailto:orsch...@googlemail.com] Sent: Wednesday, September 15, 2010 2:37 PM To: MediaWiki announcements and site admin list Subject: Re: [Med

Re: [Mediawiki-l] Set the correct timezone

2010-09-15 Thread Sullivan, James (NIH/CIT) [C]
I use the following: ## Set Default Timezone $wgLocaltimezone = "America/New_York"; $oldtz = getenv("TZ"); putenv("TZ=$wgLocaltimezone"); $wgLocalTZoffset = date("Z") / 60; putenv("TZ=$oldtz"); That's east coast time by the way. Also, are you running PHP in "safe mode"? If so you need to see th

Re: [Mediawiki-l] installation issue with 1.16.0 - mysql user privilege

2010-08-06 Thread Sullivan, James (NIH/CIT) [C]
-Original Message- From: Platonides [mailto:platoni...@gmail.com] Sent: Thursday, August 05, 2010 7:25 PM To: mediawiki-l@lists.wikimedia.org Subject: Re: [Mediawiki-l] installation issue with 1.16.0 - mysql user privilege That's what bug 20634. In some cases there were problems in updat

Re: [Mediawiki-l] installation issue with 1.16.0 - mysql user privilege

2010-08-05 Thread Sullivan, James (NIH/CIT) [C]
From: Benjamin Lees [mailto:emufarm...@gmail.com] Sent: Thursday, August 05, 2010 2:16 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] installation issue with 1.16.0 - mysql user privilege >Right. Users created through the installer pre-1.16 only had >DELETE,INSERT,

Re: [Mediawiki-l] installation issue with 1.16.0 - mysql user privilege

2010-08-05 Thread Sullivan, James (NIH/CIT) [C]
.0 - mysql user privilege On Wed, Aug 4, 2010 at 4:40 PM, Sullivan, James (NIH/CIT) [C] wrote: > Have the privilege requirements for the database user privileges changed from > 1.15 to 1.16 for installing mediawiki?  I did not see any mention of this in > the release notes. Yes, it&#

[Mediawiki-l] installation issue with 1.16.0 - mysql user privilege

2010-08-04 Thread Sullivan, James (NIH/CIT) [C]
Hi all, I have been installing many mediawiki wikis over the past few years using a remote mysql server. I do not use the mysql "root" account but instead use another user, which has had the proper privileges to install the database, until version 1.16.0. When I install the mediawiki version

Re: [Mediawiki-l] MediaWiki version statistics

2010-07-30 Thread Sullivan, James (NIH/CIT) [C]
are expert but do want to contribute. Thank you. Regards, Nevio 2010/7/30 Sullivan, James (NIH/CIT) [C] > You can argue that software is like cars. Problems are found after, and > sometimes long after, the product is in the hands of a customer. In both > cases the developers will loo

Re: [Mediawiki-l] MediaWiki version statistics

2010-07-30 Thread Sullivan, James (NIH/CIT) [C]
You can argue that software is like cars. Problems are found after, and sometimes long after, the product is in the hands of a customer. In both cases the developers will look at the problem and decide if the problem is serious enough for a recall or patch. Software is unique in that it is on

[Mediawiki-l] Resetting Special Statistics

2010-07-16 Thread Sullivan, James (NIH/CIT) [C]
Howdy, I'm trying to reset the values on the Special:Statistics page to 0. After banging my head against the Mediawiki website and google for an answer I have not been able to find a way. The maintenance script "clear_stats.php" says it resets the values, but when I run it they are not change

Re: [Mediawiki-l] FCK Editor svn head and MW 1.16b2 - correct venue?

2010-05-19 Thread Sullivan, James (NIH/CIT) [C]
I agree. The latest version that I use (2.6.4) has a (C) menu button that allows you to add Categories to your page, bringing up a dialog box and showing existing categories to choose from or to create a new one. Nice feature since I always hate, while editing in wikitext, to have to start up

Re: [Mediawiki-l] FCK Editor svn head and MW 1.16b2 - correct venue?

2010-05-19 Thread Sullivan, James (NIH/CIT) [C]
adoption, but it also makes the >advanced features difficult to use (and too easy for end-users to break by >accident). I think it'll be a while before both audiences can be served >excellently. DanB -----Original Message----- From: Sullivan, James (NIH/CIT) [C] If the wysiwyg edi

Re: [Mediawiki-l] FCK Editor svn head and MW 1.16b2 - correct venue?

2010-05-19 Thread Sullivan, James (NIH/CIT) [C]
nt to have to learn Dreamweaver simply to edit a wiki page. And if we're not carefull that's exactly what we'll end up with. - Original Message - From: "Sullivan, James (NIH/CIT) [C]" To: 'MediaWiki announcements and site admin list' Date: Wed, 19 May 2010 0

Re: [Mediawiki-l] FCK Editor svn head and MW 1.16b2 - correct venue?

2010-05-19 Thread Sullivan, James (NIH/CIT) [C]
I've been following the CKeditor effort and their promises, once version 3.0 was out, to work on a CKeditor+Mediawiki. Version 3.2 is now out and no sign of a CKeditor+Mediawiki effort, and most concerning is the lack of any recent responses to direct questions about the previously promised eff

Re: [Mediawiki-l] 1.13.2 to 1.15 upgrade on Windows, title character problems

2010-04-26 Thread Sullivan, James (NIH/CIT) [C]
For the backup we use: mysqldump -u username --password=password --opt --quote-names --default-character-set=latin1 databasename > backupfile.sql and for the restore we use: mysql -u username --password=password databasename < backupfile.sql Hope this helps... -Jim -Original Message-

Re: [Mediawiki-l] Statistics

2010-03-25 Thread Sullivan, James (NIH/CIT) [C]
When I do the same "find" on my 1.15.1 wiki I get the correct number of images shown in the statistics page. Number of users is accurate too. Actually I'm glad you brought this up because I gave up on the statistics page many versions ago because the data was very unreliable. A first glance i

Re: [Mediawiki-l] how to create a sandbox

2010-02-11 Thread Sullivan, James (NIH/CIT) [C]
Why not create a Sandbox wiki, where the entire wiki is available to play in? I teach a hands-on class on using Mediawiki and have a wiki set up for everyone to login to and create their own pages, edit, make templates, etc. It allows more than just editing a single page since they can play a

Re: [Mediawiki-l] Categories

2009-12-03 Thread Sullivan, James (NIH/CIT) [C]
I have not actually tried this but I've read that this can be done by adding the extension: http://www.mediawiki.org/wiki/Extension:CategoryTree and then you can transclude one or more category pages into another page using the syntax: {{#categorytree:Foo}} Where Foo is a category page. So, fo

Re: [Mediawiki-l] Location of Category on page

2009-11-10 Thread Sullivan, James (NIH/CIT) [C]
09 at 16:50, nevio carlos de alarcão wrote: > > Try writting [[:Category:"the one you wants"|name of the wanted category]] > and edit this link wherever you want on the page. I don´t know if that is > what you mean, but... > regards > > 2009/11/10 Sullivan, Ja

Re: [Mediawiki-l] Location of Category on page

2009-11-10 Thread Sullivan, James (NIH/CIT) [C]
n Lev) On Tue, Nov 10, 2009 at 16:50, nevio carlos de alarcão wrote: > > Try writting [[:Category:"the one you wants"|name of the wanted category]] > and edit this link wherever you want on the page. I don´t know if that is > what you mean, but... > regards > > 2009

Re: [Mediawiki-l] Location of Category on page

2009-11-10 Thread Sullivan, James (NIH/CIT) [C]
s link wherever you want on the page. I don´t know if that is what you mean, but... regards 2009/11/10 Sullivan, James (NIH/CIT) [C] > Hi All, > > I have a user who wants to have the name of the category that is specified > in a page to appear at the top of the page. Currently it seems tha

[Mediawiki-l] Location of Category on page

2009-11-10 Thread Sullivan, James (NIH/CIT) [C]
Hi All, I have a user who wants to have the name of the category that is specified in a page to appear at the top of the page. Currently it seems that no matter where the category is edited in the page it will always appear at the bottom. I have checked the magic words but they only allow hid

[Mediawiki-l] docx and other MS2007 uploads

2009-10-14 Thread Sullivan, James (NIH/CIT) [C]
I've been searching the web for an answer to allowing MS2007 files to be uploaded into Mediawiki. When an upload is attempted, for say a docx file, and is allowed via $wgFileExtensions in LocalSettings.php, the upload fails with the notorious "corrupt file" error. From what I've read this is d

Re: [Mediawiki-l] MediaWiki and Mimetypes problems

2009-09-08 Thread Sullivan, James (NIH/CIT) [C]
As a workaround you can try modifying includes/mime.types and add the line: application/x-zip oxt since I don't see a application/x-zip line in the version 1.15.1 mime.types file, in which case you could just add "oxt" to the line. This will fool Mediawiki into matching the x-zip mime type wit

Re: [Mediawiki-l] Searching for short words

2009-07-20 Thread Sullivan, James (NIH/CIT) [C]
site admin list Subject: Re: [Mediawiki-l] Searching for short words On Fri, Jul 17, 2009 at 4:46 PM, Sullivan, James (NIH/CIT) [C] < sulli...@mail.nih.gov> wrote: > When using the search field in the past I was limited to searching for > words with 4 or more letters due to the MySQ

[Mediawiki-l] Searching for short words

2009-07-17 Thread Sullivan, James (NIH/CIT) [C]
When using the search field in the past I was limited to searching for words with 4 or more letters due to the MySQL configuration. When 1.14.0 came out the release notes (bug 7726) say that the 4 letter limit is worked around and all words can be searched, and this seems to be the case, all th

Re: [Mediawiki-l] 2 instances of Wiki on 1 server

2009-06-17 Thread Sullivan, James (NIH/CIT) [C]
I also install Mediawiki in separate paths but use separate databases so no need for prefixes. I prefer this since I can backup and restore the databases separately, making each wiki independent of the other should something like corruption happen. -Jim -Original Message- From: mediaw

Re: [Mediawiki-l] wiki versus Word

2009-04-29 Thread Sullivan, James (NIH/CIT) [C]
I completely agree with you that if you need the full features of Word a wiki WYSIWYG editor will not likely match those of Word, at least those editors available today. But most people do not use all of those features. Most are simply text with attributes like bold, italics, etc. You must up

Re: [Mediawiki-l] wiki versus Word

2009-04-29 Thread Sullivan, James (NIH/CIT) [C]
I just realized that your users who refuse to use the wiki and want to use Word are probably doing so because of the wikitext editor, which can be a real pain for people to switch to from Word. Over a year ago we installed the FCKeditor extension (FCKeditor+Mediawiki) which provides a WYSIWYG e

Re: [Mediawiki-l] wiki versus Word

2009-04-28 Thread Sullivan, James (NIH/CIT) [C]
Well, you are absolutely correct for many of the reasons people have already mentioned. But, your users are still asking to upload Word files. For whatever reason they want to use Word to edit their content and have multiple people read and edit it. Maybe they are old fashioned. Maybe they a

Re: [Mediawiki-l] power point upload?

2009-04-24 Thread Sullivan, James (NIH/CIT) [C]
If its getting read as zip couldn't you just add "pptx" to the includes/mime.types file on the application/zip line? This is how I get ppt to be recognized since it is read as "msword" and so I add "ppt" to the applications/msword line. -Jim -Original Message- From: mediawiki-l-boun

Re: [Mediawiki-l] XLS file upload problem

2008-12-23 Thread Sullivan, James (NIH/CIT) [C]
I run into this all the time with xls, and ppt files as well. Its due to the mime encoding in the files, which Mediawiki compares with in its list of mime types in the file includes/mime.types. I'm not sure if this is a problem on Microsoft's end or with Mediawiki but the fix is pretty simple