Daniel Rudolf
43705d0f76
Minor code refactoring
9 years ago
Daniel Rudolf
0d40259c06
Merge branch 'master' into pico-1.1
9 years ago
Daniel Rudolf
8426a53f63
Allow Pico::$requestFile to point to somewhere outside content_dir
...
Bugfix; Refactoring Pico::load404Content() and Pico::discoverCurrentPage()
9 years ago
Daniel Rudolf
2a3e2fa576
Fix typos in class docs/exception messages
9 years ago
Daniel Rudolf
1709b920d1
Add AbstractPicoPlugin::getPluginConfig() method
9 years ago
Daniel Rudolf
a3fa373119
Default theme: Move elements into Twig blocks
...
Allows plugins to extend the default template
9 years ago
Daniel Rudolf
86614a3ab4
Default theme: Use flexbox to grow content div
9 years ago
Daniel Rudolf
a8f0fd1f33
Merge branch 'master' into pico-1.1
9 years ago
Daniel Rudolf
a2aa46fd0e
Don't let dependant plugins automatically enable plugins which should be disabled by default
...
Follow-up to f10440b
and c0a7fdc
9 years ago
Daniel Rudolf
c0a7fdc801
Don't always check dependants of a disabled plugin
...
This isn't necessary because dependant plugins will check their dependencies on their own. Follow-up to f10440b
9 years ago
Daniel Rudolf
98b1f87281
CONTRIBUTING.md: Update markdown parsers
9 years ago
Daniel Rudolf
5a9c02f7bf
Allow plugins to trigger events
...
You MUST NOT trigger events of Pico's core through a plugin!
9 years ago
Daniel Rudolf
56b2ed6c7d
Allow manual plugin loading
9 years ago
Daniel Rudolf
4f487b7ccf
AbstractPicoPlugin: Fix typos in exception message
9 years ago
Daniel Rudolf
f10440b996
Check dependencies when a plugin is enabled by default
9 years ago
Daniel Rudolf
996d946eb7
Version 1.0.1
...
```
* [Changed] Improve documentation
* [Changed] Replace `version_compare()` with `PHP_VERSION_ID` in
`index.php.dist` (available since PHP 5.2.7)
* [Fixed] Suppress PHP warning when using `date_default_timezone_get()`
* [Fixed] #329 : Force Apache's `MultiViews` feature to be disabled
```
9 years ago
Daniel Rudolf
b7a296ffb4
CHANGELOG.md: Update v1.0.1 release date
9 years ago
Daniel Rudolf
871316962b
Update README.md: Add IRC + Issue infos
9 years ago
Daniel Rudolf
51bdee794b
Update CHANGELOG.md
9 years ago
Daniel Rudolf
b77c9da29b
Force Apache's MultiViews feature to be disabled
...
Thanks @sonst-was for reporting this. Resolves #329
9 years ago
Daniel Rudolf
159a849c65
CONTRIBUTING.md: Improve "Build & Release process" section
9 years ago
Daniel Rudolf
70d3c76758
README.md: Add Freenode IRC badge
...
Join #picocms on irc.freenode.net via irc://irc.freenode.net/picocms or https://webchat.freenode.net/?channels=%23picocms
10 years ago
Daniel Rudolf
42c5e0a5b6
README.md: Remove Scrutinizer badge
...
... due to pretty pointless results and recommendations
10 years ago
Daniel Rudolf
327c55db77
Add Markdown Extra to inline user docs
...
Resolves #321 . Thanks @ufgum for reporting
10 years ago
Daniel Rudolf
d8be108c5b
Suppress PHP warning when using date_default_timezone_get()
...
Thanks to @nem25 for reporting this
10 years ago
Daniel Rudolf
b3f1347379
Update CHANGELOG.md
10 years ago
Daniel Rudolf
ce508fab6b
Replace version_compare() in index.php.dist with PHP_VERSION_ID
10 years ago
Daniel Rudolf
1c2f6a1b23
Update class docs
10 years ago
Daniel Rudolf
dbd8fa8c2f
Merge pull request #315 from picocms/enhancement/static-badges
...
Add static shields.io badge generator
10 years ago
Daniel Rudolf
ce84a8618c
Build system: Minor code refactoring
10 years ago
Daniel Rudolf
10495c2ce5
_build/generate-badge.sh: Use curl instead of wget
...
After playing around a little bit with a Ubuntu 12.04 LTS virtual machine, `curl` came in my mind... I've absolutetly no idea why `curl` works, but `wget` does not (it's an issue with OpenSSL and both use it the same way...), but anyway - it works
10 years ago
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