Daniel Rudolf
3852585ba0
Improve phpDocs auto-generation
10 years ago
Daniel Rudolf
9a46033141
Improve phpDocs auto-generation
10 years ago
Daniel Rudolf
32120e5bbc
Fix build/generate-phpdoc.sh permissions
10 years ago
Daniel Rudolf
e4165d35b1
Fix .travis.yml
10 years ago
Daniel Rudolf
5862825265
Travis: Deploy phpDocs on PHP 5.3 only and allow multiple branches
10 years ago
Daniel Rudolf
c9387610f3
Auto-generate phpDoc when committing to master
10 years ago
Daniel Rudolf
1f16be05e3
Merge branch 'master' into enhancement/build-release
10 years ago
Daniel Rudolf
4ddde6b9fb
Travis: Deploy on every repo, forks usually don't setup Travis
10 years ago
Daniel Rudolf
d503cea954
Travis: Don't test vendor PHP files
10 years ago
Daniel Rudolf
b198ad48c6
Travis: Allow PHP nightly builds to fail
10 years ago
Daniel Rudolf
18fc928797
Merge branch 'master' into enhancement/build-release
...
Conflicts:
.travis.yml
10 years ago
Daniel Rudolf
20387e0bf9
Make DummyPlugin class final
...
Plugin developers MUST NOT extend from DummyPlugin, they SHOULD extend from AbstractPicoPlugin
10 years ago
Daniel Rudolf
876a500ecf
Improve .gitignore
10 years ago
Daniel Rudolf
840d41bca5
Improve type hinting
10 years ago
Daniel Rudolf
2982f5deb9
Optimize composer autoloader before deploying
...
This converts PSR-0/PSR-4 autoloading to classmap to get a faster autoloader (up to 20% performance increase)
10 years ago
theshka
80049ed966
update build & release section for auto-docs
10 years ago
Daniel Rudolf
9712ae2a97
Fix permissions of build/deploy-phpdoc.sh
10 years ago
Daniel Rudolf
7f4ad75245
Refactor phpDoc auto-deployment
10 years ago
Daniel Rudolf
bd24d518f2
Update .gitignore
10 years ago
theshka
e79388118c
Merge branch 'feature/auto-docs' into enhancement/build-release
10 years ago
theshka
c3b908939f
update deploy-phpdoc.sh for auto docs
10 years ago
theshka
04f7140347
update .travis.yml for auto-docs
10 years ago
theshka
edbf9f1747
Implement @PhrozenByte 's suggestions.
...
* [Changed] require phpDocumentor version ^2.8 constraint
10 years ago
theshka
bf2a9622db
Update deploy script
...
* [Changed] move everything inside /build/ directory
* [Changed] use absolute file paths in script
* [Changed] copy docs to both the release number and master dirs
Implement @PhrozenByte 's suggestions.
* [Changed] use `$GITHUB_OAUTH_TOKEN` instead of `$GITHUB_TOKEN`
10 years ago
theshka
e0c6383406
rename script
10 years ago
theshka
7f910e913f
update auto-docs files
...
* [Changed] move everything inside /build/ directory
Implement @PhrozenByte 's suggestions.
* [Changed] don't change directories, pass the paths
* [Removed] unnecessary `composer install`, travis-ci runs this already
* [Removed] unnecessary `composer self-update` command
* [Removed] unnecessary php version check on script
10 years ago
Daniel Rudolf
c34afad4af
Fix typo
10 years ago
Daniel Rudolf
60c627c214
Update composer.json: Use latest MINOR versions of Twig/Parsedown/YAML
10 years ago
Daniel Rudolf
d59dba0b5f
Update README.md: Add update instructions for composer users
10 years ago
theshka
f062640bb1
test auto docs
10 years ago
theshka
f6d5e8c7f4
can phpDoc be automatic?
10 years ago
Daniel Rudolf
d252df4b98
Throw RuntimeException on invalid content dirs
10 years ago
theshka
31d611a507
add template for new issues
10 years ago
theshka
8093758b3e
Improve headings and formatting
10 years ago
theshka
ba766ea65c
Update Build & Release section
10 years ago
Daniel Rudolf
3e4bcd4289
Update CONTRIBUTING.md: Fix typo
10 years ago
Daniel Rudolf
3b737aac1a
Update README.md: Update "edit inline docs" link
10 years ago
Daniel Rudolf
c0d30d20f8
Follow-up to c72ea0e
...
Don't use Pico::getAbsolutePath() for $config['content_dir'], just make sure the trailing slash exists. The config.php in Picos root dir should be interpreted exactly like in Pico 0.9 (the option didn't exist in Pico 0.8), thus the path isn't necessarily relative to Picos root dir
10 years ago
Daniel Rudolf
71076e8eba
Update CHANGELOG.md
10 years ago
Daniel Rudolf
e0c1e068fb
Default theme: Improve table styling
10 years ago
Daniel Rudolf
636f27ae2f
Add asset handling recommendations to inline user docs
...
Thanks @smcdougall for giving the hint about this
10 years ago
Daniel Rudolf
aa68cfaa45
Update CHANGELOG.md
10 years ago
Daniel Rudolf
f5006c036a
Prevent double slashes in base_url when installed to document root
...
Fixes #274
10 years ago
Daniel Rudolf
c72ea0ecec
PicoDeprecated: Sanitize content_dir and base_url options when reading config.php in Picos root dir
10 years ago
Daniel Rudolf
282b7ce16c
Update CHANGELOG.md
10 years ago
Daniel Rudolf
78ceabe878
Various improvements
...
- Reuse ParsedownExtra object
- Add new markdown Twig filter
- Improve class docs in general
- Document plugin number prefix usage
10 years ago
Daniel Rudolf
8ff18c9366
Update CHANGELOG.md
10 years ago
Daniel Rudolf
f9e9642c22
Fix Pico::getPageUrl()
...
With enabled URL rewriting we must call rawurlencode() on the file path parts rather the whole path
10 years ago
Daniel Rudolf
6638c2b0ee
CONTRIBUTING.md: Clarify the suggested branching concept
10 years ago
Daniel Rudolf
2ca711ad59
Add missing rawurlencode() to Pico::getPageUrl()
...
Replace urldecode() in Pico::evaluateRequestUrl() with rawurldecode()
See #272 for details, thanks @smcdougall for spotting!
10 years ago