Andy Miller
1232ecacf7
Merge branch 'release/1.1.2'
1.1.2
2016-08-11 12:42:55 -06:00
Andy Miller
060b55bc6e
version update
2016-08-11 12:42:46 -06:00
Andy Miller
deda94a779
Fix for image not rendering 'id' attribute - #956
2016-08-11 09:56:27 -06:00
Matias Griese
f99f42a979
Debugger: Add support for dumping exceptions
2016-08-11 16:47:47 +03:00
Andy Miller
b3f35fb16e
Add ability to look up page mime types from media.yaml - #966
2016-08-10 16:53:58 -06:00
Andy Miller
1c462e8784
quoted redirect rules
2016-08-09 13:33:51 -06:00
Andy Miller
07d95d189c
Added logic to not add timestamp on remote references.
2016-08-01 16:20:02 -06:00
Andrew Murray
d8688975a2
Fixed typo ( #964 )
...
cheers
2016-07-31 00:06:50 -06:00
Flavio Copes
74f6890ce8
Prevent exception being thrown when calling the Collator constructor failed in a Windows environment with the Intl PHP Extension enabled [ #961 ]
2016-07-27 17:23:01 +02:00
Andy Miller
ab17fb2fdd
use Inflector class to hyphenize for consistency and safety
2016-07-22 09:46:52 -06:00
Flavio Copes
2bb6d1d4db
Changelog
2016-07-22 17:22:17 +02:00
Flavio Copes
07beafc679
If no parent is set and I call a siblings collection, return a new collection
...
Fix for a plugins combination issue detailed in
https://github.com/getgrav/grav-plugin-sitemap/issues/22
2016-07-22 17:21:02 +02:00
Flavio Copes
a40c61a8fa
Fix #952 hypenize the session name
2016-07-22 15:20:04 +02:00
Flavio Copes
e13ded1a5d
Changelog
2016-07-20 17:45:30 +02:00
Flavio Copes
98534bc836
Force SSL on a page if system.force_ssl is enabled ( #899 )
...
* Force SSL on a page if system.force_ssl is enabled
* Blueprint for force_ssl option
* Add default false for force_ssl
2016-07-20 17:33:29 +02:00
Flavio Copes
9b673591db
Changelog
2016-07-20 15:07:02 +02:00
Benny
496be79aa1
Improved authorize Twig extension ( #948 )
2016-07-20 15:00:15 +02:00
Djamil Legato
c0fcac3393
Fixed Folder::delete method to recursively remove files and folders and causing Upgrade to fail.
2016-07-19 11:16:13 -07:00
Flavio Copes
4d43812c77
Updated dependencies
2016-07-19 14:43:44 +02:00
Andy Miller
5a65269ef3
Merge branch 'release/1.1.1' into develop
2016-07-16 11:07:57 -06:00
Andy Miller
1a1b29116d
Merge branch 'release/1.1.1'
1.1.1
2016-07-16 11:07:56 -06:00
Andy Miller
6e6ff7c0b4
version update
2016-07-16 11:07:45 -06:00
Andy Miller
5871d1a823
Fix for invalid HTML chars and very long site titles #701
2016-07-15 11:44:16 -06:00
Andy Miller
cdb575c1bc
updated changelog
2016-07-15 10:02:24 -06:00
Andy Miller
8b6c77b8dd
bad nginx.conf
2016-07-15 08:43:00 -06:00
Flavio Copes
704521960e
Make paramsRegex static to prevent issue with calling it statically
2016-07-15 11:32:57 +02:00
Andy Miller
231bc816f0
Merge branch 'release/1.1.0'
1.1.0
2016-07-14 14:35:39 -06:00
Andy Miller
95537f3a32
Merge branch 'release/1.1.0' into develop
2016-07-14 14:35:39 -06:00
Andy Miller
82f453ea2f
set releases to stable
2016-07-14 14:35:23 -06:00
Andy Miller
b0db8c89dd
changed to stable releases
2016-07-14 14:33:17 -06:00
Andy Miller
3594e000b2
Merge branch 'release/1.1.0' into develop
2016-07-14 12:03:32 -06:00
Andy Miller
f8adf87544
Merge branch 'release/1.1.0'
2016-07-14 12:03:31 -06:00
Andy Miller
b193fcd2ed
version update
2016-07-14 12:03:21 -06:00
Andy Miller
6dfa1542fb
updated versions
2016-07-13 17:13:03 -06:00
Andy Miller
2282d2c69c
Fixed up the languages
2016-07-13 17:07:08 -06:00
Andy Miller
5a1d1a7622
Added Luxembourgish back to language codes
2016-07-13 16:22:41 -06:00
Andy Miller
6c042b4804
Unified PHP code header styling
2016-07-11 16:07:14 -06:00
Andy Miller
9b7b953684
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-07-11 13:20:01 -06:00
Andy Miller
0d8c69b615
updated changelog
2016-07-11 13:19:43 -06:00
Flavio Copes
29f6da675d
Cache images loaded from the route (when cache is enabled) ( #905 )
...
* Cache images loaded from the route (when cache is enabled)
* Use GMT instead of +0000 as used in DATE_RFC1123 format
2016-07-11 13:13:25 -06:00
Tyler Cosgrove
8e7cc01e75
Add user to config ( #913 )
2016-07-11 13:08:42 -06:00
Benny
1fb2d7333c
Feature: Better assets pipelining ( #917 )
...
* Add smart assets pipeline generation
* Drop cache key
* Fix absolute path generation in `buildLocalLink`
* Add unit test case
2016-07-11 13:06:05 -06:00
Djamil Legato
3529d19c8f
Added support for validation of multiple email in the type: email field (grav-plugin-email#31)
2016-07-05 16:32:05 -07:00
Flavio Copes
a6eef19297
Default getUpdatable to both plugins and themes
...
Was modified in https://github.com/getgrav/grav/pull/921 and caused an
error in Admin as the signature changed, restore original functionality
by default
2016-07-04 14:30:50 +02:00
Flavio Copes
6a169bf5f4
Fix https://github.com/getgrav/grav-plugin-admin/issues/682 saving a user when it's not yet created
2016-07-04 14:16:48 +02:00
Jean-Philippe Dépigny
05da8e90bf
Feature/more options gpm #892 ( #921 )
...
* add options to updateCommand in order to update only themes or plugins
* Fix typo in options comments
* refactor updateCommande and getUpdatable method in order to handle no options (plugins or themes)
* fix PSR-2 typo
2016-07-01 15:28:44 +02:00
Jean-Philippe Dépigny
c5b5423d5c
add ext-zip requirement ( #922 )
2016-07-01 13:51:35 +02:00
Flavio Copes
10212a310f
Update CONTRIBUTING.md
2016-06-29 08:39:46 +02:00
Flavio Copes
943d2c9892
Fix backend validation for file fields marked as required
...
Fixes https://github.com/getgrav/grav-plugin-form/issues/78
2016-06-28 13:32:39 +02:00
Andy Miller
ce499c795b
version update
1.1.0-rc.3
2016-06-21 17:51:07 +01:00