Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / typogrify / upgrade-info.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <link href='http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,600' rel='stylesheet' type='text/css' />
5     <style type="text/css">
6     <!--
7
8 body {
9   width: 80%;
10   color: #343434;
11   margin: 1em auto;
12   font-family: 'Open Sans', Verdana, sans-serif;
13 }
14
15 details {
16   font-size: 18px;
17   line-height: 25px;
18   margin-bottom: 2em;
19   display: block;
20 }
21
22 details summary {
23   padding: 1em;
24   margin-bottom: 1em;
25   display: block;
26 }
27
28 details.error summary {
29   background-color: #ffd5d5;
30 }
31
32 details.warning summary {
33   background-color: #fff3bb;
34 }
35
36 a {
37   color: #095cb1;
38   font-weight: bold;
39   text-decoration: none;
40 }
41
42 h5 {
43   font-size: 1em;
44 }
45
46 aside {
47   font-style: italic;
48   line-height: 20px;
49   font-size: 15px;
50 }
51
52 .group {
53   border: 1px solid #ececec;
54   padding: 1em;
55   display: block;
56 }
57
58 .group > summary {
59   padding: 0;
60   color: #c8c8c8;
61   margin-bottom: 0;;
62   font-weight: bold;
63   letter-spacing: .1em;
64   text-transform: uppercase;
65   display: block;
66 }
67
68 .group[open] > summary {
69   margin-bottom: 1em;
70 }
71
72 .group > details:last-child {
73   margin-bottom: 0;
74 }
75
76     -->
77     </style>
78   </head>
79   <body>
80       <details open="true" class="group">
81       <summary></summary>
82           <details class="warning">
83       <summary>Many common functions, shared variables, and constants have been renamed.</summary>
84
85       
86             <h5>Documentation</h5>
87       <ul>
88                 <li><a target="_blank" href="https://www.drupal.org/node/2324935">The global theme variables have been replaced by an ActiveTheme object</a></li>
89               </ul>
90       
91                       </details>
92     <details class="error">
93       <summary>Module info files' <code>core</code> key must have a value of <code>8.x</code>.</summary>
94
95       
96             <h5>Documentation</h5>
97       <ul>
98                 <li><a target="_blank" href="https://www.drupal.org/node/1935708"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
99               </ul>
100       
101             <h5>Files Affected</h5>
102       <ul>
103               <li>/Users/jpamental/Sites/devdesktop/drupal-8.1.1/modules/typogrify/typogrify.info</li>
104             </ul>
105                   <aside>Flagged by info</aside>    </details>
106     <details class="error">
107       <summary>Info files must contain a <code>type</code> key.</summary>
108
109       
110             <h5>Documentation</h5>
111       <ul>
112                 <li><a target="_blank" href="https://www.drupal.org/node/1935708#type"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
113               </ul>
114       
115             <h5>Files Affected</h5>
116       <ul>
117               <li>/Users/jpamental/Sites/devdesktop/drupal-8.1.1/modules/typogrify/typogrify.info</li>
118             </ul>
119                   <aside>Flagged by info</aside>    </details>
120     <details class="error">
121       <summary>Modules no longer declare classes in their info file.</summary>
122
123       
124             <h5>Documentation</h5>
125       <ul>
126                 <li><a target="_blank" href="https://www.drupal.org/node/1935708#files"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
127               </ul>
128       
129             <h5>Files Affected</h5>
130       <ul>
131               <li>/Users/jpamental/Sites/devdesktop/drupal-8.1.1/modules/typogrify/typogrify.info</li>
132             </ul>
133                   <aside>Flagged by info</aside>    </details>
134     <details class="error">
135       <summary>Classes must be PSR-4 compliant.</summary>
136
137       
138             <h5>Documentation</h5>
139       <ul>
140                 <li><a target="_blank" href="https://www.drupal.org/node/2246699">PSR-4 compatible class loader in Drupal core</a></li>
141               </ul>
142       
143                       </details>
144     <details class="error">
145       <summary>Automated web tests must be in a PSR-4 namespace, and unit tests must be converted to PHPUnit.</summary>
146
147       
148             <h5>Documentation</h5>
149       <ul>
150                 <li><a target="_blank" href="https://www.drupal.org/node/1543796">Namespacing of automated tests has changed</a></li>
151                 <li><a target="_blank" href="https://www.drupal.org/node/2301125"><code>getInfo()</code> in test classes replaced by doc comments</a></li>
152                 <li><a target="_blank" href="https://www.drupal.org/node/1710766">Test classes should define a <code>$modules</code> property declaring dependencies</a></li>
153                 <li><a target="_blank" href="https://www.drupal.org/node/1911318">SimpleTest tests now use empty &quot;testing&quot; profile by default</a></li>
154                 <li><a target="_blank" href="https://www.drupal.org/node/1829160">New <code>KernelTestBase</code> class for API-level integration tests</a></li>
155                 <li><a target="_blank" href="https://www.drupal.org/node/2012184">PHPUnit added to Drupal core</a></li>
156               </ul>
157       
158                       </details>
159
160     </details>
161     </body>
162 </html>