-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
WIP: Implement tracking of page title #251
Draft
jujoko7CF
wants to merge
9
commits into
pluginkollektiv:develop
Choose a base branch
from
jujoko7CF:feature/78-post-title-instead-permalink
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
WIP: Implement tracking of page title #251
jujoko7CF
wants to merge
9
commits into
pluginkollektiv:develop
from
jujoko7CF:feature/78-post-title-instead-permalink
Commits on Dec 15, 2022
-
add hits column to statify table
This column will be used for aggregation and is filled with 1 initially. The number of hits for a specific date/target/referrer is thus no longer the number of entries, but the sum of all hits.
Configuration menu - View commit details
-
Copy full SHA for 2909baa - Browse repository at this point
Copy the full SHA 2909baaView commit details -
introduce data aggregation routine
We now aggregate statistics data in the cleanup routine preserving only distinct entries for each date/referrer/target combination with the sum of all hits.
Configuration menu - View commit details
-
Copy full SHA for 79ce9a9 - Browse repository at this point
Copy the full SHA 79ce9a9View commit details -
add "statify__skip_aggregation" hook to disable aggregation
If Statify is extended by custom columns the aggregation routine will fail. To support such scenarios, we introduce a boolean hook, so the previous behavior can be preserved without breaking compatibility.
Configuration menu - View commit details
-
Copy full SHA for e789310 - Browse repository at this point
Copy the full SHA e789310View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3d991a - Browse repository at this point
Copy the full SHA e3d991aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1535ea5 - Browse repository at this point
Copy the full SHA 1535ea5View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ac2d7b - Browse repository at this point
Copy the full SHA 0ac2d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a100364 - Browse repository at this point
Copy the full SHA a100364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f3dd4 - Browse repository at this point
Copy the full SHA 01f3dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b4689 - Browse repository at this point
Copy the full SHA 55b4689View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.