History log of /plugin/description/ (Results 1 – 18 of 18)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9b0afdc428-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>

09eadb0e28-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 ...

c8a1546516-May-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Update minimum PHP version to 8.0

eef409eb19-Apr-2025 Mark Prins <1165786+mprins@users.noreply.github.com>

Update plugin.info.txt

08e4ce9419-Feb-2025 mark <1165786+mprins@users.noreply.github.com>

Prevent installing (remove from zip download) any testcases or test data

e937c43f07-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>

ab9621a807-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

d409808b04-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>

e689d29304-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

cca55c7403-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

b41b5a0102-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent

917d564002-Jul-2012 lupo49 <post@lupo49.de>

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

af8734d904-Sep-2011 Matthias Schulte <post@lupo49.de>

Store description when metadata rendering takes place, instead of xhtml rendering

7655ce2f04-Sep-2011 Matthias Schulte <post@lupo49.de>

Merge HEAD, branch 'master' of github.com:lupo49/plugin-description


b78c60d029-Aug-2011 lupo49 <post@lupo49.de>

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

b6baf3d327-Aug-2011 Matthias Schulte <post@lupo49.de>

added README

e874628f27-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

5bbfd4a027-Aug-2011 Ikuo Obataya <ikuo.obataya@gmail.com>

Initial Commit