Andy Miller
12ca443cb4
Fixed async loading on assets pipeline output
2016-04-28 10:20:35 -06:00
Andy Miller
e4aad9797d
version updates
1.1.0-beta.2
2016-04-27 17:34:55 -06:00
Andy Miller
1f24ab3a96
Merge branch 'feature/non-standard-slugs' into develop
...
# Conflicts:
# CHANGELOG.md
2016-04-27 13:44:56 -06:00
Andy Miller
91b29178bd
updated CHANGELOG.md
2016-04-27 13:43:24 -06:00
Andy Miller
4573173456
Allow Cyrillic slugs
2016-04-27 13:36:12 -06:00
Flavio Copes
e2453b891d
Fix #784 ordering in page collections
...
Fixes accentuated characters ordering and also uppercase letters being
put first.
Re-done implementation made in
https://github.com/getgrav/grav/commit/fc5302f334fd3f616177b70fd41314980
6a817ed but reverted in
https://github.com/getgrav/grav/commit/894142d2782aca734305c68201a3c1afd
6167ae2 due to extension not checked
2016-04-27 18:47:31 +02:00
Flavio Copes
98fb622bac
Make sure there's an end of line after each file added to the pipeline ( #806 )
...
Fixes an issue with files ending with a line comment, but no new line.
Also fixes (in a case I found) the already-seen JSMin fatal issue with
"Regex not terminated" error.
2016-04-27 08:17:34 -06:00
Flavio Copes
9129ce25d4
Fix directory separator issue creating cachecompiled and cachetmp folders
2016-04-27 10:18:34 +02:00
Andy Miller
c91ce79dc7
Fix for ksortFilter operating on null
2016-04-26 20:42:01 -06:00
Andy Miller
55f0fc82e8
Reverted change made in cd31d41 that broke saving plugin/theme locations
2016-04-26 16:22:14 -06:00
Andy Miller
c125ff54ba
updated composer libs
2016-04-26 16:06:55 -06:00
Andy Miller
a2acb99c79
Added new Plugin::getBlueprint() and Theme::getBlueprint() method
2016-04-26 13:00:17 -06:00
Flavio Copes
d407c89c74
Allow page blueprints in plugins. Also invert order of loading templates, themes load last and have the "final word". Cache everything if cache is enabled ( #801 )
2016-04-26 11:57:19 +02:00
Flavio Copes
34a408e995
Autoformat code styling
2016-04-23 19:45:24 +02:00
Flavio Copes
894142d278
Revert "Fix #784 ordering in page collections"
...
This reverts commit fc5302f334 .
2016-04-22 19:51:25 +02:00
Flavio Copes
cd31d41b07
Use locator instead of CACHE_DIR
2016-04-22 18:39:10 +02:00
Flavio Copes
ecf51536b9
Revert Add twig/extensions to allow Twig dates translation
...
Revert
https://github.com/getgrav/grav/commit/810deb41056948896a90a51751dff6e44
f05de95
2016-04-22 18:33:45 +02:00
Flavio Copes
fc5302f334
Fix #784 ordering in page collections
...
Fixes accentuated characters ordering and also uppercase letters being
put first
2016-04-22 15:22:08 +02:00
Andy Miller
385c076964
fix for issue with absolute_urls: true and link rewriting with assets pipeline
2016-04-21 17:41:14 -06:00
Andy Miller
2abd70467c
Set twig.debug to true by default
2016-04-21 14:01:58 -06:00
Andy Miller
c5316aff58
updated CHANGELOG.md
2016-04-21 13:43:12 -06:00
Andy Miller
9bfeb0ce6e
Changed to new form data-*@ format in blueprints
2016-04-21 13:42:05 -06:00
Oscar Recio
a56fa4b03a
Deleted Whoops aliases ( #797 )
...
Deleted Whoops aliases as they are in `Grav\Common\Errors` implemented. In this file are unusued
2016-04-21 10:28:43 +02:00
Djamil Legato
2a895f578e
Better handler for GPM::isTestingRelease method
1.1.0-beta.1
2016-04-20 15:04:39 -07:00
Andy Miller
0c7ee74bd1
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-20 16:03:46 -06:00
Andy Miller
3eafc4a089
set gpm.releases to testing during beta phase
2016-04-20 16:03:42 -06:00
Djamil Legato
df800cdfd7
Updated Changelog
2016-04-20 14:10:45 -07:00
Andy Miller
ffb7ac755b
Updated composer lock
2016-04-20 14:06:24 -06:00
Djamil Legato
693568b509
Updated languages, removed frontmatter delimiter
2016-04-20 13:00:49 -07:00
Andy Miller
bf2b3bff9a
Updated languages
2016-04-20 13:48:02 -06:00
Djamil Legato
9effb59a1d
Updated version in Grav defines
2016-04-20 12:06:01 -07:00
Djamil Legato
8d03f3166d
Typo
2016-04-20 12:05:23 -07:00
Djamil Legato
f1162895c2
Merge branch 'develop' of https://github.com/getgrav/grav into develop
...
# Conflicts:
# CHANGELOG.md
2016-04-20 12:02:48 -07:00
Djamil Legato
cd58e10fbc
Updated Changelog
2016-04-20 12:01:33 -07:00
Flavio Copes
5adff355be
Fill changelog
2016-04-20 20:51:59 +02:00
Djamil Legato
c021fbd232
Added GPM::getRelease, GPM::isStableRelease, GPM::isTestingRelease methods and passing the type to the repository object
2016-04-20 11:44:10 -07:00
Djamil Legato
cbd6ab42c3
Let GPM read and pass the current channel to Grav's repository
2016-04-20 11:41:51 -07:00
Flavio Copes
8b39411fb4
Add Installer events ( #787 )
...
Refs https://github.com/getgrav/grav/issues/760
Uses a package's `install.php` file, in the package root folder, to allow a plugin/theme to hook into the install procedure and stop prior to executing an operation (install/update/uninstall), or show a message after having done it.
Example install.php file in the PR description https://github.com/getgrav/grav/pull/787
2016-04-20 19:02:21 +02:00
Flavio Copes
0a8fd26e04
Use correct version number we'll use
2016-04-20 16:11:16 +02:00
Flavio Copes
2e89ea5f19
Make sure alpha / beta / rc releases for 2.0.0 are included in ~2.0
2016-04-20 15:56:52 +02:00
Andy Miller
88e3c9dd18
Updated CHANGELOG.md
2016-04-19 17:41:06 -06:00
Andy Miller
82f5111857
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-19 17:32:55 -06:00
Andy Miller
23d2d19f35
More refactoring
2016-04-19 17:31:34 -06:00
Andy Miller
c5394f07f6
Support Ranges for streaming video
2016-04-19 17:08:57 -06:00
Andy Miller
33f06e00a1
add webm and ogv
2016-04-19 17:08:39 -06:00
Flavio Copes
96c2bae4f8
Add check to evaluateFunc()
...
Prevents obscure Twig error when $input is not set
2016-04-19 19:14:54 +02:00
Andy Miller
643a977df6
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-19 10:35:12 -06:00
Andy Miller
cea454b2c5
Deleted deprecated newuser command - use login plugin
2016-04-19 10:34:58 -06:00
Andy Miller
672b37359a
Moved devtools out of core into a plugin
2016-04-19 10:34:29 -06:00
Flavio Copes
5d97fed383
Add 500 error option to the comment
2016-04-19 11:36:57 +02:00