Andy Miller
8f522ee11d
Merge branch '1.4' of https://github.com/getgrav/grav into 1.4
2017-12-27 13:39:27 -07:00
Andy Miller
f48c0b1700
fix for special chars in base path #1799
2017-12-27 13:39:16 -07:00
Matias Griese
e217489d37
Added new configuration option system.session.initialize to delay session initialization if needed by a plugin
2017-12-27 21:03:41 +02:00
Andy Miller
bd578070de
removed _set method as it breaks GPM
2017-12-18 17:34:49 -07:00
Andy Miller
a8a061d4b2
updated defines for beta.2
2017-12-18 14:28:07 -07:00
Andy Miller
3e15de74f4
Added header_var twig function
2017-12-17 13:45:48 -07:00
Andy Miller
e9b7c8dad2
Merge branch '1.4' of https://github.com/getgrav/grav into 1.4
...
# Conflicts:
# CHANGELOG.md
2017-12-15 15:13:29 -07:00
Andy Miller
b6e5bfa7f3
Fixed BadMethodException in GPM updates #1784
2017-12-15 15:12:26 -07:00
Matias Griese
fb106b1106
Removed constructor from ObjectInterface
2017-12-15 21:31:40 +02:00
Andy Miller
aadb8bb2ea
Added some new theme twig functions
2017-12-13 21:51:06 -07:00
Andy Miller
7ec66b2bf2
Transferred copyright
2017-12-11 15:08:05 -07:00
Andy Miller
b5f75acf50
Fix array casting with DOM elements
2017-12-11 13:17:03 -07:00
Djamil Legato
d34fad65b5
Removed Page interfaces
2017-12-11 11:49:19 -08:00
Djamil Legato
8d82fce89f
Updated version to 1.4.0-beta.1
2017-12-11 11:46:30 -08:00
Matias Griese
bfd8a087bf
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
# system/defines.php
2017-12-11 20:54:33 +02:00
Djamil Legato
cc648b885c
Updated grav version for 2.0 branch
2017-12-08 18:14:04 -08:00
Andy Miller
6628bbbe2f
Fix for illegal offset scheme errors
2017-12-08 11:52:48 -07:00
Andy Miller
671e0d47ea
Prepare for release
2017-12-06 06:43:28 -07:00
Andy Miller
ee2f5663c4
Revert "Fixed issue #1742 where the creation of GPM object tried to connect to Remote repositories even if only Local package was needed ( #1746 )"
...
This reverts commit 2cc34151df .
2017-12-06 06:41:47 -07:00
Andy Miller
0554b25c78
Prepare for release
2017-12-05 17:16:05 -07:00
Andy Miller
83bfc1fd0f
Added support for intl_enabled option
2017-12-05 17:03:05 -07:00
Andy Miller
30439b864d
Added a quick type test for #1764
2017-12-05 11:04:59 -07:00
Andy Miller
80999121a9
Potential fix for #1764
2017-12-05 10:51:44 -07:00
Andy Miller
ca0d0bb373
Added a comment
2017-12-05 10:50:39 -07:00
Andy Miller
345578a05d
Force field.multiple: true for checkboxes to use min/max rules
2017-12-04 22:32:26 -07:00
Andy Miller
1f0537124a
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-12-04 18:14:25 -07:00
Andy Miller
2a2b9a12a7
Fix for checkbox validation form#216
2017-12-04 18:14:20 -07:00
Iain Gillis
5a19e05931
Fix typo ( #1770 )
2017-12-02 22:08:55 -07:00
Matias Griese
d943c559e2
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-12-01 20:40:36 +02:00
Andy Miller
6ae4680fcb
Move system twig templates to last
2017-12-01 11:38:38 -07:00
Matias Griese
0524bd2083
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-12-01 14:49:26 +02:00
Andy Miller
b4cf7899bb
cleanup
2017-12-01 00:01:23 -07:00
Andy Miller
eac16911d0
Added new core twig templates
2017-11-30 18:31:13 -07:00
Andy Miller
21bef62b82
Added get and set FlashCookieObject() methods
2017-11-30 18:28:25 -07:00
Matias Griese
66d8269a1b
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-11-29 10:46:46 +02:00
Matias Griese
90e05694d3
Merge remote-tracking branch 'origin/develop' into develop
2017-11-28 14:58:07 +02:00
Matias Griese
b97ac503a1
Add filter for item-list type (removes empty items from the list)
2017-11-28 14:57:53 +02:00
Agustin Villalba
2cc34151df
Fixed issue #1742 where the creation of GPM object tried to connect to Remote repositories even if only Local package was needed ( #1746 )
...
All good, thanks!
2017-11-27 21:15:09 -07:00
Iain Gillis
4c160533c2
Add additional controls to HTML5 audio attributes ( #1756 )
...
Adds support for `autoplay`, `controls`, `loop`, and `preload` attributes, with rudimentary validation for preload.
Those for `autoplay`, `controls`, and `loop` are copied directly from pfcloutier-druide/aaa3f82
See also #1442 .
2017-11-27 21:12:56 -07:00
Matias Griese
59dd0d1212
Fixed CSS Pipeline failing with Google remote fonts if the file was minified ( #1261 ) ( #1763 )
...
* Fixed CSS Pipeline failing with Google remote fonts if the file was minified (#1261 )
* Assets: Make tag check ungreedy again -- inline js may have tags in the content
2017-11-27 21:12:33 -07:00
Andy Miller
362ee4c9eb
Fix for URL encoding with Multibyte folders
2017-11-27 18:27:18 -07:00
Andy Miller
2462331884
Fix for MB Markdown links #1749
2017-11-27 18:21:08 -07:00
Matias Griese
ddd451b94c
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-11-17 08:04:41 +02:00
Matias Griese
cb4147a4bd
Fixed token creation issue with Uri params like /id:3
2017-11-17 08:03:58 +02:00
Wensheng Yan
72f3a01abf
Update Cache.php ( #1745 )
...
make sure find resource return valid path.
2017-11-15 18:35:44 -07:00
Matias Griese
aa2341dfb5
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# system/src/Grav/Common/User/User.php
2017-11-13 09:48:35 +02:00
Matias Griese
31e3c1c295
Remove support for config.user, it was broken and bad practise
2017-11-10 22:07:29 +02:00
Andy Miller
37891a1032
Minor optimizations
2017-11-08 05:34:42 -07:00
Andy Miller
70284e1517
Sort using folder name #1740
2017-11-07 18:38:35 -07:00
Andy Miller
0bca1dcb48
Fix for custom_base_url issues #1736
2017-11-07 17:50:06 -07:00