Re: [MediaWiki-l] Upload Visio Diagrams to MediaWiki

2015-06-11 Thread Larry Silverman
ching for Extensions that could help solve parts of the problem, but I don't recall ever seeing any in this vein. I've seen some Extensions that can embed a PDF inline, and some that could do a SVG, but they depend on the browser's ability to natively render those formats. Larry

Re: [MediaWiki-l] Moving large mediawiki site databases

2015-05-15 Thread Larry Silverman
ingle-transaction --add-drop-database --triggers --routines --events --user=root --password | gzip > /tmp/devmediawiki-sql.gz Larry Silverman Chief Technology Officer TrackAbout, Inc. On Fri, May 15, 2015 at 3:56 PM, John Foster wrote: > This is the dump command I use: > > mysqldump --v

Re: [MediaWiki-l] Moving large mediawiki site databases

2015-05-15 Thread Larry Silverman
The description of mysqldumper kinda doesn't sound like you'd end up with something transactionally consistent. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Fri, May 15, 2015 at 11:49 AM, Simon Heimler wrote: > I've had good experiences with http://www.mysql

[MediaWiki-l] Tracking that specific versions of pages have been read by users

2015-04-10 Thread Larry Silverman
I'm using Mediawiki as a Quality Management System (QMS). I'm using the ApprovedRevs extension to enable a lightweight approval workflow. This enables me to show users only the approve

Re: [MediaWiki-l] Consistent section and item numbering while documenting policies and procedures

2015-04-01 Thread Larry Silverman
m probably looking at some hacky javascript to fetch the most recent span tag with class "mw-heading-number" so I can scrape out the HTML contents and prepend it to my list item numbering. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Wed, Apr 1, 2015 at 3:57 PM, Daniel

[MediaWiki-l] Consistent section and item numbering while documenting policies and procedures

2015-04-01 Thread Larry Silverman
Hi, all, I'm documenting policies and procedures using Mediawiki. Generally, when documenting procedures using something like Word, you'd have a consistent numbering system such as: 1.0 Purpose 2.0 Scope 3.0 Responsibility 3.1 General 3.1.1 Whatever goes here. ...and so on... I'm using the Magic

Re: [MediaWiki-l] MediaWiki Security and Maintenance Releases: 1.19.24, 1.23.9, and 1.24.2

2015-04-01 Thread Larry Silverman
I'm with you, Martin. I pulled down the 1.23.8 tarball and there is no /tests folder within it. Therefore, even if I'd installed from source as of 1.23.8, I'd be stuck trying to apply the latest patch. Ultimately I hand-edited the patch file to remove all the diffs relating to the tests folder..

Re: [MediaWiki-l] MediaWiki Security and Maintenance Releases: 1.19.24, 1.23.9, and 1.24.2

2015-03-31 Thread Larry Silverman
1.23.8/tests/parser/parserTests.txt 2015-03-31 13:11:11.0 + |+++ mediawiki-1.23.9/tests/parser/parserTests.txt 2015-03-31 13:10:49.0 + -- File to patch: ^C I ctrl-c'ed out here. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Tue, Mar 31, 2015 at

Re: [MediaWiki-l] synchronizing two MW servers

2014-10-31 Thread Larry Silverman
ile by the exact same name to two different nodes at exactly the same time. Unlikely? Yes. But if it happens, Unison's going to create some kind of merge conflict. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Fri, Oct 31, 2014 at 9:45 AM, Bill Traynor wrote: > Forget the SA

Re: [MediaWiki-l] synchronizing two MW servers

2014-10-23 Thread Larry Silverman
ences. Can be tricky. Hopefully your use case is more simple and you can get away with sharing the codebase. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Thu, Oct 23, 2014 at 1:03 PM, Daniel Renfro wrote: > OHYEAH, files! > > I suggest mounting an NFS share on both webserver

Re: [MediaWiki-l] Custom namespace additions via $wgExtraNamespaces

2014-09-15 Thread Larry Silverman
You are colliding with reserved namespace IDs. See https://www.mediawiki.org/wiki/Extension_namespace_registration Start with a much higher number. I started my custom namespaces at 5100 to stay clear of any reserved IDs. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Mon, Sep 15

Re: [MediaWiki-l] Adding HTML and JS to wiki pages

2014-09-04 Thread Larry Silverman
Isn't it a very significant security risk to allow users to write arbitrary javascript that could get shown to every other wiki user who visits the site? If this is a public wiki we're talking about that allows free registration, this would be something you simply cannot allow. Larry

Re: [MediaWiki-l] LDAP Authentication Issue:

2014-08-29 Thread Larry Silverman
king without TLS to start with, then add TLS later, that'd be one approach. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Fri, Aug 29, 2014 at 1:39 PM, Jon wrote: > I've made some headway, but my LDAP Logs show this: > > 2014-08-29 16:58:06 XXX.XXX.ne

Re: [MediaWiki-l] Method for crafting an edit link that shows Read page if page already exists?

2014-08-29 Thread Larry Silverman
A member of my team found a solution: querystring argument redlink=1. It's documented here: https://www.mediawiki.org/wiki/Manual_talk:Creating_pages_with_preloaded_text#Preloading_from_redlinks Larry Silverman Chief Technology Officer TrackAbout, Inc. On Fri, Aug 29, 2014 at 9:15 AM,

[MediaWiki-l] Method for crafting an edit link that shows Read page if page already exists?

2014-08-29 Thread Larry Silverman
I'm looking for a quick or clever method to achieve the following: Site A (not a wiki) has a "Create page" link to the wiki to create a new page and pre-fill it with a template. But if the wiki page already exists (does not actually need to be created), what I really want to have happen is to hav

Re: [MediaWiki-l] LDAP Authentication Issue

2014-08-26 Thread Larry Silverman
I don't see a wgDebugLogFile setting. Do you have one? I use: $wgDebugLogFile = "/var/log/mediawiki/debug-{$wgDBname}.log"; Larry Silverman Chief Technology Officer TrackAbout, Inc. On Tue, Aug 26, 2014 at 10:04 AM, Jon wrote: > Having an issue getting mediawiki to act

Re: [MediaWiki-l] Deleted page still appears on a Category page

2014-08-07 Thread Larry Silverman
When you say Category page, do you actually mean the built-in Mediawiki category page or do you mean a page that is using a SMW query to list all pages in a category? If the latter, try appending action=purge to the querystring and see if that clears it up. Larry Silverman Chief Technology

Re: [MediaWiki-l] Active Directory Integration for Access Management

2014-08-04 Thread Larry Silverman
Airplane wifi for the win. I've done a writeup. Due to the sensitive nature of sharing our wiki's security configuration, I'll only send it directly to individuals who request it. I'll also ask that you please not post the configuration or otherwise share it publicly. Thank y

Re: [MediaWiki-l] Active Directory Integration for Access Management

2014-08-04 Thread Larry Silverman
I'll write something up. Traveling today, but will try to get to it this week. On Aug 3, 2014 9:16 PM, "Luis Dantas" wrote: > I definitely want to learn about that, if it is not too much trouble for > you. > > > On Thu, Jul 31, 2014 at 1:57 PM, Larry Silverman

Re: [MediaWiki-l] Active Directory Integration for Access Management

2014-07-31 Thread Larry Silverman
s control mechanisms that can work with categories. Namespaces would be a better place to attempt access controls. I've done this in my own wiki. I'd be happy to share how we did it. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Thu, Jul 31, 2014 at 11:44 AM, Kevin Holl

Re: [MediaWiki-l] replacing syntaxhighlighting tags site wide

2014-07-15 Thread Larry Silverman
that can do this, or could have more power than ReplaceText to do regex captures. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Tue, Jul 15, 2014 at 12:30 PM, Bill Traynor wrote: > I have about 400 pages in a wiki I'm administering that use > syntaxhighlighting using t

Re: [MediaWiki-l] Validating wiki text before saving

2014-05-19 Thread Larry Silverman
AbuseFilter looks like exactly what I need. Until there's something better, AbuseFilter it is! Thanks for the suggestion. I've already installed it and created my first filter. Larry Silverman Chief Technology Officer TrackAbout, Inc. On Mon, May 19, 2014 at 11:01 AM, Arcane 21 w

[MediaWiki-l] Validating wiki text before saving

2014-05-16 Thread Larry Silverman
Some of my wiki users seem to like to paste full wiki URLs into pages rather than use wiki link markup. Is there an extension that can throw a validation error and prevent the saving of a page if the submitted text contains a certain pattern, like the hostname of the wiki? Thanks. ___