Daniel Rudolf
ea924356a2
Version 2.0.3
...
```
* [Fixed] Support alternative server ports in `Pico::getBaseUrl()`
* [Changed] Don't require server environment variables to be configured
* [Changed] Improve release & build process
* [Changed] Improve documentation
* [Changed] Improve PHP class docs
* [Changed] Various small improvements
```
7 years ago
Daniel Rudolf
b8106c6c31
Update Pico::VERSION and Pico::VERSION_ID
7 years ago
Daniel Rudolf
c071dfa2d3
Update CHANGELOG.md
7 years ago
Daniel Rudolf
533ad99e57
Build system: Remove tag_name and target_commitish
...
Fixed in travis-ci/dpl#923 (ref travis-ci/dpl#914 )
7 years ago
Daniel Rudolf
df17baac18
Revert "Build system: Use conditional build stages for deploying"
...
This reverts commit c7862de924
.
7 years ago
Daniel Rudolf
c7862de924
Build system: Use conditional build stages for deploying
...
Thanks @BanzaiMan for this tip
7 years ago
Daniel Rudolf
cde8c8697b
Improve/update/fix phpDoc class docs
7 years ago
Daniel Rudolf
5e4d758acb
Various small code improvements
7 years ago
Daniel Rudolf
24ab96ced9
Sync inline docs
7 years ago
Daniel Rudolf
e172dd20a1
Don't require env variables, proberly handle alt server ports
7 years ago
Daniel Rudolf
bbe7f62043
Version 2.0.2
...
```
* [Fixed] Support Windows paths (`\` instead of `/`) in `Pico::evaluateRequestUrl()`
```
7 years ago
Daniel Rudolf
c6b81f9eb6
Update CHANGELOG.md
7 years ago
Daniel Rudolf
010a3649b6
Update Pico::VERSION and Pico::VERSION_ID
7 years ago
Bitm@rte
9005edaa25
add support for windows path on evaluateRequestUrl() method ( #452 )
...
* add support for windows path on evaluateRequestUrl() method
* update CHANGELOG.md
7 years ago
Daniel Rudolf
ac36863fa7
Version 2.0.1
...
```
* [Changed] Improve documentation
* [Changed] Add missing "Formatted Date", "Time" and "Hidden" meta headers; use
the "Hidden" meta header to manually hide a page in the pages list
```
7 years ago
Daniel Rudolf
2f9f40d76c
Update Pico::VERSION and Pico::VERSION_ID
7 years ago
Daniel Rudolf
ca7321f82f
Update CHANGELOG.md
7 years ago
Daniel Rudolf
c7d4d25ab3
Add missing registred meta headers
...
Use the `Formatted Date` meta header to explicitly set a page's formatted date (i.e. `$meta['date_formatted']`), and `Time` to set `$meta['time']`. Use the `Hidden` meta header to manually hide a page (the page is still accessible, but won't show up in the pages list). Note the difference between `$pageData['hidden']` and `$pageData['meta']['hidden']`.
7 years ago
Daniel Rudolf
a7df4c2115
Build system: Fix GitHub release creation
7 years ago
Daniel Rudolf
dc37a3efda
Sync inline docs
7 years ago
Daniel Rudolf
16f95be865
composer.json: Remove 2.0-dev branch alias
7 years ago
Daniel Rudolf
edef825792
Build system: Don't overwrite config/config.yml.template when creating pre-bundled releases
7 years ago
Daniel Rudolf
834300acb4
Build system: Fix cloc statistics generation
7 years ago
Daniel Rudolf
41badc1829
Version 2.0.0
...
```
* [New] Add Bountysource
* [Changed] Improve documentation
* [Changed] Improve release & build process
* [Changed] Add `Pico::setConfig()` example to `index.php.dist`
* [Fixed] Don't load `config/config.yml` multiple times
```
7 years ago
Daniel Rudolf
be86f8fa8c
Update Pico::VERSION
7 years ago
Daniel Rudolf
238a98283a
Update CHANGELOG.md
7 years ago
Daniel Rudolf
6a7494a54d
Merge pull request #334 from picocms/pico-1.1
...
Pico 2.0
7 years ago
Daniel Rudolf
25c32de0ab
Update CHANGELOG.md
7 years ago
Daniel Rudolf
09057db2e0
Add Pico::setConfig() example to index.php.dist
7 years ago
Daniel Rudolf
1ce4a0bc36
Sync user and inline docs
7 years ago
Daniel Rudolf
6d6a39b744
Fix Travis build
...
See travis-ci/travis-ci#8248
7 years ago
Daniel Rudolf
f994ef191c
Merge branch 'enhancement/bountysource' into pico-1.1
...
Conflicts:
README.md
content-sample/index.md
themes/default/font/fontello.eot
themes/default/font/fontello.svg
themes/default/font/fontello.ttf
themes/default/font/fontello.woff
themes/default/font/fontello.woff2
themes/default/fontello.css
7 years ago
Daniel Rudolf
af237c1d67
Merge pull request #429 from JHeimbach/fix-configloading
...
stop config.yml on loading again
7 years ago
johannes Heimbach
c12b50dc1b
stop config.yml on loading again
7 years ago
Daniel Rudolf
a30dcbc814
Version 2.0.0-beta.3
...
```
* [Changed] Add `README.md`, `CONTRIBUTING.md` and `CHANGELOG.md` of main repo
to pre-bundled releases, keep `.gitignore`
* [Changed] Deny access to a possibly existing `composer.phar` in `.htaccess`
* [Changed] Disallow the use of the `callback` filter for the `url_param` and
`form_param` Twig functions
* [Changed] Improve documentation
* [Fixed] Fix page tree when sorting pages by arbitrary values
* [Fixed] Fix sorting of `Pico::$nativePlugins`
```
7 years ago
Daniel Rudolf
822d58db60
Fix auto-publishing of pre-bundled releases
7 years ago
Daniel Rudolf
25ada4a8df
Update CHANGELOG.md
7 years ago
Daniel Rudolf
93f2162976
Update CHANGELOG.md
7 years ago
Daniel Rudolf
568166ad07
Check Pico::VERSION constant before deploying a new release
7 years ago
Daniel Rudolf
b405edba17
Various small improvements
7 years ago
Daniel Rudolf
190889b77b
Fix sorting of Pico::$nativePlugins
...
Thanks to PT on our Freenode IRC channel #picocms for reporting this!
7 years ago
Daniel Rudolf
05c2c968c3
Use filter_id() for the url_param and form_param Twig functions
...
This is a follow-up to 80263a91dc
7 years ago
Daniel Rudolf
80263a91dc
Disallow the use of the callback filter for the url_param and form_param Twig functions
7 years ago
Daniel Rudolf
5f7b455975
Add README.md, CONTRIBUTING.md and CHANGELOG.md to pre-bundled releases
7 years ago
Daniel Rudolf
9c182bd756
Add Lighttpd config to sample contents
...
Thanks @tony5 for bringing this up and testing!
7 years ago
Daniel Rudolf
03cc10183c
Fix page tree
7 years ago
Daniel Rudolf
a58bfc567e
Improve inline docs
8 years ago
Daniel Rudolf
25bfa289cf
Inline docs: Update nginx rewrite rules to match .htaccess
...
nginx's rewrite rules don't have to match `picocms/Pico`'s `.htaccess`, but `picocms/pico-composer`'s `.htaccess` - because basically all installations of Pico 2.0 and later use `picocms/pico-composer`'s frame.
8 years ago
Daniel Rudolf
6bb65fb12b
Deny access to composer.phar in .htaccess
...
This file might be present if users strictly follow our install instructions
and don't delete it on their own after successfully installing Pico.
8 years ago
Daniel Rudolf
b6bd714e52
README.md: Add Pico 2.0 install/upgrade instructions
8 years ago