Skip to content

Commit e0e81af

Browse files
committed
Refactored Ignia.Topics to OnTopic
While **OnTopic** continues to be maintained by **Ignia**, it has enough libraries that it makes sense to separate out into a new organization, **OnTopic**. In preparation for that, we're simplifying the namespaces (and project names) down from `Ignia.Topics.*` to simply `OnTopic.*`. This affects nearly every file in the project, for obvious reasons.
1 parent d30c727 commit e0e81af

34 files changed

+71
-71
lines changed

Ignia.Topics.Web.Host/Global.asax

Lines changed: 0 additions & 1 deletion
This file was deleted.

Ignia.Topics.Web.Host/Common/Templates/Layout.master renamed to OnTopic.Web.Host/Common/Templates/Layout.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Layout.master.cs" Inherits="Ignia.Topics.Web.Host.Common.Templates.Layout" %>
1+
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Layout.master.cs" Inherits="OnTopic.Web.Host.Common.Templates.Layout" %>
22

33
<html>
44
<head runat="server">

Ignia.Topics.Web.Host/Common/Templates/Layout.master.cs renamed to OnTopic.Web.Host/Common/Templates/Layout.master.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Linq;
88
using System.Web.UI;
99

10-
namespace Ignia.Topics.Web.Host.Common.Templates {
10+
namespace OnTopic.Web.Host.Common.Templates {
1111

1212
/*============================================================================================================================
1313
| CLASS: LAYOUT MASTER

Ignia.Topics.Web.Host/Common/Templates/Layout.master.designer.cs renamed to OnTopic.Web.Host/Common/Templates/Layout.master.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Ignia.Topics.Web.Host/Common/Templates/Page.aspx renamed to OnTopic.Web.Host/Common/Templates/Page.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Title="" Language="C#" MasterPageFile="~/Common/Templates/Layout.master" AutoEventWireup="true" Inherits="Ignia.Topics.Web.TopicPage" %>
1+
<%@ Page Title="" Language="C#" MasterPageFile="~/Common/Templates/Layout.master" AutoEventWireup="true" Inherits="OnTopic.Web.TopicPage" %>
22

33
<%@ MasterType virtualPath="~/Common/Templates/Layout.Master" %>
44

OnTopic.Web.Host/Global.asax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<%@ Application Codebehind="Global.asax.cs" Inherits="OnTopic.Web.Host.Global" Language="C#" %>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
using System;
77
using System.Configuration;
88
using System.Web.Routing;
9-
using Ignia.Topics.Data.Caching;
10-
using Ignia.Topics.Data.Sql;
9+
using OnTopic.Data.Caching;
10+
using OnTopic.Data.Sql;
1111

12-
namespace Ignia.Topics.Web.Host {
12+
namespace OnTopic.Web.Host {
1313

1414
/*============================================================================================================================
1515
| CLASS: GLOBAL

Ignia.Topics.Web.Host/Ignia.Topics.Web.Host.csproj renamed to OnTopic.Web.Host/OnTopic.Web.Host.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
14-
<RootNamespace>Ignia.Topics.Web.Host</RootNamespace>
15-
<AssemblyName>Ignia.Topics.Web.Host</AssemblyName>
14+
<RootNamespace>OnTopic.Web.Host</RootNamespace>
15+
<AssemblyName>OnTopic.Web.Host</AssemblyName>
1616
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1717
<UseIISExpress>true</UseIISExpress>
1818
<Use64BitIISExpress />
@@ -104,21 +104,21 @@
104104
<Folder Include="Models\" />
105105
</ItemGroup>
106106
<ItemGroup>
107-
<ProjectReference Include="..\Ignia.Topics.Data.Caching\Ignia.Topics.Data.Caching.csproj">
107+
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj">
108108
<Project>{206b7f91-ca25-4e9d-9576-60d2e54a2c0a}</Project>
109-
<Name>Ignia.Topics.Data.Caching</Name>
109+
<Name>OnTopic.Data.Caching</Name>
110110
</ProjectReference>
111-
<ProjectReference Include="..\Ignia.Topics.Data.Sql\Ignia.Topics.Data.Sql.csproj">
111+
<ProjectReference Include="..\OnTopic.Data.Sql\OnTopic.Data.Sql.csproj">
112112
<Project>{1de1f923-c7c2-435b-b49a-975acbcb5ff0}</Project>
113-
<Name>Ignia.Topics.Data.Sql</Name>
113+
<Name>OnTopic.Data.Sql</Name>
114114
</ProjectReference>
115-
<ProjectReference Include="..\Ignia.Topics.Web\Ignia.Topics.Web.csproj">
115+
<ProjectReference Include="..\OnTopic.Web\OnTopic.Web.csproj">
116116
<Project>{c98f7b48-a085-4394-b820-c244f23868ce}</Project>
117-
<Name>Ignia.Topics.Web</Name>
117+
<Name>OnTopic.Web</Name>
118118
</ProjectReference>
119-
<ProjectReference Include="..\Ignia.Topics\Ignia.Topics.csproj">
119+
<ProjectReference Include="..\OnTopic\OnTopic.csproj">
120120
<Project>{b8d5b290-4451-4c3b-ae9e-0ff075958a74}</Project>
121-
<Name>Ignia.Topics</Name>
121+
<Name>OnTopic</Name>
122122
</ProjectReference>
123123
</ItemGroup>
124124
<PropertyGroup>

Ignia.Topics.Web.Host/Properties/AssemblyInfo.cs renamed to OnTopic.Web.Host/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Ignia.Topics.Web.Host")]
8+
[assembly: AssemblyTitle("OnTopic.Web.Host")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Ignia.Topics.Web.Host")]
12+
[assembly: AssemblyProduct("OnTopic.Web.Host")]
1313
[assembly: AssemblyCopyright("Copyright © 2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)