theshka
8380b54142
fix spelling
10 years ago
Daniel Rudolf
1cbf48af79
Split PicoDeprecated::onConfigLoaded() into multiple methods
10 years ago
Daniel Rudolf
79e2dacdb2
Fix method docs typo
10 years ago
Daniel Rudolf
2e15e112f7
Define deprecated constants before evaluating the config.php in Picos root dir
...
This prevents E_NOTICEs when using e.g. ROOT_DIR in a old config.php, so upgrading users are usually not bothered with this BC break
10 years ago
Daniel Rudolf
3f7b0998c6
Declare undefined $plugins variable
...
Thanks @Lomanic
10 years ago
Daniel Rudolf
241a52907e
Update inline code comments
10 years ago
Daniel Rudolf
fc7632b0ac
Overhaul init of Pico
...
This may break BC if you're using one of the now deprecated constants (e.g. ROOT_DIR)
10 years ago
Daniel Rudolf
13a50c7f2f
Don't change $pageData['id'], add ~dup1 to the array key only
10 years ago
Daniel Rudolf
a5755b0d39
Fix deprecated get_page_data and get_pages events
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
70316eca87
Add PicoDeprecated, PicoParsePagesContent, PicoExcerpt
...
These plugins are crucial for backward compatibility
10 years ago
Daniel Rudolf
b3477906f1
Replace Pico_Plugin with DummyPlugin
...
DummyPlugin is a template for Pico plugins. You're a plugin developer? This template may be helpful :-)
10 years ago
Daniel Rudolf
adc356251e
Remove index.html
...
A empty index.html is a solution for nothing...
10 years ago
Wojciech Grzebieniowski
577160b109
Apply PSR1/PSR2 coding standards.
...
Mostly - use consistent indentation. Currently some methods in Pico
class are indented with space ( get_files() ), some with tabs.
10 years ago
picocms
1e0d6ce7b6
Update pico_plugin.php
...
Updated link
11 years ago
Gilbert Pellegrom
aa59661ff8
v0.8
...
Added ability to set template in content meta
12 years ago
Gilbert Pellegrom
022334ff13
Added before_parse_content & after_parse_content hooks. content_parsed
...
hook is depreciated. Updated get_protocol() method.
12 years ago
Gilbert Pellegrom
45cd4ca5b7
v0.7
...
* [New] Added before_read_file_meta and get_page_data plugin hooks to
customize page meta data
* [Changed] Make get_files() ignore dotfiles
* [Changed] Make get_pages() ignore Emacs and temp files
* [Changed] Use composer version of Markdown
* [Changed] Other small tweaks
* [Fixed] Date warnings and other small bugs
12 years ago
Gilbert Pellegrom
2416172ba7
v0.6
...
[New] Added plugin functionality
[Changed] Other small cleanup
12 years ago