Commit Graph

259 Commits (0fa644e64b026618fe983a08285a30b706fdfe18)

Author SHA1 Message Date
dkyme a3dd0b9fbd
replace strlen in readPages() with variables 2 years ago
Daniel Rudolf 0c87fae09b
Various small improvements 2 years ago
Daniel Rudolf c0639ccef6
Minor code improvements 3 years ago
Daniel Rudolf 3b6984dbd7
Add some "art" to Pico class docs 3 years ago
Daniel Rudolf 71c0dfbffb
Proberly handle page data of hidden pages when accessing such a page 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 61880d150e
Update Pico::VERSION to '3.0.0-dev' 3 years ago
Daniel Rudolf 8b4b20fe97
PHP_CodeSniffer: Allow using strftime() 3 years ago
Daniel Rudolf e33f6c8148
Update various links 3 years ago
Daniel Rudolf 76a761c3a2
Bump to API version 4 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 edfab74ff2
Add %page_*% replacements for Markdown files 3 years ago
Daniel Rudolf 888b910a84
Update Pico::VERSION 5 years ago
Daniel Rudolf b95cfe0a0e
Update Pico::VERSION and Pico::VERSION_ID 5 years ago
Daniel Rudolf 1916dc5645
Silence PHP notices in upstream Parsedown 5 years ago
Daniel Rudolf 4be1f6ae90
Try to proberly encode formatted date strings returned by strftime() 5 years ago
Daniel Rudolf 590d467347
Update Pico::VERSION and Pico::VERSION_ID 5 years ago
Daniel Willmann b2df860546 Add option to set a locale 5 years ago
Daniel Rudolf d6f9806b32
Replace substr()-based comparisons by substr_compare() 5 years ago
Daniel Rudolf bc816febfc
Remove deprecated Pico::getBaseThemeUrl() 5 years ago
Daniel Rudolf 646aa355e5
Various small improvements 5 years ago
Daniel Rudolf 62aa4dbc7e
Check theme dir before trying to load theme 5 years ago
Daniel Rudolf b892d6bb11
Update Pico::VERSION and Pico::VERSION_ID 5 years ago
Daniel Rudolf 85d7573020
Update to Symfony YAML 5.0 and Twig 3.0 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 2ee41e9a8d
Update Pico::VERSION and Pico::VERSION_ID 5 years ago
Daniel Rudolf 718b790b19
Kick-start development of Pico 3.0 5 years ago
Daniel Rudolf 6672fb2277
Update Pico::VERSION and Pico::VERSION_ID 6 years ago
Daniel Rudolf 447479d973
Test hidden page requests on page ID 6 years ago
Daniel Rudolf a87e40fbf0
Update Pico::VERSION 6 years ago
Daniel Rudolf 29f2e95160
Update Pico::VERSION 6 years ago
Daniel Rudolf e0415c8c1d
Mark Pico's content Twig variable as being safe 6 years ago
Daniel Rudolf 2a23edde4e
Fix code formatting 6 years ago
Daniel Rudolf 23000af64e
Add $singleLine param to Twig markdown parser 6 years ago
Daniel Rudolf be0812fb55
Mark Twig content filter as HTML safe 6 years ago
Daniel Rudolf d2573c5df5
Fix $this->config['twig_config'] handling in Pico::loadTheme() 6 years ago
Daniel Rudolf 1d5aba46af
Support content files with UTF-8 BOM 6 years ago
Daniel Rudolf 87bcff1654
Various small improvements 6 years ago
Daniel Rudolf 6ffbbec689
Improve theme API version retrieval 6 years ago
Daniel Rudolf b27b4f388a
🎉 Add Pico theme API versioning and add pico-theme.yml 6 years ago
Daniel Rudolf c1113a780c
Fix @deprecated notice for Pico::getBaseThemeUrl() and AbstractPicoPlugin::__call() 6 years ago
Daniel Rudolf cd3d3dcec5
Bump API version 6 years ago
Daniel Rudolf 17aba01513
Various small improvements 6 years ago
Daniel Rudolf eca06a38a9
phpDoc class docs: Remove superflous @return void 6 years ago
Daniel Rudolf 6e6d80c044
Add Pico::substituteUrl() and `url` Twig filter 6 years ago
Daniel Rudolf 715cb83431
Improve class docs of Pico::getBaseThemeUrl() and Pico::getUrlFromPath() 6 years ago
Daniel Rudolf 8d6e9ac31e
Replace file_exists() by is_file() 6 years ago