Merge from booking branch

This commit is contained in:
Paul Schneider 2015-11-17 22:22:59 +01:00
commit 9a2652739b
266 changed files with 12833 additions and 2337 deletions

View file

@ -1,3 +1,14 @@
2015-11-17 Paul Schneider <paul@pschneider.fr>
* RateControl.cs: refactorization
2015-11-14 Paul Schneider <paul@pschneider.fr>
* RateControl.cs: Uses its data model, and moves to the
general name space.
* WebControls.csproj: Implements a server side rating control
2015-10-13 Paul Schneider <paul@pschneider.fr>
* ResultPages.cs: A multi-pages result meta info when one page

View file

@ -47,6 +47,7 @@
<Compile Include="InputUserName.cs" />
<Compile Include="InputCircle.cs" />
<Compile Include="UserCard.cs" />
<Compile Include="RateControl.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>