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

Commit

Permalink
Refactoring to run in DNN Connect namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Brinkman committed May 12, 2015
1 parent ea84abd commit 7922fe7
Show file tree
Hide file tree
Showing 80 changed files with 1,478 additions and 1,988 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vs/
obj/
bin/
Packages/
55 changes: 0 additions & 55 deletions 01.14.03.SqlDataProvider

This file was deleted.

27 changes: 0 additions & 27 deletions 02.00.00.Cleanup.txt

This file was deleted.

31 changes: 0 additions & 31 deletions 02.00.00.SqlDataProvider

This file was deleted.

3 changes: 0 additions & 3 deletions 02.00.09.SqlDataProvider

This file was deleted.

108 changes: 0 additions & 108 deletions 02.01.00.SqlDataProvider

This file was deleted.

16 changes: 0 additions & 16 deletions 03.00.00.SqlDataProvider

This file was deleted.

4 changes: 2 additions & 2 deletions Browser/Browser.aspx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@ Page language="c#" Codebehind="Browser.aspx.cs" AutoEventWireup="True" Inherits="WatchersNET.CKEditor.Browser.Browser" %>
<%@ Page language="c#" Codebehind="Browser.aspx.cs" AutoEventWireup="True" Inherits="DNNConnect.CKEditorProvider.Browser.Browser" %>
<%@ Register TagPrefix="dnn" Assembly="DotNetNuke.Web" Namespace="DotNetNuke.Web.UI.WebControls" %>
<%@ Register TagPrefix="wnet" Namespace="WatchersNET.CKEditor.Controls" Assembly="WatchersNET.CKEditor" %>
<%@ Register TagPrefix="wnet" Namespace="DNNConnect.CKEditorProvider.Controls" Assembly="DNNConnect.CKEditorProvider" %>
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
Loading

0 comments on commit 7922fe7

Please sign in to comment.