Skip to content

Commit bf91ee4

Browse files
authored
Merge pull request #85 from DNNCommunity/development
Merging for 6.5.5 release
2 parents 6652471 + 73ae090 commit bf91ee4

File tree

80 files changed

+6680
-5920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+6680
-5920
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
## Describe the bug
8+
A clear and concise description of what the bug is.
9+
10+
## To Reproduce
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
## Expected behavior
18+
A clear and concise description of what you expected to happen.
19+
20+
## Screenshots
21+
If applicable, add screenshots to help explain your problem.
22+
23+
## Error log
24+
**Note: Debug DLL's**
25+
Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log.
26+
27+
Paste the error log that is related to this issue.
28+
29+
## Additional context
30+
Add any other context about the problem here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
## Is your feature request related to a problem?
8+
**Please describe.**
9+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
11+
## Describe the solution you'd like
12+
A clear and concise description of what you want to happen.
13+
14+
## Describe alternatives you've considered
15+
A clear and concise description of any alternative solutions or features you've considered.
16+
17+
## Additional context
18+
Add any other context or screenshots about the feature request here.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Explain the benefit of this pull request
3+
You can erase any parts of this template not applicable to your Pull Request.
4+
-->
5+
6+
### Description of PR...
7+
8+
## Changes made
9+
- Item 1
10+
- Item 2
11+
12+
13+
## PR Template Checklist
14+
15+
- [ ] Fixes Bug
16+
- [ ] Feature solution
17+
- [ ] Other
18+
19+
20+
## Please mark which issue is solved
21+
<!-- Type numbers directly after the #, it will show the issues with that number -->
22+
23+
Close #

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
*.sln.docstates
1212
*.local.sln
1313
*.sln.GhostDoc.xml
14+
DotNetNuke.Modules.UserDefinedTable.xml
15+
web.config
16+
web.Debug.config
17+
web.Release.config
1418

1519
## Ignore VS2015/Roslyn artifacts
1620
*.sln.ide/

.ionide/symbolCache.db

8 KB
Binary file not shown.

App_LocalResources/FieldEditor.ascx.resx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
<value>2.0</value>
113113
</resheader>
114114
<resheader name="reader">
115-
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
115+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116116
</resheader>
117117
<resheader name="writer">
118-
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ControlHelpText.Help" xml:space="preserve">
121121
<value>This is the Help Text displayed to the user to explain this field.</value>
@@ -258,4 +258,7 @@
258258
<data name="ListSettings.Text" xml:space="preserve">
259259
<value>List Settings</value>
260260
</data>
261+
<data name="TitleCannotHavePipe.Text" xml:space="preserve">
262+
<value>The pipe character is not allowed in the field title.</value>
263+
</data>
261264
</root>

App_LocalResources/ImportCSV.ascx.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>Folder</value>
122122
</data>
123123
<data name="plFolder.Help" xml:space="preserve">
124-
<value>Select the folder</value>
124+
<value>Select the folder</value>
125125
</data>
126126
<data name="plFile.Text" xml:space="preserve">
127127
<value>File</value>
@@ -142,7 +142,7 @@
142142
<value>The module specified does not have any content</value>
143143
</data>
144144
<data name="Error.Text" xml:space="preserve">
145-
<value>An error occurred during the export</value>
145+
<value>An error occurred during the import</value>
146146
</data>
147147
<data name="Validation.Text" xml:space="preserve">
148148
<value>You must specify a folder and file for Import</value>
@@ -165,4 +165,4 @@
165165
<data name="semicolon.Text" xml:space="preserve">
166166
<value>Semicolon ";"</value>
167167
</data>
168-
</root>
168+
</root>

App_LocalResources/configuration.ascx.resx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@
112112
<value>2.0</value>
113113
</resheader>
114114
<resheader name="reader">
115-
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
115+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116116
</resheader>
117117
<resheader name="writer">
118-
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="Ascending.Text" xml:space="preserve">
121121
<value>Ascending</value>
@@ -623,7 +623,19 @@
623623
<data name="DisplaySettings.Text" xml:space="preserve">
624624
<value>Current View Options </value>
625625
</data>
626-
<data name="noFormSettings.Text" xml:space="preserve">
627-
<value>No settings for this configuration</value>
626+
<data name="EnableFormTemplate.Text" xml:space="preserve">
627+
<value>Enable Form Template</value>
628+
</data>
629+
<data name="FormTemplate.Text" xml:space="preserve">
630+
<value>Form Template</value>
631+
</data>
632+
<data name="GenerateFormTemplate.Text" xml:space="preserve">
633+
<value>Generate Template (optimized for Bootstrap) </value>
634+
</data>
635+
<data name="EnableFormTemplate.Help" xml:space="preserve">
636+
<value>Override the rendering of the form.</value>
637+
</data>
638+
<data name="FormTemplate.Help" xml:space="preserve">
639+
<value>The template is set as html. To insert labels, use the [label-for:Fieldname] token, for the input fields [editor-for:Fieldname], for the captcha use [editor-for:Security Code]</value>
628640
</data>
629641
</root>

0 commit comments

Comments
 (0)