Commit Graph

3475 Commits

Author SHA1 Message Date
Djamil Legato
7fa8bca2e9 Better support for array field into list field
# Conflicts:
#	CHANGELOG.md
2019-07-09 17:00:24 -07:00
Andy Miller
29c7a12dd2 Updated lang file 2019-07-08 15:53:40 -06:00
ricardo118
9bb6afeb91 support for field.classes and field.outer_classes in type:section (#1704) 2019-07-03 13:13:31 -06:00
Romarain
40a49e59ac Added class support in the h1 (#1705)
The option "classes:" is now working and will generate a class in the h1.
2019-07-03 13:12:27 -06:00
Romarain
a5a4ed0aa7 Added class support for the whole container (#1706)
I copied/pasted the original `{% if field.classes is defined %}class="{{ field.classes }}" {% endif %}` present in the extended template of the form plugin.

Now, adding a "classes:" in the fieldset declaration should generate a correspondant class in the HTML.
2019-07-03 13:10:48 -06:00
Hugh Barnes
ad6e9833ab Avoid errors when backups Twig variable not set (#1711)
I don't make backups this way myself, so testing is tricky. I came to this through a discord question.
2019-07-03 13:09:58 -06:00
Matias Griese
c3b7285fa2 Fixed 2FA regenerate for Flex Users
# Conflicts:
#	CHANGELOG.md
2019-07-01 11:50:31 -06:00
Miguel Pereira
8575c1e206 Update pages.html.twig
* Added missing closing </li> in language loops
2019-06-26 10:53:18 +03:00
Andy Miller
d626305f11 Merge tag '1.9.7' into develop
Release v1.9.7
2019-06-21 15:14:40 -06:00
Andy Miller
5dea5f4e2c Merge branch 'release/1.9.7' 1.9.7 2019-06-21 15:14:39 -06:00
Andy Miller
3edf86f5cc prepare for release 2019-06-21 15:14:28 -06:00
Andy Miller
496e20367f Fixes issue with permission toggle #1702 2019-06-20 19:33:57 -06:00
Matias Griese
f2a8194572 Resetting a user's password clears the user's site access [grav#2528] 2019-06-20 22:13:04 +03:00
Andy Miller
6e462efc5e Fixex #1700 - dashboard chart labels cut off 2019-06-17 22:10:58 -06:00
Andy Miller
cab56f403a Merge branch 'release/1.9.6' 1.9.6 2019-06-15 12:11:40 -06:00
Andy Miller
5201e142d4 Merge tag '1.9.6' into develop
Release v1.9.6
2019-06-15 12:11:40 -06:00
Andy Miller
1d3c4b514d prepare for release 2019-06-15 12:11:29 -06:00
Andy Miller
3ff690b8a6 Updated changelog 2019-06-15 12:10:51 -06:00
Andy Miller
e14ac82803 revert parents_levels: 2 2019-06-15 12:09:56 -06:00
Andy Miller
e478343d8f Merge branch 'release/1.9.5' 1.9.5 2019-06-14 13:54:21 -06:00
Andy Miller
49986d9672 Merge tag '1.9.5' into develop
Release v1.9.5
2019-06-14 13:54:21 -06:00
Andy Miller
9afff7f95a prepare for release 2019-06-14 13:54:01 -06:00
Andy Miller
c828849e47 update changelog 2019-06-14 13:53:08 -06:00
Andy Miller
52d46cfa40 append/prepend for small sizes only 2019-05-27 19:32:58 +03:00
Andy Miller
7dc2c26995 Revert "prepend/append"
This reverts commit 9256e99e58.
2019-05-27 19:21:58 +03:00
Andy Miller
8046132d29 Debugger Provider lang strings 2019-05-27 19:21:25 +03:00
Andy Miller
856be28b3a PSR 7 Fixes 2019-05-27 19:21:17 +03:00
Andy Miller
ec74b02590 default backups to empty array 2019-05-26 15:54:06 +03:00
Andy Miller
9256e99e58 prepend/append 2019-05-26 15:47:22 +03:00
Djamil Legato
83fe46c257 Added funding details 2019-05-23 09:45:57 -07:00
Matias Griese
5ad800b939 Update requirements in README.md 2019-05-17 12:33:49 +03:00
Matias Griese
8926284389 If 2019-05-16 11:54:18 +03:00
Andy Miller
cf4179458f addon padding 2019-05-15 15:49:33 -06:00
Andy Miller
40006a90eb tweak for append 2019-05-15 15:48:12 -06:00
Andy Miller
fbadad9c36 Merge branch 'release/1.9.4' 1.9.4 2019-05-09 10:47:12 -06:00
Andy Miller
6b81bdf3ab Merge tag '1.9.4' into develop
Release v1.9.4
2019-05-09 10:47:12 -06:00
Andy Miller
10c5fc1bb1 prepare for release 2019-05-09 10:47:02 -06:00
rotanadan
c1d7ff6e94 Re enable "unset" button and fix for multiple drop zones (#1670)
* Unhide unset button and fix issues with it not working on multiple drop zones.

* add compiled assets

* add yarn, not sure we want this in repo

* remove temporary class

* add admin js compiled asset

* Recompiled JS / CSS

* Updated changelog (fixes #1427, fixes #1670, fixes #1982)
2019-05-08 15:41:51 -07:00
Andy Miller
c1f733e402 Use plugins:// stream rather than user://plugins #1674 2019-05-08 15:52:44 -06:00
Andy Miller
67be1e0391 Updated languages 2019-05-08 14:31:04 -06:00
Andy Miller
05bb6933a3 minor optimization 2019-05-03 13:01:14 -06:00
Andy Miller
c66619dd21 respect size with append/prepend + added copy-to-clipboard JS 2019-05-03 12:15:01 -06:00
Matias Griese
474571f2eb Fixed admin not detecting any existing users when Flex users are being used 2019-05-02 14:13:52 +03:00
Andy Miller
3c471ba864 updated changelog 2019-04-29 18:00:48 -06:00
Andy Miller
42179435eb Fixed issue saving page with non-standard language #1667 2019-04-29 18:00:12 -06:00
Andy Miller
7cee46bd59 Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop 2019-04-26 13:10:41 -06:00
Andy Miller
53bb4127b2 Fix for avatar URLs with ? in them 2019-04-26 13:10:36 -06:00
Matias Griese
044ab3a578 Only invalidate cache on creating new/deleting page to speed up the recovery 2019-04-26 10:03:06 +03:00
Matias Griese
f02400ad13 Fixed admin cache to detect moved and deleted pages 2019-04-25 16:15:33 +03:00
Andy Miller
aa3596b075 Merge branch 'release/1.9.3' 1.9.3 2019-04-22 15:17:12 -06:00