|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: #D0FFD0;
|
|
|
|
|
font-family: 'Arial', cursive;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.tagname { color: #D0FFD0; }
|
|
|
|
|
.tagname+.tagname:before { content: ', '; }
|
|
|
|
|
.tagname:hover { background-color: red; cursor:pointer; }
|
|
|
|
|
|
|
|
|
|
/* Start by setting display:none to make this hidden.
|
|
|
|
|
Then we position it in relation to the viewport window
|
|
|
|
|
with position:fixed. Width, height, top and left speak
|
|
|
|
|
for themselves. Background we set to 80% white with
|
|
|
|
|
our animation centered, and no-repeating */
|
|
|
|
|
.modal {
|
|
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: rgba( 255, 255, 255, .8 )
|
|
|
|
|
url('/images/FhHRx.gif')
|
|
|
|
|
50% 50%
|
|
|
|
|
no-repeat;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
}
|
|
|
|
|
.dispmodal {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.loading {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.loading .modal {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.iconsmall { max-height: 1.3em; max-width: 1.3em; }
|
|
|
|
|
|
|
|
|
|
input, textarea, checkbox {
|
|
|
|
|
color: #FFFFA0;
|
|
|
|
|
background-color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.photo { width: 100%; }
|
|
|
|
|
.blogbanner { float: left; top:0; }
|
|
|
|
|
.subtitle { font-size:small; font-style: italic; }
|
|
|
|
|
header {
|
|
|
|
|
transition: margin 2s, padding 2s;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding-top: 201px;
|
|
|
|
|
padding-bottom:2em;
|
|
|
|
|
display: block;
|
|
|
|
|
background: url("/images/star-939235_1280.jpg") -3em -3em no-repeat fixed;
|
|
|
|
|
}
|
|
|
|
|
header h1, header a {
|
|
|
|
|
transition:padding 2s;
|
|
|
|
|
background-color: rgba(0,0,0,.5);
|
|
|
|
|
margin:0; padding:1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
|
transition: margin 2s, padding 2s;
|
|
|
|
|
margin: 2em;
|
|
|
|
|
padding: 2em;
|
|
|
|
|
display: block;
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
nav li { display: inline-block; }
|
|
|
|
|
main {
|
|
|
|
|
transition: margin 2s, padding 2s;
|
|
|
|
|
margin: 2em;
|
|
|
|
|
padding: 2em;
|
|
|
|
|
display: block;
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
background: url("/images/p8-av4.png") 50% 20em no-repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
transition: margin 2s, padding 2s;
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 90% repeat fixed ;
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
padding: 2em;
|
|
|
|
|
display: block;
|
|
|
|
|
clear: both;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
footer a {
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
padding:1em;
|
|
|
|
|
}
|
|
|
|
|
legend {
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
padding:.5em;
|
|
|
|
|
background-color: rgba(0,0,32,.5);
|
|
|
|
|
}
|
|
|
|
|
#copyr { text-align: center; display: block; background-color: rgba(20,20,20,.8); }
|
|
|
|
|
footer p { display:inline-block; }
|
|
|
|
|
|
|
|
|
|
footer img { max-height: 3em; vertical-align: middle; }
|
|
|
|
|
a img, h1 img, .menuitem img { vertical-align: middle; }
|
|
|
|
|
|
|
|
|
|
#gspacer {
|
|
|
|
|
background-color: rgba(20,20,20,.8);
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
margin:1em; padding:1em; display: inline-block }
|
|
|
|
|
fieldset {
|
|
|
|
|
background-color: rgba(16,16,64,0.8);
|
|
|
|
|
border-radius:5px; border: solid 1px #000060;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main video, main img {
|
|
|
|
|
max-width:100%;
|
|
|
|
|
max-height:75%;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
aside {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: right;
|
|
|
|
|
max-width: 40em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postpreview {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
max-width: 40em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background-color: rgba(0,0,32,0.8);
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
}
|
|
|
|
|
.postpreview video, .postpreview img {
|
|
|
|
|
max-width:100%;
|
|
|
|
|
max-height:5em;
|
|
|
|
|
}
|
|
|
|
|
.post {
|
|
|
|
|
display:block;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background-color: rgba(0,0,32,0.8);
|
|
|
|
|
color: #eee;
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
}
|
|
|
|
|
.hiddenpost { background-color: rgba(16,16,16,0.5); }
|
|
|
|
|
.fullwidth { width: 100%; }
|
|
|
|
|
|
|
|
|
|
textarea.fullwidth { min-height:10em; }
|
|
|
|
|
|
|
|
|
|
.thanks {
|
|
|
|
|
max-width: 10%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size:smaller;
|
|
|
|
|
display:inline;
|
|
|
|
|
bottom:0;
|
|
|
|
|
}
|
|
|
|
|
.panel {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel,.bshpanel, aside {
|
|
|
|
|
background-color: rgba(20,20,20,.8);
|
|
|
|
|
border-radius: 1em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
.spanel {
|
|
|
|
|
max-width: 18em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: .3em;
|
|
|
|
|
}
|
|
|
|
|
.xspanel {
|
|
|
|
|
max-width:13em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding:.2em;
|
|
|
|
|
}
|
|
|
|
|
.xxspanel {
|
|
|
|
|
max-width:7em;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding:.1em;
|
|
|
|
|
}
|
|
|
|
|
.hint {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
.hint::before {
|
|
|
|
|
content: "(";
|
|
|
|
|
}
|
|
|
|
|
.hint::after {
|
|
|
|
|
content: ")";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.usertitleref {
|
|
|
|
|
border-radius: 1em;
|
|
|
|
|
background-color:rgba(0,0,32,0.6);
|
|
|
|
|
font-family: 'Arial', cursive;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
label {
|
|
|
|
|
font-size: medium;
|
|
|
|
|
}
|
|
|
|
|
.editable {
|
|
|
|
|
margin: .5em;
|
|
|
|
|
min-height:1em;
|
|
|
|
|
border-radius: 1em;
|
|
|
|
|
border: dashed rgb(020,20,256) 2px;
|
|
|
|
|
}
|
|
|
|
|
#notifications {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: rgba(64,64,0,0.5);
|
|
|
|
|
border: solid green 1px;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
margin:1em;
|
|
|
|
|
padding:1em;
|
|
|
|
|
}
|
|
|
|
|
.dirty {
|
|
|
|
|
background-color: rgba(128,128,0,0.5);
|
|
|
|
|
}
|
|
|
|
|
.error, #error {
|
|
|
|
|
color: #f88;
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: rgba(256,0,0,0.5);
|
|
|
|
|
}
|
|
|
|
|
.validation-summary-errors{
|
|
|
|
|
color: #f88;
|
|
|
|
|
background-color: rgba(256,0,0,0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hidden { display:none; }
|
|
|
|
|
|
|
|
|
|
ul.preview li:nth-child(-n+10) {
|
|
|
|
|
display:inline;
|
|
|
|
|
font-size:xx-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.preview li:nth-child(n) {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.validation-summary-errors{
|
|
|
|
|
color: #f88;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.actionlink, .menuitem, a {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
color: white;
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
border: solid black 1px;
|
|
|
|
|
background-color: rgba(20,20,20,.8);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-family: 'Arial', cursive;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input, select, textarea {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color:rgba(0,0,64,0.8);
|
|
|
|
|
border: solid 1px rgb(128,128,128);
|
|
|
|
|
border-radius:1em;
|
|
|
|
|
font-family: 'Arial', cursive;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
background-color:rgba(30,0,124,0.9);
|
|
|
|
|
border: solid green 1px;
|
|
|
|
|
}
|
|
|
|
|
a:active {
|
|
|
|
|
background-color:rgba(124,0,32,0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:hover, textarea:hover {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color:rgba(64,64,64,0.8);
|
|
|
|
|
}
|
|
|
|
|
.code {
|
|
|
|
|
font-family: "monospace";
|
|
|
|
|
background-color: rgba(0,0,256,0.1);
|
|
|
|
|
border-radius:25px;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
#avatar {
|
|
|
|
|
float: left;
|
|
|
|
|
margin:1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment {
|
|
|
|
|
border-radius:25px;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
.onhover {
|
|
|
|
|
display:none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
.ohafter:hover + .onhover, .ohinside:hover > .onhover {
|
|
|
|
|
display:block;
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
z-index:2;
|
|
|
|
|
padding:5px; margin:5px;
|
|
|
|
|
background-color: rgba(0,0,40,.8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-validation-error { border: solid 1px red; }
|
|
|
|
|
.field-validation-error { color: red; }
|
|
|
|
|
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
.c2 { font-size: small; font-style: italic; }
|
|
|
|
|
.c3 { font-size: x-small; font-style: italic; }
|
|
|
|
|
@media print {
|
|
|
|
|
body {background-color:white;color:black;}
|
|
|
|
|
.control, .actionlink, .menuitem, nav { display:none;}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bshpanel { display:block; }
|
|
|
|
|
.bsh { display: none; }
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
.c3 { display:initial; }
|
|
|
|
|
.c3-alt { display:none; }
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 640px) {
|
|
|
|
|
header {
|
|
|
|
|
padding-bottom:1em;
|
|
|
|
|
background: url("/images/star-939235_1280.s.jpg") 0 0 no-repeat fixed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#avatar {
|
|
|
|
|
margin:.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header h1, header a , .actionlink, .menuitem, a { padding:.5em;}
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
|
margin: 1em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 10% repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
main {
|
|
|
|
|
margin: 1em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background: url("/images/p8-av4.s.jpg") 50% 20em no-repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
footer {
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.s.jpg") 50% 90% repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
footer a {
|
|
|
|
|
border-radius:.5em;
|
|
|
|
|
margin:.5em;
|
|
|
|
|
padding:.5em;
|
|
|
|
|
}
|
|
|
|
|
#notifications {
|
|
|
|
|
padding: .5em;
|
|
|
|
|
border-radius:.5em;
|
|
|
|
|
margin:.5em;
|
|
|
|
|
padding:.5em;
|
|
|
|
|
}
|
|
|
|
|
.menuitem {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.post {
|
|
|
|
|
margin:.3em;
|
|
|
|
|
padding:.3em;
|
|
|
|
|
}
|
|
|
|
|
.usertitleref{
|
|
|
|
|
padding:.3em;
|
|
|
|
|
}
|
|
|
|
|
.bshpanel { cursor:zoom-in; }
|
|
|
|
|
|
* bg.gif:
* asc.gif:
* desc.gif:
* style.css: moved to App_Themes
* style.css:
* bg.gif:
* asc.gif:
* bg.png:
* rect.png:
* asc.png:
* desc.gif:
* jquery-ui.css:
* mdd_styles.css:
* croix.png:
* desc.png:
* style.css:
* jquery-ui.min.css:
* mdd_gripper.png:
* mdd_toolbar.png:
* jquery.timepicker.css:
* mdd_ajax_loader.gif:
* mdd_modal_background.png: moved to /App_Themes
* NpgsqlBlogProvider.cs: * Remove post by id
* Manage collections of entries on a couple (user,title), not a single
post
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
* IDbModule.cs:
* Edit.aspx:
* Estimates.aspx:
* WorkFlowManager.cs:
* NpgsqlContentProvider.cs: refactoring
* NpgsqlMRPProviders.csproj: new NpgsqlUserName provider
* NpgsqlRoleProvider.cs: simpler init method
* NpgsqlUserNameProvider.cs: impements a UserNameProvider
* MyClass.cs: refactoring from Yavsc.Model
* BlogsController.cs: access control simplified
* FrontOfficeController.cs: Pdf generation made public ni case of
formatting exception
* mdd_styles.css: Theme -> App_Themes
* style.css: yet another style impact
* AccountController.cs: Fixes the user name modification
* BlogsController.cs: * Fixes the removal process
* On a title and user name, we get collection of posts, not only one.
* Implements an Access on circle
* FrontOfficeController.cs: * implements a new Get method.
* ensure a membership existence before delivering an estimate.
* GoogleController.cs: Fixes the user name modification on a Google
account
* ErrorHtmlFormatter.cs: nice error message in html (using Markdown
helper)
* FormatterException.cs: formatter exception exposes error and
standard output of the process
* TexToPdfFormatter.cs: * generates temporary files in the folder
returned by Path.GetTempPath()
* throws FormatterException
* Global.asax.cs: new route map:
Blogs/{action}/{user}/{title}
Blog/{user}/{title}
B/{id}
{controller}/{action}/{id}
* App.master: * refactoring: Theme moved to App_Themes
* a link to the logged user's blog
*
* NoLogin.master: refactoring: Theme moved to App_Themes
* Circles.aspx: refactoring : circles now are given as select items
* Login.aspx: fixes the html presentation
* Register.aspx: Fixes a Typo
* Index.aspx: Implements a blog index, due to M&C changes with this
commit
* RemovePost.aspx: links to the new route to the "RemovePost" action,
giving it a post id
* RemoveTitle.aspx: fixes a not yet linked page to remove a post
collection under a given title
* EventPub.aspx: code refactoring
* Writting.ascx: cleans the code
* Web.config: fills the config with new names in the space
* Web.config: configures the new NpgsqlUserNameProvider
* Web.csproj: refactoring and others
* BlogEntryCollection.cs: implement the BlogEntryCollection
* BlogManager.cs: the manager helps to filter on access
* BlogProvider.cs: The title is not unique anymore, and one can modify
it, post a lot under it, drop all posts under it.
A Post is deleted by id.
* UUBlogEntryCollection.cs: implements a collection of post under a
given user name.
* UUTBlogEntryCollection.cs: implements a collection of post under a
given couple (user name, title).
* ListItem.cs: ListItem is declared obsolete in this model, helpers
can build MVC SelectListItem on data returned by the manager.
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: autogenerated from xml
* LocalizedText.resx:
* LocalizedText.fr.resx: new labels
* ChangeUserNameProvider.cs: xml doc
* Profile.cs: the UserName property is read only, and comes from
authentication, to change it, we set a Name and validate it agains
the "Profile" method
* UserManager.cs: simpler code a init time
* IContentProvider.cs: implements the new IDataProvider interface
* IDataProvider.cs: defines the new IDataProvider interface
* YavscModel.csproj: includes new classes
* UserPosts.aspx: adds a link to remove a post
* UserPost.aspx: now uses the new BlogEntryCollection object
10 years ago
|
|
|
.c2 { display:initial; }
|
|
|
|
|
.c2-alt { display:none; }
|
|
|
|
|
.c3 { display:none; }
|
|
|
|
|
.c3-alt { display:initial; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 350px) {
|
|
|
|
|
header {
|
|
|
|
|
padding-top: 101px;
|
|
|
|
|
padding-bottom:1em;
|
|
|
|
|
background: url("/images/star-939235_1280.xxs.jpg") 0 0 no-repeat fixed;
|
|
|
|
|
}
|
|
|
|
|
header h1, header a { padding:.2em;}
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
|
margin: .5em;
|
|
|
|
|
padding: .5em;
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.xxs.jpg") 50% 10% repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
main {
|
|
|
|
|
margin: .5em;
|
|
|
|
|
padding: .5em;
|
|
|
|
|
background: url("/images/p8-av4.xxs.jpg") 50% 20em repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
footer {
|
|
|
|
|
background: url("/images/helix-nebula-1400x1400.xxs.jpg") 50% 10% repeat fixed ;
|
|
|
|
|
}
|
|
|
|
|
footer a {
|
|
|
|
|
border-radius:.2em;
|
|
|
|
|
margin:.2em;
|
|
|
|
|
padding:.2em;
|
|
|
|
|
}
|
|
|
|
|
.c2 { display:none; }
|
|
|
|
|
.c2-alt { display:initial; }
|
|
|
|
|
}
|
|
|
|
|
|