Files
yavsc/yavscModel/ChangeLog
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
2015-11-19 16:30:45 +01:00

144 lines
3.1 KiB
Plaintext

2015-11-19 Paul Schneider <paul@pschneider.fr>
* YavscModel.csproj: Lua config
2015-11-17 Paul Schneider <paul@pschneider.fr>
* PerformerProfile.cs: implements a performer profile
* SkillManager.cs:
* SkillProvider.cs: Makes the method rendering skills return a
PerformerProfile object
* YavscModel.csproj: replaces the UserSkillProfile with the
PerformerProfile class
* UserSkillProfile.cs: obsolete
2015-11-17 Paul Schneider <paul@pschneider.fr>
* IRating.cs:
* IComment.cs:
* IIdentified.cs:
* IAuthorized.cs:
* BasePost.cs:
* SkillProvider.cs: refactorization
* Skill.cs:
* YavscModel.csproj:
* UserSkill.cs:
* SkillManager.cs:
* UserSkillRating.cs:
* UserSkillProfile.cs:
* UserSkillReference.cs:
* UserSkillDeclaration.cs: implements the skill data model
* UserSkillComment.cs: defines an user's skill comment
* GDate.cs:
* YaEvent.cs:
* BlogProvider.cs:
* CircleBase.cs:
* Profile.cs:
* CalendarListEntry.cs:
* CalendarEventList.cs:
* UserRole.cs:
* ICalendarManager.cs:
* ProfileEdition.cs:
* LostPasswordModel.cs:
* RegisterClientModel.cs: xmldoc
* LocalizedText.fr.resx: skills
* Manager.cs: throws an exception when implementation for the
provider was not found
* IDataProvider.cs: xml doc
2015-11-14 Paul Schneider <paul@pschneider.fr>
* IRated.cs:
* BlogHelper.cs:
* ICalendarManager.cs:
* Manager.cs:
* BookingQuery.cs: refactoring
* Manager.cs:
* YavscModel.csproj:
* SkillRating.cs:
* SkillManager.cs:
* SkillRating.cs:
* SkillProvider.cs:
* SkillManager.cs:
* SkillProvider.cs:
* SkillDeclaration.cs:
* SkillDeclaration.cs: VIP skills
* BasePost.cs: One may rate a bill
* BlogProvider.cs: The blogs provider takes BlogEntry objects
at Update time
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: WIP skills
* Profile.cs: prettifies the code, as long as the profile
providers does'nt return any more DBNull values
* BlogManager.cs: Uses the static ManagerHelper class to get
the configuration
2015-11-11 Paul Schneider <paul@pschneider.fr>
* BasePost.cs: all BasePost contains a rate
* BasePostInfo.cs: due to base implementation
* BlogEntry.cs: code formatting
* BlogManager.cs: Fixes the taginfo object delivering
* BlogProvider.cs: refactoring
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: localizes UserInRole
* LoginModel.cs: enables spaces in the legacy login names
* Profile.cs: gives users the theme choice
2015-11-08 Paul Schneider <paul@pschneider.fr>
* LoginModel.cs:
* UserNameBase.cs: enables legacy login with spaces in the
user name
* ProfileEdition.cs: xml doc
2015-11-06 Paul Schneider <paul@pschneider.fr>
* ChangeLog:
* TagInfo.cs:
* BasePost.cs:
* LocalizedText.resx:
* BlogEntry.cs:
* BlogManager.cs:
* BlogProvider.cs:
* BookQuery.cs:
* BasePostInfo.cs:
* LocalizedText.fr.resx:
* IFreeDateSet.cs:
* LocalizedText.Designer.cs:
* Notification.cs:
* LocalizedText.fr.Designer.cs:
* ICalendarManager.cs:
* BlogEntryCollection.cs:
* ProfileEdition.cs:
* WebFileSystemManager.cs: