Tyler Heshka
37082b21db
fix typo/animated screenshot
10 years ago
Daniel Rudolf
f0a44910e7
Update README.md
...
Use automatically generated and updated license and version badges via http://shields.io/
10 years ago
theshka
5f9b070653
update README.md version 1.0.0-beta.2
10 years ago
theshka
c9c8db3e64
improve README.md
10 years ago
Daniel Rudolf
b23a777f5a
Update CHANGELOG.md
10 years ago
Daniel Rudolf
2e6ce893e4
Version 1.0.0-beta.2
...
```
* [New] Introducing the `PicoTwigExtension` Twig extension
* [New] New `markdown` filter for Twig to parse markdown strings; Note: If you
want to parse the contents of a page, use the `content` filter instead
* [New] New `sort_by` filter to sort an array by a specified key or key path
* [New] New `map` filter to get the values of the given key or key path
* [New] Introducing `index.php.dist` (used for pre-bundled releases)
* [New] Use PHP_CodeSniffer to auto-check source code (see `.phpcs.xml`)
* [New] Use Travis CI to generate phpDocs class docs automatically
* [Changed] Improve documentation
* [Changed] Improve table styling in default theme
* [Changed] Update composer version constraints; almost all dependencies will
have pending updates, run `composer update`
* [Changed] Throw a RuntimeException when the `content` dir isn't accessible
* [Changed] Reuse `ParsedownExtra` object; new `onParsedownRegistration` event
* [Changed] `$config['rewrite_url']` is now always available
* [Changed] `DummyPlugin` class is now final
* [Changed] Remove `.git` dirs from `vendor/` when deploying
* [Changed] Various small improvements and changes...
* [Fixed] `PicoDeprecated`: Sanitize `content_dir` and `base_url` options when
reading `config.php` in Picos root dir
* [Fixed] Replace `urldecode()` (deprecated RFC 1738) with `rawurldecode()`
(RFC 3986) in `Page::evaluateRequestUrl()`
* [Fixed] #272 : Encode URLs using `rawurlencode()` in `Pico::getPageUrl()`
* [Fixed] #274 : Prevent double slashes in `base_url`
* [Fixed] #285 : Make `index.php` work when installed as a composer dependency
* [Fixed] #291 : Force `Pico::$requestUrl` to have no leading/trailing slash
```
10 years ago
Daniel Rudolf
268c41e7fa
Update CHANGELOG.md
10 years ago
Daniel Rudolf
b47a806efd
Merge pull request #296 from picocms/enhancement/refactor-phpdoc-deployment
...
Refactor phpDoc auto deployment
10 years ago
Daniel Rudolf
67bbae184b
phpDocs auto deployment: Fix output formatting
10 years ago
Daniel Rudolf
47d2685c6d
phpDocs auto deployment: Disable cache for releases
10 years ago
Daniel Rudolf
c88a26beff
phpDocs auto deployment: Set default push strategy to simple
10 years ago
Daniel Rudolf
fe10bca56b
phpDocs auto deployment: Fix output formatting
10 years ago
Daniel Rudolf
f5c721aba1
phpDocs auto deployment: Fix paths
10 years ago
Daniel Rudolf
76f243f925
Refactor phpDoc deployment
...
This should prevent empty phpDoc updates like 55b4a2b
10 years ago
Daniel Rudolf
771bdacf71
Inline docs: Fix navigation loop example in Blogging section
10 years ago
Daniel Rudolf
9a7e53328d
Merge pull request #273 from picocms/feature/PicoTwigExtension
...
Add map and sort_by Twig filters
10 years ago
theshka
3c10c8ac0b
fix typo
10 years ago
theshka
02ac0c276b
Merge branch 'feature/PicoTwigExtension' of https://github.com/picocms/Pico into feature/PicoTwigExtension
10 years ago
Daniel Rudolf
3d4c4e1669
Fix _build/generate-phpdoc.sh
10 years ago
Tyler Heshka
cf71f36651
Merge pull request #295 from picocms/enhancement/isolate-build
...
Isolate build-related files from source
10 years ago
Daniel Rudolf
d19ab3814c
Merge branch 'enhancement/isolate-build' of github.com:picocms/Pico into enhancement/isolate-build
...
Conflicts:
.phpdoc.xml
10 years ago
Daniel Rudolf
4be51a7bee
Refactor phpDoc generation
10 years ago
theshka
49e5e44b4a
update .phpdoc.xml
10 years ago
theshka
ff02f34e23
Merge branch 'enhancement/isolate-build' of https://github.com/picocms/Pico into enhancement/isolate-build
10 years ago
theshka
1ea81d4b41
add .phpdoc.xml and move ignore list
10 years ago
Daniel Rudolf
4f90296295
Update .phpcs.xml: Check $PWD by default
10 years ago
Daniel Rudolf
272a13f0f2
Update CONTRIBUTING.md: Use Pico's .phpcs.xml instead of PSR2 standard for PHP_CodeSniffer
10 years ago
Daniel Rudolf
24b58175a4
Inline docs: Update Blogging section to use "sort_by" filter
10 years ago
Daniel Rudolf
be46e19677
Merge branch 'master' into feature/PicoTwigExtension
...
Conflicts:
CHANGELOG.md
10 years ago
Daniel Rudolf
2ce422d907
PicoTwigExtension: Refactor error handling
10 years ago
Daniel Rudolf
9aaab5de1a
Refactor Pico::parseFileMeta()
10 years ago
theshka
1dc410425f
Isolate build-related files from source
...
* [Changed] rename `phpcs.xml` -> `.phpcs.xml`
* [Changed] rename `build/` dir -> `_build/`
* [Changed] update paths in `.gitignore`
* [Changed] update paths in `.travis.yml`
* [Changed] update paths in `.sh` scripts
10 years ago
Daniel Rudolf
6cb378e83f
Inline docs: Add link to YAML wikipedia article
...
Official resources about YAML are ... - impossible to understand for a ordinary user.
10 years ago
theshka
9b31a54adc
Merge branch 'enhancement/build-release'
10 years ago
theshka
bef150221b
CONTRIBUTING.md: Final tocuhes on Build & Release section.
10 years ago
Daniel Rudolf
372979e45b
CONTRIBUTING.md: Update build & release process
10 years ago
Daniel Rudolf
b18464adba
CONTRIBUTING.md: Convert Issues template to continuous text
10 years ago
Daniel Rudolf
2d9b5aa1a2
Fix operators
10 years ago
Daniel Rudolf
698a249d45
Force Pico::$requestUrl to have no leading/trailing slash
...
Fixes #291
10 years ago
Daniel Rudolf
2eed14103a
Add @codingStandardsIgnoreFile to index.php.dist
...
The comments of the "instance Pico" section violate PSR-2, but we want to keep them anyway
10 years ago
Daniel Rudolf
e088f6c6fa
Update phpcs.xml
10 years ago
Daniel Rudolf
b50023c8ad
Merge branch 'enhancement/build-release' of github.com:picocms/Pico into enhancement/build-release
10 years ago
Daniel Rudolf
2535df7cfe
Add index.php.dist
...
See https://github.com/picocms/Pico/issues/285#issuecomment-160130798
10 years ago
Daniel Rudolf
98022a5a8f
Update CHANGELOG.md
10 years ago
Daniel Rudolf
2761f8b751
Refactor Pico::isUrlRewritingEnabled()
10 years ago
Daniel Rudolf
abce8b84b8
Merge branch 'master' into enhancement/build-release
...
Conflicts:
index.php
10 years ago
Daniel Rudolf
cb15ea7493
Amend #286
10 years ago
Daniel Rudolf
86d1f713f2
Move PHP version check to index.php
10 years ago
Daniel Rudolf
81138ce06a
Merge branch 'master' of github.com:picocms/Pico
10 years ago
Daniel Rudolf
f97cd83cc8
Merge pull request #286 from dmelo/composer-compat
...
change Pico's default `index.php` to be compatible with `composer require picocms/pico`
10 years ago