yavsc/ChangeLog
Paul Schneider 47285f8b83 Implements the alternate style sheet publication
* style.css: this floating breaks my dark style

* Global.asax: the application object is now compiled at runtime,
its code is in App_Code

* YavscHelpers.cs: Implements a method helping to refer on themed
  stylesheets,
presenting the "alternate" stylesheet usage.

* App.master: Uses the new Helper function to refer on the
main style sheet `style.css`

* Web.config: * no more default controller, instead, modify the app
  code
* the client side javascript validation is custommized, and we do not
  need the M$ js for now

* Web.csproj: Global.asax.cs becomes a content, compiled at runtime,
  found in ~/App_Code

* Global.asax.cs: Now compiles at runtime.

* Makefile: adds my deployment targets
2015-11-18 12:33:19 +01:00

34 lines
757 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2015-11-18 Paul Schneider <paul@pschneider.fr>
* Makefile: adds my deployment targets
2015-11-17 Paul Schneider <paul@pschneider.fr>
* Makefile: adds nuget targets
2015-11-14 Paul Schneider <paul@pschneider.fr>
* Makefile: Fixes the `clean` target
* README.md: WIP Skills
2015-11-11 Paul Schneider <paul@pschneider.fr>
* README.md: \n @ EOF
* Yavsc.sln: remove the `booking` project from the solution
* Edit.aspx: cleaning
2015-11-08 Paul Schneider <paul@pschneider.fr>
* README.md: Adds a TODO list
* Yavsc.sln: do not build the MVC 5.1 project, that does not
run under mono.
* ChangeLog: this file should not be maintained as a git
respository legacy file
* .gitignore: this file should not be maintained under git