Djamil Legato
e6fa905824
Merge branch 'feature/universal_key' into develop
...
# Conflicts:
# themes/grav/css-compiled/preset.css.map
# themes/grav/js/admin.min.js
2017-05-30 14:30:21 -07:00
Djamil Legato
d15c5ade8c
Fixed first load not clearing out properly the unique values
2017-05-30 14:27:26 -07:00
ricardo118
eb1c56e51c
Added Classes support to range form field ( #1120 )
...
* Added Classes support to range form field
Simple change to add support to classes in blueprints added to range field in admin forms
* Minor bugfix for range slider
Without adding the validate here the only way to make the range slider work with a step, say 0.1 is to have `step: 0.1` both inside and outside the validate:
Example:
```
width:
type: range
step: 0.1
validate:
min: 0
max: 1
step: 0.1
```
* Adding classes support to list form field
2017-05-29 12:19:10 +02:00
Andy Miller
39bb55ca3c
Allow diff scroll thumb in sidebar
2017-05-26 10:30:59 -06:00
Andy Miller
3f35b7f986
Use default grav thumbnails
2017-05-24 20:22:06 -06:00
Andy Miller
0ea2ff21a4
Retina quality thumb for pagemedia
2017-05-24 11:46:31 -06:00
Andy Miller
da74bf8f1a
recompiled JS
2017-05-24 09:55:36 -06:00
Andy Miller
32619442f9
Merge branch 'feature/universal_key' into develop
...
# Conflicts:
# themes/grav/js/admin.min.js
# themes/grav/js/vendor.min.js
2017-05-24 09:55:22 -06:00
Flavio Copes
32da41ff60
Fix sag thumbnails
2017-05-24 15:49:38 +02:00
Flavio Copes
173429d892
Fix thumbnails in page media
2017-05-24 15:30:12 +02:00
Djamil Legato
25a81347ed
Fixed issue with selectunique options passed as array
2017-05-23 18:45:18 -07:00
Djamil Legato
e5b916a584
Force data-max when selectunique is used
2017-05-23 18:45:01 -07:00
Djamil Legato
9bfb9e27d5
Added logic to uniquely select values with selectunique
2017-05-23 18:30:56 -07:00
Andy Miller
59fa9c69e0
Minor switch toggle css fix
2017-05-23 18:57:53 -06:00
Andy Miller
042c98763d
Various form styling improvements
2017-05-23 18:15:35 -06:00
Djamil Legato
7959b46fb2
Added support for dropdowns in key field
2017-05-23 14:15:52 -07:00
Andy Miller
4afefc455a
Updates to add universal key to any field
2017-05-23 12:55:02 -06:00
Andy Miller
1923d9d668
Prepare for release
1.5.0-rc.2
2017-05-22 17:22:44 -06:00
Andy Miller
43c8d7fac7
Prepare for release
2017-05-22 14:35:03 -06:00
Andy Miller
3e92bbed73
Use new Utils::getPagePathFromToken() method
2017-05-20 22:21:34 -06:00
Andy Miller
c237bff1e3
Only process thumbs when needed
2017-05-20 22:20:36 -06:00
Djamil Legato
5b30a3d83c
Cleanup and loading thumbs from cache when available
2017-05-19 13:02:26 -07:00
Andy Miller
4ffcf836a1
Generate thumbnails if enabled
2017-05-19 13:40:48 -06:00
Djamil Legato
8dfcbac012
Filepicker field now renders thumbnail previews of the selected value on load
2017-05-19 10:47:34 -07:00
Andy Miller
0693352e9a
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
...
# Conflicts:
# CHANGELOG.md
2017-05-19 11:43:11 -06:00
Andy Miller
1809f70e52
Fix for undefined include_metadata
2017-05-19 11:41:05 -06:00
Flavio Copes
bf0900fb52
Allow taxonomy field to just list one or more specific taxonomies if the taxonomies field is filled in the blueprint
2017-05-17 14:02:00 +02:00
Flavio Copes
0085d67715
Changelog
2017-05-17 14:00:34 +02:00
AvantaR
d96741a6da
Remove save button and save location notification when filename isn't set ( #1116 )
2017-05-17 13:58:04 +02:00
Andy Miller
124134ecb6
Prepare for release
1.5.0-rc.1
2017-05-16 13:31:18 -06:00
Flavio Copes
aea835a136
Changelog
2017-05-16 17:34:10 +02:00
Dávid Szabó
bc011c25c3
Feature custom page options ( #1104 )
...
* Add slug util function
* Add custom add modals support
2017-05-16 17:31:57 +02:00
Andy Miller
c30accdea4
Updated changelog and recompiled SCSS
2017-05-15 17:06:40 -06:00
Alexis Piéplu
5d0d299572
Re-organise pages-list items to fix ( #871 ) ( #1102 )
...
* Re-organise pages-list items to fix (#871 )
* Remove useless comment (#871 )
2017-05-15 17:03:06 -06:00
Andy Miller
7464677c34
Added prev/next to page edit view #1112
2017-05-15 17:02:37 -06:00
Dávid Szabó
2af9052f1e
Add previous and next button when editing page ( #1112 )
...
* Add previous and next button when editing page
* Add scss utilities
* Hide prev and next button on mobile
2017-05-15 16:43:57 -06:00
Andy Miller
f5c14b684f
Stop crashing on iterable data
2017-05-15 15:08:26 -06:00
Andy Miller
422aff070c
Refator duplicate field_name code
2017-05-15 14:49:18 -06:00
Andy Miller
cde4ac5f7b
More flexible removing of extra media files
2017-05-15 14:48:58 -06:00
Andy Miller
ac9b6e5ce5
Added optional include_metadata to file field
2017-05-15 14:48:15 -06:00
Andy Miller
904d1e6928
Missing uses throwing class not found errors
2017-05-15 14:47:26 -06:00
Andy Miller
640d9ac374
Fixed issue with theme always getting set as type
2017-05-15 14:47:00 -06:00
Matias Griese
8b2fceef8e
Add support for a single array field in the forms
2017-05-15 20:24:08 +03:00
Andy Miller
4f6afedba8
Updated changelog
2017-05-12 12:54:08 -06:00
Flavio Copes
55d708ceaf
Compile CSS & fill changelog
2017-05-12 13:41:39 +02:00
paulmassen
52c144556f
Fix tabs inside blueprint overlapping above content ( #1115 )
...
When adding a tabs fields with tab, margin-top: -2rem causes the new tabs to overlap with content above.

2017-05-12 13:23:02 +02:00
Djamil Legato
f6c1150cb5
Fixed issue when switching lang prompting for unsaved changes when untrue
2017-05-11 14:39:03 -07:00
Andy Miller
98897ad766
Revert "Bugfix: Save in wrong lang when multiple tabs open ( #1101 )"
...
This reverts commit 424e8400f9 .
2017-05-10 15:20:47 -06:00
Dávid Szabó
9a75de3143
Add min and max to list field ( #1113 )
...
* Add min and max to list field
* Recompiled JS
* Updated CHANGELOG
2017-05-09 16:08:45 -07:00
Andy Miller
fa80b5302a
Fixed scrollbar issue in "Expert"
2017-05-09 16:48:57 -06:00