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
10 years ago
Paul Schneider
9a2652739b
Merge from booking branch
10 years ago
Paul Schneider
25906d0227
Merge from booking branch
10 years ago
Paul Schneider
8c5de206e1
Fixes missing files
10 years ago
Paul Schneider
7bf9b6a771
a note on billls,
...
+refactoring
* instdbws.sql:
* BlogsController.cs:
* NpgsqlBlogProvider.cs: Implements the note
* robots.txt:
* Web.config:
* Web.csproj:
* Catalog.xml:
* Global.asax.cs:
* pgsql.xcf:
* p8-av4.png:
* pgsql.jpeg:
* logoDev.png:
* logoDev.xcf:
* debian-pb.gif:
* apache_pb.gif:
* theme.css:
* style.css:
* apache_pby.gif:
* apache_pbw.gif:
* Book.aspx:
* jquery-ui.css:
* Login.aspx:
* debian-powered.png:
* BlogManager.cs:
* FhHRx.gif:
* pgsql.png:
* TagControl.ascx:
* jquery-ui.min.css:
* BlogProvider.cs:
* theme.css:
* p8-av4.s.jpg:
* test-domain-TestAPI.config:
* noavatar.png:
* p8-av4.xxs.jpg:
* apache_pbw.png:
* debian-logo.png:
* TestCatalogInit.cs:
* Mono-powered.png:
* helix-nebula-1400x1400.l.jpg:
* star-939235_1280.jpg:
* animated-overlay.gif:
* star-939235_1280.s.jpg:
* sign-in-with-google.png:
* star-939235_1280.xxs.jpg:
* sign-in-with-google-s.png:
* helix-nebula-1400x1400.jpg:
* helix-nebula-1400x1400.s.jpg:
* helix-nebula-1400x1400.xxs.jpg: removes the /images folder from the app root folder,
all images are moved to /App_Themes/images
10 years ago
Paul Schneider
cbb596ca04
Fixes the anonymous profile usage
...
* NpgsqlMembershipProvider.cs: insert a profile record before
inserting the users record,
to ensure a new foreign key constraint
* NpgsqlProfileProvider.cs: better comments
* YavscController.cs: Fixes the cookies agreement
* HomeController.cs: Finalizes the cookie agreement system.
* YavscHelpers.cs: Adds a "click_action_name" field, to give a text to
the notification dimissing button.
* App.master: Uses the new field from Notification
* Web.config: No VB code to compile
* Web.csproj: moves Sql files to Sql folder
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: I understood ...
* Notification.cs: a new click action name.
* instdbws.sql: permits profile records with no users record
associated to,
and so, anonymous profiles creation.
10 years ago