* 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
restores some routes.
* p8-av4.s.jpg:
* star-939235_1280.s.jpg:
* star-939235_1280.xxs.jpg: a smaller background
* Makefile: restores the server reload after rsync call
* style.css: adds animation
* AdminController.cs: Fixes the call to Notify
* Global.asax.cs: restores a dropped route
* App.master: Drops script references to jQuery-ui and Prettify from
the master page. They are heavy.
* parallax.js: specifies the capture to false at calling the event
listener registration
* UserPost.aspx: Fixes this page
* Index.aspx: adds the `panel` class to embed those default home page
links
* Web.csproj: dropping the imported parallax.js script
* animated-overlay.gif: may be used in a futur work :-)
* totem-banner.png:
* totem-banner.xs.jpg:
* totem-banner.xxs.jpg: totem custo
* Makefile: reloads config after each rsync call
* NpgsqlBlogProvider.cs: - Fixes access on bills
- Fixes usage of bill without photo
* style.css: yastyle
* AccountController.cs: - Fixes route usage with n ovalue for `id`
- better code at getting the avatar url
* BlogsController.cs: Fixes a Post request without user name in the
route
* YavscHelpers.cs: Implements a file list html rendering
* App.master:
* UserPost.aspx:
* Profile.aspx:
* AssemblyInfo.aspx: yahtmlstructure
* Edit.aspx: Displays a list a attached files
* UserPosts.aspx: yahtmlstrucure
* Web.csproj: new images
* instdbws.sql: returns to the flat list of properies (groups are not
working)
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: a new translation
* TestAPI.csproj:
* packages.config:
* packages.config:
* packages.config:
* packages.config:
* packages.config:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: Npgsql package update
* Makefile: adds a new line to the end of file
* App.master: Indicates that a login permits to comment
* AssemblyInfo.cs: initial commit
* NpgsqlCircleProvider.cs: circle members are now stored in bd upon
their user's name
* InputCircle.cs: fixes the new CircleManager interface usage
* Yavsc.sln: Adds the `Presta` project
* CircleController.cs: * Authorize some Http methods
* Lists circles as circles
* style.css: Fixes the missing "hidden" css class
* AccountController.cs: using the new Circle provider interface
* BlogsController.cs: * using the new Circle provider interface
* do not test blog entry collections in order to group them by a
unique user name or title, it's too bad,
instead, keep user's request id as guide to model and view.
* YavscHelpers.cs: Adds a Circle Html formatter
* Circles.aspx: List of circles is now given as a list of `Circle`
objects
* instdbws.sql: fixes the db in order to store user names in circle
member's records.
* BlogEntryCollection.cs: ConcernsAUniqueTitle and ConcernsAUniqueUser
are now Obsoletes
* UUTBlogEntryCollection.cs: Drops a useless ctor
* CircleProvider.cs: The `CircleManager` now delivers the user's
circle as a `Circle` object collection.
* FileSystemController.cs: Fixes the route to user's Files by an
Admin.
* FileSystemManager.cs: * Fixes the dir separator usage
* Adds a method to validate a directory or file name
* YavscModel.csproj:
* Commande.cs: FileInfoCollection is now removed
* FileInfoCollection.cs:
* DirNotFoundException.cs: Removes useless code
* CalendarController.cs: removes useless spaces
* FrontOfficeApiController.cs: Makes the tex to pdf exceptions
available to the user interface, as part of the application process.
Cleans the using clauses.
* TexToPdfFormatter.cs: sets the filename as response header.
* Web.csproj: a new FormatterException, thrown when exit code of
texi2pdf is not null