Commit Graph

44 Commits (a3dd0b9fbd2f12ec4da9caa5faef57e426733749)

Author SHA1 Message Date
Daniel Rudolf c0639ccef6
Minor code improvements 3 years ago
Daniel Rudolf 9a8b3da2ae
Simplify PHP class imports 3 years ago
Daniel Rudolf a3f801b89a
Enable PHP strict typing 3 years ago
Daniel Rudolf e33f6c8148
Update various links 3 years ago
Daniel Rudolf fe6c8f805a
Re-add deprecated Pico::getBaseThemeUrl() and AbstractPicoPlugin::__call() 3 years ago
Daniel Rudolf 41fc15a7e8
Remove picocms\Pico\ namespace 3 years ago
Daniel Rudolf efc4fb5288
Remove deprecated AbstractPlugin::__call() 5 years ago
Daniel Rudolf b1a58b9300
Update code styling to PHP 7.0+ 5 years ago
Daniel Rudolf 812ae5c215
Move Pico to picocms\Pico\ namespace 5 years ago
Daniel Rudolf 718b790b19
Kick-start development of Pico 3.0 5 years ago
Daniel Rudolf c99f3cbbdf
Update @version phpDoc class docs 6 years ago
Daniel Rudolf c1113a780c
Fix @deprecated notice for Pico::getBaseThemeUrl() and AbstractPicoPlugin::__call() 6 years ago
Daniel Rudolf 17aba01513
Various small improvements 6 years ago
Daniel Rudolf fd97c70502
Deprecated AbstractPicoPlugin::__call() in favour of PicoPluginInterface::getPico() 6 years ago
Daniel Rudolf 581a3a0609
Add AbstractPicoPlugin::configEnabled() 6 years ago
Daniel Rudolf bbccb374de
phpDoc class docs: Use {@inheritDoc} in AbstractPicoPlugin 6 years ago
Daniel Rudolf d72bc24ab3
Remove PicoPluginInterface::__construct() 6 years ago
Daniel Rudolf eca06a38a9
phpDoc class docs: Remove superflous @return void 6 years ago
Daniel Rudolf cde8c8697b
Improve/update/fix phpDoc class docs 7 years ago
Daniel Rudolf 888190f15a
Various small improvements 8 years ago
Daniel Rudolf afd0a4d7a3
Change AbstractPicoPlugin::$enabled's behavior 8 years ago
Daniel Rudolf 61319b011e
Add license/copyright file header; improve phpDoc class docs 8 years ago
Daniel Rudolf fc76d37dbc
Improve class docs 8 years ago
Daniel Rudolf 32ae70f398
Add $default param to getConfig() method 8 years ago
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 9 years ago
Daniel Rudolf c0a7fdc801 Don't always check dependants of a disabled plugin 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 10 years ago
Daniel Rudolf a654b1585b phpDocumentor 2.8.5 currently doesn't support the Generic notations 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 10 years ago
Daniel Rudolf 4f1e8667c3 Cast AbstractPicoPlugin::$dependsOn to array 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 10 years ago
Daniel Rudolf 07ae26789c Add AbstractPicoPlugin 10 years ago