Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | align url | Zweihorn | 2024-04-30 |
| | | | | | | | ref https://github.com/dokuwiki/dokuwiki/issues/4270 - align url to standard prefix - realign spacing | ||
* | code style: line breaks | Andreas Gohr | 2023-08-31 |
| | |||
* | codestyle adjustments: EOF new lines | Andreas Gohr | 2023-08-30 |
| | |||
* | codestyle adjustments: function declaration braces/spaces | Andreas Gohr | 2023-08-30 |
| | |||
* | codestyle adjustments: class declaration braces | Andreas Gohr | 2023-08-30 |
| | |||
* | codestyle adjustments: function argument spacing | Andreas Gohr | 2023-08-30 |
| | |||
* | Apply rector renames | Andreas Gohr | 2023-08-30 |
| | |||
* | Apply rector fixes to the rest of lib/plugin | Andreas Gohr | 2023-08-30 |
| | |||
* | add unittests for loading of defaults, extra defaults, local and protected ↵ | Gerrit Uitslag | 2022-01-05 |
| | | | | settings | ||
* | add needed type hints for phpunit8 | Andreas Gohr | 2021-02-04 |
| | | | | This will break a lot of plugin tests, but can't be avoided | ||
* | deprecated trigger_event() in favor of a static method on Event | Andreas Gohr | 2019-04-20 |
| | |||
* | Fixed some bugs in the Loader and added tests | Andreas Gohr | 2018-05-25 |
| | |||
* | visibility declarations in plugins | Andreas Gohr | 2018-04-27 |
| | |||
* | updated dates in templates' and plugins' info.txt files | Anika Henke | 2013-05-06 |
| | |||
* | Merge pull request #121 from splitbrain/strict | Andreas Gohr | 2012-11-04 |
|\ | | | | | fix E_STRICT errors FS#2427 | ||
| * | fix E_STRICT errors FS#2427 | Andreas Gohr | 2012-07-28 |
| | | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed. | ||
* | | added missing info.txt parameters, added plugin plugin's info.txt, adjusted ↵ | Anika Henke | 2012-09-09 |
| | | | | | | | | old default template's description | ||
* | | updated (and added missing) info.txt files | Anika Henke | 2012-09-09 |
|/ | |||
* | some cleanup for the testing plugin | Andreas Gohr | 2012-04-27 |
| | |||
* | for consistency, also use _test directory for plugins | Tobias Sarnowski | 2012-04-18 |
| | |||
* | added missing testing plugin with tests to test tests | Tobias Sarnowski | 2012-04-18 |