Advertisement
Guest User

Confluence plugins

a guest
Sep 12th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. confluence=> select BANDANAVALUE from BANDANA where BANDANAKEY = 'plugin.manager.state.Map';
  2.                                     bandanavalue                                    
  3. -------------------------------------------------------------------------------------
  4.  <map>                                                                              +
  5.    <entry>                                                                          +
  6.      <string>confluence.macros.html:html-migration</string>                         +
  7.      <boolean>true</boolean>                                                        +
  8.    </entry>                                                                         +
  9.    <entry>                                                                          +
  10.      <string>confluence.macros.html:html-xhtml</string>                             +
  11.      <boolean>true</boolean>                                                        +
  12.    </entry>                                                                         +
  13.    <entry>                                                                          +
  14.      <string>de.griffel.confluence.plugins.plant-uml:flowchart-macro</string>       +
  15.      <boolean>false</boolean>                                                       +
  16.    </entry>                                                                         +
  17.    <entry>                                                                          +
  18.      <string>de.griffel.confluence.plugins.plant-uml:spacegraph-macro-xhtml</string>+
  19.      <boolean>false</boolean>                                                       +
  20.    </entry>                                                                         +
  21.    <entry>                                                                          +
  22.      <string>de.griffel.confluence.plugins.plant-uml:spacegraph-macro</string>      +
  23.      <boolean>false</boolean>                                                       +
  24.    </entry>                                                                         +
  25.    <entry>                                                                          +
  26.      <string>confluence.macros.html</string>                                        +
  27.      <boolean>true</boolean>                                                        +
  28.    </entry>                                                                         +
  29.    <entry>                                                                          +
  30.      <string>confluence.macros.html:html-include</string>                           +
  31.      <boolean>true</boolean>                                                        +
  32.    </entry>                                                                         +
  33.    <entry>                                                                          +
  34.      <string>com.atlassian.confluence.whatsnew:show-whats-new-flag</string>         +
  35.      <boolean>true</boolean>                                                        +
  36.    </entry>                                                                         +
  37.    <entry>                                                                          +
  38.      <string>com.atlassian.confluence.plugins.confluence-email-gateway</string>     +
  39.      <boolean>true</boolean>                                                        +
  40.    </entry>                                                                         +
  41.    <entry>                                                                          +
  42.      <string>com.atlassian.confluence.plugins.confluence-reply-to-email</string>    +
  43.      <boolean>true</boolean>                                                        +
  44.    </entry>                                                                         +
  45.    <entry>                                                                          +
  46.      <string>com.atlassian.confluence.plugins.confluence-mail-archiving</string>    +
  47.      <boolean>true</boolean>                                                        +
  48.    </entry>                                                                         +
  49.    <entry>                                                                          +
  50.      <string>de.griffel.confluence.plugins.plant-uml:flowchart-macro-xhtml</string> +
  51.      <boolean>false</boolean>                                                       +
  52.    </entry>                                                                         +
  53.    <entry>                                                                          +
  54.      <string>com.atlassian.confluence.ext.mailpage</string>                         +
  55.      <boolean>true</boolean>                                                        +
  56.    </entry>                                                                         +
  57.    <entry>                                                                          +
  58.      <string>confluence.macros.html:html-include-xhtml</string>                     +
  59.      <boolean>true</boolean>                                                        +
  60.    </entry>                                                                         +
  61.    <entry>                                                                          +
  62.      <string>tac.confluence.languages.fr_FR</string>                                +
  63.      <boolean>false</boolean>                                                       +
  64.    </entry>                                                                         +
  65.    <entry>                                                                          +
  66.      <string>tac.confluence.languages.de_DE</string>                                +
  67.      <boolean>false</boolean>                                                       +
  68.    </entry>                                                                         +
  69.    <entry>                                                                          +
  70.      <string>confluence.macros.html:html</string>                                   +
  71.      <boolean>true</boolean>                                                        +
  72.    </entry>                                                                         +
  73.  </map>
  74. (1 row)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement