Daniel Rudolf
13a50c7f2f
Don't change $pageData['id'], add ~dup1 to the array key only
2015-09-28 17:25:10 +02:00
Daniel Rudolf
a5755b0d39
Fix deprecated get_page_data and get_pages events
2015-09-28 17:13:26 +02:00
Daniel Rudolf
70f187fb45
Rename IPicoPlugin to PicoPluginInterface
2015-09-15 13:15:45 +02:00
Daniel Rudolf
71e7da28cc
Various fixes
...
Thanks @PontusHorn for spotting!
2015-09-13 20:46:09 +02:00
Daniel Rudolf
70316eca87
Add PicoDeprecated, PicoParsePagesContent, PicoExcerpt
...
These plugins are crucial for backward compatibility
2015-08-28 18:30:19 +02:00
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 :-)
2015-08-28 18:28:25 +02:00
Daniel Rudolf
adc356251e
Remove index.html
...
A empty index.html is a solution for nothing...
2015-08-28 18:11:45 +02:00
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.
2015-06-10 11:40:26 +02:00
picocms
1e0d6ce7b6
Update pico_plugin.php
...
Updated link
2014-03-25 15:10:51 +00:00
Gilbert Pellegrom
aa59661ff8
v0.8
...
Added ability to set template in content meta
2013-10-23 10:39:23 +01:00
Gilbert Pellegrom
022334ff13
Added before_parse_content & after_parse_content hooks. content_parsed
...
hook is depreciated. Updated get_protocol() method.
2013-10-23 10:19:24 +01:00
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
2013-09-04 12:10:26 +01:00
Gilbert Pellegrom
2416172ba7
v0.6
...
[New] Added plugin functionality
[Changed] Other small cleanup
2013-05-06 16:38:38 +01:00