Component update, Site pinning updates

refactor-intermediate-models
Thomas Hounsell 2015-10-14 23:08:37 +01:00
parent f08363a487
commit 9971e73177
9 changed files with 9 additions and 5 deletions

View File

@ -723,11 +723,11 @@
<Content Include="browserconfig.xml" />
<Content Include="content\icons-2x.png" />
<Content Include="content\icons.png" />
<Content Include="content\tile\wide.png" />
<Content Include="content\tile\large.png" />
<Content Include="content\rtl.css" />
<Content Include="content\tile\square.png" />
<Content Include="content\tile\tiny.png" />
<Content Include="content\tile\wide.png" />
<Content Include="content\rtl.css" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="content\style.css" />

View File

@ -19,7 +19,7 @@ namespace BuildFeed.Controllers
bModel = new Build();
}
public async Task<BuildModel[]> GetBuilds(int skip, int limit = 20)
public async Task<BuildModel[]> GetBuilds(int limit = 20, int skip = 0)
{
var builds = await bModel.SelectInBuildOrder(limit, skip);
return builds.ToArray();

View File

@ -1581,6 +1581,10 @@ interface JQuery {
* @param list An array of strings naming the pieces of data to delete.
*/
removeData(list: string[]): JQuery;
/**
* Remove all previously-stored piece of data.
*/
removeData(): JQuery;
/**
* Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.

View File

@ -6,7 +6,7 @@
<square150x150logo src="content/tile/square.png"/>
<wide310x150logo src="content/tile/wide.png"/>
<square310x310logo src="content/tile/large.png"/>
<TileColor>#5bc0de</TileColor>
<TileColor>#272b30</TileColor>
</tile>
<notification>
<polling-uri src="http://notifications.buildmypinnedsite.com/?feed=https://buildfeed.net/rss/Added/&amp;id=1"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -7,7 +7,7 @@
<package id="Glimpse.Mvc5" version="1.5.3" targetFramework="net46" />
<package id="Humanizer" version="1.37.7" targetFramework="net46" />
<package id="jQuery" version="2.1.4" targetFramework="net452" />
<package id="jquery.TypeScript.DefinitelyTyped" version="2.3.0" targetFramework="net46" />
<package id="jquery.TypeScript.DefinitelyTyped" version="2.3.1" targetFramework="net46" />
<package id="jQuery.Validation" version="1.14.0" targetFramework="net46" />
<package id="jsrender.TypeScript.DefinitelyTyped" version="0.0.3" targetFramework="net45" />
<package id="Microsoft.ApplicationInsights" version="1.2.0" targetFramework="net46" />