Matias Griese
2223b2eb73
Fixed deleting list field options completely, didn't save changes [ #2056 ]
2021-02-08 21:30:37 +02:00
Matias Griese
d757a36b8c
Fixed HTML Entities in titles [ #2028 ]
2021-02-08 19:38:52 +02:00
Bugo
9118dbee84
One more updates
2021-02-08 18:32:42 +02:00
Bugo
1686624823
Add more possibility to localize for admin plugin
2021-02-08 18:32:42 +02:00
Matias Griese
cbb3c464aa
Merge remote-tracking branch 'origin/develop' into develop
2021-02-08 17:27:19 +02:00
Matias Griese
ad5d3a3829
Improve flash file error detection
2021-02-08 17:25:32 +02:00
travis00001
24809634ba
Update en.yaml ( #2061 )
2021-02-07 10:44:55 -08:00
Djamil Legato
776ddb4ffa
Updated Changelog ( #2055 )
2021-02-06 20:42:52 -08:00
Karmalakas
a0b0fa0495
Add item at the top if top button is clicked in list field ( #2055 )
...
* Add item at the top if top button is clicked in list field
Pretty much title says it all. IMO it makes much more sense, that top button would add item at the top, because if list is long enough, you are not even seeing if something happens when item is added at the bottom. Created this PR because of [the question asked in forum](https://discourse.getgrav.org/t/blueprint-type-list-new-data-on-top-of-array/15254 ).
So the solution would be either like this PR suggests, or button actions should be configurable via Admin config somewhere.
* Change added item placement for List field
Add field `palecement` property check.
If `top` or `bottom`, both buttons add item to top or bottom.
If `position`, item is added depending on a clicked button position -
if top button is clicked, item added to top and if bottom button - item added to bottom.
Defaults to bottom
* Revert empty line at EOF
2021-02-06 20:36:28 -08:00
Matias Griese
905a2a299f
Fixed case-sensitive accept in filepicker field
2021-02-04 17:08:05 +02:00
Andy Miller
0f9a2567ea
Merge tag '1.10.3' into develop
...
Release v1.10.3
2021-02-01 15:23:00 -07:00
Andy Miller
dadc6a8b82
Merge branch 'release/1.10.3'
1.10.3
2021-02-01 15:23:00 -07:00
Andy Miller
67333071dd
prepare for release
2021-02-01 15:22:47 -07:00
Matias Griese
63d9758fdc
Fixed Call to a member function trackHit() on null [ #2049 ]
2021-02-01 16:25:06 +02:00
Matias Griese
17d425fef9
Changelog update
2021-01-29 10:12:04 +02:00
Matias Griese
fa2b999f96
Merge remote-tracking branch 'origin/develop' into develop
2021-01-29 10:11:29 +02:00
Matias Griese
3fd1c7ab6a
Requires **Grav 1.7.4** (SemVer library moved to Grav)
2021-01-29 10:11:20 +02:00
Djamil Legato
4ff373a8b1
Fixed field type range not taking into account legitimate 0 values
2021-01-25 20:29:15 -08:00
Andy Miller
5de805e340
Added special fonts back
2021-01-22 09:42:38 -07:00
Andy Miller
d6fde96a87
Merge branch 'release/1.10.2'
1.10.2
2021-01-21 11:49:17 -07:00
Andy Miller
193b970e0d
Merge tag '1.10.2' into develop
...
Release v1.10.2
2021-01-21 11:49:17 -07:00
Andy Miller
330d54b359
prepare for release
2021-01-21 11:49:03 -07:00
Matias Griese
01568544b5
Fixed admin style compilation failing to save CSS if assets folder does not exist
2021-01-21 14:44:41 +02:00
Andy Miller
5880050eb3
Merge branch 'release/1.10.1'
1.10.1
2021-01-20 12:00:06 -07:00
Andy Miller
e6857c455a
Merge tag '1.10.1' into develop
...
Release v1.10.1
2021-01-20 12:00:06 -07:00
Andy Miller
25437cc5b7
prepare for release
2021-01-20 11:59:56 -07:00
Djamil Legato
b8c47c32b3
Added watch.sh for compiling SCSS with native sass compiler
2021-01-20 10:32:24 -08:00
Andy Miller
41305c9d34
Fixes #2022
2021-01-20 11:26:57 -07:00
Andy Miller
ebf281bfbd
Merge branch 'release/1.10.0'
1.10.0
2021-01-19 12:00:35 -07:00
Andy Miller
1199b6f5cd
Merge tag '1.10.0' into develop
...
Release v1.10.0
2021-01-19 12:00:35 -07:00
Andy Miller
55ad96976e
Prepare for release
2021-01-19 12:00:25 -07:00
Matias Griese
5ed810a2ab
Fixed fatal error when moving a page using the old implementation [ #2019 ]
2021-01-18 12:40:13 +02:00
Matias Griese
de3a557b80
Display controller exceptions in debugger
2021-01-18 12:05:24 +02:00
Matias Griese
5def01f9fe
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into 1.10
...
Conflicts:
CHANGELOG.md
2021-01-12 16:08:22 +02:00
Matias Griese
9c4ad3eaca
Fixed evaluating default value in hidden field
2021-01-12 16:07:46 +02:00
Matias Griese
1d669c5fb9
Minor code improvements
2021-01-08 18:57:41 +02:00
Matias Griese
8e157bac5a
Fixed taxonomy field not listing existing options in Flex Pages
2020-12-23 21:07:23 +02:00
Matias Griese
a0fce62e31
Regression: Values inside Fieldset do not display [ #1995 ]
2020-12-23 20:23:55 +02:00
Djamil Legato
72116dcbca
Fixed notifications that would not be remembered as hidden + various improvements
2020-12-21 15:29:42 -08:00
Djamil Legato
06719a23dd
Properly exit the nested foreach when a matching dependency is found
2020-12-21 10:55:56 -08:00
Djamil Legato
d383680f96
Fixed missed highlight on the selected page in Parents field
2020-12-17 23:28:53 -08:00
Andy Miller
5881916d86
prepare for rc release
1.10.0-rc.20
2020-12-14 22:01:13 -07:00
Andy Miller
4049861f00
Merge branch 'develop' into 1.10
...
# Conflicts:
# blueprints.yaml
# themes/grav/js/admin.min.js
# themes/grav/templates/partials/themes-details.html.twig
2020-12-14 21:36:00 -07:00
Andy Miller
afb133f109
Merge tag '1.9.19' into develop
...
Release v1.9.19
2020-12-14 21:25:14 -07:00
Andy Miller
17e8354540
Merge branch 'release/1.9.19'
1.9.19
2020-12-14 21:25:13 -07:00
Andy Miller
f236d92136
prepare for release
2020-12-14 21:25:03 -07:00
Djamil Legato
cdbfd5e998
Recompiled JS
2020-12-14 17:52:41 -08:00
Djamil Legato
2f737d2771
Recompiled JS
2020-12-14 17:47:57 -08:00
Djamil Legato
b0c6b99cab
Always pass admin nonce
2020-12-14 17:45:08 -08:00
Djamil Legato
80f1273a5c
Do not force admin config
2020-12-14 17:41:58 -08:00