Commit Graph

2844 Commits

Author SHA1 Message Date
Flavio Copes
36133159c4 Merge branch 'feature/common-media-functionality' of https://github.com/getgrav/grav-plugin-admin into feature/common-media-functionality 2017-05-30 19:16:22 +02:00
Flavio Copes
d60c2b4f20 Fill view with media, add infinite loading 2017-05-30 19:14:35 +02:00
Andy Miller
50464b4df4 Updated changelog 2017-05-29 14:36:35 -06:00
Andy Miller
fcbc2ed992 Added option to control how parents select displays 2017-05-29 14:36:01 -06:00
Andy Miller
472d27bf41 recompiled stuff 2017-05-29 14:04:43 -06:00
Flavio Copes
e4532e1844 Fix empty space, center and make it load once. Moved resize to the right to match osx finder resizer 2017-05-29 15:06:02 +02:00
Flavio Copes
cbe3384c04 Fix token issue caused by nested form 2017-05-29 14:31:05 +02: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
97cf523c85 lower any mimetypes 2017-05-27 09:04:17 -06:00
Andy Miller
1b4b941b88 cleanup 2017-05-27 00:20:31 -06:00
Andy Miller
fac0deea98 And in remove media 2017-05-26 18:34:12 -06:00
Andy Miller
d3d80e93c1 Fix regex to delete all files it should 2017-05-26 18:31:50 -06:00
Andy Miller
c0465509da Add metadata to medialist + cleanup 2017-05-26 17:51:36 -06:00
Andy Miller
a9182e1563 Updates to use non @2 name in filename 2017-05-26 16:15:49 -06:00
Andy Miller
7e103ca4c9 slider is real-time 2017-05-26 13:41:28 -06:00
Andy Miller
a555c4a7c4 Added the resizer 2017-05-26 13:35:48 -06:00
Andy Miller
5f204e8795 Various fixes and improvements 2017-05-26 12:04:04 -06:00
Andy Miller
39bb55ca3c Allow diff scroll thumb in sidebar 2017-05-26 10:30:59 -06:00
Flavio Copes
c7ec4f8682 Fix svg thumb 2017-05-26 17:08:52 +02:00
Flavio Copes
69ae3e0433 Remove unused twig 2017-05-26 16:33:54 +02:00
Flavio Copes
0c01d64ca4 Fix filters 2017-05-26 15:42:05 +02:00
Flavio Copes
7502ab5cf8 Merge media picker changes 2017-05-26 15:14:27 +02:00
Flavio Copes
b406a11c9d Merge media picker changes 2017-05-26 14:41:12 +02:00
Flavio Copes
4c4b166c17 Move common media functionality from pro 2017-05-26 14:30:37 +02: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