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

Improve pageindex rebuilding; add master settings button #243

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

Conversation

kha84
Copy link

@kha84 kha84 commented Feb 23, 2023

No description provided.

…e having the same background color as a standalone code block. Basically to make it look more like stackoverflow
core/05-functions.php Outdated Show resolved Hide resolved
Copy link
Owner

@sbrl sbrl left a comment

Choose a reason for hiding this comment

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

This is such a well thought out PR! I am touched and honoured that someone would care about my little wiki engine here enough to dedicate so much time to put together such a carefully designed pull request that matches my style of programming so well.

Given the magnitude of the change I'd like to run some tests locally myself just to double check, but then I'll get to merging!

Got one quick comment below for you too.

(this PR is ref #242)

if(file_exists($env->storage_prefix . $pagekey) && // If it exists...
!is_dir($env->storage_prefix . $pagekey)) // ...and isn't a directory
{
// This page (potentially) has an associated file!
// Let's investigate.

Copy link
Owner

Choose a reason for hiding this comment

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

Could trailing whitespace be preserved please?

@sbrl sbrl changed the title Fix to #242 Improve pageindex rebuilding; add master settings button Sep 5, 2024
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.

2 participants