Matias Griese
|
3f176c1924
|
Changelog update
|
2019-06-27 17:59:05 +03:00 |
|
Matias Griese
|
91d20d8840
|
Changelog update
|
2019-06-27 14:47:05 +03:00 |
|
Matias Griese
|
6998505e3c
|
Merge branch 'develop' of github.com:getgrav/grav into feature/multilang
# Conflicts:
# CHANGELOG.md
|
2019-06-27 14:46:28 +03:00 |
|
Matias Griese
|
ffa2e0a6f6
|
Added new configuration option system.languages.include_default_lang_file_extension to keep default language in .md files if set to false
|
2019-06-27 14:44:35 +03:00 |
|
Matias Griese
|
b54e4fb71b
|
Better form value handling for page name
|
2019-06-27 13:49:31 +03:00 |
|
Matias Griese
|
8f391d327a
|
Fixed another bug in Page::untranslatedLanguages()
|
2019-06-27 13:01:11 +03:00 |
|
Matias Griese
|
e0e29f468b
|
Fixed Language::getFallbackPageExtensions() to append .md file after the default language extension
|
2019-06-27 12:06:07 +03:00 |
|
Andy Miller
|
fa5c1e495d
|
Use new Utils::getSupportedPageTypes() to enforce html,htm at the front of the list #2531
|
2019-06-26 08:59:24 -06:00 |
|
Matias Griese
|
7fdb2c10cb
|
Minor code cleanup
|
2019-06-26 12:14:57 +03:00 |
|
Keith Bentrup
|
e422eebd3c
|
fixed typos in comments / API docs
|
2019-06-26 11:46:08 +03:00 |
|
Keith Bentrup
|
3dca7e3539
|
fixed typos in comments / API docs
|
2019-06-26 11:46:08 +03:00 |
|
Matias Griese
|
75210b102e
|
Changelog update
|
2019-06-26 10:48:06 +03:00 |
|
Matias Griese
|
f0e97a7277
|
Fixed some potential issues when $grav['user'] is not set
|
2019-06-26 10:38:38 +03:00 |
|
Matias Griese
|
f6c30cbeae
|
Fixed .md page to be assigned to the default language and to be listed in translated/untranslated page list
|
2019-06-26 10:18:14 +03:00 |
|
Newb I the Newbd
|
e16c81516e
|
Make yaml_decode only return array, again
|
2019-06-25 10:02:40 +03:00 |
|
Matias Griese
|
140c9a941f
|
Added support for custom FormFlash save locations
|
2019-06-24 13:15:27 +03:00 |
|
Andy Miller
|
5d4ea87402
|
Merge tag '1.6.11' into develop
Release v1.6.11
|
2019-06-21 15:19:04 -06:00 |
|
Andy Miller
|
eb58fe9e97
|
Merge branch 'release/1.6.11'
1.6.11
|
2019-06-21 15:19:04 -06:00 |
|
Andy Miller
|
9f1d7240a9
|
Prepare for release
|
2019-06-21 15:18:54 -06:00 |
|
Matias Griese
|
84894274f0
|
Fixed some FormFlash bugs, cleaned up the code
|
2019-06-21 22:59:54 +03:00 |
|
Matias Griese
|
ea09002012
|
Changed FormFlashInterface constructor to take $config array
|
2019-06-21 13:19:01 +03:00 |
|
Matias Griese
|
601ec5cb7a
|
Added FormFlashInterface
|
2019-06-21 11:47:21 +03:00 |
|
Matias Griese
|
85ec2ee3a0
|
Fixed error if user has no form flashes
|
2019-06-20 21:19:10 +03:00 |
|
Matias Griese
|
965f69f680
|
Fixed issue with FormFlash objects when there is no session initialized
|
2019-06-20 21:10:48 +03:00 |
|
Matias Griese
|
13a56dd4da
|
Initialize pages only once
|
2019-06-20 19:21:52 +03:00 |
|
Matias Griese
|
4cf1b8c400
|
Better fix for Route class
|
2019-06-20 19:21:35 +03:00 |
|
Matias Griese
|
9c805a4317
|
Added created timestamp to FormFlash
|
2019-06-20 12:18:55 +03:00 |
|
Matias Griese
|
b7b1182e14
|
Added timestamp to FormFlash objects
|
2019-06-20 11:47:23 +03:00 |
|
Matias Griese
|
f695aaaea4
|
Added FormTrait::getAllFlashes() method to get all the available form flash objects for the form
|
2019-06-20 00:51:20 +03:00 |
|
Matias Griese
|
b398d04d96
|
Fixed a bug in Route::withParam() method
|
2019-06-20 00:45:59 +03:00 |
|
Matias Griese
|
ac9ef4da76
|
Fixed empty form flash name after update
|
2019-06-19 20:56:23 +03:00 |
|
Matias Griese
|
a10893eaad
|
Fixed error in ImageMedium::url() if the image cache folder does not exist
|
2019-06-19 11:23:12 +03:00 |
|
Andy Miller
|
0e0d5b23be
|
Merge branch 'release/1.6.10'
1.6.10
|
2019-06-14 13:59:12 -06:00 |
|
Andy Miller
|
e6c8b30882
|
Merge tag '1.6.10' into develop
Release v1.6.10
|
2019-06-14 13:59:12 -06:00 |
|
Andy Miller
|
a222e353ba
|
prepare for release
|
2019-06-14 13:59:01 -06:00 |
|
Tracerneo
|
30cfe3bdfa
|
Change minimal port number to 0 (unix socket) (#2452)
|
2019-06-11 08:39:26 -06:00 |
|
Andy Miller
|
d227a82056
|
Fixed regresssion issue of Utils::Url() not returning false on failure #2524
|
2019-05-27 11:58:53 +03:00 |
|
Matias Griese
|
9825daa79b
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-05-26 16:27:53 +03:00 |
|
Matias Griese
|
10d405112c
|
Fixed Excerpts::processMediaActions() return value
|
2019-05-26 16:27:43 +03:00 |
|
Andy Miller
|
c4c70d082c
|
Fixes #2510 and #2511
|
2019-05-26 13:36:12 +03:00 |
|
Andy Miller
|
23a928c5b7
|
Fixed bitwise operator in TwigExtension::exifFunc() #2518
|
2019-05-26 13:33:24 +03:00 |
|
Andy Miller
|
8a7f624558
|
return the found language rather than just ‘true’
|
2019-05-26 13:23:08 +03:00 |
|
Djamil Legato
|
92e8dbf4ea
|
Added Funding.yml
|
2019-05-23 09:44:47 -07:00 |
|
y-u-s-s-u-f-i-s-l-a-m
|
aca04cee6b
|
Create now.json (#2515)
* Create now.json
* Update now.json
|
2019-05-23 07:43:27 -07:00 |
|
Matias Griese
|
7bc45bd9e0
|
Minor code cleanup/refactoring on flex caching
|
2019-05-23 10:04:09 +03:00 |
|
Matias Griese
|
9e5363b4df
|
Merge branch 'develop' of github.com:getgrav/grav into develop
|
2019-05-22 11:56:00 +03:00 |
|
Matias Griese
|
37f69d89cc
|
Some phpstan level 6 fixes
|
2019-05-20 10:52:32 +03:00 |
|
Andy Miller
|
30e96aa4ff
|
address deprecated message
|
2019-05-18 11:12:58 -06:00 |
|
Djamil Legato
|
7e1d3b260e
|
Fixed regression with bin/plugin not listing the plugins available (1c725c0)
|
2019-05-17 23:01:54 -07:00 |
|
Andy Miller
|
be558ccac9
|
fixes #2507
|
2019-05-17 11:10:15 -06:00 |
|