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 |
|
Wojciech Grzebieniowski
|
83a3313e53
|
Fixed indent
|
2015-06-10 09:10:25 +02: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 |
|
theshka
|
b586c9fd5f
|
Merge pull request #137 from sergeweyland/patch-1
Update pico.php
|
2015-04-28 18:28:18 -04:00 |
|
theshka
|
3a58a4efd6
|
Change yousite to yoursite
|
2015-04-28 18:27:59 -04:00 |
|
theshka
|
af3c128ef1
|
Merge pull request #217 from theshka/master
updated default theme
|
2015-04-28 18:20:04 -04:00 |
|
theshka
|
e7f1646272
|
Update default theme; responsive/mobile navigation.
|
2015-04-25 07:57:29 -07:00 |
|
theshka
|
7513f88e6c
|
Update default theme; responsive/mobile navigation.
|
2015-04-25 07:51:47 -07:00 |
|
picocms
|
d1dd293a3a
|
Merge pull request #215 from theshka/master
Define missing content directory
|
2015-04-22 21:14:32 +01:00 |
|
theshka
|
c4af6eef9d
|
Define missing content directory
Using the editor plugin after this file was updated causes errors. Fixed by re-defining the content directory.
|
2015-04-22 15:04:54 -04:00 |
|
picocms
|
cee070f64e
|
Merge pull request #212 from gregfedorov/master
Easing the life of a noob on get go, making sure nothing errors out.
|
2015-04-21 22:44:35 +01:00 |
|
gregfedorov
|
01803759b6
|
Clears php warnings if not configured in php.ini or elsewhere.
|
2015-04-21 22:48:10 +03:00 |
|
gregfedorov
|
d6df89ad2c
|
Typo causes error on php 5.6.7
|
2015-04-21 22:46:32 +03:00 |
|
picocms
|
275d975ad8
|
Merge pull request #162 from cmattoon/patch-1
Update pico.php
|
2015-04-21 14:32:07 +01:00 |
|
picocms
|
eb494c072c
|
Merge pull request #150 from pschmitt/master
Localize date meta
|
2015-04-21 14:30:34 +01:00 |
|
picocms
|
80fa39769c
|
Merge pull request #113 from Snip1/master
Update pico.php
|
2015-04-21 14:28:42 +01:00 |
|
picocms
|
ed18e3194b
|
Merge pull request #206 from kstenschke/patch-1
Update Dependeny: Twig (from 1.12 to 1.18)
|
2015-04-21 14:26:53 +01:00 |
|
picocms
|
fdd60d8f98
|
Merge pull request #207 from raptorz/master
fix get_protocol bug.
|
2015-04-21 14:26:30 +01:00 |
|
picocms
|
78a1db490e
|
Merge pull request #211 from dmelo/master
Improve project organization
|
2015-04-21 14:25:23 +01:00 |
|
Diogo Oliveira de Melo
|
32b179faff
|
Minor fix
|
2015-03-18 06:50:54 -03:00 |
|
Diogo Oliveira de Melo
|
19c9696a12
|
Minor fix
|
2015-03-18 06:50:13 -03:00 |
|
Diogo Oliveira de Melo
|
9e8b09ae41
|
Add reference to composer on README
|
2015-03-18 06:49:27 -03:00 |
|
Diogo Oliveira de Melo
|
e05314b671
|
minor fix on README
|
2015-03-18 06:46:41 -03:00 |
|