Andy Miller
74c005d39c
Added new onBeforeCacheClear event
2016-12-07 14:48:00 -07:00
Aaron Dalton
7b2716dab1
Added warning to command when new Grav version is available ( #1194 )
2016-12-07 14:16:00 -07:00
Djamil Legato
906c090bd4
Fixed issue with redirect of a page getting moved to a different location
2016-12-07 12:56:00 -08:00
Andy Miller
27ad9a24eb
Updated vendor libraries
2016-12-07 11:51:56 -07:00
Matias Griese
83fdecbdd1
Added stream support for images ()
...
Added stream support for links (`[Download PDF](user://data/pdf/my.pdf)`)
2016-12-07 19:51:06 +02:00
Flavio Copes
6c1a76b901
Use permissions field in group details. Fix saving permissions
2016-12-05 19:17:46 +01:00
Flavio Copes
4a5847784a
Thanks to @hughbris for taxonomy filter issue 896fb8138b
2016-12-05 10:06:47 +01:00
Flavio Copes
896fb8138b
Fix #1184 Fix issue with using a multiple taxonomy filter of which one had no results
...
If there are 2+ taxonomies required but one has 0 items, it was just
picking the ones corresponding to the other taxonomy, thus generating a
wrong result. Adding an empty array will later make array_intersect_key
generate an empty array if the operation is `and`
2016-12-03 13:47:25 +01:00
Andy Miller
678c445799
updated changelog
2016-12-02 10:27:39 -07:00
Fredrik Ekelund
36428e4735
Added ability to pass an array of explicit widths to ImageMedium#derivatives ( #1133 )
...
* Added ability to pass an array of explicit widths to ImageMedium#derivatives
Allows for more precise control than the min-width, max-width and
step parameters.
* ImageMedium#derivatives can now be called with an array from Markdown as well
Previously it was only possible from Twig code or PHP code
2016-12-02 10:21:59 -07:00
Vivien HAAG
10da784d53
Fix Page Collections problem with @page.modular ( #1178 )
2016-12-02 10:16:05 -07:00
Djamil Legato
c64cdb5dad
Typos in changelog
2016-12-01 12:42:59 -08:00
Djamil Legato
52b68a0a1b
Add range(int min, int max, int step) twig function to generate an array of numbers between min and max, inclusive
2016-12-01 12:40:21 -08:00
Flavio Copes
ee1742af1f
Sync webserver-configs/htaccess.txt with .htaccess
2016-11-29 11:33:50 +01:00
Matias Griese
6315283a3a
Fix publish date ordering
2016-11-29 12:29:16 +02:00
Flavio Copes
d8b3f215a2
Use new permissions field in user account
2016-11-28 19:00:25 +01:00
Flavio Copes
3838de1d97
If an array field has ignore_empty: true, only save options with a value
2016-11-28 18:59:41 +01:00
Flavio Copes
f6ddba52d8
Added alias selfupdate to the self-upgrade bin/gpm CLI command
2016-11-28 13:27:23 +01:00
Andy Miller
f7b35c3b79
Updated version
1.1.9-rc.2
2016-11-26 20:22:33 -07:00
Flavio Copes
8dd65b709d
Fix #946 issue with the sample nginx.conf, security section moved before PHP handler, and fixed backup folder uncorrectly named as backups
2016-11-25 22:32:14 +01:00
Flavio Copes
3064fe8ad9
Fix #713 Remove mappings missing if not cloned from github
2016-11-25 18:33:52 +01:00
Matias Griese
287a329a4d
Added two new sort order options for pages: publish_date and unpublish_date
2016-11-24 15:03:51 +02:00
Flavio Copes
923b2469f9
Fix https://github.com/getgrav/grav-plugin-admin/issues/874 use updated class namespace
2016-11-24 13:50:15 +01:00
Flavio Copes
55bb4cf2fa
Fix #1179 issue when we have a meta file without corresponding media
...
Also update changelog entries
2016-11-22 17:22:27 +01:00
Flavio Copes
5105be338a
Decode single taxonomy params ( #1164 )
...
Allows to use commas in taxonomy terms
2016-11-19 11:32:54 -07:00
Amélie Turgeon
20e36c8a00
Add 2 new language values for French ( #1174 )
...
set the name and native name for these two.
(fr-FR and fr-CA)
2016-11-19 11:32:05 -07:00
Flavio Copes
9dd4f690a8
Allow to override sorting flags for page header-based or default ordering. ( #1173 )
...
If the `intl` PHP extension is loaded, only these flags are available:
https://secure.php.net/manual/en/collator.asort.php . Otherwise, you can
use the PHP standard sorting flags
(https://secure.php.net/manual/en/array.constants.php )
[#1169 ](https://github.com/getgrav/grav/issues/1169 )
2016-11-19 11:29:28 -07:00
Matias Griese
9a15b5ebdc
Multisite: Create image cache folder if it doesn't exist
2016-11-15 16:10:34 +02:00
Andy Miller
5c003d38be
Ready for an RC.1 release
1.1.9-rc.1
2016-11-09 10:58:13 -07:00
Andy Miller
95ab80b8f9
Added message service into core Grav
2016-11-09 10:48:36 -07:00
Andy Miller
079468c609
Added User::find() method
2016-11-08 11:17:01 -07:00
Andy Miller
7c98ca7134
Added Base32 encode/decode class
2016-11-07 12:19:04 -07:00
Matias Griese
fbf9c345b9
Fixed URI path in multi-site when query parameters were used in front page
2016-11-07 08:45:02 +02:00
Andy Miller
491e73eade
Fixed CompiledJsonFile as it was not caching properly
2016-11-04 06:47:27 -06:00
Djamil Legato
e73773672b
Removed internal docs reference for Folder::create and Folder::mkdir
2016-11-01 17:07:06 -07:00
Andy Miller
98d022ee49
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-11-01 13:03:53 -06:00
Andy Miller
abca8ce433
CompiledJsonFile::content() should support $assoc
2016-11-01 13:03:43 -06:00
Flavio Copes
2dcd4aeaad
Changelog
2016-11-01 13:54:06 +01:00
Fredrik Ekelund
58d4e3384e
Use correct ratio when applying image filters to image alternatives ( #1147 )
...
Because of a previous change, the keys of the image alternatives array
is no longer the ratio, but rather the image width. We now make sure to
calculate the ratio correctly and use the appropriate one when applying
the image filters.
2016-11-01 13:52:50 +01:00
Andy Miller
76aed8a119
Added CompiledJsonFile
2016-10-28 13:49:11 -06:00
Flavio Copes
37b8ffb7d2
Fix #1135 return max available number of items when calling random() on a collection passing an int > available items
2016-10-27 21:04:25 +02:00
Flavio Copes
af53d79e5e
Add Caddyfile for newer Caddy versions #1115
2016-10-25 18:58:52 +02:00
Flavio Copes
c3aa11abeb
Changelog
2016-10-25 16:33:57 +02:00
Gilles van Eeden
8e1454b3ab
functions added to taxonomy and twigextension ( #1124 )
...
* Update Taxonomy.php
* Update TwigExtension.php
* Update TwigExtension.php
Incorrect comment updated.
2016-10-25 16:32:18 +02:00
Flavio Copes
1c32f4eaee
Changelog
2016-10-25 16:27:24 +02:00
Adam Roe
cd15b9197b
Don't truncate HTML if content length is less than summary size ( #1125 ), fixes #1114
2016-10-25 16:25:56 +02:00
Andy Miller
afc18236c2
Fixed issue with site redirects/routes not processing with extensions
2016-10-24 10:13:21 -06:00
Andy Miller
fb1c8eb80d
Merge branch 'release/1.1.8' into develop
2016-10-22 22:38:47 -06:00
Andy Miller
19f3a24257
version update
2016-10-22 22:38:37 -06:00
Andy Miller
5bf95d8b87
Fixed an issues with unset SSL setting #1132
2016-10-22 22:36:58 -06:00