* 'develop' of github.com:getgrav/grav: (31 commits)
Some performance optimizations for folder/file checking routines
now checks for symlink availability before giving that option
updated bundled composer package
Backup pages folder if it exits in demo copy
Fix rcopy reference
Fix for issue #140 - plugin/theme install status not working on windows
added a space after prompt
Look for `_demo` content in packages and prompt to install it
Use rcopy from Utils class
Set package_type for unknown packages based on best guess
Added recursive folder copy
Don't critically fail, only log when plugin has config but is missing
added repo URL to output
text addition
some corner case fixes
Added symlink + git clone installation methods
beginning of dependency work
move timezone setting to after Config's `init()` method
added timezone override support
added a twig processTemplate() method
...
Conflicts:
system/src/Grav/Common/Markdown/ParsedownGravTrait.php
system/src/Grav/Common/Page/Media.php
system/src/Grav/Common/Page/Medium.php
* 'develop' of github.com:getgrav/grav:
Utilize new summary.delimiter setting rather than constant
PSR fixes
fix for markdown adding HTML tags into inline JS/CSS
moved summary delimiter into site config
fix for twig set capturing
Moved to camels for plugins+themes as optional class naming type
Added summary option
* 'develop' of github.com:getgrav/grav:
per-page debug setting not working as intended. Changing approaches...
fix for using just defaults
version update
Added a page override support to media debug
Some performance optimizations
some cleanup refactoring
PSR fixes
Added 'enabled' option for summary and fixed query support in assets
Added merge config and disable function in "Plugin.php"