dokufreaks / plugin-pagelist

Lists DokuWiki pages in a nice looking table or unordered list.
http://dokuwiki.org/plugin:pagelist
GNU General Public License v2.0
30 stars 21 forks source link

new version has wrong date (at dokuwiki plugin page) #136

Closed arlt closed 1 year ago

arlt commented 1 year ago

plugin.info.txt :

date   2022-09-28

https://www.dokuwiki.org/plugin:pagelist (Last modified: 2022-09-29 00:30 by fiwswe):

Last updated on 2020-09-28

Dokuwiki shows: Update: Version 2020-09-28 steht zum Download bereit.

fiwswe commented 1 year ago

I'm sorry, that was a typo on https://www.dokuwiki.org/plugin:pagelist. I have just corrected it.

fiwswe

fiwswe commented 1 year ago

To spread the blame a bit: @Klap-in set the date to 2020-09-27 and I only corrected the last digit. Still my fault!

arlt commented 1 year ago

I'm sorry, that was a typo on https://www.dokuwiki.org/plugin:pagelist. I have just corrected it.

fiwswe

hmmm doesn't help:

Update: Version 2020-09-28 steht zum Download bereit

caching?

fiwswe commented 1 year ago

Hmm, https://github.com/dokufreaks/plugin-pagelist/archive/master.zip seems to be the URL this is downloaded from. I have no idea how that is updated. So let's see:

$ curl --url 'https://github.com/dokufreaks/plugin-pagelist/archive/master.zip' --head
HTTP/2 302 
server: GitHub.com
date: Fri, 30 Sep 2022 10:20:02 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With
location: https://codeload.github.com/dokufreaks/plugin-pagelist/zip/refs/heads/master
cache-control: max-age=0, private
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
expect-ct: max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
content-security-policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; child-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com objects-origin.githubusercontent.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events *.actions.githubusercontent.com wss://*.actions.githubusercontent.com online.visualstudio.com/api/v1/locations github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: github.githubassets.com identicons.github.com github-cloud.s3.amazonaws.com secured-user-images.githubusercontent.com/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; worker-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/
content-length: 0
x-github-request-id: FEAB:F18D:2E4680A:2F548F0:6336C2D2

$ curl --url 'https://codeload.github.com/dokufreaks/plugin-pagelist/zip/refs/heads/master' --head
HTTP/2 200 
access-control-allow-origin: https://render.githubusercontent.com
content-disposition: attachment; filename=plugin-pagelist-master.zip
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: application/zip
etag: "56e98e60a005acfc0b05872f4429f4f3434257f83a1de4dab51ddfaacff20ef3"
strict-transport-security: max-age=31536000
vary: Authorization,Accept-Encoding,Origin
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
date: Fri, 30 Sep 2022 10:21:09 GMT
x-github-request-id: DE95:9F27:95F4F0:AA5BFA:6336C315

$ curl --url 'https://codeload.github.com/dokufreaks/plugin-pagelist/zip/refs/heads/master' --output plugin-pagelist-master.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 53928    0 53928    0     0   177k      0 --:--:-- --:--:-- --:--:--  179k
$ unzip plugin-pagelist-master.zip                                                                                                                                                                                       
Archive:  plugin-pagelist-master.zip
b3117c0aa1013b02ca670498bc2c16329e1bff90
   creating: plugin-pagelist-master/
…
$ cat plugin-pagelist-master/plugin.info.txt                                                                                                                                                             
# General Plugin Info do not edit
base   pagelist
author Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge
email  michael@content-space.de
date   2022-09-28
name   Pagelist Plugin
desc   Lists pages in a nice formatted way
url    http://www.dokuwiki.org/plugin:pagelist
$ 

Looks ok to me. Try &purge=true.

arlt commented 1 year ago

start?do=admin&page=extension&purge=true helped - thx!