Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Release 0.2.0 #38

Merged
merged 58 commits into from
Jan 6, 2016
Merged

Release 0.2.0 #38

merged 58 commits into from
Jan 6, 2016

Conversation

leekelleher
Copy link
Collaborator

Releases DTGE v0.2.0
Closes #34

mattbrailsford and others added 30 commits March 23, 2015 16:17
Removed some overloads RenderDocTypeGridEditorItem that don't get used
Moved default view locations to /Views/Partials/Grid/Editors/DocTypeGridEditor/Views/ and /Views/Partials/Grid/Editors/DocTypeGridEditor/Previews/
Added some extra css styles for easier preview overrides
… adding a cell

Steps to reproduce exception:

- Choose a layout
- Add an element
- Select any DTGE element
- Choose the Cancel button

A layout should then contain an empty cell which holds no data due to the document type instance not being saved. When rendering the grid on a page template, the following change is required as the `docTypeAlias` parameter is empty.

I'm not sure whether the issue is related to the grid or the DTGE but the change proposed appears to fix the issue.
…es from the containing node. Should help to fix issue #24
If the editor doesn't select a doc type then an exception is shown.
Quick trap if no doctype then don't render.
Issue #28 - patch to stop exception shown to visitors
#15: Use CompositionPropertyTypes instead of PropertyTypes
Fixes empty control exception when a document type is not saved after…
Issue arises when Examine is indexing grid nodes with DTGE and Nested
Content content that are also indexed, avoid null being cached in case
of conversion issue; Umbraco 7.3.
leekelleher and others added 25 commits October 28, 2015 20:30
Removed the need for name property. Can now use nameTemplate in config, or define a property with alias "name"
Also updated parameter names
… is guid tolerant though so it should all be self updating / fixing.

Added support for having multiple views for a doc type alias by trying the editor alias first
…eview is run in the context of the homepage, but the nodeId is appended onto the querystring, so if you did need some contextual information from the node, you should be able to work it out
…eview is run in the context of the homepage, but the nodeId is appended onto the querystring, so if you did need some contextual information from the node, you should be able to work it out
Relocated the /Assets folder contents to the /docs folder.
[skip ci]
…lerResolver on which you can register a default DocTypeGridEditorSurfaceController to use for all requests. It will try looking for a more specific controller first, but if one isn't found, and a default is set, it will look for am appropreatly named action on the default controller, and if one can't be found, default to "Index". If you set a DefaultDocTypeGridEditorSurfaceController, then the Html helper will ALWAYS use that controller for every call to it.
Added Gitter chat room link
@leekelleher leekelleher self-assigned this Jan 6, 2016
@leekelleher leekelleher added this to the 0.2.0 milestone Jan 6, 2016
leekelleher added a commit that referenced this pull request Jan 6, 2016
@leekelleher leekelleher merged commit 56ecab3 into master Jan 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants