Go to file
Paul Schneider 029a80e2c4 Fixes the Site wize skills page,
makes use of Mono.Web.Xdt at deploy time

* PayPalController.cs: implements a Paypal controller

* Abort.aspx: Paypal paiement aborting page

* Commit.aspx: Paypal paiement commit page

* IPN.aspx: Paypal paiement notification page

* Index.aspx: Paypal paiement form page

* WebTasks.dll: thanks to he Marcelo Zabani's coding blog:
<https://mzabani.wordpress.com/2013/09/24/mono-asp-net-project-deployment-with-web-config-xdt-transformations/>

* .gitignore: ignore my new config transformation sources

* pkg.mdproj:
* Presta.csproj:
* TestAPI.csproj:
* fortune.csproj:
* SalesCatalog.csproj:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: adds a build target named "Lua"

* Makefile: instead of `deploy`, start Xsp, in the `dist` folder

* Yavsc.sln:
* YavscModel.csproj:
* WebControls.csproj:
* YavscClient.csproj: Lua config

* yavsc.rate.js: refactoring, still needs a cleanning

* RateSkillControl.ascx: give it the `rate-site-skill` `data-type`
  html attribute

* RateUserSkillControl.ascx: cleans an obsolete code chunk

* Web.csproj: Fixes the missing RateSkillControl at deploy time,
adds my deployment config
9 years ago
ITContentProvider Fixes the Site wize skills page, 9 years ago
NpgsqlBlogProvider Fixes the Site wize skills page, 9 years ago
NpgsqlContentProvider Fixes the Site wize skills page, 9 years ago
NpgsqlMRPProviders Fixes the Site wize skills page, 9 years ago
Presta Fixes the Site wize skills page, 9 years ago
SalesCatalog Fixes the Site wize skills page, 9 years ago
TestAPI Fixes the Site wize skills page, 9 years ago
WebControls Fixes the Site wize skills page, 9 years ago
booking Merge from booking branch 9 years ago
pkg Fixes the Site wize skills page, 9 years ago
plugins/fortune Fixes the Site wize skills page, 9 years ago
web Fixes the Site wize skills page, 9 years ago
yavscModel Fixes the Site wize skills page, 9 years ago
yavscclient Fixes the Site wize skills page, 9 years ago
.gitignore Fixes the Site wize skills page, 9 years ago
Banner.xcf Initial import 10 years ago
ChangeLog Fixes the Site wize skills page, 9 years ago
LICENSE Initial commit 10 years ago
Makefile Fixes the Site wize skills page, 9 years ago
README.md Merge from booking branch 9 years ago
Yavsc.sln Fixes the Site wize skills page, 9 years ago
google-services.json * Web.config: 9 years ago
noavatar.xcf Initial import 10 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