Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

Thanks for giving this a stab! I think I like the general idea to provide an abstract way of defining such underscore-prefixed folders inside a page. The problem I see...

> - if $data is still empty, check if directory exists > - additional check for directory variants: \d+_somepage, somepage, _drafts/somepage > - also check directory variants recursively down to...

@lukasbestle Can I help getting this ready for 5.1?

It really just deletes the log entry currently. Not adding it to the ignore list.

@dewey Heads up, I probably will not tackle this anytime soon as the ignore list is part of the `config.php` and I shy away editing this crucial PHP file adding...

I finally want to tackle this. But contemplating what would be a good upgrade path with this (considering that existing DBs will not have the indices. Or ignore that and...

@tobimori Do you know how much the file size changed for your 2 mio entries DB (I know, asking half a year later)? I would imagine file size might be...

I have troubles reproducing it to see if my change adds the desired effect. Could you, @miragecraft, check if you add ```php $vacuum = $this->database->execute('VACUUM'); ``` to https://github.com/distantnative/retour-for-kirby/blob/main/src/Retour/Log.php#L123 whether this...

This indeed doesn't look quite nice. Until 4.3, we restricted what servers could be used and patched the actual server name with pre-made strings. Since 4.3 we allow all servers...