Commit Graph

1457 Commits

Author SHA1 Message Date
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
3543f11e25 Merge pull request #155 from getgrav/feature/fix-nested-metadata
Feature/fix nested metadata
2015-09-08 11:42:38 +02: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
330d200981 some more new lang strings 2015-09-07 16:59:51 -06:00
Andy Miller
28b249799a Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2015-09-07 15:39:17 -06:00
Andy Miller
6c61372311 Add lang strings for ignore files/folder from system.yaml 2015-09-07 15:39:11 -06: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
Flavio Copes
f418b1ee5e Merge pull request #152 from Sommerregen/patch-1
Fix missing translation in Array field
2015-09-07 21:40:41 +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
Andy Miller
4eb0a415ec Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2015-09-07 09:09:58 -06:00
Andy Miller
70be921a3a added to/from YAML filters in admin twig extension 2015-09-07 09:09:43 -06:00
Andy Miller
de55d635f1 Merge pull request #141 from Vivalldi/develop
Style edits for mobile
2015-09-07 08:05:43 -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
5527ddbf1f Merge pull request #150 from getgrav/feature/fix-handling-media
Fixes #131 Images with parentheses in filename don't work
2015-09-07 14:19:44 +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
a52f2c842b Allow plugins to provide pages in (plugin)/admin/pages/ 2015-09-07 11:49:41 +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
Tyler Cosgrove
156e0128a2 Merge pull request #8 from Vivalldi/feature/mobile
Correct compile
2015-09-05 08:57:29 -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
f39e9f08d2 Merge branch 'feature/mobile' into develop 2015-09-04 17:00:45 -04:00
vivalldi
4604e75f52 Testing sourcetree app. don't mind me. 2015-09-04 16:59:55 -04:00
unknown
81ecebb098 Merge branch 'develop' into feature/mobile 2015-09-04 15:31:12 -04:00
Tyler Cosgrove
6ddfd5fe8c Merge pull request #7 from Vivalldi/feature/mobile
Feature/mobile to develop
2015-09-04 15:11:25 -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