Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
|
|
@ -1,9 +1,19 @@
|
|||
2015-10-30 Paul Schneider <paul@pschneider.fr>
|
||||
2015-11-17 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* NpgsqlContentProvider.cs: refactoring: a dedicated name
|
||||
space for the catalog
|
||||
* NpgsqlSkillProvider.cs: User's skills profile object now
|
||||
implements an `Id` property,
|
||||
in order to be rated, perhaps ranked in a near future. It's
|
||||
implemented as the legay profile id.
|
||||
|
||||
2015-10-28 Paul Schneider <paul@pschneider.fr>
|
||||
2015-11-17 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* NpgsqlCircleProvider.cs: Restores circles edition
|
||||
* NpgsqlSkillProvider.cs: implements a skill provider
|
||||
|
||||
* NpgsqlContentProvider.csproj: Imports the
|
||||
`NpgsqlSkillProvider` class
|
||||
|
||||
2015-11-08 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* ChangeLog: this file should not be maintained as a git
|
||||
respository legacy file
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="NpgsqlContentProvider.cs" />
|
||||
<Compile Include="NpgsqlCircleProvider.cs" />
|
||||
<Compile Include="NpgsqlSkillProvider.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue