Commit Graph

209 Commits

Author SHA1 Message Date
Djamil Legato
a6b157c3ec Removed dividing lines in the plugins list details 2015-07-28 14:41:00 -07:00
Djamil Legato
0a6c42c702 Implemented collapsible rows in Plugins list to see details about the plugin itself 2015-07-28 14:36:19 -07:00
Djamil Legato
cf81822767 Added "Back to Themes" and "Back to Plugins" from the details pages 2015-07-28 12:56:37 -07:00
Djamil Legato
efb6233d2c Added support for value_only in Array field. Fixed misalignment of Array field when adding new ones. 2015-07-28 12:40:42 -07:00
Djamil Legato
c1ea4715a9 Fixed JS error while checking updates for plugins symlinked 2015-07-28 11:51:50 -07:00
Djamil Legato
d13da2a820 Leftover dump() 2015-07-28 11:26:28 -07:00
Andy Miller
3f40858ccc Uggg fixed admin redirect much more simply 2015-07-28 12:09:53 -06:00
Andy Miller
c24060d834 Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
# By Djamil Legato
# Via Djamil Legato
* 'develop' of bitbucket.org:rockettheme/grav-plugin-admin:
  Potentially fix language.support not being saved
2015-07-28 11:11:58 -06:00
Andy Miller
7b21fe8a46 ability to save and redirect to saved page 2015-07-28 11:11:43 -06:00
Djamil Legato
25677f05e1 Potentially fix language.support not being saved 2015-07-28 09:57:47 -07:00
Andy Miller
80d672a649 teamgrav icon in theme/plugin views 2015-07-27 19:33:52 -06:00
Djamil Legato
563cda4109 Implemented shortcut buttons for Expanding and Collapsing All pages (storing the state) 2015-07-27 14:57:59 -07:00
Djamil Legato
55701530e2 Restoring states of expanded parent pages on load 2015-07-27 14:33:32 -07:00
Djamil Legato
224e9eb2a2 Implemented logic for saving in sessionStorage the pages expand/collapse. Optimized also the Ajax calls to abort when resetting the field. 2015-07-27 14:32:31 -07:00
Djamil Legato
594171a7a2 Made jqxhr accessible from API 2015-07-27 14:31:37 -07:00
Andy Miller
d012b9d933 various tweaks 2015-07-24 17:31:29 -06:00
Andy Miller
38c98f563d some form refactoring 2015-07-22 16:34:22 -06:00
Gert
60f0de1e94 switch toggle to checkbox for overrides 2015-07-22 16:23:16 -06:00
Gert
592b54e9ad handle form fields that do not implement the js framework too 2015-07-22 16:23:05 -06:00
Gert
f3ed44db0c manual merge again 2015-07-22 16:22:57 -06:00
Andy Miller
d8e0ee979a put HTML5 validation back on 2015-07-22 14:55:01 -06:00
Andy Miller
49a446021c updated chartist library 2015-07-22 14:30:53 -06:00
Andy Miller
eb066bb432 added support for info, notice, and error messages 2015-07-22 14:01:54 -06:00
Andy Miller
054393a11f Merge branch 'feature/forms' into develop
Conflicts:
	themes/grav/css-compiled/template.css.map
	themes/grav/templates/forms/fields/text/text.html.twig
2015-07-22 12:20:57 -06:00
Andy Miller
f90d213312 added HTML5 validation message to text/password fields 2015-07-22 08:23:43 -06:00
Andy Miller
3f6b0c0fa5 various updates 2015-07-21 22:02:13 -06:00
Gert
720f403851 switch toggle to checkbox for overrides 2015-06-08 15:03:36 +02:00
Gert
e5b171057b handle form fields that do not implement the js framework too 2015-06-03 15:21:15 +02:00
Gert
9971ec0291 start of new forms implementation 2015-06-01 21:22:56 +02:00
Gert
9d05f0dfb3 add support for datetime field 2015-05-22 17:12:18 +02:00
Gert
d581a318f5 ignore field 2015-05-20 21:58:43 +02:00
Gert
7a5110b75c list form field type 2015-05-20 17:17:41 +02:00
Gert
f973d676bc merge default values of checkboxes field when using keys 2015-05-15 11:48:27 +02:00
Gert
02d9c09e20 add false values for when using chekboxes with keys 2015-05-15 11:40:14 +02:00
Gert
0f8c3b36ac fix taxonomy field to save as array 2015-05-13 15:17:02 +02:00
Gert
256b6e848d taxonomy field type that lists input fields for every defined taxonomy [fix #53] 2015-05-12 00:51:19 +02:00
Gert
52acf6304e implement task authorization with AJAX support [fix #47] 2015-05-11 16:37:43 +02:00
Gert
05a3bf1d58 fix checkboxes selecting always the first one 2015-05-01 20:45:14 +02:00
Gert
528e6624a0 media remove confirmation modal 2015-04-27 20:31:11 +02:00
Gert
5a55e5a9b6 fallback to expert mode when no blueprints 2015-04-27 17:54:44 +02:00
Gert
ba0fb0f5f7 switch around normal and expert mode 2015-04-27 17:54:28 +02:00
Gert
9b95c115af fix dynfields js loading 2015-04-27 17:10:56 +02:00
Gert
a613ab1432 back buttons on theme/plugin install pages 2015-04-27 15:13:02 +02:00
Gert
31a29b63ad fix sortable js load [fixes #44] 2015-04-27 15:08:51 +02:00
Gert
c0c611405b hide error logs from menu for now [fixes #46] 2015-04-27 13:38:41 +02:00
Gert
1402e14272 rudimentary backup [fixes #45] 2015-04-27 13:37:22 +02:00
Gert
bfb0dc64dc show thumbnails for installable themes [fix #40] 2015-04-24 12:17:17 +02:00
Gert
a2badcbfe8 Hook up page filtering [fixes #22][fixes #23] 2015-04-20 20:41:34 +02:00
Gert
6a80ab6e37 move grav ajax handler to separate file 2015-04-20 20:39:53 +02:00
Gert
51182bfa0a [fix #24] Hook up open/close folder nodes on page-listings page 2015-04-20 16:43:30 +02:00