Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Final pre-1.0 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIOM committed Jan 26, 2017
1 parent 0d804b4 commit 20b84fd
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 36 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,5 @@ ModelManifest.xml
/src/GlobalPollenProject.WebUI/wwwroot/lib
/src/GlobalPollenProject.WebUI/Properties/PublishProfiles
/src/GlobalPollenProject.WebUI/wwwroot/testdata
/src/GlobalPollenProject.WebUI/wwwroot/css
/src/GlobalPollenProject.WebUI/wwwroot/css
.DS_Store
Binary file modified src/GlobalPollenProject.WebUI/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private string FirstCharToLower(string input)

public List<ReferenceCollection> ListCollections()
{

return _uow.RefCollectionRepository.GetAll().ToList();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.taxon-toggle {
display: inline-block;
float:right;
width: 4em;
height: 6em;
vertical-align: top;
Expand Down
62 changes: 31 additions & 31 deletions src/GlobalPollenProject.WebUI/project.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"version": "1.1.0-*",
"version": "1.0.0-*",
"description": "Global Pollen Project reference library",
"authors": [ "AndrewIOM" ],

"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0",
"version": "1.0.0",
"type": "platform"
},
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0",
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0",
"Microsoft.AspNetCore.Authentication.Google": "1.1.0",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0",
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0",
"Microsoft.AspNetCore.Cors": "1.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0",
"Microsoft.AspNetCore.Identity": "1.1.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.EntityFrameworkCore": "1.1.0",
"Microsoft.EntityFrameworkCore.Sqlite": "1.1.0",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0",
"Microsoft.AspNetCore.Cors": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.EntityFrameworkCore": "1.0.0",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
"Microsoft.Extensions.Caching.Abstractions": "1.1.0",
"Microsoft.Extensions.Caching.Memory": "1.1.0",
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
"Microsoft.Extensions.Logging.Debug": "1.1.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0",
"Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"SendGrid.NetCore": "1.0.0-rtm-00002",
"WindowsAzure.Storage":"7.2.0",
"ImageProcessorCore": "1.0.0-alpha1047"
Expand Down
7 changes: 3 additions & 4 deletions src/GlobalPollenProject.WebUI/wwwroot/css/main.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
Global Pollen Project Styles
Copyright Andrew Martin, University of Oxford 2015
Andrew Martin, University of Oxford 2015
*/
/* Global Pollen Project: Colour Palette */
/* Bootstrap Customisations for the GPP */
/* Bootstrap Customisations for GPP */
body {
padding-top: 70px;
line-height: 1.8em; }
Expand Down Expand Up @@ -255,7 +255,6 @@ h1 {

.img-thumbnail {
list-style: none;
margin-bottom: 4em !important;
display: inline; }

div.img-thumbnail img {
Expand Down Expand Up @@ -730,8 +729,8 @@ footer ul {
border-color: #dddddd; }

.taxon-toggle {
float: right;
display: inline-block;
float: right;
width: 4em;
height: 6em;
vertical-align: top;
Expand Down

0 comments on commit 20b84fd

Please sign in to comment.