Skip to content

Commit 5ec848c

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 1a22b5c commit 5ec848c

Some content is hidden

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

51 files changed

+101
-105
lines changed

Ignia.Topics.Web.Mvc.Host/Global.asax

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

Ignia.Topics.Web.Mvc.Host/App_Start/RouteConfig.cs renamed to OnTopic.Web.Mvc.Host/App_Start/RouteConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Web.Mvc;
77
using System.Web.Routing;
88

9-
namespace Ignia.Topics.Web.Mvc.Host {
9+
namespace OnTopic.Web.Mvc.Host {
1010

1111
/*============================================================================================================================
1212
| CLASS: ROUTE CONFIGURATION

Ignia.Topics.Web.Mvc.Host/Controllers/ErrorController.cs renamed to OnTopic.Web.Mvc.Host/Controllers/ErrorController.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
| Client Ignia, LLC
44
| Project OnTopicSample OnTopic Site
55
\=============================================================================================================================*/
6-
using Ignia.Topics.ViewModels;
7-
using Ignia.Topics.Web.Mvc.Controllers;
6+
using OnTopic.ViewModels;
7+
using OnTopic.Web.Mvc.Controllers;
88

9-
namespace Ignia.Topics.Web.Mvc.Host.Controllers {
9+
namespace OnTopic.Web.Mvc.Host.Controllers {
1010

1111
/*============================================================================================================================
1212
| CLASS: ERROR CONTROLLER

Ignia.Topics.Web.Mvc.Host/Controllers/LayoutController.cs renamed to OnTopic.Web.Mvc.Host/Controllers/LayoutController.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
\=============================================================================================================================*/
66
using System.Threading.Tasks;
77
using System.Web.Mvc;
8-
using Ignia.Topics.Repositories;
9-
using Ignia.Topics.Web.Mvc.Controllers;
10-
using Ignia.Topics.Web.Mvc.Models;
11-
using Ignia.Topics.ViewModels;
12-
using Ignia.Topics.Mapping.Hierarchical;
8+
using OnTopic.Repositories;
9+
using OnTopic.Web.Mvc.Controllers;
10+
using OnTopic.Web.Mvc.Models;
11+
using OnTopic.ViewModels;
12+
using OnTopic.Mapping.Hierarchical;
1313

14-
namespace Ignia.Topics.Web.Mvc.Host.Controllers {
14+
namespace OnTopic.Web.Mvc.Host.Controllers {
1515

1616
/*============================================================================================================================
1717
| CLASS: LAYOUT CONTROLLER

OnTopic.Web.Mvc.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.Mvc.Host.Global" Language="C#" %>

Ignia.Topics.Web.Mvc.Host/Global.asax.cs renamed to OnTopic.Web.Mvc.Host/Global.asax.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using System.Web.Mvc;
99
using System.Web.Routing;
1010

11-
namespace Ignia.Topics.Web.Mvc.Host {
11+
namespace OnTopic.Web.Mvc.Host {
1212

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

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

Lines changed: 13 additions & 13 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.Mvc.Host</RootNamespace>
15-
<AssemblyName>Ignia.Topics.Web.Mvc.Host</AssemblyName>
14+
<RootNamespace>OnTopic.Web.Mvc.Host</RootNamespace>
15+
<AssemblyName>OnTopic.Web.Mvc.Host</AssemblyName>
1616
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1717
<UseIISExpress>true</UseIISExpress>
1818
<Use64BitIISExpress />
@@ -145,25 +145,25 @@
145145
<Folder Include="Models\" />
146146
</ItemGroup>
147147
<ItemGroup>
148-
<ProjectReference Include="..\Ignia.Topics.Data.Caching\Ignia.Topics.Data.Caching.csproj">
148+
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj">
149149
<Project>{206b7f91-ca25-4e9d-9576-60d2e54a2c0a}</Project>
150-
<Name>Ignia.Topics.Data.Caching</Name>
150+
<Name>OnTopic.Data.Caching</Name>
151151
</ProjectReference>
152-
<ProjectReference Include="..\Ignia.Topics.Data.Sql\Ignia.Topics.Data.Sql.csproj">
152+
<ProjectReference Include="..\OnTopic.Data.Sql\OnTopic.Data.Sql.csproj">
153153
<Project>{1de1f923-c7c2-435b-b49a-975acbcb5ff0}</Project>
154-
<Name>Ignia.Topics.Data.Sql</Name>
154+
<Name>OnTopic.Data.Sql</Name>
155155
</ProjectReference>
156-
<ProjectReference Include="..\Ignia.Topics.ViewModels\Ignia.Topics.ViewModels.csproj">
156+
<ProjectReference Include="..\OnTopic.ViewModels\OnTopic.ViewModels.csproj">
157157
<Project>{e52fc633-b4c5-4a2b-8caf-30e756d7a6a7}</Project>
158-
<Name>Ignia.Topics.ViewModels</Name>
158+
<Name>OnTopic.ViewModels</Name>
159159
</ProjectReference>
160-
<ProjectReference Include="..\Ignia.Topics.Web.Mvc\Ignia.Topics.Web.Mvc.csproj">
160+
<ProjectReference Include="..\OnTopic.Web.Mvc\OnTopic.Web.Mvc.csproj">
161161
<Project>{3b3ce34d-b5e5-47ca-bfef-e6740650f378}</Project>
162-
<Name>Ignia.Topics.Web.Mvc</Name>
162+
<Name>OnTopic.Web.Mvc</Name>
163163
</ProjectReference>
164-
<ProjectReference Include="..\Ignia.Topics\Ignia.Topics.csproj">
164+
<ProjectReference Include="..\OnTopic\OnTopic.csproj">
165165
<Project>{b8d5b290-4451-4c3b-ae9e-0ff075958a74}</Project>
166-
<Name>Ignia.Topics</Name>
166+
<Name>OnTopic</Name>
167167
</ProjectReference>
168168
</ItemGroup>
169169
<PropertyGroup>
@@ -197,7 +197,7 @@
197197
</PropertyGroup>
198198
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
199199
</Target>
200-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
201201
Other similar extension points exist, see Microsoft.Common.targets.
202202
<Target Name="BeforeBuild">
203203
</Target>

Ignia.Topics.Web.Mvc.Host/Properties/AssemblyInfo.cs renamed to OnTopic.Web.Mvc.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.Mvc.Host")]
8+
[assembly: AssemblyTitle("OnTopic.Web.Mvc.Host")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Ignia.Topics.Web.Mvc.Host")]
12+
[assembly: AssemblyProduct("OnTopic.Web.Mvc.Host")]
1313
[assembly: AssemblyCopyright("Copyright © 2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

Ignia.Topics.Web.Mvc.Host/SampleControllerFactory.cs renamed to OnTopic.Web.Mvc.Host/SampleControllerFactory.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
using System.Configuration;
88
using System.Web.Mvc;
99
using System.Web.Routing;
10-
using Ignia.Topics.Data.Caching;
11-
using Ignia.Topics.Data.Sql;
12-
using Ignia.Topics.Mapping;
13-
using Ignia.Topics.Mapping.Hierarchical;
14-
using Ignia.Topics.Repositories;
15-
using Ignia.Topics.ViewModels;
16-
using Ignia.Topics.Web.Mvc.Controllers;
17-
using Ignia.Topics.Web.Mvc.Host.Controllers;
18-
19-
namespace Ignia.Topics.Web.Mvc.Host {
10+
using OnTopic.Data.Caching;
11+
using OnTopic.Data.Sql;
12+
using OnTopic.Mapping;
13+
using OnTopic.Mapping.Hierarchical;
14+
using OnTopic.Repositories;
15+
using OnTopic.ViewModels;
16+
using OnTopic.Web.Mvc.Controllers;
17+
using OnTopic.Web.Mvc.Host.Controllers;
18+
19+
namespace OnTopic.Web.Mvc.Host {
2020

2121
/*============================================================================================================================
2222
| CLASS: CONTROLLER FACTORY

0 commit comments

Comments
 (0)