Skip to content

Commit

Permalink
Support for edushare.volgau.com portal
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Feb 10, 2021
1 parent 7d5f8ca commit 136900b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Fix for CS0017 Program has more than one entry point defined... https://andrewlock.net/fixing-the-error-program-has-more-than-one-entry-point-defined-for-console-apps-containing-xunit-tests/ -->
<GenerateProgramFile>false</GenerateProgramFile>
<!-- End fix -->
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.4.0</ReleaseVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion R7.Epsilon.Customizations.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Global
Policies = $0
$0.StandardHeader = $1
$1.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Affero General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Affero General Public License for more details.\n\n You should have received a copy of the GNU Affero General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
version = 1.3.0
version = 1.4.0
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion R7.Epsilon.Customizations/Manifest.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="R7.Epsilon-volgau.com" type="Library" version="01.03.00">
<package name="R7.Epsilon-volgau.com" type="Library" version="01.04.00">
<friendlyName>R7.Epsilon-volgau.com</friendlyName>
<description>R7.Epsilon skin customizations for volgau.com portals</description>
<owner>
Expand Down
5 changes: 4 additions & 1 deletion R7.Epsilon.Customizations/R7.Epsilon.Customizations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>R7.Epsilon.Customizations</RootNamespace>
<AssemblyName>R7.Epsilon.Customizations</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.3.0</ReleaseVersion>
<ReleaseVersion>1.4.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -64,12 +64,15 @@
<None Include="license.htm" />
<None Include="Manifest.dnn" />
<None Include="releaseNotes.htm" />
<None Include="Website\Portals\6\logo_blue.png" />
<None Include="Website\Portals\6\R7.Epsilon.yml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Website\" />
<Folder Include="Website\Portals\" />
<Folder Include="src\" />
<Folder Include="src\assets\" />
<Folder Include="Website\Portals\6\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="InstallPackage.targets" />
Expand Down
15 changes: 15 additions & 0 deletions R7.Epsilon.Customizations/Website/Portals/6/R7.Epsilon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
themes:

- name: blue
css: blue-theme.min.css
color: blue

- name: contrast
css: contrast-theme.min.css
color: black
is-a11y-theme: true

secondary-menu:

node-selector: "*"
include-nodes: 0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 136900b

Please sign in to comment.