A rough technical outline for the Tailored Drupal upgrade.
- activate ssh on all-inkl
- git project wide management (exclude uploads folder)
- clear logs
- backup all data
- upgrade d6 core + modules
- backup all data
- create D7 branch
| <div style=" | |
| --grid-template-areas: 'a' 'b' 'c' 'd'; | |
| --md-grid-template-areas: 'a b' 'a c' 'a d' 'a .'; | |
| "> | |
| </div> |
| // Debug H1-H6 tags | |
| // | |
| // Easy trick to memorize the colors: RGB. | |
| // R: h1 G: h2 B: h3 (and the rest...) | |
| // | |
| // Usage: Add to (Chrome) Developer Console -> Sources -> Snippets | |
| (function() { | |
| body = document.getElementsByTagName('body')[0] | |
| body.insertAdjacentHTML('beforeend', '<style> h1, h2, h3 , h4, h5, h6 { outline-style: solid; outline-width: 1px } h1 { outline-color: red } h2 { outline-color: green } h3 { outline-color: blue } h4 { outline-color: #ff0 } h5 { outline-color: #f0f } h6 { outline-color: #0ff }</style>'); |
| function letsgo { | |
| vim -p $(git diff --name-only HEAD^1) | |
| } |
| identify -format '<img src=\"%i" width=\"%w\" height=\"%h\">\n' *.jpg |
| <!-- | |
| Content attribute in seconds. | |
| Don't forget to remove again before committing. :~) | |
| --> | |
| <meta http-equiv="refresh" content="3" > |