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

Commit f0a1c07

Browse files
committed
Relocated source-code files into the /src folder
1 parent 31d5bf1 commit f0a1c07

File tree

10 files changed

+38
-74
lines changed

10 files changed

+38
-74
lines changed

.gitignore

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,16 @@
1-
#########################################
2-
# #
3-
# TheOutfiled's Ignore file #
4-
5-
##### File globs to match ####
6-
syntax: glob
7-
# Resharper
81
_ReSharper.*
9-
# Visual Studio Stuff
10-
*.obj
11-
*.pdb
12-
*.user
13-
*.aps
14-
*.pch
15-
*.vspscc
16-
*.vssscc
17-
*_i.c
18-
*_p.c
19-
*.ncb
2+
[Bb]in/
3+
[Oo]bj/
204
*.suo
21-
*.tlb
22-
*.tlh
23-
*.bak
5+
*.user
6+
*.userprefs
247
*.cache
25-
*.ilk
26-
*.log
27-
*.lib
28-
*.sbr
29-
*.scc
30-
*.csproj.user
31-
obj/
32-
bin/
33-
[Dd]ebug*/
34-
[Rr]elease*/
35-
*.[Pp]ublish.xml
36-
# General
378
*.orig
38-
*/Thumbs.db
39-
*/log.txt
40-
/Assets/
41-
*.DS_Store
42-
[Pp]ackages/*/**
9+
Thumbs.db
10+
.DS_Store
11+
*.log
12+
4313
artifacts/
44-
[Bb]uild/*
14+
src/packages/*/**
15+
build/App_plugins/
16+
build/bin/

Build/package.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<BuildUmbDir>$(MSBuildProjectDirectory)\_umbraco</BuildUmbDir>
7777
<BuildNuGetDir>$(MSBuildProjectDirectory)\_nuget</BuildNuGetDir>
7878
<ArtifactsDir>$(RootDir)\artifacts</ArtifactsDir>
79-
<CoreProjectDir>$(RootDir)\Src\$(ProjectName)</CoreProjectDir>
79+
<CoreProjectDir>$(RootDir)\src\$(ProjectName)</CoreProjectDir>
8080
</PropertyGroup>
8181

8282
<!-- TARGETS -->
@@ -186,7 +186,7 @@
186186
OutputDirectory="$(ArtifactsDir)"
187187
Files="@(PackageFiles)" />
188188

189-
<!--<MSBuild.NuGet.Tasks.Pack NuGetExePath="$(RootDir)\.nuget\NuGet.exe"
189+
<!--<MSBuild.NuGet.Tasks.Pack NuGetExePath="$(RootDir)\src\.nuget\NuGet.exe"
190190
ManifestFile="$(BuildNuGetDir)\package.nuspec"
191191
BasePath="$(BuildNuGetDir)"
192192
Version="$(ProductVersion)"

Packages/repositories.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,41 @@ A grid editor for Umbraco 7 that allows you to use Doc Types as a blue print for
1212

1313
### Installation
1414

15-
> *Note:* Nested Content has been developed against **Umbraco v7.1.4** and will support that version and above.
15+
> *Note:* Doc Type Grid Editor has been developed against **Umbraco v7.1.4** and will support that version and above.
1616
17-
Nested Content can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:
17+
Doc Type Grid Editor can be installed from either Our Umbraco package repository, or build manually from the source-code:
1818

1919
#### Our Umbraco package repository
2020

2121
To install from Our Umbraco, please download the package from:
2222

23-
> [https://our.umbraco.org/projects/backoffice-extensions/nested-content](https://our.umbraco.org/projects/backoffice-extensions/nested-content)
24-
25-
#### NuGet package repository
26-
27-
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.NestedContent), you can run the following command from within Visual Studio:
28-
29-
PM> Install-Package Our.Umbraco.NestedContent
30-
31-
We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-nested-content) - for bleeding-edge / development releases.
23+
> [https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
3224
3325
#### Manual build
3426

35-
If you prefer, you can compile Nested Content yourself, you'll need:
27+
If you prefer, you can compile Doc Type Grid Editor yourself, you'll need:
3628

3729
* Visual Studio 2012 (or above)
3830

3931
To clone it locally click the "Clone in Windows" button above or run the following git commands.
4032

41-
git clone https://github.com/leekelleher/umbraco-nested-content.git umbraco-nested-content
42-
cd umbraco-nested-content
33+
git clone https://github.com/leekelleher/umbraco-doc-type-grid-editor.git umbraco-doc-type-grid-editor
34+
cd umbraco-doc-type-grid-editor
4335
.\build.cmd
4436

4537
---
4638

4739
## Developers Guide
4840

49-
For details on how to use the Nested Content package, please refer to our [Developers Guide](docs/developers-guide.md) documentation.
41+
For details on how to use the Doc Type Grid Editor package, please refer to our [Developers Guide](docs/developers-guide.md) documentation.
5042

51-
A PDF download is also available: [Nested Content - Developers Guide v1.0.pdf](docs/assets/pdf/Nested-Content--Developers-Guide-v1.0.pdf)
43+
A PDF download is also available: [Doc Type Grid Editor - Developers Guide v1.0.pdf](docs/assets/pdf/Nested-Content--Developers-Guide-v1.0.pdf)
5244

5345
---
5446

5547
## Known Issues
5648

57-
Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:
49+
Please be aware that not all property-editors will work within Doc Type Grid Editor. The following property-editors are known to have compatibility issues:
5850

5951
* Upload (default Umbraco core)
6052
* Image Cropper (default Umbraco core)
@@ -75,8 +67,8 @@ Anyone and everyone is welcome to contribute. Please take a moment to review the
7567

7668
Have a question?
7769

78-
* [Nested Content Forum](https://our.umbraco.org/projects/backoffice-extensions/nested-content/nested-content-feedback) on Our Umbraco
79-
* [Raise an issue](https://github.com/leekelleher/umbraco-nested-content/issues) on GitHub
70+
* [Doc Type Grid Editor Forum](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/doc-type-grid-editor-feedback/) on Our Umbraco
71+
* [Raise an issue](https://github.com/leekelleher/umbraco-doc-type-grid-editor/issues) on GitHub
8072

8173

8274
## Dev Team
@@ -91,6 +83,6 @@ Have a question?
9183

9284
## License
9385

94-
Copyright &copy; 2015 Umbrella Inc, Our Umbraco and [other contributors](https://github.com/leekelleher/umbraco-nested-content/graphs/contributors)
86+
Copyright &copy; 2015 Umbrella Inc, Our Umbraco and [other contributors](https://github.com/leekelleher/umbraco-doc-type-grid-editor/graphs/contributors)
9587

9688
Licensed under the [MIT License](LICENSE.md)

Src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Our.Umbraco.DocTypeGridEditor</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
14+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
File renamed without changes.
File renamed without changes.
File renamed without changes.

Our.Umbraco.DocTypeGridEditor.sln renamed to src/Our.Umbraco.DocTypeGridEditor.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.21005.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.DocTypeGridEditor", "Src\Our.Umbraco.DocTypeGridEditor\Our.Umbraco.DocTypeGridEditor.csproj", "{4BD1DB40-1B39-4966-8740-D6A39D658598}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.DocTypeGridEditor", "Our.Umbraco.DocTypeGridEditor\Our.Umbraco.DocTypeGridEditor.csproj", "{4BD1DB40-1B39-4966-8740-D6A39D658598}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEE9961C-D747-40CD-B0B2-868D6B46833E}"
99
ProjectSection(SolutionItems) = preProject
@@ -14,17 +14,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEE996
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D588B45D-9E67-4136-8271-2B8724C8165F}"
1616
ProjectSection(SolutionItems) = preProject
17-
README.markdown = README.markdown
17+
..\README.md = ..\README.md
1818
EndProjectSection
1919
EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Package", "Build Package", "{42CE1449-272B-453B-B162-4558FD38BF41}"
2121
ProjectSection(SolutionItems) = preProject
22-
appveyor.yml = appveyor.yml
23-
build-appveyor.cmd = build-appveyor.cmd
24-
build.cmd = build.cmd
25-
Build\package.nuspec = Build\package.nuspec
26-
Build\package.proj = Build\package.proj
27-
Build\package.xml = Build\package.xml
22+
..\appveyor.yml = ..\appveyor.yml
23+
..\build-appveyor.cmd = ..\build-appveyor.cmd
24+
..\build.cmd = ..\build.cmd
25+
..\build\package.nuspec = ..\build\package.nuspec
26+
..\build\package.proj = ..\build\package.proj
27+
..\build\package.xml = ..\build\package.xml
2828
EndProjectSection
2929
EndProject
3030
Global

src/packages/repositories.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<repositories>
3+
<repository path="..\Our.Umbraco.DocTypeGridEditor\packages.config" />
4+
</repositories>

0 commit comments

Comments
 (0)