You are here

upgrade-info.html in Salvattore (CSS driven Masonry) 8

Caching
The caching system has been rewritten.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 100
The caching system has been rewritten.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 115
Configuration
Default configuration is deleted automatically.
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 20
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 21
variable_del() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 20
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 21
variable_get() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 64
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 78
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.admin.inc, line 19
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.admin.inc, line 27
variable_set() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 12
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 13
Info File
Module info files' core key must have a value of 8.x.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info
Info files must contain a type key.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info
Many common dependencies have moved into core.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info
Modules no longer declare classes in their info file.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info
Module info files' configure key must be a route name, not a path.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info
Menu/Routing
hook_menu() has been removed from Drupal 8.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 20
Miscellaneous
Classes must be PSR-4 compliant.
Documentation
Automated web tests must be in a PSR-4 namespace, and unit tests must be converted to PHPUnit.
Documentation
Many common functions, shared variables, and constants have been renamed.
Documentation
Rendering
drupal_add_css() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 65
drupal_add_js() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 62
System
Static permissions are now defined in MODULE.permissions.yml.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 9

This issue can be fixed automatically.

l() has been removed.
Documentation
Files Affected
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 64
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 74
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 87
  • /home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 89

File

upgrade-info.html
View source
<!DOCTYPE html>
<html>
  <head>
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,600' rel='stylesheet' type='text/css' />
    <style type="text/css">
    <!--

body {
  width: 80%;
  color: #343434;
  margin: 1em auto;
  font-family: 'Open Sans', Verdana, sans-serif;
}

details {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2em;
  display: block;
}

details summary {
  padding: 1em;
  margin-bottom: 1em;
  display: block;
}

details.error summary {
  background-color: #ffd5d5;
}

details.warning summary {
  background-color: #fff3bb;
}

a {
  color: #095cb1;
  font-weight: bold;
  text-decoration: none;
}

h5 {
  font-size: 1em;
}

aside {
  font-style: italic;
  line-height: 20px;
  font-size: 15px;
}

.group {
  border: 1px solid #ececec;
  padding: 1em;
  display: block;
}

.group > summary {
  padding: 0;
  color: #c8c8c8;
  margin-bottom: 0;;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
}

.group[open] > summary {
  margin-bottom: 1em;
}

.group > details:last-child {
  margin-bottom: 0;
}

    -->
    </style>
  </head>
  <body>
      <details open="true" class="group">
      <summary>Caching</summary>
          <details class="error">
      <summary>The caching system has been rewritten.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1884796">Drupal 8 Cache API</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/1272696">New cache API</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 100</li>
            </ul>
                  <aside>Flagged by _function_call:cache_get</aside>    </details>
    <details class="error">
      <summary>The caching system has been rewritten.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1884796">Drupal 8 Cache API</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/1272696">New cache API</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 115</li>
            </ul>
                  <aside>Flagged by _function_call:cache_set</aside>    </details>

    </details>
      <details open="true" class="group">
      <summary>Configuration</summary>
          <details class="warning">
      <summary>Default configuration is deleted automatically.</summary>

      
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 20</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 21</li>
            </ul>
                  <aside>Flagged by hook_uninstall</aside>    </details>
    <details class="error">
      <summary><code>variable_del()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2183531">The Variable API has been removed</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 20</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 21</li>
            </ul>
                  <aside>Flagged by _function_call:variable_del</aside>    </details>
    <details class="error">
      <summary><code>variable_get()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2183531">The Variable API has been removed</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 64</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 78</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.admin.inc, line 19</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.admin.inc, line 27</li>
            </ul>
                  <aside>Flagged by _function_call:variable_get</aside>    </details>
    <details class="error">
      <summary><code>variable_set()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2183531">The Variable API has been removed</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 12</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 13</li>
            </ul>
                  <aside>Flagged by _function_call:variable_set</aside>    </details>

    </details>
      <details open="true" class="group">
      <summary>Info File</summary>
          <details class="error">
      <summary>Module info files' <code>core</code> key must have a value of <code>8.x</code>.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1935708"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info</li>
            </ul>
                  <aside>Flagged by info</aside>    </details>
    <details class="error">
      <summary>Info files must contain a <code>type</code> key.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <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>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info</li>
            </ul>
                  <aside>Flagged by info</aside>    </details>
    <details class="error">
      <summary>Many common dependencies have moved into core.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1935708"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info</li>
            </ul>
                  <aside>Flagged by info</aside>    </details>
    <details class="error">
      <summary>Modules no longer declare classes in their info file.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <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>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info</li>
            </ul>
                  <aside>Flagged by info</aside>    </details>
    <details class="error">
      <summary>Module info files' <code>configure</code> key must be a route name, not a path.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1935708#configure"><code>.info</code> files are now <code>.info.yml</code> files</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.info</li>
            </ul>
                  <aside>Flagged by info</aside>    </details>

    </details>
      <details open="true" class="group">
      <summary>Menu/Routing</summary>
          <details class="error">
      <summary><code>hook_menu()</code> has been removed from Drupal 8.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1800686">All functionality of <code>hook_menu()</code> replaced</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2177901">Dynamic routes are now defined in <code>MODULE.routing.yml</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2119699">Page callbacks have been converted to controller classes</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2089605">Route naming convention</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2165243">Contextual links are now plugins defined in <code>MODULE.links.contextual.yml</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2007444">Local actions are now plugins defined in <code>MODULE.links.action.yml</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2044515">Local tasks and now plugins defined in <code>MODULE.links.task.yml</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2228089">Menu links are now defined in <code>MODULE.links.menu.yml</code></a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 20</li>
            </ul>
                  <aside>Flagged by _flag_hook:menu</aside>    </details>

    </details>
      <details open="true" class="group">
      <summary>Miscellaneous</summary>
          <details class="error">
      <summary>Classes must be PSR-4 compliant.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2246699">PSR-4 compatible class loader in Drupal core</a></li>
              </ul>
      
                      </details>
    <details class="error">
      <summary>Automated web tests must be in a PSR-4 namespace, and unit tests must be converted to PHPUnit.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/1543796">Namespacing of automated tests has changed</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2301125"><code>getInfo()</code> in test classes replaced by doc comments</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/1710766">Test classes should define a <code>$modules</code> property declaring dependencies</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/1911318">SimpleTest tests now use empty &quot;testing&quot; profile by default</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/1829160">New <code>KernelTestBase</code> class for API-level integration tests</a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2012184">PHPUnit added to Drupal core</a></li>
              </ul>
      
                      </details>
    <details class="warning">
      <summary>Many common functions, shared variables, and constants have been renamed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2324935">The global theme variables have been replaced by an ActiveTheme object</a></li>
              </ul>
      
                      </details>

    </details>
      <details open="true" class="group">
      <summary>Rendering</summary>
          <details class="error">
      <summary><code>drupal_add_css()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2169605"><code>drupal_add_css()</code>, <code>drupal_add_js()</code> and <code>drupal_add_library()</code> removed in favor of <code>#attached</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2408597"><code>AssetResolverInterface</code> and <code>AttachedAssetsInterface</code> replace internal Asset API functions</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 65</li>
            </ul>
                  <aside>Flagged by _function_call:drupal_add_css</aside>    </details>
    <details class="error">
      <summary><code>drupal_add_js()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2169605"><code>drupal_add_css()</code>, <code>drupal_add_js()</code> and <code>drupal_add_library()</code> removed in favor of <code>#attached</code></a></li>
                <li><a target="_blank" href="https://www.drupal.org/node/2408597"><code>AssetResolverInterface</code> and <code>AttachedAssetsInterface</code> replace internal Asset API functions</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 62</li>
            </ul>
                  <aside>Flagged by _function_call:drupal_add_js</aside>    </details>

    </details>
      <details open="true" class="group">
      <summary>System</summary>
          <details class="warning">
      <summary>Static permissions are now defined in <code>MODULE.permissions.yml</code>.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2311427">Defining permissions in <code>MODULE.permissions.yml</code></a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.module, line 9</li>
            </ul>
            <p class="fixable">This issue can be fixed automatically.</p>      <aside>Flagged by hook_permission</aside>    </details>
    <details class="error">
      <summary><code>l()</code> has been removed.</summary>

      
            <h5>Documentation</h5>
      <ul>
                <li><a target="_blank" href="https://www.drupal.org/node/2346779"><code>l()</code> replaced by URL generation API</a></li>
              </ul>
      
            <h5>Files Affected</h5>
      <ul>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 64</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 74</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 87</li>
              <li>/home/bserem/ULTRABAY/Development/localweb/drupal-8.0.0/modules/salvattore/salvattore.install, line 89</li>
            </ul>
                  <aside>Flagged by _function_call:l</aside>    </details>

    </details>
    </body>
</html>