xref: /plugin/deletepageguard/CHANGELOG.md (revision 0da697856a21f6e79666d7fe1c6a3ae059c82150)
1*0da69785SJohann Duscher# Changelog
2*0da69785SJohann Duscher
3*0da69785SJohann DuscherAll notable changes to the Delete Page Guard plugin will be documented in this file.
4*0da69785SJohann Duscher
5*0da69785SJohann DuscherThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6*0da69785SJohann Duscherand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7*0da69785SJohann Duscher
8*0da69785SJohann Duscher## [1.0.0] - 2025-01-02
9*0da69785SJohann Duscher
10*0da69785SJohann Duscher### Added
11*0da69785SJohann Duscher- Initial release of Delete Page Guard plugin
12*0da69785SJohann Duscher- Protection of pages from deletion via empty save operations
13*0da69785SJohann Duscher- PCRE regular expression pattern matching
14*0da69785SJohann Duscher- Support for matching against page ID or file path
15*0da69785SJohann Duscher- Administrator bypass functionality
16*0da69785SJohann Duscher- Configurable exempt user groups
17*0da69785SJohann Duscher- Whitespace-only content handling (trim mode)
18*0da69785SJohann Duscher- Configuration via DokuWiki Configuration Manager
19*0da69785SJohann Duscher- English language support
20*0da69785SJohann Duscher
21*0da69785SJohann Duscher### Security
22*0da69785SJohann Duscher- Regex pattern validation to prevent malformed expressions
23*0da69785SJohann Duscher- Basic ReDoS (Regular Expression Denial of Service) protection
24*0da69785SJohann Duscher- Input sanitization and validation
25*0da69785SJohann Duscher- Execution timeout protection for regex matching
26*0da69785SJohann Duscher
27*0da69785SJohann Duscher### Technical
28*0da69785SJohann Duscher- Integration with DokuWiki's `COMMON_WIKIPAGE_SAVE` event
29*0da69785SJohann Duscher- Proper event handling with `preventDefault()` and `stopPropagation()`
30*0da69785SJohann Duscher- GPL v2 licensing with proper headers
31*0da69785SJohann Duscher- Standard DokuWiki plugin structure
32*0da69785SJohann Duscher- Comprehensive documentation and examples
33*0da69785SJohann Duscher
34*0da69785SJohann Duscher[1.0.0]: https://github.com/jonnydee/deletepageguard/releases/tag/v1.0.0