* 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 |
10 years ago | |
|---|---|---|
| ITContentProvider | 10 years ago | |
| NpgsqlBlogProvider | 10 years ago | |
| NpgsqlContentProvider | 10 years ago | |
| NpgsqlMRPProviders | 10 years ago | |
| Presta | 10 years ago | |
| SalesCatalog | 10 years ago | |
| TestAPI | 10 years ago | |
| WebControls | 10 years ago | |
| booking | 10 years ago | |
| pkg | 11 years ago | |
| plugins/fortune | 10 years ago | |
| web | 10 years ago | |
| yavscModel | 10 years ago | |
| yavscclient | 10 years ago | |
| .gitignore | 10 years ago | |
| Banner.xcf | 12 years ago | |
| ChangeLog | 10 years ago | |
| LICENSE | 12 years ago | |
| Makefile | 10 years ago | |
| README.md | 10 years ago | |
| Yavsc.sln | 10 years ago | |
| google-services.json | 11 years ago | |
| noavatar.xcf | 12 years ago | |
README.md
yavsc
TODO FIRST
-
Implement a Skills provider
-
Create an
UserCardControlwith 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 -
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.
- UI themes