Difference between pages "Upgrades" and "MediaWiki:Common.css"

From SmartWiki
(Difference between pages)
Jump to: navigation, search
 
 
Line 1: Line 1:
=General Information=
+
@charset "utf-8";
===Next Upgrade Date===
+
/* CSS Document */
The next upgrade is scheduled for '''{{CurrentUpgradeDate}}'''.<br />
 
  
===Upgrade Schedule===
+
/* CSS placed here will be applied to all skins */
{{Upgrade Schedule}}
+
#ca-talk { display:none!important; }
 
+
#ca-history { display:none!important; }
We regularly update the list of upgrade features and schedule for both the backup and production servers on this Wiki page.  
+
#ca-viewsource { display:none!important; }
 
+
.categorywrapper {display: inline-block; max-width: 1150px;}
This page will provide a general overview of each upgrade, with links to the Wiki articles describing the new or updated features and how to use them. You can also [http://smart.smartsimple.com/s_signup.jsp?token=XVtQC1oGYF9bRxdFQhdQ subscribe] to the [[:Category:Newsletter Archives|Technical Journal]] that is sent out prior to each upgrade on the [http://smart.smartsimple.com/s_signup.jsp?token=XVtQC1oGYF9bRxdFQhdQ Newsletter Signup Page]. (Unsubscribe [http://smart.smartsimple.com/s_signup.jsp?token=XVtQC1oGYF9bQxNFQhdQ here]).
+
.category {float: left; height:215px; margin-right: 15px; margin-bottom:30px; padding: 0px 15px; border-radius: 6px;border: 1px solid #ececec; cursor:pointer; transition: box-shadow 0.3s ease-in-out;}
 
+
.category:hover {box-shadow: 0 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); transition: box-shadow 0.3s ease-in-out;}
==System Upgrade Process==
+
.architecture { display: block; margin: 25px auto 0 auto; text-a lign: center; background-image: url(/images/3/37/Architecture.png);width: 70px; height: 70px; }
 
+
.applicationlogic {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/5/52/Applicationlogic.png); width: 70px; height: 70px;}
The objective of the System Upgrade Process is to ensure that customers have a chance to review, without compromising the integrity of their production system, how their applications and information will work following the upgrade. In order to take advantage of this you will need to know how to access your backup instance of SmartSimple. If you need assistance with this either refer to the [[Backup Server and Testing Instances]] Wiki article, or contact the [[SmartSimple]] support desk.
+
.communications {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/4/44/Communications.png); width: 70px; height: 70px; }
 
+
.integration { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/e/ea/Integration.png); width: 74px; height: 70px;}
For clients on a Dedicated Server, please review the [[SmartSimple Upgrade Process – Dedicated Server]] page.
+
.security {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/2/2a/Lock_new.png); width: 70px;  height: 70px;}
 
+
.tools {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/c/c5/Tools.png); width: 70px; height: 70px;}
===Upgrade Schedule Details===
+
.ui {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/1/18/Ui.png); width: 70px; height: 70px; }
{{Upgrade Schedule Details}}
+
.uta { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/b/b1/Uta.png); width: 70px; height: 70px;}
 
+
.category p {font-size:20px; width: 100%; text-align: center; font-weight: normal;color: #127975; margin: 13px 0 5px 0; }
===Backup Server Update===
+
.category span {font-size: 14px; width: 225px; margin: 0 auto; display: block; text-align: center; line-height: 140%; }
 
+
body.page-Main_page_new h1 {display: none;}
* Each [[Backup Server and Testing Instances|backup server]] will be updated to the "release candidate" prior to the upgrade date.
+
a, div.portal div.body ul li a {color: #127b78 !important;}
* This update will provide for instance specific testing of release candidate, as you can log into your respective [[Backup Server and Testing Instances|backup server]] and test the changes against your most current data and configuration.
+
h1, h2, h3, h4, h5, h6 { color: #127b78 !important;}
* Internal staff will also be using these servers to perform instance specific testing.
+
.mw-body {border: 1px solid #127b78;}
 
+
fieldset {border: 1px solid #127b78;
===Update Go/No-Go===
 
* Subject to satisfactory testing on both the pre-production server and the production backup servers, the Go/No-Go decision will be made on Wednesday at 12:00pm.
 
 
 
=Current Upgrade Package: October 2016=
 
The Production SAAS server was last upgraded on {{LastUpgradeDate}}, between 10pm - 10:15pm EST.
 
 
 
'''Important:''' The upgrade will be applied to your [[Backup Server and Testing Instances|backup server]] one week prior to the scheduled upgrade date for your production server.
 
You are encouraged to log into your backup server during this period to test the changes against your most recent data and configuration.  
 
If your organization has a dedicated [[SmartSimple]] server or you host in-house, the upgrade will be made available '''on''' November 10th.
 
 
 
{{October2016Upgrade}}
 
 
 
=Previous Upgrades=
 
See the [[Previous Upgrades]] page for a list of previously-implemented upgrade features.
 
 
 
=Future Upgrades=
 
Click [[Future Upgrades|here]] for a listing of future upgrade dates.
 
 
 
[[Category:Upgrades]]
 

Revision as of 11:30, 10 March 2017

@charset "utf-8";
/* CSS Document */

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
.categorywrapper {display: inline-block; max-width: 1150px;}	
.category {float: left;	height:215px; margin-right: 15px; margin-bottom:30px; padding: 0px 15px; border-radius: 6px;border: 1px solid #ececec; cursor:pointer; transition: box-shadow 0.3s ease-in-out;}	
.category:hover {box-shadow: 0 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); transition: box-shadow 0.3s ease-in-out;}
.architecture {	display: block; margin: 25px auto 0 auto; text-a lign: center; background-image: url(/images/3/37/Architecture.png);width: 70px; height: 70px;	}	
.applicationlogic {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/5/52/Applicationlogic.png); width: 70px; height: 70px;}	
.communications {display: block; margin: 25px auto 0 auto; text-align: center; 	background-image: url(/images/4/44/Communications.png); width: 70px; height: 70px;	}	
.integration {	display: block; margin: 25px auto 0 auto; text-align: center; 	background-image: url(/images/e/ea/Integration.png); width: 74px; height: 70px;}	
.security {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/2/2a/Lock_new.png); width: 70px;  height: 70px;}	
.tools {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/c/c5/Tools.png); width: 70px; height: 70px;}	
.ui {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/1/18/Ui.png); width: 70px; 	height: 70px;	}	
.uta {	display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/b/b1/Uta.png); width: 70px; height: 70px;}	
.category p {font-size:20px; width: 100%; text-align: center; font-weight: normal;color: #127975; margin: 13px 0 5px 0; }
.category span {font-size: 14px; width: 225px; margin: 0 auto; display: block; text-align: center; line-height: 140%;	}
body.page-Main_page_new h1 {display: none;}
a, div.portal div.body ul li a {color: #127b78 !important;}
h1, h2, h3, h4, h5, h6 { color: #127b78 !important;}
.mw-body {border: 1px solid #127b78;}
fieldset {border: 1px solid #127b78;