Commit Graph

2608 Commits

Author SHA1 Message Date
Flavio Copes
05a6abd794 If a form is already defined, do not override it (#1132)
Preserves form validation re
https://github.com/getgrav/grav-plugin-admin/issues/1129
2017-07-25 18:54:58 -06:00
Flavio Copes
35439124cd Fix #1169 ignore missing Twig files (#1171) 2017-07-20 19:39:52 +02:00
Andy Miller
06dc117ca5 Merge tag '1.5.1' into develop
Release v1.5.1
2017-07-19 12:12:06 -06:00
Andy Miller
0c4699dc12 Merge branch 'release/1.5.1' 1.5.1 2017-07-19 12:12:05 -06:00
Andy Miller
797e933154 prepare for release 2017-07-19 12:11:56 -06:00
Djamil Legato
316008f59c Fixed mediapicker field inside lists not properly updating the value on the target input (fixes #1157) 2017-07-17 12:35:59 -06:00
Flavio Copes
a7a8b7f855 Fixes issue when saving pages without a folder element [#1163] 2017-07-17 18:36:22 +02:00
Andy Miller
e75169224c Merge branch 'release/1.5.0' 1.5.0 2017-07-16 16:53:14 -06:00
Andy Miller
fe7c034640 Merge tag '1.5.0' into develop
Release v1.5.0
2017-07-16 16:53:14 -06:00
Andy Miller
503495f6df Prepare for release 2017-07-16 16:53:03 -06:00
Djamil Legato
16c0614f05 Implemented offline mode 2017-07-15 11:15:10 -06:00
Djamil Legato
c114f89b95 Fixed Lists issue when reindexing, causing Radio fields to potentially lose their checked status (related: 1d55ffc, fixes #1154) 2017-07-12 12:22:13 -07:00
Andy Miller
ff9374d8ec Updated changelog 2017-07-11 19:16:11 -06:00
Djamil Legato
2a031fd607 Fixed number prefix of sortable pages 2017-07-11 16:59:10 -07:00
Djamil Legato
e0f9fd2ee8 Fixed fetch issue throwing error when request not completed and while unloading the page (fixes #1301) 2017-07-10 15:35:12 -07:00
Djamil Legato
05660fcaab Modules updates 2017-07-10 15:32:41 -07:00
Andy Miller
250611ecab Prepare for release 1.5.0-rc.4 2017-07-05 11:13:46 -06:00
Flavio Copes
047c320997 Escape the uri basename before using it in Twig 2017-07-03 17:13:04 +02:00
Flavio Copes
e42ed63577 Escape the uri basename before using it in Twig 2017-07-03 17:12:34 +02:00
Djamil Legato
76aa17b6b1 Exposing removed nodes mutations and through mutation_removed._grav event 2017-06-30 15:44:49 -07:00
Djamil Legato
17ffd59331 Fixed selectunique field. Now more reliable when adding/removing list tiems. 2017-06-30 15:44:15 -07:00
Flavio Copes
d802b97fe8 Add check before resetting folder 2017-06-30 21:11:56 +02:00
Flavio Copes
793f19dd2c If folder is empty/not sent, fallback to page slug, fix #1146 2017-06-30 21:09:54 +02:00
Flavio Copes
9590fed32a Multilevel field: Fix issue in rendering base-level array items, re #1150 2017-06-30 20:56:43 +02:00
Andy Miller
185bf71019 Reverted media.yaml + Fixed textarea color 2017-06-30 12:11:12 -06:00
Flavio Copes
96adb61489 Fix changing value of top-level items. Re #1150#issuecomment-312133492 2017-06-30 17:14:39 +02:00
Andy Miller
ab74de1108 Updated changelog 2017-06-29 17:12:15 -06:00
Flavio Copes
da7bc7a755 Multilevel field: Extract changeAllOccurrencesInTree. Fix adding sibling to item with children that had sub-arrays 2017-06-28 16:26:59 +02:00
Flavio Copes
5ad913efa9 Fix for multilevel field - changing the child name attributes when other values in the tree have the same name 2017-06-28 15:43:10 +02:00
Paul Massendari
1fa667a241 Added field.outerclasses (#1124)
* Added field.outerclasses

Added field.outerclasses to match the common field attributes in the docs.

It seems to me we can remove field.field_classes too but some plugin might depend on it.

* added space before outerclasses
2017-06-27 12:46:39 -06:00
Dávid Szabó
8070b2d086 Fix plugins hooked nav authorize not working with array of permissions (#1148) 2017-06-27 12:44:13 -06:00
Dávid Szabó
ee2051eba6 Feature/page types events (#1105)
* Add function which replaces types and modularTypes

* Replace Pages statics with AdminPlugin statics

* Use Event's built-in items rather than data member

* Add configration for hiding page types
2017-06-27 12:43:12 -06:00
Dávid Szabó
2a3fef0435 Add badge to plugins hooked nav (#1147) 2017-06-27 12:01:27 -06:00
Flavio Copes
9ff4cb630d Fix looking at metadata right after image is uploaded 2017-06-27 14:03:02 +02:00
Flavio Copes
ffb3097721 Add multilevel form field (#1135)
Example definition in blueprint:

```yaml
    content:
        type: multilevel
        label: Multi Level
        style: vertical
        validate:
          type: array
```
2017-06-27 13:39:09 +02:00
Djamil Legato
e605f6615f Fixed issue with min/max setting of list collections. Removing a list item would not refresh properly the count 2017-06-26 15:36:51 -07:00
Djamil Legato
eefec466c8 Fixed mediapicker issue where newly added list items would not work 2017-06-26 14:59:22 -07:00
Djamil Legato
ca69c61def Expose Page Media instance to Grav Admin JS API 2017-06-26 11:14:52 -07:00
Andy Miller
fe6ecf4805 Fix for bad referenced to shouldLoadAdditionalFilesInBackground() #1145 2017-06-23 10:32:00 -06:00
Andy Miller
d3a6c3ee6a Prepare for release 1.5.0-rc.3 2017-06-22 14:11:41 -06:00
Andy Miller
d49fc3709e Updated the margin for media preview 2017-06-22 14:10:06 -06:00
Djamil Legato
39427477ee Handle metadata popup for files without metadata 2017-06-22 10:54:54 -07:00
Djamil Legato
dbdd6e2a45 Added info metadata button for preview images. Fixed preview of images 2017-06-21 17:55:33 -07:00
Andy Miller
796c9d91de Pass original image filename via taskListMedia() 2017-06-21 15:44:16 -06:00
Flavio Copes
09f4d2b791 Fix #1141 referencing DI element when not initialized 2017-06-21 15:50:31 +02:00
Flavio Copes
5bf721c059 Add back filters to non-modal view and class to enable js 2017-06-06 18:16:59 +02:00
Flavio Copes
e252fae1fd Restore detail views for media 2017-06-06 18:07:53 +02:00
Flavio Copes
9060e02c55 Fix data call 2017-06-06 17:44:30 +02:00
Andy Miller
1125b28838 Merge branch 'feature/common-media-functionality' into develop
# Conflicts:
#	CHANGELOG.md
2017-06-05 18:18:00 -05:00
Andy Miller
6b5b1c0141 Merge branch 'feature/common-media-functionality' of https://github.com/getgrav/grav-plugin-admin into feature/common-media-functionality
# Conflicts:
#	CHANGELOG.md
2017-06-05 18:16:35 -05:00