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
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
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
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
Flavio Copes
3d53166651
Changelog
2016-06-20 18:54:36 +02:00
Flavio Copes
1bf4428752
Fix params regex not taking into consideration param separators other than :
2016-06-20 18:51:57 +02:00
Flavio Copes
d1cb75b6a2
Add a onPageFallBackUrl event when starting the fallbackUrl() method
...
Use case: allow to password-protect page media too via the Login plugin
2016-06-17 19:31:12 +02:00
Andy Miller
ac67fb7337
Switching back to more stable cache key #906
2016-06-17 16:30:42 +01:00
Benny
59bbaa5f33
Respect enable_asset_timestamp settings for pipelined Assets ( #906 )
...
* Respect `enable_assets_timestamp` settings for pipelined Assets
* Add a timestamp to the name generation process in `pipelineCss` and `pipelineJs`
* Compute uid for `pipelineCss` and `pipelineJs` on assets and on timestamp
2016-06-16 22:02:58 +01:00
Benny
f845943c47
Optimize PR #902 ( #908 )
2016-06-16 16:24:56 +02:00
Artyom Mezin
f8964ab908
Remove end date check if not specified (better 32-bit support) ( #902 )
...
* Remove end date check if not specified (better 32-bit support)
Related to https://github.com/getgrav/grav/issues/898
I can't find better way to remove it with DRY principle 😑
With smaller code we need to check a value for each `$this->items` iteration.
Also it can be used with `PHP_INT_MAX` with previous version of this code.
* Include endpoints
2016-06-15 09:19:17 +02:00
Andy Miller
fedf7f0903
version updates
1.1.0-rc.2
2016-06-14 18:13:10 +01:00
Andy Miller
6e516e8971
updated changelog
2016-06-11 22:32:10 +01:00
Andy Miller
d42786484f
Pass the exception to the onFatalException() event
2016-06-11 22:27:34 +01:00
Flavio Copes
dbb9725567
restore require-rev
2016-06-10 14:38:53 +02:00
Flavio Copes
b5cfca1ba1
composer update
2016-06-10 13:03:32 +02:00
Flavio Copes
5931857416
Feature/cache fixes ( #887 )
...
* Add redis to the list. Add back memcached
* Add configuration options for memcache, memcached, redis
* Add Memcached implementation
2016-06-10 11:35:12 +02:00
Joel Handwell
18d320f72e
Update broken link for Doctrine Cache ( #886 )
2016-06-09 08:49:04 +02:00
Benny
0e0ed38168
Fix Utils::normalizePath() truncating zeros out of path ( #882 )
...
good fix! cheers.
2016-06-06 13:01:28 -06:00
Flavio Copes
2ba1875cc1
Update to jQuery 2.2.4
2016-06-06 11:26:22 +02:00