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

Releases: r7-labs/R7.Dnn.Templates

R7.Dnn.Templates 0.10.0

19 Mar 10:52
01430c0
Compare
Choose a tag to compare
  • Fix wrong control source path
  • Rename Settings control to EditSettings
  • Don't exclude binaries from Re-deploy
  • Use ${SafeProjectName} to generate correct language objects names
  • Switch to R7.Dnn.Extensions v0.12
  • Empty ModuleHelp resources
  • Convert release notes to a link

R7.Dnn.Templates 0.9.1

30 Jun 10:19
Compare
Choose a tag to compare
  • Update hint for MVC modules in deployment settings
  • Set proper value for folderName tag in the module manifest which used by MVC modules
  • Use SolutionName placeholder for solution folder in manifests
    to produce correct manifests for module projects added after the first one

R7.Dnn.Templates-0.9.0

02 Jun 11:12
Compare
Choose a tag to compare
  • Deployment project template overhaul.
  • Big update for WebForms module project template.
  • Prefix database objects with ${AuthorCompany}.
  • Update for WebForms skinobject project template.
  • Ship full GNU GPLv3 license text alongside extension projects by default.
  • Enable very basic highlighting for SCSS files using CSS syntax mode.
  • Register category for DNN Platform project templates under "Other".
  • Drop PetaPOCO class file template.
  • Move setup instructions to the wiki.

R7.DnnTemplates-0.8.0

10 May 09:49
Compare
Choose a tag to compare
  • Use JavaScript highlighter for JSX files.
  • Update R7.DotNetNuke.Extensions dependency to 0.10.0.
  • Get version from DNN manifest in a cross-platform way using XmlPeek.
  • Cleanup comments, code samples, etc.
  • New addin icon based on MD default one.
  • Fix #9: "label3" message shows up on install/uninstall.

R7.DnnTemplates-0.7.0

08 Sep 07:41
Compare
Choose a tag to compare

Greatly improved *.SqlDataProvider files highlighting.

R7.DnnTemplates-0.6.1

07 Sep 10:51
Compare
Choose a tag to compare

Fix project icons in MonoDevelop / Xamarin Studio 6.

R7.DnnTemplates-0.6.0

07 Sep 10:19
Compare
Choose a tag to compare

Update dependencies to install on MonoDevelop / Xamarin Studio 6.

R7.DnnTemplates-0.5.0

25 May 12:12
Compare
Choose a tag to compare
  • Module and skinobject templates use R7.DotNetNuke.Extensions library (via NuGet).
  • Fix AssemblyInfo created inside Properties/Properties folder.
  • Namespace refactoring: Move controller and settings classes to Components namespace/folder.
  • Namespace refactoring: Move POCO-class to Data namespace/folder.
  • Add missing localization for section header in the settings module.
  • Add action icon via Icons API.
  • Modernize SQL code.