Commit Graph

1547 Commits

Author SHA1 Message Date
Andy Miller
6dd262c22d Minor CSS alignment tweaks 2018-01-09 14:51:48 -07:00
Andy Miller
a37377da47 form field updates 2018-01-09 12:53:00 -07:00
Andy Miller
d4020fed47 Missed a wrapper class #1307 2018-01-04 12:34:59 -07:00
Andy Miller
c697fa1936 Fixed a z-index issue with editor fullscreen #1302 2018-01-04 12:21:14 -07:00
Andy Miller
ffccb642de Fixed login logo sizes 2017-12-28 19:34:38 -07:00
Andy Miller
fbe2808884 fixed min-height 2017-12-27 21:32:11 -07:00
Andy Miller
f2217818d2 Fixed height 2017-12-27 21:31:10 -07:00
Andy Miller
093d8bfdbe alignment tweaks 2017-12-27 15:48:45 -07:00
Andy Miller
e37c65965e Fixed up login page 2017-12-27 15:24:40 -07:00
Andy Miller
2be9410d89 Fixes 2017-12-27 12:28:51 -07:00
Andy Miller
6bb96ac958 Logo tweaks 2017-12-27 11:35:30 -07:00
Andy Miller
b8fe009bdb Font tweaks 2017-12-27 11:15:19 -07:00
Andy Miller
30bde947fe tweaks 2017-12-27 00:11:49 -07:00
Andy Miller
fe225ffca9 New Color Scheme 2017-12-26 23:54:14 -07:00
Matias Griese
80b033268b Added simple value support for list field type and checks to automatically hide collapse buttons when there's only single value in list type 2017-12-22 13:47:17 +02:00
Andy Miller
1b97769ea5 Logout is one step now 2017-12-01 16:08:52 -07:00
Andy Miller
9d7356511a Tweak for tabs 2017-11-27 21:21:53 -07:00
Philippe
d3064a0814 Fixed selecitze field not properly updating its value when the options attribute is provided and more than one option is selected. (#1236) 2017-11-27 21:17:59 -07:00
Gilles van Eeden
0387025ece Add "classes" property to pagemedia.html.twig (#1274)
* Update pagemedia.html.twig

* Update pagemedia.html.twig
2017-11-27 21:13:29 -07:00
cofunin
2d70928e2d Add vertical style for order field (#1253) 2017-10-30 18:14:45 -06:00
Djamil Legato
4068763437 Fixed issue where sortable media in expert mode would reset frontmatter (fixes #1252) 2017-10-27 10:48:02 -07:00
Djamil Legato
486083cbd8 Added sortable capabilities for PageMedia 2017-10-19 17:27:00 -04:00
Andy Miller
af13b12729 Use system PHP size for upload limit 2017-10-11 14:20:39 -06:00
Djamil Legato
1ae0b9648f Recompiled JS / Added CHANGELOG entry (#1239) 2017-10-09 17:09:52 -07:00
Jacob Müller
d3c410caaf Fix Dropzone upload timeout (#1239)
Closes #1238.
2017-10-09 16:14:34 -06:00
Djamil Legato
4f3d9a02e9 Fixed chart labels not parsing HTML (fixes #1234) 2017-09-30 16:16:47 -07:00
Andy Miller
aa610e58fd Compiled CSS with latin fonts 2017-09-29 16:49:00 -06:00
Newb I the Newbd
8cf7b114eb Added support for Latin Extended fonts (#1221) 2017-09-28 17:44:35 -06:00
Djamil Legato
c7ac9cd3b9 Fixed headers dropdown in editor to properly align 2017-09-27 06:44:04 -07:00
Djamil Legato
66d212ba04 Recompiled JS (#1222) 2017-09-27 06:43:57 -07:00
Newb I the Newbd
8c41f89b69 Replaced a leftover "is empty" check (#1232) 2017-09-26 07:33:17 -06:00
Newb I the Newbd
230bdcc8aa Add collapsible attribute to lists (#1231) 2017-09-25 21:35:45 -06:00
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