Commit Graph

826 Commits

Author SHA1 Message Date
Flavio Copes
57df779620 Merge branch 'develop' into feature/extend-editor-toolbar 2015-09-16 14:39:54 +02:00
Flavio Copes
c4c7f5b3f2 Add keepalive only on pages with data-grav-keepalive="true". Add data-grav-keepalive="true" to blueprints partials so all blueprints-generated forms are covered 2015-09-15 12:39:56 +02:00
Flavio Copes
edec46ca88 Prepare mdeditor.js to process custom buttons 2015-09-14 21:52:25 +02:00
Andy Miller
b9290e4779 Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2015-09-14 09:39:50 -06:00
Andy Miller
aaed431c83 fix for double messages 2015-09-14 09:39:31 -06:00
Flavio Copes
6db6c5cdba Set timeout keepalive to fire every (admin_timeout / 2) seconds 2015-09-14 16:25:03 +02:00
Flavio Copes
026a7934c6 Increase to 60s before the session ends (be less optimistic) 2015-09-14 16:13:13 +02:00
Flavio Copes
0e2317032b Keepalive in admin. Fires a 'keepAlive' task 5s before the end of the admin session 2015-09-14 15:58:34 +02:00
Pereira Ricardo
5a0f5914b0 Missed translate for value
If we used default and the value in the yaml need translation without this not working.
2015-09-14 00:05:53 +02:00
Andy Miller
61fdaa6ced Merge pull request #166 from namaless/pages-options-field
Added options field into pages
2015-09-13 15:40:09 -06:00
Pereira Ricardo
27a73289bf Added options field into pages
This is important when we used into plugin for select one page, but if not used this every time we update one page (where we not need to setup this field) the field is saved into the page.

With this we use at the same of normal select so we can use the empty key with default text.
2015-09-13 19:39:03 +02:00
Pereira Ricardo
76e63b8815 Added translation for save button. 2015-09-12 19:18:00 +02:00
Andy Miller
cc99715116 Merge pull request #159 from getgrav/feature/conform-to-authorize
Conform to authorize
2015-09-11 09:21:50 -06:00
Flavio Copes
d66ecd58fd Conform to authorize 2015-09-11 15:00:03 +02:00
Andy Miller
aa2ac8ed82 fix for #154 2015-09-10 15:57:27 -06:00
Flavio Copes
8ecf76941b Improve panel when not authorized 2015-09-10 21:30:16 +02:00
Flavio Copes
c0f15156d6 Admin nav shows only the items a user is authorized to access. Same thing the dashboard. Users with admin.maintenance can update 2015-09-10 20:03:21 +02:00
Andy Miller
b722c2295c added non modular and colorized 2015-09-09 21:38:28 -06:00
Andy Miller
20509e0011 Added more mode options 2015-09-09 19:37:29 -06:00
Flavio Copes
768db4b855 Fix dateformat field 2015-09-09 22:02:59 +02:00
Andy Miller
f61751aea1 added yaml value support to base field 2015-09-09 12:57:56 -06:00
Flavio Copes
d263dc12e8 Add an option to disable the automatic check for updates. Enabled by default. Grav updates still show up when pressing the 'Check for updates' button 2015-09-09 17:33:19 +02:00
Flavio Copes
8f7cc87773 Commend console logs 2015-09-09 11:47:50 +02:00
Flavio Copes
b28c93f1a7 Fixes #156. Also fixes Datepicker header in Chrome, was not aligned to the dates columns 2015-09-09 10:02:17 +02:00
Djamil Legato
d80c2814c8 Mobile: Do not error out on login page where sidebar isn't available 2015-09-08 15:50:11 -07:00
Djamil Legato
a042618b72 Ensuring pageFilter and pageTypes are available 2015-09-08 12:33:02 -07:00
Andy Miller
279ac6384f Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2015-09-08 12:30:56 -06:00
Andy Miller
bf16b00f4b removed a stray dump 2015-09-08 12:30:45 -06:00
Djamil Legato
4e01672a34 Added Page Types filtering and splitted Page Modes to their own column 2015-09-08 11:26:56 -07:00
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