History log of /plugin/description/ (Results 1 – 22 of 22)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d36da9e617-Jul-2026 Mark Prins <1165786+mprins@users.noreply.github.com>

Set minimum PHP version to 8.2 (required by Dokuwiki 'Mort') (#11)

* Set minimum PHP version to 8.2 (required by Dokuwiki 'Mort')

* Update plugin date to July 17, 2026

* update verions

61db5b2f16-Jul-2026 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump actions/checkout from 4 to 7 (#9)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https:

Bump actions/checkout from 4 to 7 (#9)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

show more ...

81415df315-Jul-2026 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

�� Rector and PHPCS fixes (#10)

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

3ed411ce15-Jul-2026 Mark Prins <1165786+mprins@users.noreply.github.com>

Remove empty line in dependabot.yml

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