Commit Graph

1515 Commits

Author SHA1 Message Date
Thomas Walter
bca7f7bbf4 Fix [required] fields not working in Microsoft Edge with Selectize.js (#1222) 2017-09-25 21:34:54 -06:00
Djamil Legato
e54fcbecbb Fixed Video markdown syntax when drag & dropping in the content editor (fixes #1160) 2017-09-25 19:06:52 -07:00
Djamil Legato
814298c262 Updated node modules dependencies 2017-09-25 19:05:28 -07:00
Djamil Legato
eb1f1caa66 Fixed fieldset field not allowing to properly save when contained within a list (fixes #1225) 2017-09-25 18:37:12 -07:00
Andy Miller
0378738e73 Old compiler 2017-09-25 17:11:04 -06:00
Andy Miller
1fa06440e8 Removed some debug statements 2017-09-14 21:05:51 -06:00
Andy Miller
80e6db005d recompiled CSS 2017-09-14 18:58:01 -06:00
Scott Hamper
0652cc6ddc Updated Google Font URLs to always connect over HTTPS. (#1106) 2017-09-14 18:56:54 -06:00
Andy Miller
a5651acc3e Recompiled JS 2017-09-14 18:52:15 -06:00
Thomas Walter
503f831d2e Fix editor not clickable in list field (#1224)
Editors in lists were not focusable by a click in Chrome, MS Edge an probably some other browsers. Removing the `filter` property from the sortablejs instance resolves this issue and seems to have no other impact on the functionality.

Fixes #1168
2017-09-14 18:49:24 -06:00
Andy Miller
cc2439b7d0 Rebuilt JS with updated libraries 2017-09-07 14:36:24 -06:00
Thomas Walter
bce7567d15 Downgrade babel-loader to v6.x (#1218)
Webpack 1.x doesn’t support babel-loader > v6.x
2017-09-07 14:33:46 -06:00
Andy Miller
c23e2a316a Recompiled CSS/JS with Gulp 2017-09-07 14:33:05 -06:00
Thomas Walter
41373c53d6 Fix partially cropped last line in markdown editor (#1219)
In browsers like IE, Edge and Firefox the last line of the markdown editor was cropped due to a higher padding-bottom value.
2017-09-07 14:28:07 -06:00
Andy Miller
cae4c06fff Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2017-09-05 16:25:23 -06:00
Andy Miller
390582267f Added custom form_id attribute for modal forms #1216 2017-09-05 16:25:18 -06:00
Thomas Walter
a74cff2b85 Fixed language switcher not working on MS Edge (#1213)
Adapted the `form` attribute polyfill to trigger a submit if any button with a corresponding `form` attribute is clicked. This matches the behaviour of browsers that support the `form` attribute.
2017-09-05 16:23:51 -06:00
Andy Miller
46085e7106 Added some color/hint to regen button 2017-08-27 12:55:32 -06:00
Andy Miller
3465b41e63 more 2fa visual tweaks 2017-08-26 19:15:45 -06:00
Andy Miller
8ca011dcd6 initial commit at dedicated page 2017-08-26 18:25:34 -06:00
Andy Miller
7705ac7477 2FA logic optimization 2017-08-26 11:10:41 -06:00
Andy Miller
0c8da2473a Layout tweaks 2017-08-25 18:40:10 -06:00
Djamil Legato
fd45ea284b Regenerate lang 2017-08-25 17:21:38 -07:00
Djamil Legato
92f240bbaf Added regenerate button and ajax 2017-08-25 16:50:11 -07:00
Andy Miller
8658466e8d two factor authentication essental elements 2017-08-25 16:20:57 -06:00
Andy Miller
c2f81fd26d removed merge marks 2017-08-24 21:45:00 -06:00
Andy Miller
0923a3abed fix redirect on login 2017-08-24 21:44:50 -06:00
Andy Miller
8123a2a09f Revamped toggle switch CSS #1198 2017-08-24 15:07:42 -06:00
Andy Miller
c117c4e332 Fixed a button alignment issue 2017-08-24 11:57:06 -06:00
Marcel Bischoff
d7df66de8d Merge pull request #1195 from getgrav/grav-plugin-admin/fix-https-redirect
Fix https -> http redirect issue
2017-08-22 13:18:48 -06:00
Andy Miller
1cba24e399 Fixed issue with iconpicker CSS overwriting #1199 2017-08-18 13:16:56 -06:00
Andy Miller
2f363e2de6 Added ability to set temporary admin messages 2017-08-16 10:59:22 -06:00
Andy Miller
2f94c936ad Merge branch 'feature/simple-icon-picker' into develop
# Conflicts:
#	themes/grav/js/admin.min.js
#	themes/grav/js/vendor.min.js
2017-08-15 16:00:25 -06:00
Andy Miller
7274c4b86b quicktray fixes 2017-08-15 15:37:34 -06:00
Djamil Legato
6bbaeaaf7a Added support for data-* in quick tray and made tray icons with pointer cursor 2017-08-15 12:41:04 -07:00
Djamil Legato
fb65fee7bd Exported to public Toastr and Request JS classes, under Grav.default.Utils 2017-08-15 12:40:14 -07:00
Andy Miller
717b39144f Initial nav tra development 2017-08-14 20:56:11 -06:00
Djamil Legato
0e555a33b3 Fixed SelectUnique field not working with files with spaces 2017-08-08 10:50:41 -07:00
Andy Miller
ba76cfa398 Recompiled JS 2017-08-02 17:15:37 -06:00
Timothy
5530a2859d Remove single quotes when slugifying title (#1178) 2017-08-02 17:10:05 -06:00
Andy Miller
2000ec0cda selected CSS 2017-07-31 15:26:55 -06:00
Andy Miller
4d4933c82f Fix for iconpicker CSS 2017-07-31 15:14:46 -06:00
Ante Drnasin
eb3c0d7ac1 Added 3rd function param after field exists check (#1182)
Fix for: https://github.com/getgrav/grav-plugin-admin/issues/1181
As this is my first fix for grav I'm not quite familiar (yet) with it's inner workings so I'm not sure
If any other checks (or tests) should be added or if any other conditions should be honored.
2017-07-29 19:24:23 -06:00
Flavio Copes
deaa11f895 Allow short format by adding format: short in the blueprint field definition 2017-07-26 18:29:57 +02:00
Christian Bewernitz
8170227058 Allow different field to be used as page label in list of pages (#1122)
* added option pages_list_display_field

* remove duplicate fallback to title
2017-07-25 19:01:41 -06:00
Flavio Copes
835405cd86 Fix closing hover when multiple items are used in the same page 2017-07-21 16:39:27 +02:00
Flavio Copes
e947a5ef3d Working inside lists 2017-07-21 15:35:23 +02:00
Flavio Copes
35439124cd Fix #1169 ignore missing Twig files (#1171) 2017-07-20 19:39:52 +02:00
Djamil Legato
316008f59c Fixed mediapicker field inside lists not properly updating the value on the target input (fixes #1157) 2017-07-17 12:35:59 -06:00
Djamil Legato
16c0614f05 Implemented offline mode 2017-07-15 11:15:10 -06:00