-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from leekelleher/dev/v2.x
Preparing v2.2.0 release
- Loading branch information
Showing
78 changed files
with
1,318 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: "Bug report" | ||
description: "File a bug report to help us improve." | ||
labels: "bug-report" | ||
assignees: | ||
- leekelleher | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Note: for support questions, please use the [Umbraco Community forum](https://our.umbraco.com)**. This repository's issues are reserved for bug reports and feature requests. | ||
- type: input | ||
id: "contentmentVersion" | ||
attributes: | ||
label: "Which Contentment version are you using?" | ||
description: "If you are unsure, we'll assume it's the latest version." | ||
validations: | ||
required: true | ||
- type: input | ||
id: "umbracoVersion" | ||
attributes: | ||
label: "Which Umbraco version are you using? For example: 8.14.1 - don't just write v8" | ||
description: "Use the help icon in the Umbraco backoffice to find the version you're using." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "summary" | ||
attributes: | ||
label: "Bug summary" | ||
description: "Write a summary of the bug." | ||
description: "Remember that you can format code and logs nicely with the `<>` button" | ||
placeholder: > | ||
Try to pinpoint it as much as possible. | ||
Try to state the actual problem, and not just what you think the solution might be. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Steps to reproduce" | ||
id: "reproduction" | ||
description: "How can we reproduce the problem on a clean Contentment + Umbraco install?" | ||
placeholder: > | ||
Please include any links, screenshots, stack-traces, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Expected result / actual result" | ||
id: "result" | ||
description: "What did you expect that would happen on your Umbraco site and what is the actual result of the above steps?" | ||
placeholder: > | ||
Describe the intended/desired outcome after you did the steps mentioned. | ||
Describe the behaviour of the bug | ||
- type: checkboxes | ||
id: umbracoModelsBuilder | ||
attributes: | ||
label: Do you have Umbraco ModelsBuilder enabled? | ||
description: "Select only if applicable." | ||
options: | ||
- label: Yes, it is enabled. | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<img src="../assets/img/logo.png" alt="Contentment for Umbraco logo" title="A state of Umbraco happiness." height="130" align="right"> | ||
|
||
## Contentment for Umbraco | ||
|
||
### Data Sources | ||
|
||
The following data-sources are available by default with the Contentment package for the [Data List](../editors/data-list.md) and [Text Input](../editors/text-input.md) editors. | ||
|
||
#### .NET | ||
|
||
- [.NET Countries (ISO 3166)](data-source--countries.md) - All the countries available in the .NET Framework, (as installed on the web server). | ||
- [.NET Currencies (ISO 4217)](data-source--currencies.md) - All the currencies available in the .NET Framework, (as installed on the web server). | ||
- [.NET Enumeration](data-source--enum.md) - Select an enumeration from a .NET assembly as the data source. | ||
- [.NET Languages (ISO 639)](data-source--languages.md) - All the languages available in the .NET Framework, (as installed on the web server). | ||
- [.NET Time Zones (UTC)](data-source--timezone.md) - All the time zones available in the .NET Framework. | ||
|
||
#### Data | ||
|
||
- [File System](data-source--file-system.md) - Select paths from the physical file system as the data source. | ||
- [JSON Data](data-source--json.md) - Configure JSON data to populate the data source. | ||
- [Number Range](data-source--number-range.md) - Generates a sequence of numbers within a specified range. | ||
- [SQL Data](data-source--sql.md) - Use a SQL Server database query as the data source. | ||
- [Text Delimited Data](data-source--text-delimited.md) - Configure text-delimited data to populate the data source. | ||
- [User-defined List](data-source--user-defined.md) - Manually configure the items for the data source. | ||
- [XML Data](data-source--xml.md) - Configure XML data to populate the data source. | ||
|
||
#### Umbraco | ||
|
||
- [Examine Query](data-source--examine.md) - Populate the data source from an Examine query. | ||
- [Umbraco Content](data-source--umbraco-content.md) - Select a start node to use its children as the data source. | ||
- [Umbraco Content Properties](data-source--umbraco-content-properties.md) - Populate the data source using a Content Type's properties. | ||
- [Umbraco Content Types](data-source--umbraco-content-types.md) - Populate the data source using Content Types. | ||
- [Umbraco Content by XPath](data-source--umbraco-content-xpath.md) - Use an XPath query to select Umbraco content to use as the data source. | ||
- [Umbraco Dictionary Items](data-source--umbraco-dictionary.md) - Select an Umbraco dictionary item to populate the data source with its child items. | ||
- [Umbraco Entities](data-source--umbraco-entity.md) - Select an Umbraco entity type to populate the data source. | ||
- [Umbraco Image Crops](data-source--umbraco-image-crop.md) - Select an Image Cropper data-type to use its defined crops to populate the data source. | ||
- [Umbraco Languages](data-source--umbraco-languages.md) - Populate the data source with langauges configured in Umbraco. | ||
- [Umbraco Member Groups](data-source--umbraco-member-group.md) - Populate the data source with Umbraco member groups. | ||
- [Umbraco Members](data-source--umbraco-members.md) - Use Umbraco members to populate the data source. | ||
- [Umbraco Tags](data-source--umbraco-tags.md) - Populate the data source using already defined tags. | ||
|
||
|
||
#### Web | ||
|
||
- [uCssClassName](data-source--ucssclassname.md) - A homage to @marcemarc's bingo-famous uCssClassNameDropdown package! | ||
- [XML Sitemap: Change Frequency](data-source--xml-sitemap-change-frequency.md) - Populate the data source using XML Sitemap change frequency values. | ||
- [XML Sitemap: Priority](data-source--xml-sitemap-priority.md) - Populate the data source using XML Sitemap priority values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<img src="../assets/img/logo.png" alt="Contentment for Umbraco logo" title="A state of Umbraco happiness." height="130" align="right"> | ||
|
||
## Contentment for Umbraco | ||
|
||
### Data Sources | ||
|
||
#### .NET Countries (ISO 3166) | ||
|
||
All the countries available in the .NET Framework, (as installed on the web server). | ||
|
||
|
||
##### How to configure the editor? | ||
|
||
_[TBC]_ | ||
|
||
|
||
##### What is the value's object-type? | ||
|
||
_[TBC]_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<img src="../assets/img/logo.png" alt="Contentment for Umbraco logo" title="A state of Umbraco happiness." height="130" align="right"> | ||
|
||
## Contentment for Umbraco | ||
|
||
### Data Sources | ||
|
||
#### .NET Currencies (ISO 4217) | ||
|
||
All the currencies available in the .NET Framework, (as installed on the web server). | ||
|
||
|
||
##### How to configure the editor? | ||
|
||
_[TBC]_ | ||
|
||
|
||
##### What is the value's object-type? | ||
|
||
_[TBC]_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<img src="../assets/img/logo.png" alt="Contentment for Umbraco logo" title="A state of Umbraco happiness." height="130" align="right"> | ||
|
||
## Contentment for Umbraco | ||
|
||
### Data Sources | ||
|
||
#### .NET Enumeration | ||
|
||
Select an enumeration from a .NET assembly as the data source. | ||
|
||
|
||
##### How to configure the editor? | ||
|
||
_[TBC]_ | ||
|
||
|
||
##### What is the value's object-type? | ||
|
||
_[TBC]_ |
Oops, something went wrong.