https://github.com/piwigo/prune_history
Piwigo plugin - Prune History allows to prune manually history table according a date range, save the table before a purge and restore it if you made a mistake, download the saved table as a SQL file, automatically purge the table according to a criterion of data retention
https://github.com/piwigo/prune_history
Last synced: 10 months ago
JSON representation
Piwigo plugin - Prune History allows to prune manually history table according a date range, save the table before a purge and restore it if you made a mistake, download the saved table as a SQL file, automatically purge the table according to a criterion of data retention
- Host: GitHub
- URL: https://github.com/piwigo/prune_history
- Owner: Piwigo
- Created: 2015-10-02T16:49:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T14:51:55.000Z (over 1 year ago)
- Last Synced: 2025-08-18T17:43:26.577Z (11 months ago)
- Language: PHP
- Size: 103 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# Prune_History
Piwigo plugin - Prune History allows to
- prune manually history table according a date range,
- save the table before a purge and restore it if you made a mistake,
- download the saved table as a SQL file,
- automatically purge the table according to a criterion of data retention
After plugin installation in your Piwigo gallery, go to the plugin's settings page. Check out the online help tooltips for details.
This plugin does not prune Piwigo's history summary (simple count of pages viewed) but the detailed history items like guests and authenticated users history details that could take a lot of space in your database.