Pages enfant
  • Désactivation des modules complémentaires (esup 4)

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 5.3

...

Voici la listes des modules complémentaires qui peuvent être désactivés :

Ancre
sommaireModules
sommaireModules
Sommaire
maxLevel3
minLevel3
typeflat
separatorpipe

  • TODO : Penser que Shibboleth va surement venir s'ajouter à la liste !

Pour chaque module, ce sont les lignes à supprimer ou à commenter qui sont affichées dans la section.

...

Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline5325
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>FunctionalTestsPortlet<<artifactId>BookmarksPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

FunctionalTestsPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline23
linenumberstrue
<module>FunctionalTestsPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline8153
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>NewsReaderPortlet<<artifactId>FunctionalTestsPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

NewsReaderPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline26
linenumberstrue
<module>NewsReaderPortlet</module>
Bloc de code
languagehtml/xml
titleuportal-ear/pom.xml
firstline2581
linenumberstrue
...
<dependency>
    <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>BookmarksPortlet<<artifactId>NewsReaderPortlet</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>
...

 

NotificationPortlet ?

Bloc de code
languagehtml/xml
titleuportal-portlets-overlay/pom.xml
firstline27
linenumberstrue
<module>NotificationPortlet</module>

...