History log of /plugin/description/action.php (Results 1 – 12 of 12)
Revision Date Author Comments
# 9b0afdc4 28-Dec-2025 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

�� Rector and PHPCS fixes (#8)

Co-authored-by: mprins <1165786+mprins@users.noreply.github.com>


# 09eadb0e 28-Dec-2025 Copilot <198982749+Copilot@users.noreply.github.com>

Fix PHP 8.1+ warnings for undefined array keys in KEYWORD_SOURCE_SYNTAX case (#7)

* Initial plan

* Fix issue #6: Add null-safe checks for plugin_description metadata

Co-authored-by: mprins <116578

Fix PHP 8.1+ warnings for undefined array keys in KEYWORD_SOURCE_SYNTAX case (#7)

* Initial plan

* Fix issue #6: Add null-safe checks for plugin_description metadata

Co-authored-by: mprins <1165786+mprins@users.noreply.github.com>

* Update plugin date to December 28, 2025

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mprins <1165786+mprins@users.noreply.github.com>

show more ...


# e937c43f 07-Feb-2025 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

�� Rector and PHPCS fixes (#5)

Co-authored-by: mprins <1165786+mprins@users.noreply.github.com>


# ab9621a8 07-Feb-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Some refactoring, reformatting and integration tests (#4)

* Some refactoring and reformatting

* Add a syntax and a global config integration test


# d409808b 04-Feb-2025 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

�� Rector and PHPCS fixes (#3)

Co-authored-by: mprins <1165786+mprins@users.noreply.github.com>


# e689d293 04-Feb-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Add CI, modernise code base, reformatting (#2)

* Add CI, modernise codebase, reformatting

* add simple action test

* Update plugin date to 2025-02-04


# cca55c74 03-Feb-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Prevent exposing page content when acces is denied by ACL

close https://github.com/lupo49/plugin-description/issues/6


# b41b5a01 02-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent


# 917d5640 02-Jul-2012 lupo49 <post@lupo49.de>

Replaced p_set_metadata() through $renderer->meta[...] to prevent conflicts with the renderer (Issue #2)


# b78c60d0 29-Aug-2011 lupo49 <post@lupo49.de>

added missing check, if no string in syntax mode is given


# e874628f 27-Aug-2011 Matthias Schulte <post@lupo49.de>

- Added new functionality: set a global description for all pages / specify a decription inside the page content
- Added plugin.info.txt


# 5bbfd4a0 27-Aug-2011 Ikuo Obataya <ikuo.obataya@gmail.com>

Initial Commit