Daniel Rudolf
f0b42cf364
Add explicit dependencies to the PHP extensions "dom" and "mbstring"
...
Pico doesn't require the PHP extensions itself, but erusev/parsedown-extra does. The explicit composer.json requirements are necessary until erusev/parsedown-extra#85 gets merged. Both extensions aren't part of Ubuntu's default LAMP setup anymore.
8 years ago
Daniel Rudolf
3d16c8df16
Merge pull request #384 from picocms/enhancement/contributing2
...
CONTRIBUTING.md: Create "Labelling of Issues & Pull-Requests" section (2)
8 years ago
Daniel Rudolf
2fb7125985
Add "Labeling of Issues & Pull Requests" section to CONTRIBUTING.md
8 years ago
Daniel Rudolf
a8956b72bc
Version 1.0.5
...
```
* [Changed] Improve documentation
* [Fixed] Improve hostname detection with proxies
* [Fixed] Fix detection of Windows-based server environments
* [Removed] Remove Twitter links
```
8 years ago
Daniel Rudolf
c69dca0f8c
Remove Twitter links
...
Our Twitter account is basically abandoned. Our key asset never was a hardly to subdue flood of words anyway 😆
8 years ago
Daniel Rudolf
a2d0d745ff
Fix detection of Windows-based server environments
8 years ago
Daniel Rudolf
d9393df4fa
Pico::getBaseUrl(): Improve hostname detection with proxies
9 years ago
Daniel Rudolf
381b339b9f
Build system: Fix _build/github-clone.sh
9 years ago
Daniel Rudolf
fad5d869ee
Improve build system; add _build/github-clone.sh
9 years ago
Daniel Rudolf
a9eee00950
Fix references to the picocms.github.io repo
9 years ago
Daniel Rudolf
6a68df2866
Update CHANGELOG.md
9 years ago
Daniel Rudolf
0f4257233a
Sync docs
9 years ago
Daniel Rudolf
19bc3412ad
.travis.yml: Enable HHVM nightly builds
9 years ago
Daniel Rudolf
da3d5a7e6f
.travis.yml: Enable Travis IRC notifications
9 years ago
Daniel Rudolf
6e891585ab
.travis.yml: Add PHP 7.1 to Travis CI
9 years ago
Daniel Rudolf
ac3f9b6742
Version 1.0.4
...
```
* [New] Add Pico's social icons to default theme
* [Changed] Improve documentation
* [Changed] Add CSS flexbox rules to default theme
* [Fixed] Fix handling of non-YAML 1-line front matters
* [Fixed] Fix responsiveness in default theme
```
9 years ago
Daniel Rudolf
53ebf0e39d
Update CHANGELOG.md
9 years ago
Daniel Rudolf
c44657ec4e
Update README.md: State that PHP 5.3.6+ is required
...
Resolves #372 , thanks @Prolegomenes for reporting this
9 years ago
Daniel Rudolf
f8e6d4fbd1
Update CHANGELOG.md
9 years ago
Daniel Rudolf
cdba66b951
Inline docs: Use Twig's array literal rather than the split filter for sort_by
9 years ago
Daniel Rudolf
dedb09d3e9
iloveopensource.io is out of service
...
Don't know what happened and don't know whether Pico's new owner is using it anyway...
9 years ago
Daniel Rudolf
998ce379e1
Update _build/create-release-archive.sh
9 years ago
Daniel Rudolf
08fd7465bc
Update CHANGELOG.md
9 years ago
Daniel Rudolf
f7dc9cb47c
Default theme: Add flexbox CSS rules
...
I was sure that I've added that some time ago... Strange... Thanks to IRC user tony1
9 years ago
Daniel Rudolf
39d4a7c2ae
Hotfix for responsiveness of default theme
...
I'll completely refactor the default theme for Pico 1.1... The CSS is just broken.
9 years ago
Daniel Rudolf
2dada502b5
Update README.md
...
As suggested by @smcdougall (https://github.com/picocms/Pico/pull/352#issuecomment-235573290 )
9 years ago
Daniel Rudolf
827be2cb9c
Build System: Refactor source code and release archive creation
...
Resolves #313
9 years ago
Daniel Rudolf
1bf157049a
README.md: Link to about page instead of landing page
9 years ago
Daniel Rudolf
fb4bdfe1fc
Fix Pico::parseFileMeta() for non-YAML 1-liners
...
\Symfony\Component\Yaml\Parser::parse() returns the unchanged value when a 1-liner string which is no valid YAML is passed. Assume this string to be the page title. Thus the following page will work now:
```
---
This is the title
---
# Example page
{{ meta.title }} is going to be "This is the title" - or "%meta.title%" == "This is the title".
```
9 years ago
Daniel Rudolf
bf1663cc1c
Add Pico's social icons to default theme
9 years ago
Daniel Rudolf
94279c57f8
Improve phpDocs class docs
9 years ago
Daniel Rudolf
79bb543c46
Version 1.0.3
...
```
* [Changed] Improve documentation
* [Changed] Heavily extend nginx configuration docs
* [Changed] Add CSS rules for definition lists to default theme
* [Changed] Always use `on404Content...` execution path when serving a `404.md`
* [Changed] Deny access to `.git` directory, `CHANGELOG.md`, `composer.json`
and `composer.lock` (`.htaccess` file)
* [Changed] Use Pico's `404.md` to deny access to `.git`, `config`, `content`,
* `content-sample`, `lib` and `vendor` dirs (`.htaccess` file)
* [Fixed] #342 : Fix responsiveness in default theme
* [Fixed] #344 : Improve HTTPS detection with proxies
* [Fixed] #346 : Force HTTPS to load Google Fonts in default theme
```
9 years ago
Daniel Rudolf
d17f0a8a8f
Update CHANGELOG.md
9 years ago
Daniel Rudolf
b2a7c7623d
Sync docs
9 years ago
Daniel Rudolf
e32a46d6cf
Sync docs
9 years ago
Daniel Rudolf
86b2839660
Update .htaccess
...
Thanks @smcdougall , see ee5b4f0d56 (commitcomment-17304977)
9 years ago
Daniel Rudolf
ee5b4f0d56
.htaccess: Deny access to CHANGELOG.md, composer.json, composer.lock
...
See discussion in #343
9 years ago
Daniel Rudolf
749114df61
Build system: Update phpDoc list formatting
9 years ago
Daniel Rudolf
79a14799bb
Build system: Add phpDoc list
9 years ago
Daniel Rudolf
4c0366fa49
Build system: Move generate-version.sh
9 years ago
Daniel Rudolf
4d3eace1af
README.md: Update upgrade URL
9 years ago
Daniel Rudolf
31e55ca24a
.htaccess: Pass full URL to Pico when requesting content, lib... dirs
...
This allows Pico to e.g. serve content/config.md when http://example.com/pico/config/ is requested
9 years ago
Daniel Rudolf
8b1539640d
Update CHANGELOG.md
9 years ago
Daniel Rudolf
49cb6c144a
Use Pico's 404.md to deny access to lib, content... dirs
9 years ago
Daniel Rudolf
6234be88b0
Always use `on404Content...` execution path when serving a 404.md
9 years ago
Daniel Rudolf
3a36dbd934
Build system: Add automatic version file updates for picocms.org
9 years ago
Daniel Rudolf
4140ad48ac
Update CHANGELOG.md
9 years ago
Daniel Rudolf
4e215fe522
Default theme: Force HTTPS to load Google Fonts
...
See https://github.com/picocms/Pico/pull/346#issuecomment-213000364 (via #346 / d6accc2
), thanks @smcdougall
9 years ago
Daniel Rudolf
2d728d56af
Update CHANGELOG.md
9 years ago
Daniel Rudolf
32be061cd6
Merge pull request #346 from ghuron/patch-1
...
Use http or https depending on page access
9 years ago