Daniel Rudolf
|
54ce5b9699
|
Various small improvements
- Improve class docs for phpDocumentor
- Add missing onPagesLoading() event to DummyPlugin
- Add some TODOs to the UPGRADE section of the docs
|
10 years ago |
Daniel Rudolf
|
a654b1585b
|
phpDocumentor 2.8.5 currently doesn't support the Generic notations
This will likely be implemented as soon as the proposed PSR-5: PHPDoc is accepted
|
10 years ago |
Daniel Rudolf
|
92af554d14
|
Improve inline code comments; preparing use of phpDocumentor
|
10 years ago |
theshka
|
fe83d1fa7f
|
fix spelling
|
10 years ago |
Daniel Rudolf
|
46ef63186a
|
Support $config['<plugin name>']['enabled'] option
... as a alternative to $config['<plugin name>.enabled']; Thanks @theshka for giving this hint
|
10 years ago |
Daniel Rudolf
|
4f1e8667c3
|
Cast AbstractPicoPlugin::$dependsOn to array
Plugin devs could come up with the idea of setting AbstractPicoPlugin::$dependsOn to a string (single dependency) or null (no dependencies)
|
10 years ago |
Daniel Rudolf
|
27d694697f
|
Fix code formatting
|
10 years ago |
Daniel Rudolf
|
70f187fb45
|
Rename IPicoPlugin to PicoPluginInterface
|
10 years ago |
Daniel Rudolf
|
71e7da28cc
|
Various fixes
Thanks @PontusHorn for spotting!
|
10 years ago |
Daniel Rudolf
|
07ae26789c
|
Add AbstractPicoPlugin
The plugin magic takes place here...
|
10 years ago |