Stefan Kalscheuer
Stefan Kalscheuer
Development and testing of Statify becomes quite a pain on modern systems as compatibility gaps between PHP, PHPUnit and WP increase. With WP 5.9 we got some handy polyfills for...
We use "WP timestamp" in combination with strftime in the tracking routine and retrieve WP Time in "Y-m-d" format for retrieval in the dashboard logic. While it is discouraged to...
This PR addresses #219 ### Introduce API endpoints We introduce 2 API routes to model current behaviors: #### Tracking POST `/statify/v1/track` Track a visit via JS. This is intended to...
This is one possible way to fix #183 Instead of adding ` /amp/` to the URL of the page is accessed via AMP, we now add ` ?amp` . This...
Original feature request in WP support forums (German): https://wordpress.org/support/topic/ohne-quelle-zur-besten-quelle-hinzufugen/ Add number of direct calls to the top lists, i.e. visits without any referrer. This is strongly related to #118 (Internal...
As I discovered now this was not an issue with a single page I had to exclude from caching some time ago, but now messes up with a complete theme...
I was wondering about why the `print_cache()` methods for the memory backends have been left empty instead of doing something useful like .. let's say print the cache... The `memcached->get()`...
We add a new column named `hits` to the database table with default value of 1. The tracking routine is preserved as is, i.e. it will insert a single row...
Straight forward update to the latest 2.10.x release, which is 20.10.24 by now. I personally have a minor build issue that results in unnecessarily larger layers using an older version...
### Description This PR updates the upstream sources to [Marlin 2.1.2.1](https://github.com/MarlinFirmware/Marlin/tree/2.1.2.2) Diff [2.1.2.1...2.1.2.2](https://github.com/MarlinFirmware/Marlin/compare/2.1.2.1...2.1.2.2) #### Changes * Merged all upstream changes, hopefully preserving all patches Build tested for all targets. ###...