L’arborescence Drupal 7

© Christian PAULUS. Document créé le 7 décembre 2010 , mis à jour le 7 décembre 2010.

Il y a des moments où tout réussit. Il ne faut pas s'effrayer : ça passe. Jules Renard (Journal)

Accueil du site > Astuces > CMS > L’arborescence Drupal 7

Audit / Drupal 7 RC 1

Arborescence d’un site Drupal 7-RC-1, brut de fonderie, avant configuration. 11653120 octets, soit 11 Mo, répartis en 133 répertoires, 990 fichiers :

.
├── CHANGELOG.txt
├── COPYRIGHT.txt
├── INSTALL.mysql.txt
├── INSTALL.pgsql.txt
├── INSTALL.sqlite.txt
├── INSTALL.txt
├── LICENSE.txt
├── MAINTAINERS.txt
├── UPGRADE.txt
├── authorize.php
├── cron.php
├── includes
│ ├── actions.inc
│ ├── ajax.inc
│ ├── archiver.inc
│ ├── authorize.inc
│ ├── batch.inc
│ ├── batch.queue.inc
│ ├── bootstrap.inc
│ ├── cache-install.inc
│ ├── cache.inc
│ ├── common.inc
│ ├── database
│ │ ├── database.inc
│ │ ├── log.inc
│ │ ├── mysql
│ │ │ ├── database.inc
│ │ │ ├── install.inc
│ │ │ ├── query.inc
│ │ │ └── schema.inc
│ │ ├── pgsql
│ │ │ ├── database.inc
│ │ │ ├── install.inc
│ │ │ ├── query.inc
│ │ │ ├── schema.inc
│ │ │ └── select.inc
│ │ ├── prefetch.inc
│ │ ├── query.inc
│ │ ├── schema.inc
│ │ ├── select.inc
│ │ └── sqlite
│ │ ├── database.inc
│ │ ├── install.inc
│ │ ├── query.inc
│ │ ├── schema.inc
│ │ └── select.inc
│ ├── date.inc
│ ├── entity.inc
│ ├── errors.inc
│ ├── file.inc
│ ├── file.mimetypes.inc
│ ├── filetransfer
│ │ ├── filetransfer.inc
│ │ ├── ftp.inc
│ │ ├── local.inc
│ │ └── ssh.inc
│ ├── form.inc
│ ├── graph.inc
│ ├── image.inc
│ ├── install.core.inc
│ ├── install.inc
│ ├── iso.inc
│ ├── language.inc
│ ├── locale.inc
│ ├── lock.inc
│ ├── mail.inc
│ ├── menu.inc
│ ├── module.inc
│ ├── pager.inc
│ ├── password.inc
│ ├── path.inc
│ ├── registry.inc
│ ├── session.inc
│ ├── stream_wrappers.inc
│ ├── tablesort.inc
│ ├── theme.inc
│ ├── theme.maintenance.inc
│ ├── token.inc
│ ├── unicode.entities.inc
│ ├── unicode.inc
│ ├── update.inc
│ ├── updater.inc
│ ├── utility.inc
│ ├── xmlrpc.inc
│ └── xmlrpcs.inc
├── index.php
├── install.php
├── misc
│ ├── ajax.js
│ ├── arrow-asc.png
│ ├── arrow-desc.png
│ ├── authorize.js
│ ├── autocomplete.js
│ ├── batch.js
│ ├── collapse.js
│ ├── configure.png
│ ├── draggable.png
│ ├── drupal.js
│ ├── druplicon.png
│ ├── farbtastic
│ │ ├── farbtastic.css
│ │ ├── farbtastic.js
│ │ ├── marker.png
│ │ ├── mask.png
│ │ └── wheel.png
│ ├── favicon.ico
│ ├── feed.png
│ ├── form.js
│ ├── forum-icons.png
│ ├── grippie.png
│ ├── help.png
│ ├── jquery.ba-bbq.js
│ ├── jquery.cookie.js
│ ├── jquery.form.js
│ ├── jquery.js
│ ├── jquery.once.js
│ ├── machine-name.js
│ ├── menu-collapsed-rtl.png
│ ├── menu-collapsed.png
│ ├── menu-expanded.png
│ ├── menu-leaf.png
│ ├── message-16-error.png
│ ├── message-16-help.png
│ ├── message-16-info.png
│ ├── message-16-ok.png
│ ├── message-16-warning.png
│ ├── message-24-error.png
│ ├── message-24-help.png
│ ├── message-24-info.png
│ ├── message-24-ok.png
│ ├── message-24-warning.png
│ ├── permissions.png
│ ├── powered-black-135x42.png
│ ├── powered-black-80x15.png
│ ├── powered-black-88x31.png
│ ├── powered-blue-135x42.png
│ ├── powered-blue-80x15.png
│ ├── powered-blue-88x31.png
│ ├── powered-gray-135x42.png
│ ├── powered-gray-80x15.png
│ ├── powered-gray-88x31.png
│ ├── print-rtl.css
│ ├── print.css
│ ├── progress.gif
│ ├── progress.js
│ ├── states.js
│ ├── tabledrag.js
│ ├── tableheader.js
│ ├── tableselect.js
│ ├── textarea.js
│ ├── throbber.gif
│ ├── timezone.js
│ ├── tree-bottom.png
│ ├── tree.png
│ ├── ui
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.effects.blind.min.js
│ │ ├── jquery.effects.bounce.min.js
│ │ ├── jquery.effects.clip.min.js
│ │ ├── jquery.effects.core.min.js
│ │ ├── jquery.effects.drop.min.js
│ │ ├── jquery.effects.explode.min.js
│ │ ├── jquery.effects.fade.min.js
│ │ ├── jquery.effects.fold.min.js
│ │ ├── jquery.effects.highlight.min.js
│ │ ├── jquery.effects.pulsate.min.js
│ │ ├── jquery.effects.scale.min.js
│ │ ├── jquery.effects.shake.min.js
│ │ ├── jquery.effects.slide.min.js
│ │ ├── jquery.effects.transfer.min.js
│ │ ├── jquery.ui.accordion.css
│ │ ├── jquery.ui.accordion.min.js
│ │ ├── jquery.ui.autocomplete.css
│ │ ├── jquery.ui.autocomplete.min.js
│ │ ├── jquery.ui.button.css
│ │ ├── jquery.ui.button.min.js
│ │ ├── jquery.ui.core.css
│ │ ├── jquery.ui.core.min.js
│ │ ├── jquery.ui.datepicker.css
│ │ ├── jquery.ui.datepicker.min.js
│ │ ├── jquery.ui.dialog.css
│ │ ├── jquery.ui.dialog.min.js
│ │ ├── jquery.ui.draggable.min.js
│ │ ├── jquery.ui.droppable.min.js
│ │ ├── jquery.ui.mouse.min.js
│ │ ├── jquery.ui.position.min.js
│ │ ├── jquery.ui.progressbar.css
│ │ ├── jquery.ui.progressbar.min.js
│ │ ├── jquery.ui.resizable.css
│ │ ├── jquery.ui.resizable.min.js
│ │ ├── jquery.ui.selectable.css
│ │ ├── jquery.ui.selectable.min.js
│ │ ├── jquery.ui.slider.css
│ │ ├── jquery.ui.slider.min.js
│ │ ├── jquery.ui.sortable.min.js
│ │ ├── jquery.ui.tabs.css
│ │ ├── jquery.ui.tabs.min.js
│ │ ├── jquery.ui.theme.css
│ │ └── jquery.ui.widget.min.js
│ ├── vertical-tabs-rtl.css
│ ├── vertical-tabs.css
│ ├── vertical-tabs.js
│ ├── watchdog-error.png
│ ├── watchdog-ok.png
│ └── watchdog-warning.png
├── modules
│ ├── README.txt
│ ├── aggregator
│ │ ├── aggregator-feed-source.tpl.php
│ │ ├── aggregator-item.tpl.php
│ │ ├── aggregator-rtl.css
│ │ ├── aggregator-summary-item.tpl.php
│ │ ├── aggregator-summary-items.tpl.php
│ │ ├── aggregator-wrapper.tpl.php
│ │ ├── aggregator.admin.inc
│ │ ├── aggregator.api.php
│ │ ├── aggregator.css
│ │ ├── aggregator.fetcher.inc
│ │ ├── aggregator.info
│ │ ├── aggregator.install
│ │ ├── aggregator.module
│ │ ├── aggregator.pages.inc
│ │ ├── aggregator.parser.inc
│ │ ├── aggregator.processor.inc
│ │ ├── aggregator.test
│ │ └── tests
│ │ ├── aggregator_test.info
│ │ ├── aggregator_test.module
│ │ ├── aggregator_test_atom.xml
│ │ └── aggregator_test_rss091.xml
│ ├── block
│ │ ├── block-admin-display-form.tpl.php
│ │ ├── block.admin.inc
│ │ ├── block.api.php
│ │ ├── block.css
│ │ ├── block.info
│ │ ├── block.install
│ │ ├── block.js
│ │ ├── block.module
│ │ ├── block.test
│ │ ├── block.tpl.php
│ │ └── tests
│ │ ├── block_test.info
│ │ └── block_test.module
│ ├── blog
│ │ ├── blog.info
│ │ ├── blog.install
│ │ ├── blog.module
│ │ ├── blog.pages.inc
│ │ └── blog.test
│ ├── book
│ │ ├── book-all-books-block.tpl.php
│ │ ├── book-export-html.tpl.php
│ │ ├── book-navigation.tpl.php
│ │ ├── book-node-export-html.tpl.php
│ │ ├── book-rtl.css
│ │ ├── book.admin.inc
│ │ ├── book.css
│ │ ├── book.info
│ │ ├── book.install
│ │ ├── book.js
│ │ ├── book.module
│ │ ├── book.pages.inc
│ │ └── book.test
│ ├── color
│ │ ├── color-rtl.css
│ │ ├── color.css
│ │ ├── color.info
│ │ ├── color.install
│ │ ├── color.js
│ │ ├── color.module
│ │ ├── color.test
│ │ ├── images
│ │ │ ├── hook-rtl.png
│ │ │ ├── hook.png
│ │ │ └── lock.png
│ │ ├── preview.html
│ │ └── preview.js
│ ├── comment
│ │ ├── comment-node-form.js
│ │ ├── comment-rtl.css
│ │ ├── comment-wrapper.tpl.php
│ │ ├── comment.admin.inc
│ │ ├── comment.api.php
│ │ ├── comment.css
│ │ ├── comment.info
│ │ ├── comment.install
│ │ ├── comment.module
│ │ ├── comment.pages.inc
│ │ ├── comment.test
│ │ ├── comment.tokens.inc
│ │ └── comment.tpl.php
│ ├── contact
│ │ ├── contact.admin.inc
│ │ ├── contact.info
│ │ ├── contact.install
│ │ ├── contact.module
│ │ ├── contact.pages.inc
│ │ └── contact.test
│ ├── contextual
│ │ ├── contextual-rtl.css
│ │ ├── contextual.api.php
│ │ ├── contextual.css
│ │ ├── contextual.info
│ │ ├── contextual.js
│ │ ├── contextual.module
│ │ └── images
│ │ └── gear-select.png
│ ├── dashboard
│ │ ├── dashboard.api.php
│ │ ├── dashboard.css
│ │ ├── dashboard.info
│ │ ├── dashboard.install
│ │ ├── dashboard.js
│ │ ├── dashboard.module
│ │ └── dashboard.test
│ ├── dblog
│ │ ├── dblog-rtl.css
│ │ ├── dblog.admin.inc
│ │ ├── dblog.css
│ │ ├── dblog.info
│ │ ├── dblog.install
│ │ ├── dblog.module
│ │ └── dblog.test
│ ├── field
│ │ ├── field.api.php
│ │ ├── field.attach.inc
│ │ ├── field.crud.inc
│ │ ├── field.default.inc
│ │ ├── field.form.inc
│ │ ├── field.info
│ │ ├── field.info.inc
│ │ ├── field.install
│ │ ├── field.module
│ │ ├── field.multilingual.inc
│ │ ├── modules
│ │ │ ├── field_sql_storage
│ │ │ │ ├── field_sql_storage.info
│ │ │ │ ├── field_sql_storage.install
│ │ │ │ ├── field_sql_storage.module
│ │ │ │ └── field_sql_storage.test
│ │ │ ├── list
│ │ │ │ ├── list.info
│ │ │ │ ├── list.install
│ │ │ │ ├── list.module
│ │ │ │ └── tests
│ │ │ │ ├── list.test
│ │ │ │ ├── list_test.info
│ │ │ │ └── list_test.module
│ │ │ ├── number
│ │ │ │ ├── number.info
│ │ │ │ ├── number.install
│ │ │ │ ├── number.module
│ │ │ │ └── number.test
│ │ │ ├── options
│ │ │ │ ├── options.api.php
│ │ │ │ ├── options.info
│ │ │ │ ├── options.module
│ │ │ │ └── options.test
│ │ │ └── text
│ │ │ ├── text.info
│ │ │ ├── text.install
│ │ │ ├── text.js
│ │ │ ├── text.module
│ │ │ └── text.test
│ │ ├── tests
│ │ │ ├── field.test
│ │ │ ├── field_test.entity.inc
│ │ │ ├── field_test.field.inc
│ │ │ ├── field_test.info
│ │ │ ├── field_test.install
│ │ │ ├── field_test.module
│ │ │ └── field_test.storage.inc
│ │ └── theme
│ │ ├── field-rtl.css
│ │ ├── field.css
│ │ └── field.tpl.php
│ ├── field_ui
│ │ ├── field_ui-rtl.css
│ │ ├── field_ui.admin.inc
│ │ ├── field_ui.api.php
│ │ ├── field_ui.css
│ │ ├── field_ui.info
│ │ ├── field_ui.js
│ │ ├── field_ui.module
│ │ └── field_ui.test
│ ├── file
│ │ ├── file.api.php
│ │ ├── file.css
│ │ ├── file.field.inc
│ │ ├── file.info
│ │ ├── file.install
│ │ ├── file.js
│ │ ├── file.module
│ │ ├── icons
│ │ │ ├── application-octet-stream.png
│ │ │ ├── application-pdf.png
│ │ │ ├── application-x-executable.png
│ │ │ ├── audio-x-generic.png
│ │ │ ├── image-x-generic.png
│ │ │ ├── package-x-generic.png
│ │ │ ├── text-html.png
│ │ │ ├── text-plain.png
│ │ │ ├── text-x-generic.png
│ │ │ ├── text-x-script.png
│ │ │ ├── video-x-generic.png
│ │ │ ├── x-office-document.png
│ │ │ ├── x-office-presentation.png
│ │ │ └── x-office-spreadsheet.png
│ │ └── tests
│ │ ├── file.test
│ │ ├── file_module_test.info
│ │ └── file_module_test.module
│ ├── filter
│ │ ├── filter.admin.inc
│ │ ├── filter.admin.js
│ │ ├── filter.api.php
│ │ ├── filter.css
│ │ ├── filter.info
│ │ ├── filter.install
│ │ ├── filter.js
│ │ ├── filter.module
│ │ ├── filter.pages.inc
│ │ ├── filter.test
│ │ └── tests
│ │ ├── filter.url-input.txt
│ │ └── filter.url-output.txt
│ ├── forum
│ │ ├── forum-icon.tpl.php
│ │ ├── forum-list.tpl.php
│ │ ├── forum-rtl.css
│ │ ├── forum-submitted.tpl.php
│ │ ├── forum-topic-list.tpl.php
│ │ ├── forum.admin.inc
│ │ ├── forum.css
│ │ ├── forum.info
│ │ ├── forum.install
│ │ ├── forum.module
│ │ ├── forum.pages.inc
│ │ ├── forum.test
│ │ └── forums.tpl.php
│ ├── help
│ │ ├── help-rtl.css
│ │ ├── help.admin.inc
│ │ ├── help.api.php
│ │ ├── help.css
│ │ ├── help.info
│ │ ├── help.module
│ │ └── help.test
│ ├── image
│ │ ├── image-rtl.css
│ │ ├── image.admin.css
│ │ ├── image.admin.inc
│ │ ├── image.api.php
│ │ ├── image.css
│ │ ├── image.effects.inc
│ │ ├── image.field.inc
│ │ ├── image.info
│ │ ├── image.install
│ │ ├── image.module
│ │ ├── image.test
│ │ ├── sample.png
│ │ └── tests
│ │ ├── image_module_test.info
│ │ └── image_module_test.module
│ ├── locale
│ │ ├── locale.admin.inc
│ │ ├── locale.api.php
│ │ ├── locale.css
│ │ ├── locale.datepicker.js
│ │ ├── locale.info
│ │ ├── locale.install
│ │ ├── locale.module
│ │ ├── locale.test
│ │ └── tests
│ │ ├── locale_test.info
│ │ ├── locale_test.module
│ │ └── translations
│ │ └── test.xx.po
│ ├── menu
│ │ ├── menu.admin.inc
│ │ ├── menu.admin.js
│ │ ├── menu.api.php
│ │ ├── menu.css
│ │ ├── menu.info
│ │ ├── menu.install
│ │ ├── menu.js
│ │ ├── menu.module
│ │ └── menu.test
│ ├── node
│ │ ├── content_types.inc
│ │ ├── content_types.js
│ │ ├── node-rtl.css
│ │ ├── node.admin.inc
│ │ ├── node.api.php
│ │ ├── node.css
│ │ ├── node.info
│ │ ├── node.install
│ │ ├── node.js
│ │ ├── node.module
│ │ ├── node.pages.inc
│ │ ├── node.test
│ │ ├── node.tokens.inc
│ │ ├── node.tpl.php
│ │ └── tests
│ │ ├── node_access_test.info
│ │ ├── node_access_test.module
│ │ ├── node_presave_test.info
│ │ ├── node_presave_test.module
│ │ ├── node_test.info
│ │ ├── node_test.module
│ │ ├── node_test_exception.info
│ │ └── node_test_exception.module
│ ├── openid
│ │ ├── login-bg.png
│ │ ├── openid-rtl.css
│ │ ├── openid.api.php
│ │ ├── openid.css
│ │ ├── openid.inc
│ │ ├── openid.info
│ │ ├── openid.install
│ │ ├── openid.js
│ │ ├── openid.module
│ │ ├── openid.pages.inc
│ │ ├── openid.test
│ │ └── tests
│ │ ├── openid_test.info
│ │ ├── openid_test.install
│ │ └── openid_test.module
│ ├── overlay
│ │ ├── images
│ │ │ ├── background.png
│ │ │ └── close.png
│ │ ├── overlay-child.css
│ │ ├── overlay-child.js
│ │ ├── overlay-parent.css
│ │ ├── overlay-parent.js
│ │ ├── overlay.api.php
│ │ ├── overlay.info
│ │ ├── overlay.install
│ │ ├── overlay.module
│ │ └── overlay.tpl.php
│ ├── path
│ │ ├── path.admin.inc
│ │ ├── path.api.php
│ │ ├── path.info
│ │ ├── path.js
│ │ ├── path.module
│ │ └── path.test
│ ├── php
│ │ ├── php.info
│ │ ├── php.install
│ │ ├── php.module
│ │ └── php.test
│ ├── poll
│ │ ├── poll-bar—block.tpl.php
│ │ ├── poll-bar.tpl.php
│ │ ├── poll-results—block.tpl.php
│ │ ├── poll-results.tpl.php
│ │ ├── poll-rtl.css
│ │ ├── poll-vote.tpl.php
│ │ ├── poll.css
│ │ ├── poll.info
│ │ ├── poll.install
│ │ ├── poll.module
│ │ ├── poll.pages.inc
│ │ ├── poll.test
│ │ └── poll.tokens.inc
│ ├── profile
│ │ ├── profile-block.tpl.php
│ │ ├── profile-listing.tpl.php
│ │ ├── profile-wrapper.tpl.php
│ │ ├── profile.admin.inc
│ │ ├── profile.css
│ │ ├── profile.info
│ │ ├── profile.install
│ │ ├── profile.js
│ │ ├── profile.module
│ │ ├── profile.pages.inc
│ │ └── profile.test
│ ├── rdf
│ │ ├── rdf.api.php
│ │ ├── rdf.info
│ │ ├── rdf.install
│ │ ├── rdf.module
│ │ ├── rdf.test
│ │ └── tests
│ │ ├── rdf_test.info
│ │ ├── rdf_test.install
│ │ └── rdf_test.module
│ ├── search
│ │ ├── search-block-form.tpl.php
│ │ ├── search-result.tpl.php
│ │ ├── search-results.tpl.php
│ │ ├── search-rtl.css
│ │ ├── search.admin.inc
│ │ ├── search.api.php
│ │ ├── search.css
│ │ ├── search.extender.inc
│ │ ├── search.info
│ │ ├── search.install
│ │ ├── search.module
│ │ ├── search.pages.inc
│ │ ├── search.test
│ │ └── tests
│ │ ├── UnicodeTest.txt
│ │ ├── search_embedded_form.info
│ │ ├── search_embedded_form.module
│ │ ├── search_extra_type.info
│ │ └── search_extra_type.module
│ ├── shortcut
│ │ ├── shortcut.admin.css
│ │ ├── shortcut.admin.inc
│ │ ├── shortcut.admin.js
│ │ ├── shortcut.api.php
│ │ ├── shortcut.css
│ │ ├── shortcut.info
│ │ ├── shortcut.install
│ │ ├── shortcut.module
│ │ ├── shortcut.png
│ │ └── shortcut.test
│ ├── simpletest
│ │ ├── drupal_web_test_case.php
│ │ ├── files
│ │ │ ├── README.txt
│ │ │ ├── css_test_files
│ │ │ │ ├── comment_hacks.css
│ │ │ │ ├── comment_hacks.css.optimized.css
│ │ │ │ ├── comment_hacks.css.unoptimized.css
│ │ │ │ ├── css_input_with_import.css
│ │ │ │ ├── css_input_with_import.css.optimized.css
│ │ │ │ ├── css_input_with_import.css.unoptimized.css
│ │ │ │ ├── css_input_without_import.css
│ │ │ │ ├── css_input_without_import.css.optimized.css
│ │ │ │ ├── css_input_without_import.css.unoptimized.css
│ │ │ │ ├── import1.css
│ │ │ │ └── import2.css
│ │ │ ├── html-1.txt
│ │ │ ├── html-2.html
│ │ │ ├── image-1.png
│ │ │ ├── image-2.jpg
│ │ │ ├── image-test.gif
│ │ │ ├── image-test.jpg
│ │ │ ├── image-test.png
│ │ │ ├── javascript-1.txt
│ │ │ ├── javascript-2.script
│ │ │ ├── php-1.txt
│ │ │ ├── php-2.php
│ │ │ ├── sql-1.txt
│ │ │ └── sql-2.sql
│ │ ├── simpletest.api.php
│ │ ├── simpletest.css
│ │ ├── simpletest.info
│ │ ├── simpletest.install
│ │ ├── simpletest.js
│ │ ├── simpletest.module
│ │ ├── simpletest.pages.inc
│ │ ├── simpletest.test
│ │ └── tests
│ │ ├── actions.test
│ │ ├── actions_loop_test.info
│ │ ├── actions_loop_test.install
│ │ ├── actions_loop_test.module
│ │ ├── ajax.test
│ │ ├── ajax_forms_test.info
│ │ ├── ajax_forms_test.module
│ │ ├── ajax_test.info
│ │ ├── ajax_test.module
│ │ ├── batch.test
│ │ ├── batch_test.callbacks.inc
│ │ ├── batch_test.info
│ │ ├── batch_test.module
│ │ ├── bootstrap.test
│ │ ├── cache.test
│ │ ├── common.test
│ │ ├── common_test.css
│ │ ├── common_test.info
│ │ ├── common_test.module
│ │ ├── common_test.print.css
│ │ ├── common_test_info.txt
│ │ ├── database_test.info
│ │ ├── database_test.install
│ │ ├── database_test.module
│ │ ├── database_test.test
│ │ ├── drupal_system_listing_compatible_test
│ │ │ ├── drupal_system_listing_compatible_test.info
│ │ │ └── drupal_system_listing_compatible_test.module
│ │ ├── drupal_system_listing_incompatible_test
│ │ │ ├── drupal_system_listing_incompatible_test.info
│ │ │ └── drupal_system_listing_incompatible_test.module
│ │ ├── entity_cache_test.info
│ │ ├── entity_cache_test.module
│ │ ├── entity_cache_test_dependency.info
│ │ ├── entity_cache_test_dependency.module
│ │ ├── entity_crud_hook_test.info
│ │ ├── entity_crud_hook_test.module
│ │ ├── entity_crud_hook_test.test
│ │ ├── entity_query.test
│ │ ├── error.test
│ │ ├── error_test.info
│ │ ├── error_test.module
│ │ ├── file.test
│ │ ├── file_test.info
│ │ ├── file_test.module
│ │ ├── filetransfer.test
│ │ ├── filter_test.info
│ │ ├── filter_test.module
│ │ ├── form.test
│ │ ├── form_test.file.inc
│ │ ├── form_test.info
│ │ ├── form_test.module
│ │ ├── graph.test
│ │ ├── http.php
│ │ ├── https.php
│ │ ├── image.test
│ │ ├── image_test.info
│ │ ├── image_test.module
│ │ ├── lock.test
│ │ ├── mail.test
│ │ ├── menu.test
│ │ ├── menu_test.info
│ │ ├── menu_test.module
│ │ ├── module.test
│ │ ├── module_test.file.inc
│ │ ├── module_test.info
│ │ ├── module_test.install
│ │ ├── module_test.module
│ │ ├── path.test
│ │ ├── registry.test
│ │ ├── requirements1_test.info
│ │ ├── requirements1_test.install
│ │ ├── requirements1_test.module
│ │ ├── requirements2_test.info
│ │ ├── requirements2_test.module
│ │ ├── schema.test
│ │ ├── session.test
│ │ ├── session_test.info
│ │ ├── session_test.module
│ │ ├── system.base.css
│ │ ├── system_dependencies_test.info
│ │ ├── system_dependencies_test.module
│ │ ├── system_test.info
│ │ ├── system_test.module
│ │ ├── taxonomy_test.info
│ │ ├── taxonomy_test.install
│ │ ├── taxonomy_test.module
│ │ ├── theme.test
│ │ ├── theme_test.info
│ │ ├── theme_test.module
│ │ ├── unicode.test
│ │ ├── update.test
│ │ ├── update_test_1.info
│ │ ├── update_test_1.install
│ │ ├── update_test_1.module
│ │ ├── update_test_2.info
│ │ ├── update_test_2.install
│ │ ├── update_test_2.module
│ │ ├── update_test_3.info
│ │ ├── update_test_3.install
│ │ ├── update_test_3.module
│ │ ├── upgrade
│ │ │ ├── drupal-6.bare.database.php
│ │ │ ├── drupal-6.comments.database.php
│ │ │ ├── drupal-6.filled.database.php
│ │ │ ├── drupal-6.locale.database.php
│ │ │ ├── drupal-6.upload.database.php
│ │ │ ├── upgrade.comment.test
│ │ │ ├── upgrade.filter.test
│ │ │ ├── upgrade.locale.test
│ │ │ ├── upgrade.node.test
│ │ │ ├── upgrade.poll.test
│ │ │ ├── upgrade.taxonomy.test
│ │ │ ├── upgrade.test
│ │ │ └── upgrade.upload.test
│ │ ├── url_alter_test.info
│ │ ├── url_alter_test.install
│ │ ├── url_alter_test.module
│ │ ├── xmlrpc.test
│ │ ├── xmlrpc_test.info
│ │ └── xmlrpc_test.module
│ ├── statistics
│ │ ├── statistics.admin.inc
│ │ ├── statistics.info
│ │ ├── statistics.install
│ │ ├── statistics.module
│ │ ├── statistics.pages.inc
│ │ ├── statistics.test
│ │ └── statistics.tokens.inc
│ ├── syslog
│ │ ├── syslog.info
│ │ ├── syslog.install
│ │ ├── syslog.module
│ │ └── syslog.test
│ ├── system
│ │ ├── html.tpl.php
│ │ ├── image.gd.inc
│ │ ├── maintenance-page.tpl.php
│ │ ├── page.tpl.php
│ │ ├── region.tpl.php
│ │ ├── system.admin-rtl.css
│ │ ├── system.admin.css
│ │ ├── system.admin.inc
│ │ ├── system.api.php
│ │ ├── system.archiver.inc
│ │ ├── system.base-rtl.css
│ │ ├── system.base.css
│ │ ├── system.cron.js
│ │ ├── system.info
│ │ ├── system.install
│ │ ├── system.js
│ │ ├── system.mail.inc
│ │ ├── system.maintenance.css
│ │ ├── system.menus-rtl.css
│ │ ├── system.menus.css
│ │ ├── system.messages.css
│ │ ├── system.module
│ │ ├── system.queue.inc
│ │ ├── system.tar.inc
│ │ ├── system.test
│ │ ├── system.theme-rtl.css
│ │ ├── system.theme.css
│ │ ├── system.tokens.inc
│ │ ├── system.updater.inc
│ │ └── theme.api.php
│ ├── taxonomy
│ │ ├── taxonomy-term.tpl.php
│ │ ├── taxonomy.admin.inc
│ │ ├── taxonomy.api.php
│ │ ├── taxonomy.css
│ │ ├── taxonomy.info
│ │ ├── taxonomy.install
│ │ ├── taxonomy.js
│ │ ├── taxonomy.module
│ │ ├── taxonomy.pages.inc
│ │ ├── taxonomy.test
│ │ └── taxonomy.tokens.inc
│ ├── toolbar
│ │ ├── toolbar.css
│ │ ├── toolbar.info
│ │ ├── toolbar.js
│ │ ├── toolbar.module
│ │ ├── toolbar.png
│ │ └── toolbar.tpl.php
│ ├── tracker
│ │ ├── tracker.css
│ │ ├── tracker.info
│ │ ├── tracker.install
│ │ ├── tracker.module
│ │ ├── tracker.pages.inc
│ │ └── tracker.test
│ ├── translation
│ │ ├── tests
│ │ │ ├── translation_test.info
│ │ │ └── translation_test.module
│ │ ├── translation.info
│ │ ├── translation.module
│ │ ├── translation.pages.inc
│ │ └── translation.test
│ ├── trigger
│ │ ├── tests
│ │ │ ├── trigger_test.info
│ │ │ └── trigger_test.module
│ │ ├── trigger.admin.inc
│ │ ├── trigger.api.php
│ │ ├── trigger.info
│ │ ├── trigger.install
│ │ ├── trigger.module
│ │ └── trigger.test
│ ├── update
│ │ ├── tests
│ │ │ ├── aaa_update_test.1_0.xml
│ │ │ ├── aaa_update_test.info
│ │ │ ├── aaa_update_test.module
│ │ │ ├── aaa_update_test.no-releases.xml
│ │ │ ├── aaa_update_test.tar.gz
│ │ │ ├── bbb_update_test.1_0.xml
│ │ │ ├── bbb_update_test.info
│ │ │ ├── bbb_update_test.module
│ │ │ ├── ccc_update_test.1_0.xml
│ │ │ ├── ccc_update_test.info
│ │ │ ├── ccc_update_test.module
│ │ │ ├── drupal.0.xml
│ │ │ ├── drupal.1.xml
│ │ │ ├── drupal.2-sec.xml
│ │ │ ├── drupal.dev.xml
│ │ │ ├── update_test.info
│ │ │ ├── update_test.module
│ │ │ ├── update_test_basetheme.1_1-sec.xml
│ │ │ └── update_test_subtheme.1_0.xml
│ │ ├── update-rtl.css
│ │ ├── update.api.php
│ │ ├── update.authorize.inc
│ │ ├── update.compare.inc
│ │ ├── update.css
│ │ ├── update.fetch.inc
│ │ ├── update.info
│ │ ├── update.install
│ │ ├── update.manager.inc
│ │ ├── update.module
│ │ ├── update.report.inc
│ │ ├── update.settings.inc
│ │ └── update.test
│ └── user
│ ├── user-picture.tpl.php
│ ├── user-profile-category.tpl.php
│ ├── user-profile-item.tpl.php
│ ├── user-profile.tpl.php
│ ├── user-rtl.css
│ ├── user.admin.inc
│ ├── user.api.php
│ ├── user.css
│ ├── user.info
│ ├── user.install
│ ├── user.js
│ ├── user.module
│ ├── user.pages.inc
│ ├── user.permissions.js
│ ├── user.test
│ └── user.tokens.inc
├── profiles
│ ├── minimal
│ │ ├── minimal.info
│ │ ├── minimal.install
│ │ ├── minimal.profile
│ │ └── translations
│ │ └── README.txt
│ ├── standard
│ │ ├── standard.info
│ │ ├── standard.install
│ │ ├── standard.profile
│ │ └── translations
│ │ └── README.txt
│ └── testing
│ ├── modules
│ │ ├── drupal_system_listing_compatible_test
│ │ │ ├── drupal_system_listing_compatible_test.info
│ │ │ └── drupal_system_listing_compatible_test.module
│ │ └── drupal_system_listing_incompatible_test
│ │ ├── drupal_system_listing_incompatible_test.info
│ │ └── drupal_system_listing_incompatible_test.module
│ ├── testing.info
│ ├── testing.install
│ └── testing.profile
├── robots.txt
├── scripts
│ ├── code-clean.sh
│ ├── cron-curl.sh
│ ├── cron-lynx.sh
│ ├── drupal.sh
│ ├── dump-database-d6.sh
│ ├── generate-d6-content.sh
│ ├── password-hash.sh
│ └── run-tests.sh
├── sites
│ ├── all
│ │ ├── README.txt
│ │ ├── modules
│ │ │ └── README.txt
│ │ └── themes
│ │ └── README.txt
│ ├── default
│ │ ├── default.settings.php
│ │ ├── files
│ │ │ ├── field
│ │ │ │ └── image
│ │ │ │ └── christian_paulus.jpg
│ │ │ └── styles
│ │ │ ├── large
│ │ │ │ └── public
│ │ │ │ └── field
│ │ │ │ └── image
│ │ │ │ └── christian_paulus.jpg
│ │ │ ├── medium
│ │ │ │ └── public
│ │ │ │ └── field
│ │ │ │ └── image
│ │ │ │ └── christian_paulus.jpg
│ │ │ └── thumbnail
│ │ │ └── public
│ │ │ └── field
│ │ │ └── image
│ │ │ └── christian_paulus.jpg
│ │ └── settings.php
│ └── example.sites.php
├── themes
│ ├── README.txt
│ ├── bartik
│ │ ├── bartik.info
│ │ ├── color
│ │ │ ├── base.png
│ │ │ ├── color.inc
│ │ │ ├── preview.css
│ │ │ ├── preview.html
│ │ │ ├── preview.js
│ │ │ └── preview.png
│ │ ├── css
│ │ │ ├── colors.css
│ │ │ ├── ie-rtl.css
│ │ │ ├── ie.css
│ │ │ ├── ie6.css
│ │ │ ├── layout-rtl.css
│ │ │ ├── layout.css
│ │ │ ├── maintenance-page.css
│ │ │ ├── print.css
│ │ │ ├── style-rtl.css
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── add.png
│ │ │ ├── buttons.png
│ │ │ ├── comment-arrow-rtl.png
│ │ │ ├── comment-arrow.png
│ │ │ ├── search-button.png
│ │ │ └── tabs-border.png
│ │ ├── logo.png
│ │ ├── screenshot.png
│ │ ├── template.php
│ │ └── templates
│ │ ├── comment-wrapper.tpl.php
│ │ ├── comment.tpl.php
│ │ ├── maintenance-page.tpl.php
│ │ ├── node.tpl.php
│ │ └── page.tpl.php
│ ├── engines
│ │ └── phptemplate
│ │ └── phptemplate.engine
│ ├── garland
│ │ ├── color
│ │ │ ├── base.png
│ │ │ ├── color.inc
│ │ │ ├── preview.css
│ │ │ └── preview.png
│ │ ├── comment.tpl.php
│ │ ├── fix-ie-rtl.css
│ │ ├── fix-ie.css
│ │ ├── garland.info
│ │ ├── images
│ │ │ ├── bg-bar-white.png
│ │ │ ├── bg-bar.png
│ │ │ ├── bg-content-left.png
│ │ │ ├── bg-content-right.png
│ │ │ ├── bg-content.png
│ │ │ ├── bg-navigation-item-hover.png
│ │ │ ├── bg-navigation-item.png
│ │ │ ├── bg-navigation.png
│ │ │ ├── bg-tab.png
│ │ │ ├── body.png
│ │ │ ├── gradient-inner.png
│ │ │ ├── menu-collapsed-rtl.gif
│ │ │ ├── menu-collapsed.gif
│ │ │ ├── menu-expanded.gif
│ │ │ ├── menu-leaf.gif
│ │ │ └── task-list.png
│ │ ├── logo.png
│ │ ├── maintenance-page.tpl.php
│ │ ├── node.tpl.php
│ │ ├── page.tpl.php
│ │ ├── print.css
│ │ ├── screenshot.png
│ │ ├── style-rtl.css
│ │ ├── style.css
│ │ ├── template.php
│ │ └── theme-settings.php
│ ├── seven
│ │ ├── ie.css
│ │ ├── ie6.css
│ │ ├── images
│ │ │ ├── add.png
│ │ │ ├── arrow-asc.png
│ │ │ ├── arrow-desc.png
│ │ │ ├── arrow-next.png
│ │ │ ├── arrow-prev.png
│ │ │ ├── buttons.png
│ │ │ ├── fc.png
│ │ │ ├── list-item.png
│ │ │ ├── task-check.png
│ │ │ ├── task-item.png
│ │ │ ├── ui-icons-222222-256x240.png
│ │ │ ├── ui-icons-454545-256x240.png
│ │ │ ├── ui-icons-800000-256x240.png
│ │ │ ├── ui-icons-888888-256x240.png
│ │ │ └── ui-icons-ffffff-256x240.png
│ │ ├── jquery.ui.theme.css
│ │ ├── logo.png
│ │ ├── maintenance-page.tpl.php
│ │ ├── page.tpl.php
│ │ ├── reset.css
│ │ ├── screenshot.png
│ │ ├── seven.info
│ │ ├── style-rtl.css
│ │ ├── style.css
│ │ ├── template.php
│ │ └── vertical-tabs.css
│ ├── stark
│ │ ├── README.txt
│ │ ├── layout.css
│ │ ├── logo.png
│ │ ├── screenshot.png
│ │ └── stark.info
│ └── tests
│ ├── README.txt
│ ├── test_theme
│ │ ├── template.php
│ │ └── test_theme.info
│ ├── update_test_basetheme
│ │ └── update_test_basetheme.info
│ └── update_test_subtheme
│ └── update_test_subtheme.info
├── update.php
├── web.config
└── xmlrpc.php

133 directories, 990 files

A comparer avec L’arborescence Drupal 6

Plussoyez !

Les forums sont fermés.