Daniel Rudolf
|
624310bbe7
|
Various small improvements
|
8 years ago |
Daniel Rudolf
|
7b222b03e4
|
Add Pico::API_VERSION
|
8 years ago |
Daniel Rudolf
|
8f7e4da53d
|
Rename Pico 1.1 to Pico 2.0
|
9 years ago |
Daniel Rudolf
|
5cf47e65de
|
Various small improvements
|
9 years ago |
Daniel Rudolf
|
94279c57f8
|
Improve phpDocs class docs
|
9 years ago |
Daniel Rudolf
|
3d11b8a979
|
Replace is_a() function calls with instanceof operator
|
9 years ago |
Daniel Rudolf
|
1709b920d1
|
Add AbstractPicoPlugin::getPluginConfig() method
|
9 years ago |
Daniel Rudolf
|
a2aa46fd0e
|
Don't let dependant plugins automatically enable plugins which should be disabled by default
Follow-up to f10440b and c0a7fdc
|
9 years ago |
Daniel Rudolf
|
c0a7fdc801
|
Don't always check dependants of a disabled plugin
This isn't necessary because dependant plugins will check their dependencies on their own. Follow-up to f10440b
|
9 years ago |
Daniel Rudolf
|
4f487b7ccf
|
AbstractPicoPlugin: Fix typos in exception message
|
9 years ago |
Daniel Rudolf
|
f10440b996
|
Check dependencies when a plugin is enabled by default
|
9 years ago |
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 |