[MediaWiki-l] Re: Sessions are seemingly randomly being destroyed long before their scheduled expiry

2022-04-25 Thread David Raison
On 25/04/2022 14:20, David Raison wrote: We have even tried setting $wgObjectCacheSessionExpiry = 7200; in order to exclude any TimeZone related issues which was our first suspicion. However, changing this from the default 1h session expiry does not change the behavior we're seeing

[MediaWiki-l] Sessions are seemingly randomly being destroyed long before their scheduled expiry

2022-04-25 Thread David Raison
7:03:29 51290acae35a mediawiki: already deleted setcookie: "mediawikiToken", "", "1616605409", "/", "", "1", "1", "" 2022-03-24 17:03:29 51290acae35a mediawiki: already deleted setcookie: "forceHTTPS", "&q

[MediaWiki-l] (Semantic) Drilldown of Categories?

2021-12-12 Thread David Epstein
Is it possible to use Semantic Drilldown (or another extension) to select wikipages via categories when each page belongs to multiple categories? For example, a page belonging both to TECH and MEDICAL categories could be found by clicking on TECH and then MEDICAL or vice versa. I believe this appr

[MediaWiki-l] Re: Subject: [Cargo] Row in table does not show up on searches or most table views

2021-09-29 Thread David Epstein
hat does the #cargo_declare call in the "Device" > template look like? Perhaps there's something there that is preventing the > "Taroq 7" page from getting its data saved. > > On Wed, Sep 29, 2021 at 1:09 AM David Epstein wrote: > >> Hi Yaron, >

[MediaWiki-l] Re: Subject: [Cargo] Row in table does not show up on searches or most table views

2021-09-28 Thread David Epstein
e how to correct the problem since I just entered the data normally via the form. What would cause this? -david On Wed, Sep 29, 2021 at 12:52 AM Yaron Koren wrote: > Hi David, > > Sorry for the long delay. Unfortunately, attached files will get filtered > out, so I can't see t

[MediaWiki-l] can I create a default template?

2021-09-23 Thread David Epstein
used whenever the page to display is not assigned to a specific template? thank you, -david ___ MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

[MediaWiki-l] Subject: [Cargo] Row in table does not show up on searches or most table views

2021-09-22 Thread David Epstein
leting and recreating the "Taroq 7" page, etc. Nothing I've tried solves the issue. Thank you, david ___ MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

[MediaWiki-l] Re: [Cargo] inverse relationships and property domains?

2021-09-06 Thread David Epstein
umn? Regardless, I'll continue to experiment and get it working. Thank you for these great tools! -david On Sun, Sep 5, 2021 at 11:14 PM Yaron Koren wrote: > Hi David, > > You shouldn't be storing inverse relationships (like "ComposedOf") at all > - rather, that i

[MediaWiki-l] Re: [Cargo] inverse relationships and property domains?

2021-09-03 Thread David Epstein
in the Template menu, which may explain how "ComposedOf" got added to the table. I did not add ComposedOf to the schema. Here is the Place table: Page Type PartOf ComposedOf Earth Planet Sol System Mars Planet Sol System Sol System SolarSystem -david On Mon, Aug 30, 2021 at 9:11 PM Sam

[MediaWiki-l] Re: [cargo] can't find table with cargo_query

2021-09-02 Thread David Epstein
You were right. I thought I didn't need to create/recreate the table because the pages were displaying fine. Just the query didn't work. Anyway, thank you for your patience. Everything is working fine now. On Thu, Sep 2, 2021 at 7:28 PM Yaron Koren wrote: > Hi David, > > M

[MediaWiki-l] [cargo] can't find table with cargo_query

2021-09-02 Thread David Epstein
not found." as does prepending the table name with "cargo__" or "cargo_". What am I doing wrong? -david ___ MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-02 Thread David Epstein
ry:" > namespace. > > Autocompleting only on values that match with the "Type" value selected in > the form makes sense - and thankfully this can be done with "values > dependent on": > > > https://www.mediawiki.org/wiki/Extension:Page_Forms/Inp

[MediaWiki-l] Re: [cargo] autocomplete on pages displayed as links

2021-09-01 Thread David Epstein
(place:nation, place:city) ? (2) Is there any way to autocomplete on a set of pages that match a query? Perhaps a query that draws from the current contents of form pulldown menus, etc? On Wed, Sep 1, 2021 at 9:09 PM Yaron Koren wrote: > Hi David, > > I believe this is two separate is

[MediaWiki-l] [cargo] autocomplete on pages displayed as links

2021-09-01 Thread David Epstein
ld be doing? Does that require each subcategory to have its own schema, form, and template? Thanks for your guidance, -david ___ MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

[MediaWiki-l] Re: [Cargo] inverse relationships and property domains?

2021-09-01 Thread David Epstein
an Idaho page would define part_of as > USA, and then on the USA page you could have a template that displays all > the composed_of pages: {{#cargo query: tables = places | where = part_of > HOLDS 'USA' }}. This way, there's no double-entry of values and so > nothing to get ou

[MediaWiki-l] [Cargo] inverse relationships and property domains?

2021-08-30 Thread David Epstein
If a class has a *composed_of *property and a *part_of* property, can I define these somewhere as inverse relationships? I'd like to set Idaho as *part_of* the USA and then (automatically) see that assignment in USA's *composed_of *list? Moreover, is it possible to specify that the properties have

[MediaWiki-l] [Cargo] typed links and tuples?

2021-08-26 Thread David Epstein
RSHIP that ties AUTHOR to BOOK with a field that explains the relationship in more detail. But, perhaps there is a way to add more nuance to the AUTHOR assignment itself? Could this information be conveyed in the AUTHORS field through an additional piece of information placed in parenthese

[MediaWiki-l] Re: [Cargo] editing class

2021-08-23 Thread David Epstein
I understand. thanks Yaron! On Mon, Aug 23, 2021 at 10:20 AM Yaron Koren wrote: > Hi David, > > This is really a Page Forms, not Cargo, question, but yes, you do need to > modify both the template and form pages whenever you modify the data > structure. I'm working on si

[MediaWiki-l] [Cargo] editing class

2021-08-21 Thread David Epstein
empty values for parameters added later to the class. Is that possible? My classes look like -david ___ MediaWiki-l mailing list -- mediawiki-l@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/mediawiki-l.lists.wikimedia.org/

[MediaWiki-l] Is there a template or module that can change another page ?

2020-12-02 Thread David Whitten
Simple Scenario: I have a page that gets changed. As it is being changed, I know that templates and modules are transcluded/called to resolve what the page should look like, and what form will be stored in the database. Let's say the page "Petition//Will_Of_The_People" is a list of names signing a

[MediaWiki-l] (no subject)

2020-06-18 Thread David L Burns
Unscribe from ALL LIST ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] (no subject)

2020-01-30 Thread David L Burns
https://lists.wikimedia.org/pipermail/mediawiki-l/2019-December/thread.html ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] (no subject)

2020-01-30 Thread David L Burns
___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] (no subject)

2020-01-30 Thread David L Burns
https://lists.wikimedia.org/pipermail/mediawiki-l/2019-October/subject.html ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] List

2020-01-30 Thread David L Burns
more information about this list ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Template displays different values for Firefox, Chrome

2019-12-10 Thread David Gerard
yep, that's what I see On Tue, 10 Dec 2019 at 12:18, Hershel Robinson wrote: > > What I see on in Firefox 71 is correct, meaning "Carnifex" and here is > a screenshot: > > https://imgur.com/9zZG9Hp.png > > and on Chromium "Version 78.0.3904.108 (Official Build) Arch Linux > (64-bit)" I see "I:Ca

Re: [MediaWiki-l] Template displays different values for Firefox, Chrome

2019-12-10 Thread David Gerard
On Tue, 10 Dec 2019 at 12:06, Hershel Robinson wrote: > Interesting. On my Linux box, I see it on Chromium but not Firefox, and > both are the latest versions. no no, I mean I saw the same behaviour as the original reporter, and you, are seeing - d. ___

Re: [MediaWiki-l] Template displays different values for Firefox, Chrome

2019-12-10 Thread David Gerard
I saw the problem as reported in Firefox and Chromium, both on Linux. On Tue, 10 Dec 2019 at 10:46, Brian Wolff wrote: > > Well this weird. I was able to reprofuce the I on samsung internet browser > but not firefox. Also template: was shortened to T: in interface as well > (in the view source pa

Re: [MediaWiki-l] load.php gives different data through Cloudfront than directly

2019-01-22 Thread David Gerard
query string is getting stripped. The > behavior here is configurable--you're looking for the Forwarded Values > config in TF. > > https://www.terraform.io/docs/providers/aws/r/cloudfront_distribution.html#forwarded-values-arguments > > -Chad > > On Tue, Jan 22, 2019,

[MediaWiki-l] load.php gives different data through Cloudfront than directly

2019-01-22 Thread David Gerard
I have a work wiki (running 1.27) that I'm trying to put through AWS Cloudfront. So far it appears to work through Cloudfront! Except that load.php gives different data through Cloudfront, and I get an unstyled page, and load.php's entire output seems to be: /* This file is the Web entry point fo

Re: [MediaWiki-l] Please lower MySQL requirements in next release

2018-12-22 Thread David Gerard
I'd always recommend MySQL or a highly compatible variant such as MariaDB - Postgres is great, but Wikimedia runs MariaDB so I do too. - d. On Sat, 22 Dec 2018 at 18:18, Jeffrey Walton wrote: > > On Sat, Dec 22, 2018 at 12:59 PM Ryan Schmidt wrote: > > > > Try installing MariaDB instead of My

[MediaWiki-l] Is Amazon Aurora sufficiently MySQL for MediaWiki? Is anyone using this?

2018-10-01 Thread David Gerard
We have a couple of internal wikis that are presently 1.27 and will soon be 1.31, that I will be moving to AWS. So I can either (a) use a MariaDB RDS or (b) use Amazon Aurora's version of MySQL, which is a bit cheaper. Aurora MySQL 2.x is MySQL 5.7 compatible going forward. So is anyone here act

Re: [MediaWiki-l] Upgrade to MW 1.31.0 fails on maintenance/update.php

2018-09-21 Thread David Daw
Hey Jeff, Take a look at this and see if this helps https://www.mediawiki.org/wiki/Topic:Uf63mplrzzuxz0it $wgDBmwschema may need to be removed from or corrected in LocalSettings.php It's also mentioned here : https://www.mediawiki.org/wiki/MediaWiki_1.31#Configuration_changes - $wgDBmwsche

Re: [MediaWiki-l] Content Model Problems After Upgrading from MW 1.30.0 to 1.31.0

2018-07-01 Thread David Bohman
content model was valid. The values in the page table in the database were fine too. Of course the software cannot catch every bogus value in the database, but perhaps the diagnostic could be clearer that the revision table is the source of the difficulty. David On Thu, Jun 21, 2018 at 1:24 AM [[kgh

Re: [MediaWiki-l] Content Model Problems After Upgrading from MW 1.30.0 to 1.31.0

2018-06-20 Thread David Bohman
as NULL. David Bohman ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Content Model Problems After Upgrading from MW 1.30.0 to 1.31.0

2018-06-19 Thread David Bohman
Viewing certain pages on the wiki I get the following backtrace: [de56350818345e7fbbe6a9e0] /wiki/MediaWiki:Common.css MWUnknownContentModelException from line 306 of /tera/tera/WebRoot/w/includes/content/ContentHandler.php: The content model '' is not registered on this wiki. See https://www.medi

Re: [MediaWiki-l] Is it possible to re-introduce "pageviews" and "PopularPages" in MediaWiki (in any hackish way) - or go with an install of 1.24?

2018-05-27 Thread David Gerard
I remember stats.grok.se with fondness - as I understand it, that checked the raw Squid logs and tallied up the page hits. I see we use the "pageviews" tool now - how available is that, and would it be usable outside tools.wmflabs.org? - d. On 27 May 2018 at 19:36, Lewis Cawte wrote: > I'm no

Re: [MediaWiki-l] Proposal to make this mailing list publically indexable by search engines

2018-04-29 Thread David Gerard
For this list, it's an obviously good idea. It's already search engine indexed offsite, there's no good reason not to have our own archive do the same. - d. On 28 April 2018 at 18:51, Brian Wolff wrote: > Currently https://lists.wikimedia.org/robots.txt bans indexing the > public archives of t

[MediaWiki-l] MW expert wanted to do some configuration

2017-06-30 Thread David Shaw
all https using service from Let's Encrypt Thanks David mailto:davids...@wikisea.org ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] Trouble making server as SSL as possible and deprecating plaintext without disabling it

2017-02-08 Thread David Gerard
On 8 February 2017 at 17:03, Chad wrote: > On Wed, Feb 8, 2017 at 8:30 AM David Gerard wrote: >> Remember that the server sees *only* http:// connections, it isn't >> doing SSL at all - SSL is terminated at the external IP. >> (Can Apache even see if the incoming re

[MediaWiki-l] Trouble making server as SSL as possible and deprecating plaintext without disabling it

2017-02-08 Thread David Gerard
My problem: I want to open an intranet wiki to the outside world, with Google login to even view anything beyond the fact of its existence. (I emailed the list about this before, and it's working great and everyone is very pleased.) We have an external IP, which accepts SSL on 443 and http:// on

[MediaWiki-l] Locked-down intranet on public hostile Internet - how best to do this?

2017-02-01 Thread David Gerard
We have an intranet wiki running 1.27 from tarball. I just installed the previous version of GoogleLogin (0.3.1, because automatic account creation works and it doesn't in 0.4). So you now need Google Login on one of our whitelisted GApps domains to read it, let alone edit it. What we want is to m

Re: [MediaWiki-l] Embed audio files: {{listen}} declaration and creation of Module:Listen page

2017-01-12 Thread David Carrasco de Busturia
andle the audio (and/or video) files so they can be > played. > > On 12 January 2017 at 19:34, David Carrasco de Busturia > wrote: > > Hello, > > > > I have created a page on mediawiki, in which I would like to embed an > audio > > file, just like the one you se

[MediaWiki-l] Embed audio files: {{listen}} declaration and creation of Module:Listen page

2017-01-12 Thread David Carrasco de Busturia
ons/ folder. When Saving Changes, the embedded audio does not appear. I would appreciate if you could help me Thank you very much, David ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] [Wikitech-l] Debian and Ubuntu packages for MediaWiki now available

2016-09-22 Thread David Gerard
Don't forget to update the wiki: https://www.mediawiki.org/wiki/Ubuntu https://www.mediawiki.org/wiki/Debian - d. On 22 September 2016 at 07:44, Legoktm wrote: > Hi, > > I'm very excited to announce that Debian and Ubuntu packages for > MediaWiki are now available. These packages will follow

Re: [MediaWiki-l] wiki family advice

2016-05-19 Thread David Gerard
On 19 May 2016 at 02:52, Bill Traynor wrote: > I'd love to try it out. Would it make sense to move my wikis to 1.23 > then, or can I jump right to 1.26? I'd wait a week or two for a 1.27 RC tarball, 'cos that'll be the LTS. - d. ___ MediaWiki-l m

[MediaWiki-l] Has anyone got the SolveMedia captcha working with 1.26?

2016-05-11 Thread David Gerard
SolveMedia is an ad-based captcha. I have an ancient 1.19 with it that works, but I can't get it to work with 1.26 on PHP 5.5.9. PHP in strict/warnings mode throws up: Notice: Undefined index: adcopy_challenge in /home/funsites/www/rwtest.davidgerard.co.uk/w/extensions/SolveMedia/SolveMedia.php on

[MediaWiki-l] GMail refusing mail from rationalwiki.org, site not in DNSBLs - what to do?

2016-04-02 Thread David Gerard
GMail is being flaky as hell about accepting or not accepting email from the RW server, 173.255.233.133 - sometimes works, sometimes hits spam, sometimes gets 550 refused (with no particular reason given). Google doesn't do customer service, of course. We don't *seem* to be in the email blackhole

Re: [MediaWiki-l] Debian packages?

2016-03-22 Thread David Gerard
Yeah ... for a while the Debian package for MediaWiki was distinctly idiosyncratic (even by Debian standards), enough so that people were recommended not to use it at all and just use the tarball. For 1.19 it was less variant from upstream and well-maintained enough to steer people to, but then th

Re: [MediaWiki-l] PAGESINCATEGORY discrepancy

2016-02-15 Thread David Newman
probably want to use > {{PAGESINCATEGORY:Order.gif stroke order images|files}} instead. > > [0] https://www.mediawiki.org/wiki/Manual:Purge > > On Mon, Feb 15, 2016 at 5:18 PM, David Newman > wrote: > > Hi, > > I've been creating and uploading animated images t

[MediaWiki-l] PAGESINCATEGORY discrepancy

2016-02-15 Thread David Newman
Hi, I've been creating and uploading animated images to the Commons Stroke order Project. https://commons.wikimedia.org/wiki/Commons:Stroke_Order_Project This URL has references to {{PAGESINCATEGORY:Order.gif stroke order images}} The value displayed on this page is 391, whereas the category page

Re: [MediaWiki-l] [Wikitech-l] InstantCommons - Images disappearing again

2016-02-04 Thread David Gerard
On 4 February 2016 at 17:14, Brad Jorsch (Anomie) wrote: > No, it was a change in the underlying image handling code that broke API > prop=imageinfo in 1.27.0-wmf.12. Tracked as > https://phabricator.wikimedia.org/T125804, and now resolved. yep, working for us now. Thanks! - d. _

Re: [MediaWiki-l] InstantCommons - Images disappearing again

2016-02-04 Thread David Gerard
I came here to post about the same problem. It appears to have broken this morning. Did the API change again? On 4 February 2016 at 07:33, Dr. Michael Bonert wrote: > In September 2014, I described an intermittent recurrent problem associated > with the InstantCommons images. > > I hadn't seen th

[MediaWiki-l] parsoid.conf

2016-01-18 Thread David Shaw
have re-write rules? Thanks David === parsoid.conf start === Options +MultiViews AllowOverride None Order allow,deny Allow from all = 2.3> Require all granted SetHandler "proxy:fcgi://media

[MediaWiki-l] 404 page error for index.php execution

2016-01-13 Thread David Paterson
a '404 page not found' error. I am also able to access other files (e.g. images within the Skins directory) from the web browser, so I'm not sure what the problem is. Does anyone have any suggestions? Thanks, David This E-Mail is intended only for the addressee. Its use is limited to

Re: [MediaWiki-l] file uoloads cannot create directory

2016-01-03 Thread David Shaw
To: mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] file uoloads cannot create directory Message-ID: On 2015-12-30, David Shaw wrote: > Hi > I thought it might be somehow a change in permissions so I sudo chmod > 777 images. > > I have $wgShowExceptionDetails = true; > but

[MediaWiki-l] file uoloads cannot create directory

2015-12-30 Thread David Shaw
t the moment I'm not getting any details, just this error message: Could not create directory "mwstore://local-backend/local-public/4/44". Any thoughts? David ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.

Re: [MediaWiki-l] MediaWiki-l Digest, Vol 147, Issue 21

2015-12-18 Thread David Shaw
end to Javascript. David ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] OutputPage.php won't render with Cometchat

2015-12-09 Thread David Shaw
re is an associated call in the Vector template but that is displaying ok. It only blows up when I change OutputPage. The folks at Cometchat say it's an issue with caching. Thank you, David ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] What PHP version do you use? (Chris Koerner)

2015-12-06 Thread David Shaw
approach of continuous development and release, but how do I know when to update them? There is no online notifiction. All of these and more point to the legacy and Dev nature of MW. David On 05/12/2015 7:00 AM, mediawiki-l-requ...@lists.wikimedia.org wrote: > Re: What PHP version do y

[MediaWiki-l] Starting Parsoid in a Bitnami-AWS hosted environment

2015-11-15 Thread David Shaw
awiki/htdocs/services/parsoid Mediawiki itself (m-w) is at: /opt/bitnami/apps/mediawiki/htdocs/[m-w] There is a Bitnami file located at: /opt/bitnami/apps/mediawiki/conf/parsoid.conf which I don't understand. It contains re-write rules. Maybe it's for the old Extension:Parsoid?

Re: [MediaWiki-l] Which Apache MPM for MW-SMW?

2015-11-08 Thread David Gerard
On 8 November 2015 at 10:43, Peter Presland wrote: > Among other things I am considering moving to the Apache event-MPM using > php-fpm and mod_proxy_fcgi because it is claimed to half (or better) > process memory usage and provide major cpu-related speed improvements > over the old pre-fork-MSM

Re: [MediaWiki-l] Help debugging CirrusSearch problems?

2015-10-13 Thread David Causse
- https://mediawiki/w/index.php?title=Special%3ASearch&profile=default&search=share&fulltext=Search&cirrusDumpResult Thanks, David From: *Daniel Barrett* mailto:d...@cimpress.com>> Date: Mon, Oct 12, 2015 at 9:57 AM Subject: [MediaWiki-l] Help debugging CirrusSearch problems? To: M

Re: [MediaWiki-l] Web host blocking policy

2015-07-26 Thread David Gerard
On 26 July 2015 at 10:26, Mathieu Stumpf wrote: > Now a more policy concern is, why would you ban an IP when it do indeed make > webhosting? It sounds like a "shoot first at anything that would remotely > look like a dirty face criminal, and then if it survive let it try to bring > proofs that it

Re: [MediaWiki-l] 1.15.1 -> 1.23 LTS

2015-07-08 Thread David Gerard
This should be doable in one jump. Take a backup, then try the big jump. If it fails, try again via 1.19. - d. On Wednesday, 8 July 2015, John wrote: > As a rule of thumb I would upgrade in +2 version increments to play it > safe, and make sure you have a full backup first. > > On Wed, Jul 8,

[MediaWiki-l] Seeking good open-web-proxy RBLs

2015-07-02 Thread David Gerard
RationalWiki uses $wgEnableDnsBlacklist = true; and $wgDnsBlacklistUrls. We presently have xbl.spamhaus.org, dnsbl.tornevall.org and all.s5h.net in there. These are pretty good, but of course run on several hours' delay from the fresh proxy lists. What we could really do with is one of webhosting

Re: [MediaWiki-l] "Mark as patrolled" links in 1.23 despite $wgUseRCPatrol = false;

2015-06-11 Thread David Gerard
$wgUseNPPatrol = false; appears to have fixed it. Thank you! On 11 June 2015 at 13:49, Alex Monk wrote: > What about $wgUseNPPatrol? > > On 11 June 2015 at 09:16, David Gerard wrote: > >> I have an intranet wiki running 1.23 from tarball, upgraded from 1.19 >> (and

[MediaWiki-l] "Mark as patrolled" links in 1.23 despite $wgUseRCPatrol = false;

2015-06-11 Thread David Gerard
I have an intranet wiki running 1.23 from tarball, upgraded from 1.19 (and previously from 1.15 and originally 1.13). $wgUseRCPatrol = false; is set because it's an intranet. But "[Mark as patrolled]" links are showing up. How do I switch these off? - d.

[MediaWiki-l] Thanks to the devs for a ridiculously simple upgrade

2015-05-08 Thread David Gerard
Upgrading work wikis from 1.19 to 1.23 with slight trepidation. It went like this: * Back up htdocs and database, unzip tarball into place * php maintenance/update.php * and you're done. My goodness that was simple. Thank you for something that Just Works that well! - d. __

Re: [MediaWiki-l] Updated extensions but Special:Version page still shows old version

2015-04-03 Thread David Chin
00 PM, Ricordisamoa wrote: > Il 03/04/2015 21:22, David Chin ha scritto: > >> I just updated a couple of extensions (Mantle, MobileView), but the >> Special:Version page on my wiki still shows the previous version numbers. >> Adding "?action=purge" to the Special:Version

Re: [MediaWiki-l] Updated extensions but Special:Version page still shows old version

2015-04-03 Thread David Chin
Forgot to mention: already restarted apache, and memcached. Still showing the old version of extensions. The old extension directories have been deleted. --Dave On Fri, Apr 3, 2015 at 3:26 PM, John wrote: > You might try restarting your Apache > > On Friday, April 3, 2015, David Ch

[MediaWiki-l] Updated extensions but Special:Version page still shows old version

2015-04-03 Thread David Chin
hanks, Dave -- David Chin, Ph.D. david.c...@drexel.eduSr. Systems Administrator, URCF, Drexel U. http://www.drexel.edu/research/urcf/ https://linuxfollies.blogspot.com/ 215.221.4747 (mobile) https://github.com/prehensilecode ___ MediaWiki-l mailing list

Re: [MediaWiki-l] Enabling special character file names

2015-02-16 Thread David Gerard
+1 on this. I've found MediaWIki on anything other than Linux (I've also tried FreeBSD and Solaris) is something you can get to work eventually, but you're fighting an uphill battle. (The good bit in Linuxes compared to other Unixes is that they usually have excellent dependency resolution. Tracki

Re: [MediaWiki-l] Semantic Breadcrumb Links and Semantic Interlanguage Links released!

2015-02-13 Thread David Chamberlain
Dauw - http://www.bn2vs.com > Software craftsmanship advocate > Evil software architect at Wikimedia Germany > ~=[,,_,,]:3 > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- David Chamberlain http://alask

Re: [MediaWiki-l] LiquidThreads backstory?

2015-01-30 Thread David Gerard
I would disrecommend it - it's an effectively dead project, and the problems aren't fixable. rationalwiki.org took it on board, since WMF said it would be developed ... it still causes infuriating bugs (e.g. PHP out of memory generating watchlists for one user with a ridiculous watchlist) that we h

Re: [MediaWiki-l] [mwstake] What should we focus on?

2015-01-28 Thread David Gerard
I sysadmin a few internal and one external wiki at work, and also rationalwiki.org. One of the work wikis is SMW. For the work wikis, OH GOD I WANT VE. Our users are normal competent people who aren't so good with computers. But they can work a word-processorish rich text editor just fine. For thi

Re: [MediaWiki-l] Using wgReadOnlyfile

2015-01-11 Thread David Chamberlain
- > John Horne Tel: +44 (0)1752 587287 > Plymouth University, UK > > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- David Chamberlain http://alaskawiki.org/ <http://ala

[MediaWiki-l] HHVM is coming to Debian

2015-01-08 Thread David Gerard
https://ftp-master.debian.org/new/hhvm_3.2.0+dfsg1-2.html Apparently it's in review, but should be present in Debian/Ubuntu in due course \o/ - d. ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawi

[MediaWiki-l] PostgreSQL errors after applying update 1.24.1

2014-12-18 Thread David Chin
;,'0','OS_Upgrades') Any hints on how to fix this? Thanks, Dave -- David Chin, Ph.D. david.c...@drexel.eduSr. Systems Administrator, URCF, Drexel U. http://www.drexel.edu/research/urcf/ https://linuxfollies.blogspot.com/ 215.221.4747 (mobile) https://github.com/preh

Re: [MediaWiki-l] HHVM and 1.23 LTS?

2014-12-09 Thread David Gerard
On 9 December 2014 at 21:18, Max Semenik wrote: > On Tue, Dec 9, 2014 at 10:53 AM, David Gerard wrote: >> 2. What should I expect if I try to run 1.23 on HHVM? > That it will not work: while HHVM tries to maintain a 100%, we had to fix > various issues in MW to make the transit

[MediaWiki-l] HHVM and 1.23 LTS?

2014-12-09 Thread David Gerard
So I'm looking at the CPU graphs for the Wikimedia clusters before and after the switch to HHVM, and I'm going "oh my goodness, I'd like that thanks". rationalwiki.org is on 1.19 and I need to get off my backside and upgrade it to 1.23 (only been putting it off approximately since 1.23 came out).

Re: [MediaWiki-l] [Wikitech-l] MediaWiki Language Extension Bundle 2014.11 release

2014-11-30 Thread David Chamberlain
OFF2 webfont format. Note that there are no WOFF2 > webfonts in the font repository yet due to pending issues in WOFF2 > font generation. > > Thanks! > > -- > Kartik Mistry/કાર્તિક મિસ્ત્રી | IRC: kart_ > {kartikm, 0x1f1f}.wordpress.com > > __

Re: [MediaWiki-l] Reorganizing your wiki when the whole world changes...?

2014-11-12 Thread David Gerard
On 3 November 2014 18:35, Al wrote: > Since MW is designed around a crowdsourcing model, I would just get > volunteers from all parts of the company to help update the wiki. That will > 1.) point-out the helpful employees of the company, 2.) be very educational > for the editors about the new

Re: [MediaWiki-l] America/New_York] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted

2014-11-12 Thread David Gerard
On 12 November 2014 19:14, Rob Kam wrote: > Yes it works fine through a web page, using Extension:MaintenanceShell: Yeah, that sounds like a different php.ini for Apache and for command-line. I've been bitten by this on Ubuntu, where Apache's is /etc/php5/apache2/php.ini and command-line is /et

Re: [MediaWiki-l] Images Extension

2014-10-26 Thread David Chamberlain
, 2014 at 6:50 PM, Stefen Moss wrote: > Does anyone know of an extension that can mass delete images > > -- > Stefen Moss > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/me

Re: [MediaWiki-l] MedaWiki hosting with VisualEditor

2014-08-11 Thread David Gerard
Oh, is Wikia now using this visual editor as opposed to their previous one? On 11 August 2014 12:16, Ed Swing wrote: > IIRC, Wikia does include the visual editor. > > -Original Message- > From: mediawiki-l-boun...@lists.wikimedia.org > [mailto:mediawiki-l-boun...@lists.wikimedia.org] On

Re: [MediaWiki-l] AbuseFilter block duration - can it be made different for IPs?

2014-08-03 Thread David Gerard
Excellent, thank you! On 3 August 2014 23:58, Benjamin Lees wrote: > It looks like this functionality is actually present, just not documented. > Set $wgAbuseFilterAnonBlockDuration. > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://

Re: [MediaWiki-l] AbuseFilter block duration - can it be made different for IPs?

2014-08-03 Thread David Gerard
If I really wanted I could switch on the proxy blocking, which would catch Tor too, but community consensus is we only do that when a concerted troll is really pushing it (we're not popular enough for it to be a regular thing). For the moment I've set default abusefilter block duration to 314159 s

[MediaWiki-l] AbuseFilter block duration - can it be made different for IPs?

2014-08-03 Thread David Gerard
The default block duration for AbuseFilter is indefinite. $wgAbuseFilterBlockDuration can be set to alter this. My question is: can we make it different for IPs? The use case here is RationalWiki, which is currently getting a very tedious troll coming in from Tor. We don't actually want to switch

[MediaWiki-l] How to allow upload of SVGs with links?

2014-07-21 Thread David Gerard
By default, MediaWiki sensibly blocks upload of SVGs with links. However, we'd like to upload some to our intranet wiki (1.19). Is there a setting to allow this? (We already allow MS Office documents, so we're living on the edge obviously.) - d. ___

[MediaWiki-l] need help with different https issue

2014-07-09 Thread David Yang
nyone with a similar problem. Thanks, -- David ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] PDFbook extension

2014-06-05 Thread Wohlauf David
. But I can´t get it to make a pdfbook? Can someone help` David ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Error when loading page

2014-06-03 Thread Wohlauf David
hp on line 3944" When I click on the log in button on the page it disappears for a while! Thanks! Kind Regards David ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Update v1.15 to 1.22

2014-06-03 Thread Wohlauf David
ludes\ProfilerStub.php on line 24" The file specified in the wiki manual witch may causes errors isn't in my folder so I Can't delete it (StartProfiler.php) Thank! Kind regards David ___ MediaWiki-l mail

[MediaWiki-l] Upgrade from 1.15 to 1.22

2014-06-02 Thread Wohlauf David
error message : "Fatal error: Cannot redeclare wfProfileIn() (previously declared in C:\xampp\htdocs\smartcards\includes\profiler\Profiler.php:33) in C:\xampp\htdocs\smartcards\includes\ProfilerStub.php on line 24" Can I get help here please? Sorry for my English! Kind rega

[MediaWiki-l] New RFC: "Associated namespaces" (seeking comments & proposals)

2014-03-17 Thread David Cuenca
Hi, I have started drafting a RFC to associate namespaces: https://www.mediawiki.org/wiki/Requests_for_comment/Associated_namespaces Comments and proposals are very much appreciated. Cheers, Micru ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedi

Re: [MediaWiki-l] Mbox importing

2014-03-17 Thread David Chamberlain
- > Template:Ombox > - > Template:Nmbox > - > Template:Namespace > - > Template:Mbox templates > - > Template:Mbox/doc > - > Template:Documentation subpage > - > Template:Documentation > - > Template:Mbox > ___

Re: [MediaWiki-l] mediawiki problem in chrome browser

2014-03-08 Thread David Chamberlain
ediaWiki-l mailing list > MediaWiki-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- David Chamberlain http://alaskawiki.org/ <http://alaskawiki.org/index.php?title=Alaska> http://about.me/david.chamberlain Mission: To be the largest and mos

Re: [MediaWiki-l] Form to fill in before allowing access to a download link.

2014-03-05 Thread David Leaman
. Plus I think it'll be much faster and easier to implement this if there are a bunch of different files available for download, or if you later want to implement something similar elsewhere. I can't tell you off the top of my head exactly how to go about this, but IIRC the docume

Re: [MediaWiki-l] Older patches for 1.19?

2014-03-01 Thread David Gerard
On 1 March 2014 14:57, Dan Fisher wrote: > How about making a temporary mirror for testing and seeing if you can > upgrade it straight to 1.22.3, the current? New features in 1.22: > https://www.mediawiki.org/wiki/Release_notes/1.22#New_features I'm basically hanging out for 1.23 LTS. - d. _

  1   2   3   4   5   >