Andy Miller
005f626b88
Set template type based on request headers content-type if set
2018-11-09 17:10:03 -07:00
Andy Miller
63005a8280
minor monolog update
2018-11-08 10:40:22 -07:00
Matias Griese
2943294d08
Added CsvFormatter and CvsFile classes
2018-11-08 12:12:37 +02:00
Andy Miller
ed03b02e52
updated changelog
2018-11-06 08:54:48 -07:00
Andy Miller
f43f992125
Merge branch '1.6' of github.com:getgrav/grav into 1.6
2018-11-06 08:52:51 -07:00
Andy Miller
0b646875d0
cleaned up service id map
2018-11-06 08:52:45 -07:00
Matias Griese
b1b4469d18
Flex form: allow custom form views
2018-11-06 13:54:55 +02:00
Andy Miller
eea70d380c
Set default config to testing
1.6.0-beta.5
2018-11-05 16:10:54 -07:00
Andy Miller
a32880a84d
Prepare for 1.6.0-beta.5 release
2018-11-05 15:45:19 -07:00
Andy Miller
3c2a8510f9
Added new uniqueness option to optionally use security.salt
2018-11-04 15:50:03 -07:00
Andy Miller
64b0fd7e86
minor symfony library version updates
2018-11-03 18:53:43 -06:00
Andy Miller
36432c00ac
Merge branch 'develop' into 1.6
2018-11-03 18:52:18 -06:00
Scott Hamper
e7d660149e
Fixed markdown parsing for telephone links ( #2235 )
...
Telephone links use the `+` character to specify a country code, but Grav was replacing the `+` with a space character.
2018-11-03 14:57:02 -06:00
John Hamrick
829638c143
Update default.md ( #2245 )
...
Making documentation consistent between sources: Issue Typo! #650
In (grav-learn/pages/01.basics/04.basic-tutorial/docs.md) the text under the heading Adding a New Page is 02.mypage
In (grav/user/pages/01.home/default.md) the text under the heading Adding a New Page is 03.mypage
2018-11-03 14:56:21 -06:00
Andy Miller
601990d59b
Set session name based on security.salt rather than GRAV_ROOT #2242
2018-11-03 14:36:51 -06:00
Andy Miller
3469974861
Smarter security.salt checking now we use security.yaml for other options
2018-11-03 14:28:47 -06:00
Andy Miller
167ea6419b
Merge branch '1.6' of github.com:getgrav/grav into 1.6
2018-11-03 14:09:06 -06:00
Andy Miller
472b575e20
Added option to configure list of xss_invalid_protocols in Security config #2250
2018-11-03 14:09:00 -06:00
Matias Griese
b622ff7f14
Flex form: added support for uniqueid
2018-11-02 21:01:29 +02:00
Djamil Legato
d70d0b889e
Fixed count of commands list for bin/plugin
2018-11-01 17:18:48 -07:00
Matias Griese
a84b791ac7
Minor fix for AbstractIndexCollection
2018-11-01 11:45:50 +02:00
Andy Miller
6332e7f518
Updated changelog
2018-10-30 17:45:53 -06:00
Andy Miller
849d3184b3
Added Video::preload() that was missing
2018-10-30 17:45:23 -06:00
Andy Miller
4344148bfa
added link
2018-10-30 09:26:35 -06:00
Andy Miller
251971485b
Added discord badge
2018-10-30 09:24:33 -06:00
Andy Miller
fa3ce13a87
minor dev vendor updates
2018-10-30 09:06:57 -06:00
Andy Miller
bc70d50ff0
Updated icon in debugger
2018-10-29 15:27:31 -06:00
Matias Griese
64a0dd52e8
Changelog update
2018-10-29 20:28:26 +02:00
Matias Griese
5d1c65c936
Minor collection cleanup
2018-10-29 20:13:34 +02:00
Matias Griese
3537770823
Added Route::withAddedPath() method
2018-10-29 12:22:43 +02:00
Matias Griese
b1090d4286
Added NotHandledException class
2018-10-29 09:55:36 +02:00
Matias Griese
5b097fc038
Merge remote-tracking branch 'origin/feature/1.6-controller' into feature/1.6-controller
2018-10-29 08:27:36 +02:00
Matias Griese
092ecd1417
Make Data class to extend JsonSerializable
2018-10-29 08:27:27 +02:00
Andy Miller
ff54dc82ff
Merge branch '1.6' into feature/1.6-controller
2018-10-26 21:15:59 -06:00
Andy Miller
ed105b42a2
Merge branch '1.6' of github.com:getgrav/grav into 1.6
2018-10-26 17:40:57 -06:00
Andy Miller
9e2a95db73
Minor code tweaks
2018-10-26 17:40:51 -06:00
Matias Griese
acf0854e6a
Changelog update
2018-10-26 09:12:58 +03:00
Matias Griese
809c4a1bcf
Merge remote-tracking branch 'origin/feature/1.6-controller' into feature/1.6-controller
2018-10-26 09:01:59 +03:00
Matias Griese
42887ca282
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-controller
2018-10-26 09:01:39 +03:00
Matias Griese
46752e9b10
Merge remote-tracking branch 'origin/1.6' into 1.6
2018-10-26 08:58:11 +03:00
Matias Griese
6be1127cf0
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
...
# Conflicts:
# CHANGELOG.md
2018-10-26 08:58:01 +03:00
Matias Griese
d8a627898e
Fixed fatal error if calling $session->invalidate() when there's no active session
2018-10-25 16:29:53 +03:00
Andy Miller
1f87c5069b
prepare for release
1.6.0-beta.4
2018-10-24 16:03:40 -06:00
Andy Miller
222f05fe81
version update
2018-10-24 15:10:20 -06:00
Andy Miller
023221bfab
added GRAV. prefix to core language strings
2018-10-24 14:41:54 -06:00
Matias Griese
b4e40a669d
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
...
# Conflicts:
# CHANGELOG.md
# composer.lock
# system/defines.php
2018-10-24 13:23:51 +03:00
Andy Miller
f812236180
whoops update
2018-10-23 12:37:01 -06:00
Matias Griese
b8c9f0cc8c
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-controller
...
# Conflicts:
# CHANGELOG.md
2018-10-23 21:10:28 +03:00
Matias Griese
072c7929f7
Fixed Folder::doDelete($folder, false) removing symlink when it should not
2018-10-23 20:16:12 +03:00
Matias Griese
4811fa7d49
Allow new task controllers to run
2018-10-23 18:04:21 +03:00