Go to file
Paul Schneider a62cff223c Fixes
* style.css:
* style.css:
* UsersInRole.aspx: refactoring

* HomeController.cs: Fixes the restricted area error page

* PostActions.ascx: html structure

* TagControl.ascx: Tags reside in a list here, treat it as an Html one

* RestrictedArea.aspx: Shows allowed users or/and roles in the error
  page

* Web.csproj: cleaning
10 years ago
ITContentProvider Merge commit 'acd2a473bbf4f3006e40384a45413a4db177b082' 10 years ago
NpgsqlBlogProvider Merge from booking branch 10 years ago
NpgsqlContentProvider Merge from booking branch 10 years ago
NpgsqlMRPProviders Merge from booking branch 10 years ago
Presta The new `Presta` project ... 10 years ago
SalesCatalog a note on billls, 10 years ago
TestAPI Merge from booking branch 10 years ago
WebControls Merge from booking branch 10 years ago
booking Merge from booking branch 10 years ago
pkg drops the Web tarball 11 years ago
plugins/fortune * bg.gif: 10 years ago
web Fixes 10 years ago
yavscModel Merge from booking branch 10 years ago
yavscclient Merge from booking branch 10 years ago
.gitignore hides prod config 10 years ago
Banner.xcf Initial import 12 years ago
ChangeLog Merge from booking branch 10 years ago
LICENSE Initial commit 12 years ago
Makefile Merge from booking branch 10 years ago
README.md Merge from booking branch 10 years ago
Yavsc.sln Merge from booking branch 10 years ago
google-services.json * Web.config: 11 years ago
noavatar.xcf Initial import 12 years ago

README.md

yavsc

doc-fr

TODO FIRST

  1. Implement a Skills provider

  2. Create an UserCardControl with quick access for users to his chat and the circle membership, and for admins to his roles, a blogentry count, and a link to the booking system

  3. Api refatoring:

Concerning the blog entry edition, we only need Two methods:

  • long PostFile(long id), used for creation when the given id is 0, in which case, the entry id created is returned. Otherwise, used for import in the post spécified by its id, in which case, 0 is returned.
  • long Post(BlogEntry be), used to create or update a given or not blog entry content. the returned value is the entry id at creation, or 0.
  1. UI themes