Skip to content

Commit 271af5a

Browse files
authored
Merge pull request #7 from Lantzify/v11
V11
2 parents 2e665b7 + c9b642d commit 271af5a

24 files changed

Lines changed: 9928 additions & 511 deletions

.gitignore

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,21 @@ ModelManifest.xml
261261
**/App_Data/cache/
262262
**/Media/
263263

264-
/src/uSupport.v[910].Web/[Bb]uild/
264+
/src/uSupport.v[11].Web/[Bb]uild/
265+
/src/uSupport.v11.Web/[Bb]uild/[Bb]elle/
266+
/src/uSupport.v11.Web/src/[Ll]ess/*.css
267+
/src/uSupport.v11.Web/wwwroot/[Mm]edia/
268+
/src/uSupport.v11.Web/App_Code/
269+
/src/uSupport.v11.Web/App_Plugins/
270+
/src/uSupport.v11.Web/[Uu]mbraco/[Dd]ata/
271+
/src/uSupport.v11.Web/[Uu]mbraco/[Ll]ogs/
272+
/src/uSupport.v11.Web/[Uu]mbraco/[Mm]odels/
273+
/src/uSupport.v11.Web/Views/
274+
/src/uSupport.v11.Web/appsettings.json
275+
/src/uSupport.v11.Web/appsettings.Development.json
276+
/src/uSupport.v11.Web/appsettings.Local.json
277+
278+
/src/uSupport.v[10].Web/[Bb]uild/
265279
/src/uSupport.v10.Web/[Bb]uild/[Bb]elle/
266280
/src/uSupport.v10.Web/src/[Ll]ess/*.css
267281
/src/uSupport.v10.Web/wwwroot/[Mm]edia/
@@ -271,9 +285,6 @@ ModelManifest.xml
271285
/src/uSupport.v10.Web/[Uu]mbraco/[Ll]ogs/
272286
/src/uSupport.v10.Web/[Uu]mbraco/[Mm]odels/
273287
/src/uSupport.v10.Web/Views/
274-
!/src/uSupport.v10.Web/Views/Partials/blocklist/
275-
!/src/uSupport.v10.Web/Views/Partials/grid/
276-
!/src/uSupport.v10.Web/Views/_ViewImports.cshtml
277288
/src/uSupport.v10.Web/appsettings.json
278289
/src/uSupport.v10.Web/appsettings.Development.json
279290
/src/uSupport.v10.Web/appsettings.Local.json
@@ -288,9 +299,6 @@ ModelManifest.xml
288299
/src/uSupport.v9.Web/[Uu]mbraco/[Ll]ogs/
289300
/src/uSupport.v9.Web/[Uu]mbraco/[Mm]odels/
290301
/src/uSupport.v9.Web/Views/
291-
!/src/uSupport.v9.Web/Views/Partials/blocklist/
292-
!/src/uSupport.v9.Web/Views/Partials/grid/
293-
!/src/uSupport.v9.Web/Views/_ViewImports.cshtml
294302
/src/uSupport.v9.Web/appsettings.json
295303
/src/uSupport.v9.Web/appsettings.Development.json
296304
/src/uSupport.v9.Web/appsettings.Local.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Umbraco](https://img.shields.io/badge/our-umbraco-%233544b1)](https://our.umbraco.com/packages/backoffice-extensions/usupport/)
88

99
## What is uSupport
10-
uSupport is an ticketing system built for Umbraco.
10+
uSupport is an feature rich ticketing system designed specifically for the Umbraco. It is a complete ticketing solution that enables users to create, manage, and view tickets and their associated comments. With uSupport, you can quickly and easily create and manage tickets. uSupport is highly customizable, allowing users to set up their own ticket types and define ticket statuses.
1111

1212
## Why uSupport
1313
Instead of managing your clients Umbraco issues via email. Why not keep them in Umbraco. uSupport is highly flexable and customizable to make sure it fits your needs. No more rummaging through old emails to find the details of what needs to be fixed.

src/paths.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"sites": [
99
"USupport.v8.Web/App_Plugins/",
1010
"USupport.v9.Web/App_Plugins/",
11-
"USupport.v10.Web/App_Plugins/"
11+
"USupport.v10.Web/App_Plugins/",
12+
"USupport.v11.Web/App_Plugins/"
1213
]
1314
}

src/uSupport.sln

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uSupport.v10.Web", "uSuppor
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSupport.v8.Web", "uSupport.v8.Web\uSupport.v8.Web.csproj", "{00BB2492-832B-4ED2-AD24-7A254686849C}"
1515
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSupport.v11.Web", "uSupport.v11.Web\uSupport.v11.Web.csproj", "{A2F5CE53-43F6-4AB5-9F91-20087938A545}"
17+
EndProject
1618
Global
1719
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1820
Debug|Any CPU = Debug|Any CPU
@@ -27,14 +29,6 @@ Global
2729
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
2830
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
2931
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Release|Any CPU.Build.0 = Release|Any CPU
30-
{D993F452-9A65-4E63-941A-A42FEA616052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31-
{D993F452-9A65-4E63-941A-A42FEA616052}.Debug|Any CPU.Build.0 = Debug|Any CPU
32-
{D993F452-9A65-4E63-941A-A42FEA616052}.Release|Any CPU.ActiveCfg = Release|Any CPU
33-
{D993F452-9A65-4E63-941A-A42FEA616052}.Release|Any CPU.Build.0 = Release|Any CPU
34-
{8411D58B-0982-422A-9892-45149CC54475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35-
{8411D58B-0982-422A-9892-45149CC54475}.Debug|Any CPU.Build.0 = Debug|Any CPU
36-
{8411D58B-0982-422A-9892-45149CC54475}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{8411D58B-0982-422A-9892-45149CC54475}.Release|Any CPU.Build.0 = Release|Any CPU
3832
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3933
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Debug|Any CPU.Build.0 = Debug|Any CPU
4034
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -43,6 +37,10 @@ Global
4337
{00BB2492-832B-4ED2-AD24-7A254686849C}.Debug|Any CPU.Build.0 = Debug|Any CPU
4438
{00BB2492-832B-4ED2-AD24-7A254686849C}.Release|Any CPU.ActiveCfg = Release|Any CPU
4539
{00BB2492-832B-4ED2-AD24-7A254686849C}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Release|Any CPU.Build.0 = Release|Any CPU
4644
EndGlobalSection
4745
GlobalSection(SolutionProperties) = preSolution
4846
HideSolutionNode = FALSE
@@ -51,6 +49,7 @@ Global
5149
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
5250
{61C99467-ADB3-4A7D-8A02-D903C996471D} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
5351
{00BB2492-832B-4ED2-AD24-7A254686849C} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
52+
{A2F5CE53-43F6-4AB5-9F91-20087938A545} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
5453
EndGlobalSection
5554
GlobalSection(ExtensibilityGlobals) = postSolution
5655
SolutionGuid = {D53C3DBF-5A1B-4BF6-8978-C0307564B694}

0 commit comments

Comments
 (0)