Skip to content

Commit

Permalink
Merge pull request #7 from Lantzify/v11
Browse files Browse the repository at this point in the history
V11
  • Loading branch information
Lantzify authored Feb 18, 2023
2 parents 2e665b7 + c9b642d commit 271af5a
Show file tree
Hide file tree
Showing 24 changed files with 9,928 additions and 511 deletions.
22 changes: 15 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,21 @@ ModelManifest.xml
**/App_Data/cache/
**/Media/

/src/uSupport.v[910].Web/[Bb]uild/
/src/uSupport.v[11].Web/[Bb]uild/
/src/uSupport.v11.Web/[Bb]uild/[Bb]elle/
/src/uSupport.v11.Web/src/[Ll]ess/*.css
/src/uSupport.v11.Web/wwwroot/[Mm]edia/
/src/uSupport.v11.Web/App_Code/
/src/uSupport.v11.Web/App_Plugins/
/src/uSupport.v11.Web/[Uu]mbraco/[Dd]ata/
/src/uSupport.v11.Web/[Uu]mbraco/[Ll]ogs/
/src/uSupport.v11.Web/[Uu]mbraco/[Mm]odels/
/src/uSupport.v11.Web/Views/
/src/uSupport.v11.Web/appsettings.json
/src/uSupport.v11.Web/appsettings.Development.json
/src/uSupport.v11.Web/appsettings.Local.json

/src/uSupport.v[10].Web/[Bb]uild/
/src/uSupport.v10.Web/[Bb]uild/[Bb]elle/
/src/uSupport.v10.Web/src/[Ll]ess/*.css
/src/uSupport.v10.Web/wwwroot/[Mm]edia/
Expand All @@ -271,9 +285,6 @@ ModelManifest.xml
/src/uSupport.v10.Web/[Uu]mbraco/[Ll]ogs/
/src/uSupport.v10.Web/[Uu]mbraco/[Mm]odels/
/src/uSupport.v10.Web/Views/
!/src/uSupport.v10.Web/Views/Partials/blocklist/
!/src/uSupport.v10.Web/Views/Partials/grid/
!/src/uSupport.v10.Web/Views/_ViewImports.cshtml
/src/uSupport.v10.Web/appsettings.json
/src/uSupport.v10.Web/appsettings.Development.json
/src/uSupport.v10.Web/appsettings.Local.json
Expand All @@ -288,9 +299,6 @@ ModelManifest.xml
/src/uSupport.v9.Web/[Uu]mbraco/[Ll]ogs/
/src/uSupport.v9.Web/[Uu]mbraco/[Mm]odels/
/src/uSupport.v9.Web/Views/
!/src/uSupport.v9.Web/Views/Partials/blocklist/
!/src/uSupport.v9.Web/Views/Partials/grid/
!/src/uSupport.v9.Web/Views/_ViewImports.cshtml
/src/uSupport.v9.Web/appsettings.json
/src/uSupport.v9.Web/appsettings.Development.json
/src/uSupport.v9.Web/appsettings.Local.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Umbraco](https://img.shields.io/badge/our-umbraco-%233544b1)](https://our.umbraco.com/packages/backoffice-extensions/usupport/)

## What is uSupport
uSupport is an ticketing system built for Umbraco.
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.

## Why uSupport
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.
Expand Down
3 changes: 2 additions & 1 deletion src/paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"sites": [
"USupport.v8.Web/App_Plugins/",
"USupport.v9.Web/App_Plugins/",
"USupport.v10.Web/App_Plugins/"
"USupport.v10.Web/App_Plugins/",
"USupport.v11.Web/App_Plugins/"
]
}
15 changes: 7 additions & 8 deletions src/uSupport.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uSupport.v10.Web", "uSuppor
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSupport.v8.Web", "uSupport.v8.Web\uSupport.v8.Web.csproj", "{00BB2492-832B-4ED2-AD24-7A254686849C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSupport.v11.Web", "uSupport.v11.Web\uSupport.v11.Web.csproj", "{A2F5CE53-43F6-4AB5-9F91-20087938A545}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -27,14 +29,6 @@ Global
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A}.Release|Any CPU.Build.0 = Release|Any CPU
{D993F452-9A65-4E63-941A-A42FEA616052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D993F452-9A65-4E63-941A-A42FEA616052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D993F452-9A65-4E63-941A-A42FEA616052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D993F452-9A65-4E63-941A-A42FEA616052}.Release|Any CPU.Build.0 = Release|Any CPU
{8411D58B-0982-422A-9892-45149CC54475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8411D58B-0982-422A-9892-45149CC54475}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8411D58B-0982-422A-9892-45149CC54475}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8411D58B-0982-422A-9892-45149CC54475}.Release|Any CPU.Build.0 = Release|Any CPU
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61C99467-ADB3-4A7D-8A02-D903C996471D}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -43,6 +37,10 @@ Global
{00BB2492-832B-4ED2-AD24-7A254686849C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00BB2492-832B-4ED2-AD24-7A254686849C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00BB2492-832B-4ED2-AD24-7A254686849C}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F5CE53-43F6-4AB5-9F91-20087938A545}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -51,6 +49,7 @@ Global
{65DBE5A1-FC73-48C8-BF6D-77D83439DD3A} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
{61C99467-ADB3-4A7D-8A02-D903C996471D} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
{00BB2492-832B-4ED2-AD24-7A254686849C} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
{A2F5CE53-43F6-4AB5-9F91-20087938A545} = {F84A89B7-DBB2-4C6F-B24E-6736CB649EED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D53C3DBF-5A1B-4BF6-8978-C0307564B694}
Expand Down
Loading

0 comments on commit 271af5a

Please sign in to comment.