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
|
07ae26789c
|
Add AbstractPicoPlugin
The plugin magic takes place here...
|
2015-08-28 18:26:56 +02:00 |
|
Daniel Rudolf
|
43a7540f46
|
Add IPicoPlugin
|
2015-08-28 18:25:54 +02:00 |
|
Daniel Rudolf
|
cd145821ba
|
Remove pull request message
|
2015-08-28 18:24:06 +02:00 |
|
Daniel Rudolf
|
92c307d8be
|
Pico 1.0
I unfortunately messed up my repo so this is just a single commit... :(
|
2015-08-28 18:22:32 +02:00 |
|
Daniel Rudolf
|
284e0ce7de
|
Move constants to global.php
|
2015-08-28 18:19:03 +02:00 |
|
Daniel Rudolf
|
c496297c44
|
Class files should exactly match the class name
|
2015-08-28 18:13:50 +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 |
|
Tyler Heshka
|
2fdcacc14b
|
Merge pull request #244 from muja/scandir
Use scandir instead of opendir to ensure alphabetical order.
|
2015-08-04 11:21:18 -06:00 |
|
Tyler Heshka
|
2d6b0ad45a
|
Merge pull request #246 from PhrozenByte/enhancement/CleanupPaths
Cleanup paths
|
2015-08-04 11:20:33 -06:00 |
|
Daniel Rudolf
|
f90e3b4472
|
Update inline doc
|
2015-08-01 22:38:14 +02:00 |
|
Daniel Rudolf
|
6e8bc85a8b
|
Move config.php.template to config/; Add config/.gitignore
|
2015-08-01 22:07:14 +02:00 |
|
Daniel Rudolf
|
399b73aa3b
|
Move config.php to config/; Add CONFIG_DIR and VENDOR_DIR constants
|
2015-08-01 22:03:54 +02:00 |
|
Daniel Rudolf
|
e23e61daad
|
CONTENT_DIR constant isn't functional anymore
|
2015-08-01 21:55:19 +02:00 |
|
Danyel Bayraktar
|
8d82cde120
|
Use scandir instead of opendir to ensure alphabetical order.
|
2015-07-14 13:31:51 +02:00 |
|
Tyler Heshka
|
e942d40187
|
Merge pull request #237 from theshka/master
Fix call on method of an object just created with new/PHP 5.3.10
|
2015-06-23 19:10:58 -04:00 |
|
theshka
|
f4cc9727ff
|
Fix call on method of an object just created with new/PHP 5.3.10 compatibility error.
|
2015-06-23 19:06:53 -04:00 |
|
Tyler Heshka
|
6e50ac5cc8
|
Merge pull request #234 from kushipl/master
Apply PSR1/PSR2 coding standards.
|
2015-06-12 13:26:16 -04: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 |
|
Tyler Heshka
|
376e551ec4
|
Merge pull request #233 from kushipl/master
Fixed indent
|
2015-06-10 03:38:26 -04:00 |
|
Wojciech Grzebieniowski
|
83a3313e53
|
Fixed indent
|
2015-06-10 09:10:25 +02:00 |
|
Tyler Heshka
|
820e84e0b9
|
Merge pull request #232 from kushipl/master
Avoid using global config variable.
|
2015-06-09 13:06:58 -04:00 |
|
Wojciech Grzebieniowski
|
23b90e2a92
|
Avoid using global config variable.
Instead config is keeped in Pico::$config private variable, and the
config.php returns $config.
|
2015-06-09 12:01:11 +02:00 |
|
Tyler Heshka
|
48e5c9e500
|
Merge pull request #230 from theshka/master
fix date_formatted issue
|
2015-05-29 13:39:14 -04:00 |
|
theshka
|
28a6b721ce
|
fix date_formatted issue
|
2015-05-29 13:23:20 -04:00 |
|
theshka
|
eb368d31e1
|
fix date_formatted issue
|
2015-05-29 13:22:52 -04:00 |
|
theshka
|
a335eec82a
|
add rewrite base directive
|
2015-05-25 07:51:18 -04:00 |
|
theshka
|
b11a358505
|
add comments and RewriteBase directive
|
2015-05-25 07:41:08 -04:00 |
|
theshka
|
d13e88a0b7
|
Merge branch 'master' of https://github.com/picocms/Pico
|
2015-05-20 20:45:54 -04:00 |
|
theshka
|
529e268d5b
|
fix namespace error
|
2015-05-20 20:44:26 -04:00 |
|
theshka
|
5744a5650a
|
Update config.php.template
explicitly clarify how to override the default settings.
|
2015-05-20 18:41:32 -04:00 |
|
theshka
|
cfde8b6246
|
Merge pull request #222 from mangeld/patch-1
Clarify which date format to use
|
2015-05-03 16:20:13 -04:00 |
|
Miguel Ángel Durán González
|
5a7494d0fd
|
Update config.php.template
|
2015-05-03 22:15:31 +02:00 |
|
Miguel Ángel Durán González
|
523b7c13d4
|
Clarify which date format to use
|
2015-05-03 22:12:36 +02:00 |
|
theshka
|
11d4f7cab3
|
Merge pull request #220 from theshka/master
fix crazy tabs/spacing
|
2015-04-30 12:15:25 -04:00 |
|
theshka
|
1cfefb0337
|
Update config.php.template
|
2015-04-30 12:13:06 -04:00 |
|
theshka
|
4311625ea2
|
Update config.php.template
|
2015-04-30 12:10:46 -04:00 |
|
theshka
|
4cb2b24fae
|
Upgrade to Parsedown-extra
|
2015-04-29 10:32:57 -04:00 |
|
theshka
|
4c52d104c1
|
Update README.md
|
2015-04-29 10:31:02 -04:00 |
|
theshka
|
1d25dcbe9e
|
Merge pull request #218 from theshka/master
Upgrade to Parsedown-extra
|
2015-04-29 10:28:22 -04:00 |
|
theshka
|
968dc183db
|
Upgrade to Parsedown-extra
|
2015-04-29 07:09:08 -07:00 |
|
theshka
|
0363f1e3a1
|
Update README.md
|
2015-04-28 23:39:25 -04:00 |
|
theshka
|
6de5247ff7
|
Version 0.9
|
2015-04-28 22:56:48 -04:00 |
|
theshka
|
4ef01ecc22
|
cleanup config file
|
2015-04-28 22:50:41 -04:00 |
|
theshka
|
cc47d7676b
|
Version 0.9
|
2015-04-28 21:02:44 -04:00 |
|
theshka
|
45b156c1df
|
Update README.md
|
2015-04-28 20:02:10 -04:00 |
|
theshka
|
3004548793
|
Update README.md
|
2015-04-28 20:01:59 -04:00 |
|
theshka
|
dfd2533805
|
update content to content-sample
|
2015-04-28 19:03:06 -04:00 |
|
theshka
|
b1dab08b98
|
Merge pull request #121 from caseycs/composer
remove twig and composer files from sources, now composer install is required...
|
2015-04-28 18:50:51 -04:00 |
|
theshka
|
483334170f
|
Merge pull request #131 from Frodox/devel-chris
Don't remove all comments while parse content
|
2015-04-28 18:47:49 -04:00 |
|