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

2016-09-18 Thread Benjamin Lees
On Wed, Sep 14, 2016 at 10:34 AM, Andrew Geary  wrote:
> Thank you for the suggestion. Since we have already updated to MW1.26, I did 
> not see that extension as a good solution. Since we would have to revert back 
> to 1.25, install the extension, and then upgrade again. Is this the only 
> solution available currently to revive page counts? Is there a way to find 
> this information in the database itself?

The data is in the page_counter field in the page table.  In the
extension it's in a separate table.  It looks like you could set up a
wiki with your 1.25 backup, add the extension, run the update script,
and then copy the generated hit_counter_extension table over to your
already upgraded wiki. (You could also do this without even setting up
a wiki with your backup if you run the SQL commands from the extension
yourself.)

___
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


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

2016-09-14 Thread John
It was specifically removed. The extension is really your only option. I
haven't looked, but it should be compatible with 1.27
___
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


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

2016-09-14 Thread Andrew Geary
Thank you for the suggestion. Since we have already updated to MW1.26, I did 
not see that extension as a good solution. Since we would have to revert back 
to 1.25, install the extension, and then upgrade again. Is this the only 
solution available currently to revive page counts? Is there a way to find this 
information in the database itself? 

Andrew Geary | publications outreach editor
+1.504.407.1303 | age...@seg.org
Society of Exploration Geophysicists (SEG)
8801 South Yale Ave, Ste. 500  Tulsa, OK 74137 USA




-Original Message-
From: MediaWiki-l [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of 
mediawiki-l-requ...@lists.wikimedia.org
Sent: Tuesday, September 13, 2016 8:23 PM
To: mediawiki-l@lists.wikimedia.org
Subject: MediaWiki-l Digest, Vol 156, Issue 9

Send MediaWiki-l mailing list submissions to
mediawiki-l@lists.wikimedia.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
or, via email, send a message with subject or body 'help' to
mediawiki-l-requ...@lists.wikimedia.org

You can reach the person managing the list at
mediawiki-l-ow...@lists.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. accessing page views for articles on MW1.26 (Andrew Geary)
   2. Re: accessing page views for articles on MW1.26 (K. Peachey)
   3. Re: [SF] datepicker - select field for year with more years
  (Nick Wilson (Quiddity))
   4. Re: [SF] datepicker - select field for year with more years
  (Yaron Koren)
   5. Upgrading to MediaWiki 1.27.1 (Legault, Phillip [GTSUS])


--

Message: 1
Date: Tue, 13 Sep 2016 14:00:10 +
From: Andrew Geary 
To: "mediawiki-l@lists.wikimedia.org"

Subject: [MediaWiki-l] accessing page views for articles on MW1.26
Message-ID:

Content-Type: text/plain;   charset="iso-8859-1"

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.

Andrew

Andrew Geary | publications outreach editor
+1.504.407.1303 | age...@seg.org
Society of Exploration Geophysicists (SEG)
8801 South Yale Ave, Ste. 500  Tulsa, OK 74137 USA





--

Message: 2
Date: Wed, 14 Sep 2016 00:05:27 +1000
From: "K. Peachey" 
To: MediaWiki announcements and site admin list
        
Subject: Re: [MediaWiki-l] accessing page views for articles on MW1.26
Message-ID:

Content-Type: text/plain; charset=UTF-8

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 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.
>
> Andrew
>
> Andrew Geary | publications outreach editor
> +1.504.407.1303 | age...@seg.org
> Society of Exploration Geophysicists (SEG)
> 8801 South Yale Ave, Ste. 500  Tulsa, OK 74137 USA
>
>
>
> ___
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



--

Message: 3
Date: Tue, 13 Sep 2016 12:17:00 -0700
From: "Nick Wilson (Quiddity)" 
To: MediaWiki announcements and site admin list

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

Content-Type: text/plain; charset=UTF-8

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 date in the 
> input-field again. This is not really straight forward.
>
> Is there a chance to add more years to the "select-field"?
>
> Thx
> Stefan


Are you using one of these two, or something else?
https://www.mediawiki.org/wiki/Manual:DateInputWidget
https://www.mediawiki.org/wiki/Manual:DateTimeInputWidget
Both of those worked for me for selecting older years (the first was tested via 
Commons' UploadWizard, the second via the API Sandbox).
More context/detail/links might help. :-)



--

Message: 4
Date: Tue, 13 Sep 2016 15:40:50 -04

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 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.
>
> Andrew
>
> Andrew Geary | publications outreach editor
> +1.504.407.1303 | age...@seg.org
> Society of Exploration Geophysicists (SEG)
> 8801 South Yale Ave, Ste. 500  Tulsa, OK 74137 USA
>
>
>
> ___
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

___
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l