Andy Miller
b805a5e405
removed extra space
2015-09-08 11:34:49 -06:00
Andy Miller
1e91e22c19
added template types to filter input
2015-09-08 11:31:39 -06:00
Andy Miller
dd7417b889
add display of page template to pages list
2015-09-08 11:14:53 -06:00
Andy Miller
7b361c97e3
badge css tweaks
2015-09-08 11:14:13 -06:00
Andy Miller
0113cdcf59
Check to ensure template has modular templates before showing add modular button
2015-09-08 11:13:52 -06:00
Andy Miller
704babb93c
updated fontawesome
2015-09-08 11:08:56 -06:00
Flavio Copes
c1e8eed95b
Merge branch 'develop' into feature/fix-nested-metadata
2015-09-08 11:38:23 +02:00
Flavio Copes
08d389739a
Allow editing nested metadata
2015-09-08 11:38:21 +02:00
Flavio Copes
233b1006f3
Fix saving nested metadata
2015-09-08 09:23:59 +02:00
Andy Miller
71b49ea823
Merge pull request #153 from Sommerregen/patch-2
...
Reduce complexity of Install/Uninstall gpm action
2015-09-07 14:58:44 -06:00
Djamil Legato
8381795f31
Fixed Chartist issue with Firefox ( fixes #138 )
2015-09-07 13:44:12 -07:00
Djamil Legato
68774774c2
Added input fields to the exclusion list of draggable elements in Collections ( fixes #142 )
2015-09-07 13:07:33 -07:00
Benny
55bad8dd0b
Reduce complexity of Install/Uninstall gpm action
...
This PR reduces the complexity of checking the visibility status of the GPM action "Install/Uninstall". This action field is only hidden on those plugins with a `enabled.type: hidden` field and shown otherwise. This PR especially accounts for plugins which have an `enabled: true` property, but their `enabled` option in the blueprint is located elsewhere (e.g. wrapped in a section field).
2015-09-07 22:07:22 +02:00
Djamil Legato
ae29c38f19
Maintain cursor position while cleaning up the folder name value ( fixes #144 )
2015-09-07 13:06:07 -07:00
Flavio Copes
8688eb8429
Fix page title visualization in the admin page, if it's not set in the header
2015-09-07 21:54:44 +02:00
Benny
4a0b6cd440
Fix missing translation in Array field
...
This PR fixes a missing translation in the array field form, when this field is initialized with existing data.
2015-09-07 21:12:43 +02:00
Andy Miller
38065a12fb
Merge pull request #151 from getgrav/feature-fix-forms
...
Work on forms
2015-09-07 09:19:08 -06:00
Andy Miller
a8cff11a4a
added a text-indent on mobile h1 headers
2015-09-07 09:16:02 -06:00
Tyler Cosgrove
34937c91b8
Merge pull request #9 from getgrav/develop
...
update develop branch
2015-09-07 10:01:57 -04:00
vivalldi
51086396fa
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
...
Conflicts:
themes/grav/css-compiled/template.css.map
2015-09-07 10:01:14 -04:00
Andy Miller
2beee90054
Merge pull request #148 from getgrav/feature/allow-plugins-hook-in-admin
...
Feature/allow plugins hook in admin
2015-09-07 07:58:58 -06:00
Flavio Copes
d87ae7b06a
Move display to the form plugin
2015-09-07 15:50:01 +02:00
Flavio Copes
a63262763d
Drop erroneously re-added datetime, now provided by the form plugin
2015-09-07 15:48:52 +02:00
Flavio Copes
6c0c680271
Merge branch 'develop' into feature-fix-forms
...
Conflicts:
themes/grav/templates/forms/fields/datetime/datetime.html.twig
2015-09-07 15:45:15 +02:00
Flavio Copes
0915860da0
Fixes #131 Images with parentheses in filename don't work
2015-09-07 14:19:14 +02:00
Flavio Copes
5658bad347
Call onAdminTemplateNavPluginHook to provide plugins the ability to populate plugins_hooked_nav
...
Example event handling:
public function onAdminTemplateNavPluginHook()
{
$this->grav['twig']->plugins_hooked_nav['PLUGIN_DATA.DATA'] =
['route' => 'data', 'icon' => 'fa-file-text'];
}
2015-09-07 11:48:42 +02:00
Flavio Copes
921fb71dbc
Should not be able to delete last empty array field. Fixes #145
2015-09-07 10:27:17 +02:00
Andy Miller
47f6eb49a1
better display/text field for #143
2015-09-05 12:39:27 -06:00
Vivalldi
0609eabe13
mend
2015-09-05 14:02:14 -04:00
vivalldi
71de607bb8
mend
2015-09-05 13:36:49 -04:00
Admin
25ee6ee5d0
Compile with correct colors
2015-09-04 20:30:11 -04:00
vivalldi
ea5109cd48
Page editor button fix
2015-09-04 20:13:27 -04:00
vivalldi
9a4e47ed9d
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
...
Conflicts:
themes/grav/css-compiled/template.css.map
2015-09-04 19:32:15 -04:00
vivalldi
4604e75f52
Testing sourcetree app. don't mind me.
2015-09-04 16:59:55 -04:00
unknown
c999ab9634
Quick fix, icon change
2015-09-04 15:02:51 -04:00
Andy Miller
b945e08641
fix for z-index in lang dropdowns
2015-09-04 12:59:47 -06:00
Andy Miller
b6d998f89e
Updated chartist library
2015-09-04 12:20:48 -06:00
Flavio Copes
72819f20c5
Move ignore to admin, move email to form
2015-09-04 18:20:39 +02:00
Flavio Copes
c25c501b6f
Renamed uploads form field to pagemedia
2015-09-04 16:59:18 +02:00
unknown
46ab221e41
Mobile.js changed for accurate menu toggles
2015-09-03 19:49:31 -04:00
unknown
e5e77bf472
Merge branch 'develop' into feature/mobile
...
Conflicts:
themes/grav/css-compiled/template.css.map
2015-09-03 17:14:29 -04:00
Tyler Cosgrove
88e946804a
Menu bug hotfix
2015-09-03 16:45:40 -04:00
vivalldi
cf1b8536ea
Tablet version - ready for bug check
2015-09-03 15:46:38 -04:00
Flavio Copes
a40169471d
Move toggle field to the admin plugin
2015-09-03 18:50:10 +02:00
Flavio Copes
91f30214d3
Move section, tab, tabs back to the admin plugin
2015-09-03 18:47:24 +02:00
Flavio Copes
3fe3c39f13
Drop Datetime field, now in Form
2015-09-03 17:33:25 +02:00
Flavio Copes
aa6e3b3be3
Focus on frontmatter in expert mode, fixes #134
2015-09-03 13:21:13 +02:00
Andy Miller
b3328a0205
turn of gaps left by forced scrollbars
2015-09-02 18:18:27 -06:00
Andy Miller
34a2f13d61
remove dump()
2015-09-02 18:18:10 -06:00
Andy Miller
d597447293
backed out the date format stuff in picker
2015-09-02 18:02:19 -06:00