Djamil Legato
d081a39439
moved getState method in admin-all so it's always available
2015-08-03 12:55:00 -07:00
Djamil Legato
cf2c727666
Ensuring GravJS NS is available
2015-08-03 12:46:39 -07:00
Djamil Legato
3cfe1d06a2
Fixed cancel for Move modal
2015-08-03 12:43:44 -07:00
Djamil Legato
fafda56396
Fixed single / multi array fields
2015-08-03 12:33:03 -07:00
Djamil Legato
c3540f4853
Sync parent dropdown in move modal on continue
2015-08-03 11:31:11 -07:00
Djamil Legato
236c6ed0c7
Added Move modal for pages
2015-08-03 11:26:58 -07:00
Andy Miller
36a39218c3
removed extra forms
2015-08-03 12:19:48 -06:00
Andy Miller
bc74072dea
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
...
# By Flavio Copes
# Via Flavio Copes
* 'develop' of bitbucket.org:rockettheme/grav-plugin-admin:
Assign the correct parent when copying a page
Correctly redirect to the new page after a copy
2015-08-03 09:50:30 -06:00
Andy Miller
d376f324d3
removed filter/validate
2015-08-03 09:50:05 -06:00
Flavio Copes
5b3f11be7e
Assign the correct parent when copying a page
2015-08-03 17:07:12 +02:00
Flavio Copes
319b7a3963
Correctly redirect to the new page after a copy
2015-08-03 16:49:27 +02:00
Flavio Copes
9f0c30b498
Merge branch 'feature/fix-page-copy' into develop
2015-08-03 16:18:13 +02:00
Flavio Copes
bcc40d2692
Merge branch 'feature/fix-alert-unsaved-changes' into develop
2015-08-03 16:18:01 +02:00
Flavio Copes
4f0df9f081
Use root instead of window. initialize currentValues also in pages-all.js because form.js is not called in expert mode
2015-08-03 15:43:40 +02:00
Flavio Copes
c2bd95eed7
Move setting currentValues after we initialize the toggleables. It's needed because otherwise the DOM is slighltly different, for example the select has a default value, while after initializing the toggleables, if the select is not enabled, the default value is null. Fixes the annoying "unsaved changes" promp appearing even when no changes were made to the page.
2015-08-03 14:46:12 +02:00
Flavio Copes
c1e9af7938
Fix page copy
2015-08-03 11:47:53 +02:00
Flavio Copes
3584edac1d
Fix error in copying a root page
2015-08-03 11:47:32 +02:00
Flavio Copes
1d2fc734ec
Fix double slash in path
2015-08-03 11:46:55 +02:00
Andy Miller
b870fffcbe
more config options
2015-08-02 21:41:00 -06:00
Andy Miller
2c53a9e7e0
added an expert mode switch
2015-08-02 12:12:33 -06:00
Andy Miller
13ea31159a
updates to toggle
2015-08-01 17:40:33 -06:00
Andy Miller
eb7e01d3da
fix for extra spaces in textarea
2015-08-01 17:16:14 -06:00
Andy Miller
5553e814a0
updated texture to use base field
2015-08-01 10:58:58 -06:00
Andy Miller
155def208d
take advantage of new attributes in base field
2015-08-01 10:58:45 -06:00
Andy Miller
920ac97817
use new array() function to cast to array
2015-08-01 10:58:25 -06:00
Andy Miller
56954b63a4
added more functionality to base field
2015-08-01 10:58:06 -06:00
Andy Miller
0bda31ee45
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
...
# By Djamil Legato (1) and Flavio Copes (1)
# Via Djamil Legato
* 'develop' of bitbucket.org:rockettheme/grav-plugin-admin:
Fixed datetimepicker
Load datetime js only once
Conflicts:
themes/grav/css-compiled/template.css.map
2015-08-01 09:14:07 -06:00
Andy Miller
26b75d2177
css tweaks
2015-08-01 09:13:34 -06:00
Djamil Legato
c934baa3b5
Fixed datetimepicker
2015-07-31 14:32:49 -07:00
Djamil Legato
1bdc47d6d4
Merged feature/load-datetime-js-once into develop
2015-07-31 14:10:44 -07:00
Djamil Legato
5c3ca62246
Merged develop into feature/load-datetime-js-once
2015-07-31 14:09:53 -07:00
Andy Miller
8c1f34a379
blueprints fixes
2015-07-31 15:05:27 -06:00
Djamil Legato
a3d4e568ea
Fixed toggleable toggles as weird as it reads :)
2015-07-31 13:43:26 -07:00
Djamil Legato
14bfa21e4f
Fixed toggable toggles
2015-07-31 13:08:34 -07:00
Flavio Copes
fc5eb88787
Load datetime js only once
2015-07-31 19:28:45 +02:00
Flavio Copes
c887a41350
Merge branch 'feature/fix-page-options-saving' into develop
2015-07-31 19:23:18 +02:00
Flavio Copes
fc9db134bb
Add admin blueprint
2015-07-31 17:22:17 +02:00
Flavio Copes
62682073e3
Add italian translation
2015-07-31 15:23:55 +02:00
Flavio Copes
f31854b44f
Process all page form elements
2015-07-31 09:24:35 +02:00
Andy Miller
05e06a7555
take header into account and process page properly
2015-07-30 19:53:06 -06:00
Djamil Legato
631b518a4c
Updating frontmatter when changing CodeMirror
2015-07-30 17:47:27 -07:00
Djamil Legato
54efce1aff
Sending whole form when previewing markdown
2015-07-30 16:40:14 -07:00
Djamil Legato
187ca7856a
Editor now is standalone and doesn't use UIKit. Hooked up preview to Ajax live preview instead of using marked. Removed js libs not necessary anymore
2015-07-30 14:56:53 -07:00
Djamil Legato
535d8faf79
Fixed processMarkdown task
2015-07-30 14:55:25 -07:00
Djamil Legato
74e7c51002
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
2015-07-30 14:54:03 -07:00
Djamil Legato
5ec2790f7f
Updated CodeMirror library
2015-07-30 14:52:42 -07:00
Flavio Copes
90e6ba9f07
Document methods
2015-07-30 12:20:25 +02:00
Flavio Copes
76a446375c
Document methods
2015-07-30 11:22:24 +02:00
Flavio Copes
0333031dad
Document method
2015-07-30 11:16:05 +02:00
Flavio Copes
862dc265a4
Update selectize.js
2015-07-30 08:34:04 +02:00