Anyone aware of why the Refresh link is disabled in REL1_35?
<li id="ca-purge" class="is-disabled"><a href="/sfb1368/wiki/index.php?title=Test&action=purge">Refresh</a></li>
&action=purge seems to work fine.
This board is for discussion about the Purge extension. You can also file an issue at https://github.com/Hutchy68/Purge/issues
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
Issue related to SMW which was fixed with the 3.2.1 release.
Anyone aware of why the Refresh link is disabled in REL1_35?
<li id="ca-purge" class="is-disabled"><a href="/sfb1368/wiki/index.php?title=Test&action=purge">Refresh</a></li>
&action=purge seems to work fine.
SMW uses a similar implementation of it's own. It also fails for MW 1.35 and later. Probably a "goodie" provided during some refactoring.
Refresh, that is SMW not the Purge extension. Purge displays, Purge and your code shows Refresh.
Indeed, this is correct. I am now totally confused if Purge works for MW 1.35 or not. No clue. However I do know that SMW 3.2.1 brought the fix for SMW.
It does work, the question is should we separate Purge by changing it's #id from ca-purge to ca-purge-ext. As I said SMW steps on Purge by overwriting it. SMW takes over the link name, changes from Purge to Refresh. SMW attaches new JS, overwriting Purge's JS.
I do not really see a point in installing Purge together with SMW. Never done that. However making these extension not "clash" in a way will probably still be a good idea.
I would agree, but some may not know they conflict or take them as one and the same if they are new to SMW. I'll create an issue to discuss this further on GitHub. Thanks!
The purge link does not show correctly in Vector out of the box. A MediaWiki page must be created, but this should all happen automatically.
That should be on GitHub + no more comments over a year
I've incorporated code from MediaWiki:Gadget-UTCLiveClock.js into this extension, so that users need not click the confirmation link (it POSTS the purge request, and redirects back to the page). See pull request at: https://github.com/Hutchy68/Purge/pull/8
Not a bug + no more comments over 3 years
i loaded both files to extensions/purge and added require_once("$IP/extensions/Purge/Purge.php"); in the localsettings.php, but it doesn't create a purge tab
This post was posted by 178.24.205.126, but signed as simpsonspedia.net.
yeah!
$wgGroupPermissions['*' ]['purge'] = true;
This post was posted by 178.24.205.126, but signed as simpsonspedia.net.
I just installed it on my 1.18.1 and it works perfect with Monobook. Since you a using a skin based on Monobook it should work. To make sure it might be an idea to additionally install a normal Monobook and see if it works there. If it does, some adjustments to your individual skin causes the problem and have to be fixed, if it does not I have not clue why it is not working. Cheers
ich benutze 1.18.1 mit einer unveränderten monobook
This post was posted by 178.24.205.126, but signed as simpsonspedia.net.
Please answer in English to allow others to follow this too. It should work with the snapshot for MW 1.18. so I cannot tell what goes wrong. I just realise the ['*' ]
in your third post. If it is in your LocalSettings.php like that this may the be the problem. Insert ['*']
without the blank. Also set the permission after invoking the extension. I guess these are all ideas from me, I am afraid. Cool wiki anyway. :)
:-(
MW 1.18.1
purge 1.18.x
extentions folder ok
localsettings.php ok
tab nope
This post was posted by 178.24.205.126, but signed as simpsonspedia.net.
Resolved + no more comments over 6 years
Resolved + no more comments over 6 years
when I had
$wgExtensionMessagesFiles['Purge'] = $dir . 'Purge.i18n.php';
in Purge.php
my http://projetgentilsvirus.ouvaton.org/index.php/Sp%C3%A9cial:Version was empty ... don't know why ... probably because of another extension ??
I just commented it and had sthg like :
'text' => 'Actualiser - Refresh' , // wfMsg( 'purge' ),
so that the purge label is OK on my wiki