Commit Graph

1876 Commits

Author SHA1 Message Date
Andy Miller
5eb2e6375f Merge branch 'advisory-fix-1' into develop
# Conflicts:
#	CHANGELOG.md
2020-11-30 16:00:52 -07:00
Andy Miller
f77aa31685 Added scheduler warning 2020-11-30 15:42:01 -07:00
Andy Miller
474ca66a8b default to cron off 2020-11-30 15:34:54 -07:00
Matias Griese
d01c9599bd Escape page title in pages field 2020-11-16 15:41:16 +02:00
Matias Griese
a6f0f4945f Tightened checks when removing a media file, cleanup 2020-11-06 15:05:33 +02:00
Djamil Legato
d2c861933b Backported finder/pages navigation from 1.10 (you will still need 1.10 for the fancy Parent Picker) 2020-10-23 15:37:49 -07:00
Djamil Legato
7047535b5c Reverted logic to display readme/docs and added proper Docs language reference 2020-10-19 13:32:25 -07:00
Adam McKenna
eb1e8b72b2 Add focus states to login buttons (#1839)
This improves accessibility for keyboard users.
2020-10-17 12:42:02 -06:00
Ole Vik
13e659a748 Output raw text in paragraph for fieldset (#1956) 2020-10-17 12:40:38 -06:00
Andy Miller
40843b8eed cleanup for premium 2020-10-16 16:39:20 -06:00
Djamil Legato
af314f789d Added some flexibility to allow for installation of plugin/theme from whithin the same page 2020-09-04 20:35:38 -07:00
Djamil Legato
a788943918 Recompiled JS 2020-09-03 21:40:57 -07:00
Djamil Legato
eff3071c0f Fixed issue that would force a page reload when failing to install/update a plugin or theme. 2020-09-03 21:26:47 -07:00
Andy Miller
a59082db0a Support premium themes 2020-09-03 18:15:25 -06:00
Andy Miller
1b59974466 Premium style fixes 2020-09-02 17:13:30 -06:00
Andy Miller
683f5427fe fix compilation 2020-09-02 17:12:02 -06:00
Ricardo Verdugo
0a1908f1b5 Fix the hidden login plugin toggle
Broken during the blueprints change on 853fb07e19
2020-07-02 18:19:46 +01:00
Andy Miller
1c5a2e7d66 space in font
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-06-08 12:44:04 -06:00
Andy Miller
8983414c4c fixes #2934
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-06-08 12:32:58 -06:00
o1oo11oo
fba2d243ee Fix data urls used for avatar images (#1889)
data urls containing base64 encoded data break when the size parameter
gets added.
2020-05-18 11:21:09 -06:00
Matias Griese
1e1626bc20 Improved configuration fields for hiding page types in Admin 2020-03-02 21:41:35 +02:00
Andy Miller
c67be0e237 css compile 2019-10-23 15:20:01 -06:00
Vincent Nijhuis
890e87b86e Added target to rule 21 (#1518)
* Added target to rule 21

Made also changes in REPO https://github.com/trilbymedia/grav-plugin-quick-tray-links. The developer need to implement my pull requests to activate it in the plugin. The plugin will make it possible to edit the target in the plugin settings.

* added check
2019-10-23 14:50:00 -06:00
Fabian Dennler
05161e41d1 Warn user if javascript is disabled (#1722) 2019-10-23 14:48:50 -06:00
sque89
365ab2e062 add span with required sign to editor field label (#1748) 2019-10-23 14:47:37 -06:00
bdstr
e60ff04bc5 Update _login.scss (#1751) 2019-10-23 14:47:15 -06:00
Léo WG
d0492c9944 implementation of the setting to enable secure deletion of pages (#1752) 2019-10-23 14:46:41 -06:00
Matias Griese
927ccfa526 Fixed Badly encoded JSON data warning when uploading files [grav#2663] 2019-09-17 21:58:48 +03:00
Djamil Legato
faac66c51e Fixed preview link for non-images files in Pagemedia (fixes #1727, fixes #1728) 2019-08-21 10:10:49 -07:00
Djamil Legato
1ac925b117 Fixed regression with files in admin not allowing types other than images (fixes #1737) 2019-08-21 10:09:18 -07:00
Djamil Legato
b5bf334340 Fixed file form field failing resolution checks in certain circumstances 2019-07-31 16:57:41 -07:00
ricardo118
6e4b2020bb removing size classes from description
this has been fixed in form but not in admin
2019-07-27 16:49:00 +01:00
Djamil Legato
8c1f47396c Fixed issue with array field nested in list that were losing their index order when the list reordered 2019-07-17 11:06:39 -07:00
Djamil Legato
1542931d99 Fixed issue with array field nested in list that were losing their index order when the list reordered 2019-07-17 10:42:01 -07:00
Djamil Legato
d85a6777de Attach _list_index to fields within list items so that the index/key is available 2019-07-16 09:56:16 -07:00
ricardo118
2562cfbb34 Fix for user without config_system permissions (#1540)
When a user doesn't have admin.configuration_system permissions, rather than opening the next tab (site) it just blanks out without a tab open. This simple fix let's it check for system permission and if not add site. Ideally we should check in order:

if not system use site
if not site use media
if not media use info

but I don't see that being required too much as Info is the most likely one for a user to have if not system (since its just the basic site information)
2019-07-12 11:19:57 -06:00
Stefan Bauer
b4d61dbd4a reduce padding left and right to avoid buttons are displayed on two lines (in German " Passwort vergessen" and "Anmelden" needs to much space to display the buttons side by side) (#1720) 2019-07-12 11:19:27 -06:00
Djamil Legato
27f7408afd Removed sneaked in .idea folder 2019-07-09 18:39:46 -07:00
Djamil Legato
8f6bcc93d3 Fixed issue with nested list fields both utilizing the custom key functionality
# Conflicts:
#	themes/grav/js/admin.min.js
2019-07-09 17:01:15 -07:00
Djamil Legato
7fa8bca2e9 Better support for array field into list field
# Conflicts:
#	CHANGELOG.md
2019-07-09 17:00:24 -07: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
Miguel Pereira
8575c1e206 Update pages.html.twig
* Added missing closing </li> in language loops
2019-06-26 10:53:18 +03:00
Andy Miller
496e20367f Fixes issue with permission toggle #1702 2019-06-20 19:33:57 -06:00
Andy Miller
6e462efc5e Fixex #1700 - dashboard chart labels cut off 2019-06-17 22:10:58 -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
ec74b02590 default backups to empty array 2019-05-26 15:54:06 +03:00