Fixes some pages, links, presentation,

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 :-)
This commit is contained in:
Paul Schneider 2015-10-24 16:32:46 +02:00
commit 6106c6cdda
16 changed files with 184 additions and 485 deletions

View file

@ -1,3 +1,31 @@
2015-10-24 Paul Schneider <paul@pschneider.fr>
* p8-av4.s.jpg:
* star-939235_1280.s.jpg:
* star-939235_1280.xxs.jpg: a smaller background
* 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 :-)
2015-10-23 Paul Schneider <paul@pschneider.fr>
* AdminController.cs: Notification when Admin group is created