[MediaWiki-l] Upgrading to MediaWiki 1.27.1

2016-09-13 Thread Legault, Phillip [GTSUS]
I'm attempting to upgrade to 1.27.1 After getting through some extension issues the page appears to load then disappears and no errors other than this in the apache log 172.21.225.20 - - [13/Sep/2016:20:20:44 -0400] "GET /index.php/Main_Page HTTP/1.1" 304 - "-" "Mozilla/5.0 (Windows NT 6.1;

Re: [MediaWiki-l] [SF] datepicker - select field for year with more years

2016-09-13 Thread Yaron Koren
Hi, Sorry I didn't respond to this before. For anyone who's wondering, Stefan is asking about the "datepicker" input type from the Semantic Forms extension: https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Input_types/Datepicker It in turn gets its functionality from the jQuery UI

Re: [MediaWiki-l] [SF] datepicker - select field for year with more years

2016-09-13 Thread Nick Wilson (Quiddity)
On Mon, Sep 12, 2016 at 5:42 AM, Dr. Hirn wrote: > > Hi, > > I'm planning to use the datepicker-field for birth dates. Unfortunately, the > list of selectable years reaches only to 2006. So you have to select the > correct day and month and a random year and then change the

Re: [MediaWiki-l] accessing page views for articles on MW1.26

2016-09-13 Thread K. Peachey
https://www.mediawiki.org/wiki/Extension:HitCounters is the extension you need. On 14 September 2016 at 00:00, Andrew Geary wrote: > Is there a way to obtain the page views for articles on MW1.26? In the > previous versions, the page views would be listed on the bottom of the

[MediaWiki-l] accessing page views for articles on MW1.26

2016-09-13 Thread Andrew Geary
Is there a way to obtain the page views for articles on MW1.26? In the previous versions, the page views would be listed on the bottom of the page. I know the stats were removed after 1.25, but I am wondering if there is another way (through MySQL?) to find it. I do have access to SSH. Thanks.

Re: [MediaWiki-l] Introducing mwbot, a Node.js library/bot for MediaWiki

2016-09-13 Thread Simon Heimler
Hello Nemo, thanks for the hint! Best, Simon 2016-09-13 12:25 GMT+02:00 Federico Leva (Nemo) : > You may want to add to the list https://www.mediawiki.org/wiki > /API:Client_code , maybe with a short sentence explaining its features > compared to the alternatives. > > Nemo

Re: [MediaWiki-l] Introducing mwbot, a Node.js library/bot for MediaWiki

2016-09-13 Thread Federico Leva (Nemo)
You may want to add to the list https://www.mediawiki.org/wiki/API:Client_code , maybe with a short sentence explaining its features compared to the alternatives. Nemo ___ MediaWiki-l mailing list To unsubscribe, go to:

Re: [MediaWiki-l] After update 1.22 to 1.27 no links created to added new pages

2016-09-13 Thread Brian Wolff
Does setting $wgRunJobsAsync = false; At the bottom of LocalSettings.php fix things? On Tue, Sep 13, 2016 at 9:28 AM, wrote: > Hello, > > i updated our local mediawiki (followed update method on mediawiki web) > 1.22.2 to 1.27.1. Detected only one problem for now - after

Re: [MediaWiki-l] Prevent editing of a single section

2016-09-13 Thread Dr. Hirn
Nice idea! Will try this. Thx Stefan On 13.09.2016 11:20, Brian Wolff wrote: You could include the section you want to be able to edit as a template. Then you protect the page, but leave the template unprotected. -- bawolff On Tue, Sep 13, 2016 at 7:25 AM, Dr. Hirn wrote:

[MediaWiki-l] After update 1.22 to 1.27 no links created to added new pages

2016-09-13 Thread prochazka
Hello, i updated our local mediawiki (followed update method on mediawiki web) 1.22.2 to 1.27.1. Detected only one problem for now - after creating new page, page is created, accessible via "Recent Changes", but not accessible from Category page - missing link to page. If i update category

Re: [MediaWiki-l] Prevent editing of a single section

2016-09-13 Thread Brian Wolff
You could include the section you want to be able to edit as a template. Then you protect the page, but leave the template unprotected. -- bawolff On Tue, Sep 13, 2016 at 7:25 AM, Dr. Hirn wrote: > Hi, > > is it possible to forbid editing of a single section? > Or the other

[MediaWiki-l] Prevent editing of a single section

2016-09-13 Thread Dr. Hirn
Hi, is it possible to forbid editing of a single section? Or the other way round: Allow only editing of specified sections with disabling editing of the whole page? Thank you Stefan ___ MediaWiki-l mailing list To unsubscribe, go to:

[MediaWiki-l] Introducing mwbot, a Node.js library/bot for MediaWiki

2016-09-13 Thread Simon Heimler
Hello! I'd like to introduce a project that I've been working on for a while: https://github.com/Fannon/mwbot MWBotis a Node.js module for interacting with the MediaWiki API. The library makes use of the Promise Pattern and behind the scene, the request library. The design goal is to be as