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
63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
2015-11-19 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* WebControls.csproj: Lua config
|
|
|
|
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
|
|
only
|
|
|
|
2015-10-04 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* ResultPages.cs: .
|
|
|
|
2015-09-23 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* InputUserName.cs: formatting
|
|
|
|
2015-09-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* InputCircle.cs: using the new CircleBase class
|
|
|
|
* ResultPages.cs: Using a new "None" attribute
|
|
|
|
2015-08-22 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* InputCircle.cs: this class is about to be removed
|
|
|
|
2015-08-20 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* InputCircle.cs: fixes the new CircleManager interface usage
|
|
|
|
2015-07-15 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* WebControls.csproj: Moves to Mono framework
|
|
|
|
2015-07-02 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* UserCard.cs:
|
|
* InputCircle.cs:
|
|
|
|
2015-06-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* InputCircle.cs: An input control specialized for circle
|
|
selection
|
|
|
|
* UserCard.cs: Displays user informations on a little div
|
|
|
|
* InputUserName.cs: Fixes the ToolBoxData attribute
|
|
|
|
* WebControls.csproj:
|
|
|