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

Commit

Permalink
Final packaging updates for v1.0 Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Brinkman committed May 18, 2015
1 parent 7922fe7 commit bd966ad
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 87 deletions.
2 changes: 1 addition & 1 deletion BuildScripts/Package.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Extension>zip</Extension>
<Extension>resources</Extension>
<DNNFileName>DNNConnect.CKEditorProvider</DNNFileName>
<PackageName>DNNConnect.CKEditorProvider</PackageName>
<BuildScriptsPath>$(MSBuildProjectDirectory)\BuildScripts</BuildScriptsPath>
Expand Down
14 changes: 1 addition & 13 deletions Constants/SettingConstants.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
/*
* CKEditor Html Editor Provider for DotNetNuke
* ========
* http://dnnckeditor.codeplex.com/
* Copyright (C) Ingo Herbote
*
* The software, this file and its contents are subject to the CKEditor Provider
* License. Please read the license.txt file before using, installing, copying,
* modifying or distribute this file or part of its contents. The contents of
* this file is part of the Source Code of the CKEditor Provider.
*/

namespace DNNConnect.CKEditorProvider.Constants
namespace DNNConnect.CKEditorProvider.Constants
{
using System;

Expand Down
1 change: 1 addition & 0 deletions DNNConnect.CKEditorProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
50 changes: 20 additions & 30 deletions Install/license.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="language" content="en" />
<title>CKEditor Provider LICENSE</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="page-header">
<h1>CKEditor Provider <small>LICENSE</small></h1>
</div>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
<style>
.dnnLabel + span {white-space: normal}
div.dnnFormShort > div.dnnLabel { display:none }
div.page-header { margin-top: 0; padding-top: 0 }
div.page-header h1 small { display: block }
</style>
<div class="container">
<div class="page-header">
<h1>CKEditor Provider <small>LICENSE</small></h1>
</div>

<div class="panel panel-default">
<div class="panel-body">
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, <br />
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, <br />
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, <br />
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. <br />
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, <br />
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
<div class="panel-footer">
<p>Copyright (c) DNN-Connect - https://github.com/DNN-Connect/CKEditorProvider</p>
</div>
<div class="panel panel-default">
<div class="panel-body">
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
<div class="panel-footer">
<p>Copyright (c) DNN-Connect - https://github.com/DNN-Connect/CKEditorProvider</p>
</div>
</div>

</body>
</html>
</div>
75 changes: 32 additions & 43 deletions Install/releaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="language" content="en" />
<title>CKEditor Provider Readme</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="page-header">
<h1>CKEditor 4.4.5 Editor Provider 2.01.00 <small>For DotNetNuke® 07.00.00 (or higher)</small></h1>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<strong>Whats New</strong>
</div>
<div class="panel-body">
<ul>
<li>Upgraded to CKEditor 4.4.5</li>
<li>New Option to set the Max. Allowed Upload limit per Role</li>
<li>File-Browser: Modal Dialogs are now draggable</li>
<li>File-Browser: Added Support for Multiple File Uploads</li>
<li>File-Browser: Added Drag &amp; Drop Support for the Upload Dialog</li>
</ul>
</div>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
<style>
.dnnLabel + span {white-space: normal}
div.dnnFormShort > div.dnnLabel { display:none }
div.page-header { margin-top: 0; padding-top: 0 }
div.page-header h1 small { display: block }
</style>
<div class="container">
<div class="page-header">
<h1>DNN-Connect CKEditor Provider 1.00.00 <small>For DNN® 07.02.01 (or higher)</small></h1>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<strong>Whats New</strong>
</div>
<div class="panel panel-success">
<div class="panel-heading">
changes
</div>
<div class="panel-body">
<ul>
<li>Fixed Issue #7721</li>
<li>Fixed Issue #7904</li>
<li>Removed the 'Refresh Editor' link bellow the editor #7879</li>
<li>List of available Styles can now be entered in the Settings instead of loading an xml/js file</li>
<li>Editor now supports Font Awesome icons html code</li>
<li>AllowedContent setting can now set correctly</li>
<li>New Editor Config settings added</li>
</ul>
</div>
<div class="panel-body">
<ul>
<li>Forked from Ingo Herbote's <a href="http://dnnckeditor.codeplex.com/">CKEditor Provider for DNN</a></li>
<li>Updated Editor Options to follow DNN standards</li>
<li>Integrated with the HTML Editor Manager</li>
</ul>
</div>
</div>
</body>
</html>
<!-- <div class="panel panel-success">
<div class="panel-heading">
changes
</div>
<div class="panel-body">
<ul>
<li></li>
<li></li>
</ul>
</div>
</div> -->
</div>

0 comments on commit bd966ad

Please sign in to comment.