Daniel Rudolf
0f85f85367
Build scripts: Fix exit codes
10 years ago
Daniel Rudolf
32ea0508cf
_build/github-deploy.sh: Fix exit code on conflicting remote commit
10 years ago
Daniel Rudolf
f46d0b978c
_build/generate-badge.sh: Skip on emty file
10 years ago
Daniel Rudolf
9f0c7bde5d
Revert "_build/generate-badge.sh: Connect to shields.io using SSLv3"
...
This reverts commit 1561786f31
.
10 years ago
Daniel Rudolf
1561786f31
_build/generate-badge.sh: Connect to shields.io using SSLv3
...
This is necessary due to a strange TLS bug in Ubuntu 12.04 LTS used by Travis CI. See https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137 for details.
10 years ago
Daniel Rudolf
4f60289d36
_build/deploy-phpdoc-release.sh: Fix version badge status
10 years ago
Daniel Rudolf
024f994d9e
_build/deploy-phpdoc-branch.sh: Don't forget to commit phpDocs cache
10 years ago
Daniel Rudolf
8c24e32f10
Build scripts: Fix formatting
10 years ago
Daniel Rudolf
2ed32d67a7
Update _build/deploy-phpdoc-release.sh
10 years ago
Daniel Rudolf
26d7d2f68e
Build scripts: Fix formatting
10 years ago
Daniel Rudolf
b472664a20
Build scripts: Don't try to commit nothing
10 years ago
Daniel Rudolf
cd0e0f706f
Build scripts: Git identity must be configured before committing
10 years ago
Daniel Rudolf
8554c0a60d
RADME.md: Update badge URLs
...
Fixes mixed content warnings
10 years ago
Daniel Rudolf
d7ebf52ec9
RADME.md: Update badge URLs
...
Resolves #314
10 years ago
Daniel Rudolf
92026a3bd0
Add static shields.io badge generator
10 years ago
Daniel Rudolf
73078a3dc3
Fix code formatting + class docs
10 years ago
Daniel Rudolf
0198d827bf
Build scripts: Add file comments
10 years ago
Daniel Rudolf
ff59c61c08
CONTRIBUTING.md: Fix wording
10 years ago
Daniel Rudolf
c760205d70
Pico::triggerEvent(): Fix method docs typo
10 years ago
Daniel Rudolf
8ed7ed0137
Version 1.0.0
...
```
* [New] On Christmas Eve, we are happy to announce Pico's first stable release!
The Pico Community wants to thank all contributors and users who made
this possible. Merry Christmas and a Happy New Year 2016!
* [New] Adding `$queryData` parameter to `Pico::getPageUrl()` method
* [Changed] Improve documentation
* [Changed] Moving `LICENSE` to `LICENSE.md`
* [Changed] Throw `LogicException` instead of `RuntimeException` when calling
`Pico::setConfig()` after processing has started
* [Changed] Default theme now highlights the current page and shows pages with
a title in the navigation only
* [Changed] #292 : Ignore YAML parse errors (meta data) in `Pico::readPages()`
* [Changed] Various small improvements and changes...
* [Fixed] Support empty meta header
* [Fixed] #307 : Fix path handling on Windows
```
10 years ago
Daniel Rudolf
d5689cc9af
Update CHANGELOG.md
10 years ago
Daniel Rudolf
13632afa54
Update CHANGELOG.md
10 years ago
Daniel Rudolf
070da6d73f
Improve "404.md not found" exception message
10 years ago
Daniel Rudolf
c3af40c3b9
PicoDeprecated: Fix LIB_DIR constant
10 years ago
Daniel Rudolf
5be2f8e597
Fix path handling on Windows
...
Fixes #307 ; thank you @bpgs for reporting!
10 years ago
Daniel Rudolf
14e5f3236c
Partially revert fdf8167
...
Thanks @smcdougall for spotting
10 years ago
Daniel Rudolf
d2842956b2
Update CHANGELOG.md
10 years ago
Daniel Rudolf
9e4af2cba4
Merge pull request #294 from picocms/enhancement/YamlParseError2
...
Catch YAML parse errors (2)
10 years ago
Daniel Rudolf
43f953b67a
Pico::readPages(): Call Pico::parseFileMeta() again when a exception is thrown
10 years ago
Daniel Rudolf
3798cbe478
Remove page title fallback
10 years ago
Daniel Rudolf
329049bd18
Fix empty meta header
10 years ago
Daniel Rudolf
67e1e8a8ea
Default theme: Highlight active page + hide untitled pages
...
Related to #302
10 years ago
Daniel Rudolf
fdf81672a8
content-sample/index.md: Fix syntax
10 years ago
Daniel Rudolf
daca1b7495
Merge pull request #304 from smcdougall/master
...
Changed content to match docs changes.
10 years ago
Daniel Rudolf
b7fbf95b9d
README.md: Fix EditDevDocs URL
10 years ago
Daniel Rudolf
5694cda14e
Update website URLs
10 years ago
Daniel Rudolf
693d8ae4fa
Update default theme footer
10 years ago
Daniel Rudolf
dc6ac516a8
Fix Pico::getPageUrl()
10 years ago
Daniel Rudolf
a138d23daf
Throw LogicException instead of RuntimeException in Pico::setConfig()
10 years ago
Daniel Rudolf
0c85d70820
Adding $queryData parameter to Pico::getPageUrl() method
...
This allows developers to easily add custom query data to an page URL without the need to check enabled URL rewriting on their own. Since Twigs `link` filter is just an alias for Pico::getPageUrl(), theme designers can do the same with e.g. `{{ "index"|link("foo=bar&baz=42") }}`.
Theme designers, heads up! Don't forget that the result of the `link` filter is never escaped, so the result could contain unescaped ampersands when passing custom query data. You should pass the result to Twigs `escape` filter when using custom query data.
10 years ago
Daniel Rudolf
d9788c12e4
_build/generate-phpdoc.sh: Fix output formatting
10 years ago
Daniel Rudolf
93f7aaad8b
Class docs: Use default markdown table format
10 years ago
smcdougall
1e2d500bfa
Formatted lines to 80 characters
10 years ago
smcdougall
d8c16d974f
Changed content to match docs changes.
10 years ago
theshka
fa4e095bdf
Move LICENSE to LICENSE.md
10 years ago
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