Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge - keep guest pages #623

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Tymotey
Copy link
Contributor

@Tymotey Tymotey commented Mar 1, 2024

No description provided.

src/base.cls.php Outdated Show resolved Hide resolved
src/purge.cls.php Outdated Show resolved Hide resolved
@tynanbe
Copy link
Contributor

tynanbe commented Mar 6, 2024

@lslisa will need to review wording and document new functionality.

@lslisa
Copy link
Contributor

lslisa commented Mar 11, 2024

By "guest pages" what do you mean? Are you talking about the default cache pages that are generated for Guest Mode?

src/lang.cls.php Outdated Show resolved Hide resolved
@@ -228,7 +228,13 @@ private function _purge_all($reason = false)
*/
private function _purge_all_lscache($silence = false)
{
$this->_add('*');
$tags = ['*'];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work for PHP5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants