Commit Graph

1457 Commits

Author SHA1 Message Date
Djamil Legato
b63ea40118 Fixed codemirror padding 2016-03-03 11:26:13 -08:00
Andy Miller
c9e6d6c82e Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2016-03-03 12:25:23 -07:00
Andy Miller
d69d0bd5d7 fixed line numbers 2016-03-03 12:25:01 -07:00
Matias Griese
d1851b7d04 Merge remote-tracking branch 'origin/develop' into develop 2016-03-03 21:00:10 +02:00
Matias Griese
57a2de41b2 Blueprints change 2016-03-03 20:59:59 +02:00
Andy Miller
7da9e92ab2 removed unused 2016-03-03 11:57:47 -07:00
Andy Miller
31b586a364 removed unused kendo css 2016-03-03 11:55:40 -07:00
Djamil Legato
f88586a92d Merge branch 'feature/es6_revamp' into develop
# Conflicts:
#	themes/grav/templates/forms/fields/list/list.html.twig
2016-03-03 10:29:53 -08:00
Djamil Legato
c3e197ea2c Updated dependencies 2016-03-03 10:24:30 -08:00
Djamil Legato
b68f36ffac Cleanup 2016-03-03 10:21:31 -08:00
Flavio Copes
989bea815f Allow "Add Item" translation and custom label 2016-03-03 19:11:14 +01:00
Djamil Legato
f6ac011407 Rewritten Slugify in CommonJS and ES6. 2016-03-03 10:05:40 -08:00
Flavio Copes
25f9acfc11 Drop leftover class 2016-03-03 17:26:13 +01:00
Flavio Copes
7807393855 Merge pull request #438 from gRoberts84/add-list-button-label-option
Added list field option to set add item label
2016-03-03 16:31:51 +01:00
Gavin Roberts
8fe63901cc Added field option to allow you to specify the label of the "Add item" button. 2016-03-03 10:44:26 +00:00
Djamil Legato
b7cf2dffd7 Added drag-drop for media in Content editor 2016-03-02 20:22:04 -08:00
Djamil Legato
c52a3644d4 cleanup 2016-03-02 20:08:27 -08:00
Djamil Legato
e54db86256 Added option to hide toolbar in editor 2016-03-02 16:39:54 -08:00
Djamil Legato
f1d61742b8 Deprecated frontmatter field type 2016-03-02 16:39:41 -08:00
Djamil Legato
dc722ce79f Implemented Lint mode for editor 2016-03-02 14:38:48 -08:00
Djamil Legato
648e3e0676 Removed extra editor padding causing issue with CodeMirror 2016-03-02 14:38:23 -08:00
Djamil Legato
5c83abc13c Editor Buttons can now specify which modes they should apply to 2016-03-02 14:37:47 -08:00
Djamil Legato
c77a947bf8 Deprecated markdown field and aliased to the more generic editor/editor 2016-03-02 13:16:16 -08:00
Djamil Legato
6ab173df4a Workaround for new blueprints. Force select with null value to empty string 2016-03-02 11:59:34 -08:00
Djamil Legato
5597edfe9e Fixed editor toolbar colors 2016-03-02 11:19:11 -08:00
Djamil Legato
f5e1ea01f2 Merge remote-tracking branch 'origin/develop' into feature/es6_revamp
# Conflicts:
#	themes/grav/css-compiled/template.css
#	themes/grav/css-compiled/template.css.map
#	themes/grav/scss/template/_editor.scss
#	themes/grav/scss/template/_forms.scss
#	themes/grav/scss/template/_remodal.scss
#	themes/grav/templates/partials/base.html.twig
#	themes/grav/templates/partials/dashboard-statistics.html.twig
2016-03-02 11:13:06 -08:00
Djamil Legato
1465f1a7e6 Prevent toolbar from collapsing when switching between preview mode and code mode 2016-03-01 22:28:19 -08:00
Djamil Legato
e291d49fee Auto wrapping buttons in toolbar 2016-03-01 22:19:13 -08:00
Djamil Legato
d34081db92 Added ability to prevent from rendering any desired toolbar button from yaml declaration 2016-03-01 22:14:21 -08:00
Djamil Legato
44a96230ee Added tooltips for editor toolbar buttons and synching changes when typiging 2016-03-01 21:56:32 -08:00
Djamil Legato
561682d76d Add Editor field to mutation observer 2016-03-01 19:12:05 -08:00
Djamil Legato
944b0ab7f5 Exclude CodeMirror from SortableJS 2016-03-01 19:11:43 -08:00
Djamil Legato
aa73b82832 Implemented Preview button and states abstraction for toolbar 2016-03-01 19:00:29 -08:00
Djamil Legato
234484f14d Fixed separator for cache url 2016-03-01 18:59:32 -08:00
Andy Miller
a6bfd6f81e Hooked logo_text into blueprints 2016-03-01 18:19:52 -07:00
Andy Miller
f45e1dce24 updates with new SVG Grav logo 2016-03-01 16:23:55 -07:00
Djamil Legato
65a79a7a72 Added watchjs dependency 2016-03-01 14:16:50 -08:00
Djamil Legato
c5ff27c5bb Merge branch 'feature/es6_revamp' of github.com:getgrav/grav-plugin-admin into feature/es6_revamp 2016-03-01 11:03:57 -08:00
Flavio Copes
97e17500f4 Add dependencies() method in Admin
Generate an array of nested dependencies for a package, optionally
without duplicates
2016-03-01 19:52:24 +01:00
Flavio Copes
4e2be47479 Lint gpm 2016-03-01 19:50:12 +01:00
Andy Miller
020abedc86 fix for mono fonts 2016-02-29 22:17:23 -07:00
Andy Miller
46efa25183 support simple fonts again (cleanly this time) 2016-02-29 22:15:59 -07:00
Andy Miller
110318dfc9 Broke out fonts into separate css and setup for local use 2016-02-29 17:18:09 -07:00
Matias Griese
46c770ffe7 Add function AdminPlugin::getFormFieldTypes() 2016-02-29 14:21:59 +02:00
Andy Miller
b713906d6f optimized with a sass map 2016-02-27 14:24:35 -07:00
Andy Miller
b031708d6f Merge pull request #431 from gRoberts84/fix-modular-route-issue
Updated taskSave to ensure route is prefixed with a forward slash
2016-02-27 09:38:40 -07:00
Gavin Roberts
772172821b Updated taskSave to ensure route is prefixed with a forward slash 2016-02-27 07:54:17 +00:00
Andy Miller
b3a9d992d5 added tertiary color calculations 2016-02-26 21:23:55 -07:00
Andy Miller
9525084697 made the things configurable 2016-02-26 21:22:16 -07:00
Djamil Legato
bac120bfeb Initial rework for the editor 2016-02-26 15:54:06 -08:00