summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorNathan Haug <nate@quicksketch.org>2011-10-30 16:32:37 -0700
committerNathaniel <catch@35733.no-reply.drupal.org>2011-11-01 12:48:40 +0900
commit06fb770bd340e5a18555e0da55a4dd6ba22f76ba (patch)
treee814bc08d51db3af473ae5be565219c0249b7870
parent906a6db34707d27120dddd43a23f26f24153255d (diff)
downloaddrupal-06fb770bd340e5a18555e0da55a4dd6ba22f76ba.tar.gz
drupal-06fb770bd340e5a18555e0da55a4dd6ba22f76ba.zip
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
-rw-r--r--core/CHANGELOG.txt (renamed from CHANGELOG.txt)0
-rw-r--r--core/COPYRIGHT.txt (renamed from COPYRIGHT.txt)0
-rw-r--r--core/INSTALL.mysql.txt (renamed from INSTALL.mysql.txt)0
-rw-r--r--core/INSTALL.pgsql.txt (renamed from INSTALL.pgsql.txt)0
-rw-r--r--core/INSTALL.sqlite.txt (renamed from INSTALL.sqlite.txt)0
-rw-r--r--core/INSTALL.txt (renamed from INSTALL.txt)0
-rw-r--r--core/LICENSE.txt (renamed from LICENSE.txt)0
-rw-r--r--core/MAINTAINERS.txt (renamed from MAINTAINERS.txt)0
-rw-r--r--core/UPGRADE.txt (renamed from UPGRADE.txt)0
-rw-r--r--core/authorize.php (renamed from authorize.php)0
-rw-r--r--core/cron.php (renamed from cron.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php (renamed from includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php (renamed from includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php (renamed from includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/LICENSE (renamed from includes/Symfony/Component/ClassLoader/LICENSE)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/MapClassLoader.php (renamed from includes/Symfony/Component/ClassLoader/MapClassLoader.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/UniversalClassLoader.php (renamed from includes/Symfony/Component/ClassLoader/UniversalClassLoader.php)0
-rw-r--r--core/includes/Symfony/Component/ClassLoader/composer.json (renamed from includes/Symfony/Component/ClassLoader/composer.json)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/ApacheRequest.php (renamed from includes/Symfony/Component/HttpFoundation/ApacheRequest.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/Cookie.php (renamed from includes/Symfony/Component/HttpFoundation/Cookie.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php (renamed from includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php (renamed from includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php (renamed from includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php (renamed from includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php (renamed from includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/File.php (renamed from includes/Symfony/Component/HttpFoundation/File/File.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php (renamed from includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php (renamed from includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php (renamed from includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php (renamed from includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php (renamed from includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/File/UploadedFile.php (renamed from includes/Symfony/Component/HttpFoundation/File/UploadedFile.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/FileBag.php (renamed from includes/Symfony/Component/HttpFoundation/FileBag.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/HeaderBag.php (renamed from includes/Symfony/Component/HttpFoundation/HeaderBag.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/LICENSE (renamed from includes/Symfony/Component/HttpFoundation/LICENSE)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/ParameterBag.php (renamed from includes/Symfony/Component/HttpFoundation/ParameterBag.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/RedirectResponse.php (renamed from includes/Symfony/Component/HttpFoundation/RedirectResponse.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/Request.php (renamed from includes/Symfony/Component/HttpFoundation/Request.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/RequestMatcher.php (renamed from includes/Symfony/Component/HttpFoundation/RequestMatcher.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php (renamed from includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/Response.php (renamed from includes/Symfony/Component/HttpFoundation/Response.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php (renamed from includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/ServerBag.php (renamed from includes/Symfony/Component/HttpFoundation/ServerBag.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/Session.php (renamed from includes/Symfony/Component/HttpFoundation/Session.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php (renamed from includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php (renamed from includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php (renamed from includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php (renamed from includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php (renamed from includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php)0
-rw-r--r--core/includes/Symfony/Component/HttpFoundation/composer.json (renamed from includes/Symfony/Component/HttpFoundation/composer.json)0
-rw-r--r--core/includes/actions.inc (renamed from includes/actions.inc)0
-rw-r--r--core/includes/ajax.inc (renamed from includes/ajax.inc)0
-rw-r--r--core/includes/archiver.inc (renamed from includes/archiver.inc)0
-rw-r--r--core/includes/authorize.inc (renamed from includes/authorize.inc)0
-rw-r--r--core/includes/batch.inc (renamed from includes/batch.inc)0
-rw-r--r--core/includes/batch.queue.inc (renamed from includes/batch.queue.inc)0
-rw-r--r--core/includes/bootstrap.inc (renamed from includes/bootstrap.inc)0
-rw-r--r--core/includes/cache-install.inc (renamed from includes/cache-install.inc)0
-rw-r--r--core/includes/cache.inc (renamed from includes/cache.inc)0
-rw-r--r--core/includes/common.inc (renamed from includes/common.inc)0
-rw-r--r--core/includes/database/database.inc (renamed from includes/database/database.inc)0
-rw-r--r--core/includes/database/log.inc (renamed from includes/database/log.inc)0
-rw-r--r--core/includes/database/mysql/database.inc (renamed from includes/database/mysql/database.inc)0
-rw-r--r--core/includes/database/mysql/install.inc (renamed from includes/database/mysql/install.inc)0
-rw-r--r--core/includes/database/mysql/query.inc (renamed from includes/database/mysql/query.inc)0
-rw-r--r--core/includes/database/mysql/schema.inc (renamed from includes/database/mysql/schema.inc)0
-rw-r--r--core/includes/database/pgsql/database.inc (renamed from includes/database/pgsql/database.inc)0
-rw-r--r--core/includes/database/pgsql/install.inc (renamed from includes/database/pgsql/install.inc)0
-rw-r--r--core/includes/database/pgsql/query.inc (renamed from includes/database/pgsql/query.inc)0
-rw-r--r--core/includes/database/pgsql/schema.inc (renamed from includes/database/pgsql/schema.inc)0
-rw-r--r--core/includes/database/pgsql/select.inc (renamed from includes/database/pgsql/select.inc)0
-rw-r--r--core/includes/database/prefetch.inc (renamed from includes/database/prefetch.inc)0
-rw-r--r--core/includes/database/query.inc (renamed from includes/database/query.inc)0
-rw-r--r--core/includes/database/schema.inc (renamed from includes/database/schema.inc)0
-rw-r--r--core/includes/database/select.inc (renamed from includes/database/select.inc)0
-rw-r--r--core/includes/database/sqlite/database.inc (renamed from includes/database/sqlite/database.inc)0
-rw-r--r--core/includes/database/sqlite/install.inc (renamed from includes/database/sqlite/install.inc)0
-rw-r--r--core/includes/database/sqlite/query.inc (renamed from includes/database/sqlite/query.inc)0
-rw-r--r--core/includes/database/sqlite/schema.inc (renamed from includes/database/sqlite/schema.inc)0
-rw-r--r--core/includes/database/sqlite/select.inc (renamed from includes/database/sqlite/select.inc)0
-rw-r--r--core/includes/date.inc (renamed from includes/date.inc)0
-rw-r--r--core/includes/errors.inc (renamed from includes/errors.inc)0
-rw-r--r--core/includes/file.inc (renamed from includes/file.inc)0
-rw-r--r--core/includes/file.mimetypes.inc (renamed from includes/file.mimetypes.inc)0
-rw-r--r--core/includes/filetransfer/filetransfer.inc (renamed from includes/filetransfer/filetransfer.inc)0
-rw-r--r--core/includes/filetransfer/ftp.inc (renamed from includes/filetransfer/ftp.inc)0
-rw-r--r--core/includes/filetransfer/local.inc (renamed from includes/filetransfer/local.inc)0
-rw-r--r--core/includes/filetransfer/ssh.inc (renamed from includes/filetransfer/ssh.inc)0
-rw-r--r--core/includes/form.inc (renamed from includes/form.inc)0
-rw-r--r--core/includes/gettext.inc (renamed from includes/gettext.inc)0
-rw-r--r--core/includes/graph.inc (renamed from includes/graph.inc)0
-rw-r--r--core/includes/image.inc (renamed from includes/image.inc)0
-rw-r--r--core/includes/install.core.inc (renamed from includes/install.core.inc)0
-rw-r--r--core/includes/install.inc (renamed from includes/install.inc)0
-rw-r--r--core/includes/language.inc (renamed from includes/language.inc)0
-rw-r--r--core/includes/locale.inc (renamed from includes/locale.inc)0
-rw-r--r--core/includes/lock.inc (renamed from includes/lock.inc)0
-rw-r--r--core/includes/mail.inc (renamed from includes/mail.inc)0
-rw-r--r--core/includes/menu.inc (renamed from includes/menu.inc)0
-rw-r--r--core/includes/module.inc (renamed from includes/module.inc)0
-rw-r--r--core/includes/pager.inc (renamed from includes/pager.inc)0
-rw-r--r--core/includes/password.inc (renamed from includes/password.inc)0
-rw-r--r--core/includes/path.inc (renamed from includes/path.inc)0
-rw-r--r--core/includes/registry.inc (renamed from includes/registry.inc)0
-rw-r--r--core/includes/session.inc (renamed from includes/session.inc)0
-rw-r--r--core/includes/standard.inc (renamed from includes/standard.inc)0
-rw-r--r--core/includes/stream_wrappers.inc (renamed from includes/stream_wrappers.inc)0
-rw-r--r--core/includes/tablesort.inc (renamed from includes/tablesort.inc)0
-rw-r--r--core/includes/theme.inc (renamed from includes/theme.inc)0
-rw-r--r--core/includes/theme.maintenance.inc (renamed from includes/theme.maintenance.inc)0
-rw-r--r--core/includes/token.inc (renamed from includes/token.inc)0
-rw-r--r--core/includes/unicode.entities.inc (renamed from includes/unicode.entities.inc)0
-rw-r--r--core/includes/unicode.inc (renamed from includes/unicode.inc)0
-rw-r--r--core/includes/update.inc (renamed from includes/update.inc)0
-rw-r--r--core/includes/updater.inc (renamed from includes/updater.inc)0
-rw-r--r--core/includes/utility.inc (renamed from includes/utility.inc)0
-rw-r--r--core/includes/uuid.inc (renamed from includes/uuid.inc)0
-rw-r--r--core/includes/xmlrpc.inc (renamed from includes/xmlrpc.inc)0
-rw-r--r--core/includes/xmlrpcs.inc (renamed from includes/xmlrpcs.inc)0
-rw-r--r--core/install.php (renamed from install.php)0
-rw-r--r--core/misc/ajax.js (renamed from misc/ajax.js)0
-rw-r--r--core/misc/arrow-asc.png (renamed from misc/arrow-asc.png)bin118 -> 118 bytes
-rw-r--r--core/misc/arrow-desc.png (renamed from misc/arrow-desc.png)bin118 -> 118 bytes
-rw-r--r--core/misc/authorize.js (renamed from misc/authorize.js)0
-rw-r--r--core/misc/autocomplete.js (renamed from misc/autocomplete.js)0
-rw-r--r--core/misc/batch.js (renamed from misc/batch.js)0
-rw-r--r--core/misc/collapse.js (renamed from misc/collapse.js)0
-rw-r--r--core/misc/configure.png (renamed from misc/configure.png)bin248 -> 248 bytes
-rw-r--r--core/misc/draggable.png (renamed from misc/draggable.png)bin268 -> 268 bytes
-rw-r--r--core/misc/drupal.js (renamed from misc/drupal.js)0
-rw-r--r--core/misc/druplicon.png (renamed from misc/druplicon.png)bin3905 -> 3905 bytes
-rw-r--r--core/misc/farbtastic/farbtastic.css (renamed from misc/farbtastic/farbtastic.css)0
-rw-r--r--core/misc/farbtastic/farbtastic.js (renamed from misc/farbtastic/farbtastic.js)0
-rw-r--r--core/misc/farbtastic/marker.png (renamed from misc/farbtastic/marker.png)bin437 -> 437 bytes
-rw-r--r--core/misc/farbtastic/mask.png (renamed from misc/farbtastic/mask.png)bin2001 -> 2001 bytes
-rw-r--r--core/misc/farbtastic/wheel.png (renamed from misc/farbtastic/wheel.png)bin11589 -> 11589 bytes
-rw-r--r--core/misc/favicon.ico (renamed from misc/favicon.ico)bin1150 -> 1150 bytes
-rw-r--r--core/misc/feed.png (renamed from misc/feed.png)bin656 -> 656 bytes
-rw-r--r--core/misc/form.js (renamed from misc/form.js)0
-rw-r--r--core/misc/forum-icons.png (renamed from misc/forum-icons.png)bin1765 -> 1765 bytes
-rw-r--r--core/misc/grippie.png (renamed from misc/grippie.png)bin106 -> 106 bytes
-rw-r--r--core/misc/help.png (renamed from misc/help.png)bin294 -> 294 bytes
-rw-r--r--core/misc/jquery.ba-bbq.js (renamed from misc/jquery.ba-bbq.js)0
-rw-r--r--core/misc/jquery.cookie.js (renamed from misc/jquery.cookie.js)0
-rw-r--r--core/misc/jquery.form.js (renamed from misc/jquery.form.js)0
-rw-r--r--core/misc/jquery.js (renamed from misc/jquery.js)0
-rw-r--r--core/misc/jquery.once.js (renamed from misc/jquery.once.js)0
-rw-r--r--core/misc/machine-name.js (renamed from misc/machine-name.js)0
-rw-r--r--core/misc/menu-collapsed-rtl.png (renamed from misc/menu-collapsed-rtl.png)bin107 -> 107 bytes
-rw-r--r--core/misc/menu-collapsed.png (renamed from misc/menu-collapsed.png)bin105 -> 105 bytes
-rw-r--r--core/misc/menu-expanded.png (renamed from misc/menu-expanded.png)bin106 -> 106 bytes
-rw-r--r--core/misc/menu-leaf.png (renamed from misc/menu-leaf.png)bin126 -> 126 bytes
-rw-r--r--core/misc/message-16-error.png (renamed from misc/message-16-error.png)bin519 -> 519 bytes
-rw-r--r--core/misc/message-16-help.png (renamed from misc/message-16-help.png)bin668 -> 668 bytes
-rw-r--r--core/misc/message-16-info.png (renamed from misc/message-16-info.png)bin733 -> 733 bytes
-rw-r--r--core/misc/message-16-ok.png (renamed from misc/message-16-ok.png)bin639 -> 639 bytes
-rw-r--r--core/misc/message-16-warning.png (renamed from misc/message-16-warning.png)bin442 -> 442 bytes
-rw-r--r--core/misc/message-24-error.png (renamed from misc/message-24-error.png)bin733 -> 733 bytes
-rw-r--r--core/misc/message-24-help.png (renamed from misc/message-24-help.png)bin1088 -> 1088 bytes
-rw-r--r--core/misc/message-24-info.png (renamed from misc/message-24-info.png)bin1011 -> 1011 bytes
-rw-r--r--core/misc/message-24-ok.png (renamed from misc/message-24-ok.png)bin1058 -> 1058 bytes
-rw-r--r--core/misc/message-24-warning.png (renamed from misc/message-24-warning.png)bin753 -> 753 bytes
-rw-r--r--core/misc/permissions.png (renamed from misc/permissions.png)bin242 -> 242 bytes
-rw-r--r--core/misc/powered-black-135x42.png (renamed from misc/powered-black-135x42.png)bin2699 -> 2699 bytes
-rw-r--r--core/misc/powered-black-80x15.png (renamed from misc/powered-black-80x15.png)bin1448 -> 1448 bytes
-rw-r--r--core/misc/powered-black-88x31.png (renamed from misc/powered-black-88x31.png)bin2005 -> 2005 bytes
-rw-r--r--core/misc/powered-blue-135x42.png (renamed from misc/powered-blue-135x42.png)bin2879 -> 2879 bytes
-rw-r--r--core/misc/powered-blue-80x15.png (renamed from misc/powered-blue-80x15.png)bin943 -> 943 bytes
-rw-r--r--core/misc/powered-blue-88x31.png (renamed from misc/powered-blue-88x31.png)bin2009 -> 2009 bytes
-rw-r--r--core/misc/powered-gray-135x42.png (renamed from misc/powered-gray-135x42.png)bin2594 -> 2594 bytes
-rw-r--r--core/misc/powered-gray-80x15.png (renamed from misc/powered-gray-80x15.png)bin698 -> 698 bytes
-rw-r--r--core/misc/powered-gray-88x31.png (renamed from misc/powered-gray-88x31.png)bin1968 -> 1968 bytes
-rw-r--r--core/misc/print-rtl.css (renamed from misc/print-rtl.css)0
-rw-r--r--core/misc/print.css (renamed from misc/print.css)0
-rw-r--r--core/misc/progress.gif (renamed from misc/progress.gif)bin5872 -> 5872 bytes
-rw-r--r--core/misc/progress.js (renamed from misc/progress.js)0
-rw-r--r--core/misc/states.js (renamed from misc/states.js)0
-rw-r--r--core/misc/tabledrag.js (renamed from misc/tabledrag.js)0
-rw-r--r--core/misc/tableheader.js (renamed from misc/tableheader.js)0
-rw-r--r--core/misc/tableselect.js (renamed from misc/tableselect.js)0
-rw-r--r--core/misc/textarea.js (renamed from misc/textarea.js)0
-rw-r--r--core/misc/throbber.gif (renamed from misc/throbber.gif)bin1336 -> 1336 bytes
-rw-r--r--core/misc/timezone.js (renamed from misc/timezone.js)0
-rw-r--r--core/misc/tree-bottom.png (renamed from misc/tree-bottom.png)bin129 -> 129 bytes
-rw-r--r--core/misc/tree.png (renamed from misc/tree.png)bin130 -> 130 bytes
-rw-r--r--core/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png (renamed from misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png)bin180 -> 180 bytes
-rw-r--r--core/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png (renamed from misc/ui/images/ui-bg_flat_75_ffffff_40x100.png)bin178 -> 178 bytes
-rw-r--r--core/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png (renamed from misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png)bin120 -> 120 bytes
-rw-r--r--core/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png (renamed from misc/ui/images/ui-bg_glass_65_ffffff_1x400.png)bin105 -> 105 bytes
-rw-r--r--core/misc/ui/images/ui-bg_glass_75_dadada_1x400.png (renamed from misc/ui/images/ui-bg_glass_75_dadada_1x400.png)bin111 -> 111 bytes
-rw-r--r--core/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png (renamed from misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png)bin110 -> 110 bytes
-rw-r--r--core/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png (renamed from misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png)bin119 -> 119 bytes
-rw-r--r--core/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png (renamed from misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png)bin101 -> 101 bytes
-rw-r--r--core/misc/ui/images/ui-icons_222222_256x240.png (renamed from misc/ui/images/ui-icons_222222_256x240.png)bin4369 -> 4369 bytes
-rw-r--r--core/misc/ui/images/ui-icons_2e83ff_256x240.png (renamed from misc/ui/images/ui-icons_2e83ff_256x240.png)bin4369 -> 4369 bytes
-rw-r--r--core/misc/ui/images/ui-icons_454545_256x240.png (renamed from misc/ui/images/ui-icons_454545_256x240.png)bin4369 -> 4369 bytes
-rw-r--r--core/misc/ui/images/ui-icons_888888_256x240.png (renamed from misc/ui/images/ui-icons_888888_256x240.png)bin4369 -> 4369 bytes
-rw-r--r--core/misc/ui/images/ui-icons_cd0a0a_256x240.png (renamed from misc/ui/images/ui-icons_cd0a0a_256x240.png)bin4369 -> 4369 bytes
-rw-r--r--core/misc/ui/jquery.effects.blind.min.js (renamed from misc/ui/jquery.effects.blind.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.bounce.min.js (renamed from misc/ui/jquery.effects.bounce.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.clip.min.js (renamed from misc/ui/jquery.effects.clip.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.core.min.js (renamed from misc/ui/jquery.effects.core.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.drop.min.js (renamed from misc/ui/jquery.effects.drop.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.explode.min.js (renamed from misc/ui/jquery.effects.explode.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.fade.min.js (renamed from misc/ui/jquery.effects.fade.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.fold.min.js (renamed from misc/ui/jquery.effects.fold.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.highlight.min.js (renamed from misc/ui/jquery.effects.highlight.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.pulsate.min.js (renamed from misc/ui/jquery.effects.pulsate.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.scale.min.js (renamed from misc/ui/jquery.effects.scale.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.shake.min.js (renamed from misc/ui/jquery.effects.shake.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.slide.min.js (renamed from misc/ui/jquery.effects.slide.min.js)0
-rw-r--r--core/misc/ui/jquery.effects.transfer.min.js (renamed from misc/ui/jquery.effects.transfer.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.accordion.css (renamed from misc/ui/jquery.ui.accordion.css)0
-rw-r--r--core/misc/ui/jquery.ui.accordion.min.js (renamed from misc/ui/jquery.ui.accordion.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.autocomplete.css (renamed from misc/ui/jquery.ui.autocomplete.css)0
-rw-r--r--core/misc/ui/jquery.ui.autocomplete.min.js (renamed from misc/ui/jquery.ui.autocomplete.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.button.css (renamed from misc/ui/jquery.ui.button.css)0
-rw-r--r--core/misc/ui/jquery.ui.button.min.js (renamed from misc/ui/jquery.ui.button.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.core.css (renamed from misc/ui/jquery.ui.core.css)0
-rw-r--r--core/misc/ui/jquery.ui.core.min.js (renamed from misc/ui/jquery.ui.core.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.datepicker.css (renamed from misc/ui/jquery.ui.datepicker.css)0
-rw-r--r--core/misc/ui/jquery.ui.datepicker.min.js (renamed from misc/ui/jquery.ui.datepicker.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.dialog.css (renamed from misc/ui/jquery.ui.dialog.css)0
-rw-r--r--core/misc/ui/jquery.ui.dialog.min.js (renamed from misc/ui/jquery.ui.dialog.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.draggable.min.js (renamed from misc/ui/jquery.ui.draggable.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.droppable.min.js (renamed from misc/ui/jquery.ui.droppable.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.mouse.min.js (renamed from misc/ui/jquery.ui.mouse.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.position.min.js (renamed from misc/ui/jquery.ui.position.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.progressbar.css (renamed from misc/ui/jquery.ui.progressbar.css)0
-rw-r--r--core/misc/ui/jquery.ui.progressbar.min.js (renamed from misc/ui/jquery.ui.progressbar.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.resizable.css (renamed from misc/ui/jquery.ui.resizable.css)0
-rw-r--r--core/misc/ui/jquery.ui.resizable.min.js (renamed from misc/ui/jquery.ui.resizable.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.selectable.css (renamed from misc/ui/jquery.ui.selectable.css)0
-rw-r--r--core/misc/ui/jquery.ui.selectable.min.js (renamed from misc/ui/jquery.ui.selectable.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.slider.css (renamed from misc/ui/jquery.ui.slider.css)0
-rw-r--r--core/misc/ui/jquery.ui.slider.min.js (renamed from misc/ui/jquery.ui.slider.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.sortable.min.js (renamed from misc/ui/jquery.ui.sortable.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.tabs.css (renamed from misc/ui/jquery.ui.tabs.css)0
-rw-r--r--core/misc/ui/jquery.ui.tabs.min.js (renamed from misc/ui/jquery.ui.tabs.min.js)0
-rw-r--r--core/misc/ui/jquery.ui.theme.css (renamed from misc/ui/jquery.ui.theme.css)0
-rw-r--r--core/misc/ui/jquery.ui.widget.min.js (renamed from misc/ui/jquery.ui.widget.min.js)0
-rw-r--r--core/misc/vertical-tabs-rtl.css (renamed from misc/vertical-tabs-rtl.css)0
-rw-r--r--core/misc/vertical-tabs.css (renamed from misc/vertical-tabs.css)0
-rw-r--r--core/misc/vertical-tabs.js (renamed from misc/vertical-tabs.js)0
-rw-r--r--core/misc/watchdog-error.png (renamed from misc/watchdog-error.png)bin780 -> 780 bytes
-rw-r--r--core/misc/watchdog-ok.png (renamed from misc/watchdog-ok.png)bin375 -> 375 bytes
-rw-r--r--core/misc/watchdog-warning.png (renamed from misc/watchdog-warning.png)bin318 -> 318 bytes
-rw-r--r--core/modules/README.txt (renamed from modules/README.txt)0
-rw-r--r--core/modules/aggregator/aggregator-feed-source.tpl.php (renamed from modules/aggregator/aggregator-feed-source.tpl.php)0
-rw-r--r--core/modules/aggregator/aggregator-item.tpl.php (renamed from modules/aggregator/aggregator-item.tpl.php)0
-rw-r--r--core/modules/aggregator/aggregator-summary-item.tpl.php (renamed from modules/aggregator/aggregator-summary-item.tpl.php)0
-rw-r--r--core/modules/aggregator/aggregator-summary-items.tpl.php (renamed from modules/aggregator/aggregator-summary-items.tpl.php)0
-rw-r--r--core/modules/aggregator/aggregator-wrapper.tpl.php (renamed from modules/aggregator/aggregator-wrapper.tpl.php)0
-rw-r--r--core/modules/aggregator/aggregator.admin.inc (renamed from modules/aggregator/aggregator.admin.inc)0
-rw-r--r--core/modules/aggregator/aggregator.api.php (renamed from modules/aggregator/aggregator.api.php)0
-rw-r--r--core/modules/aggregator/aggregator.fetcher.inc (renamed from modules/aggregator/aggregator.fetcher.inc)0
-rw-r--r--core/modules/aggregator/aggregator.info (renamed from modules/aggregator/aggregator.info)0
-rw-r--r--core/modules/aggregator/aggregator.install (renamed from modules/aggregator/aggregator.install)0
-rw-r--r--core/modules/aggregator/aggregator.module (renamed from modules/aggregator/aggregator.module)0
-rw-r--r--core/modules/aggregator/aggregator.pages.inc (renamed from modules/aggregator/aggregator.pages.inc)0
-rw-r--r--core/modules/aggregator/aggregator.parser.inc (renamed from modules/aggregator/aggregator.parser.inc)0
-rw-r--r--core/modules/aggregator/aggregator.processor.inc (renamed from modules/aggregator/aggregator.processor.inc)0
-rw-r--r--core/modules/aggregator/aggregator.test (renamed from modules/aggregator/aggregator.test)0
-rw-r--r--core/modules/aggregator/aggregator.theme-rtl.css (renamed from modules/aggregator/aggregator.theme-rtl.css)0
-rw-r--r--core/modules/aggregator/aggregator.theme.css (renamed from modules/aggregator/aggregator.theme.css)0
-rw-r--r--core/modules/aggregator/tests/aggregator_test.info (renamed from modules/aggregator/tests/aggregator_test.info)0
-rw-r--r--core/modules/aggregator/tests/aggregator_test.module (renamed from modules/aggregator/tests/aggregator_test.module)0
-rw-r--r--core/modules/aggregator/tests/aggregator_test_atom.xml (renamed from modules/aggregator/tests/aggregator_test_atom.xml)0
-rw-r--r--core/modules/aggregator/tests/aggregator_test_rss091.xml (renamed from modules/aggregator/tests/aggregator_test_rss091.xml)0
-rw-r--r--core/modules/block/block-admin-display-form.tpl.php (renamed from modules/block/block-admin-display-form.tpl.php)0
-rw-r--r--core/modules/block/block.admin.css (renamed from modules/block/block.admin.css)0
-rw-r--r--core/modules/block/block.admin.inc (renamed from modules/block/block.admin.inc)0
-rw-r--r--core/modules/block/block.api.php (renamed from modules/block/block.api.php)0
-rw-r--r--core/modules/block/block.info (renamed from modules/block/block.info)0
-rw-r--r--core/modules/block/block.install (renamed from modules/block/block.install)0
-rw-r--r--core/modules/block/block.js (renamed from modules/block/block.js)0
-rw-r--r--core/modules/block/block.module (renamed from modules/block/block.module)0
-rw-r--r--core/modules/block/block.test (renamed from modules/block/block.test)0
-rw-r--r--core/modules/block/block.tpl.php (renamed from modules/block/block.tpl.php)0
-rw-r--r--core/modules/block/tests/block_test.info (renamed from modules/block/tests/block_test.info)0
-rw-r--r--core/modules/block/tests/block_test.module (renamed from modules/block/tests/block_test.module)0
-rw-r--r--core/modules/book/book-all-books-block.tpl.php (renamed from modules/book/book-all-books-block.tpl.php)0
-rw-r--r--core/modules/book/book-export-html.tpl.php (renamed from modules/book/book-export-html.tpl.php)0
-rw-r--r--core/modules/book/book-navigation.tpl.php (renamed from modules/book/book-navigation.tpl.php)0
-rw-r--r--core/modules/book/book-node-export-html.tpl.php (renamed from modules/book/book-node-export-html.tpl.php)0
-rw-r--r--core/modules/book/book-rtl.css (renamed from modules/book/book-rtl.css)0
-rw-r--r--core/modules/book/book.admin.inc (renamed from modules/book/book.admin.inc)0
-rw-r--r--core/modules/book/book.css (renamed from modules/book/book.css)0
-rw-r--r--core/modules/book/book.info (renamed from modules/book/book.info)0
-rw-r--r--core/modules/book/book.install (renamed from modules/book/book.install)0
-rw-r--r--core/modules/book/book.js (renamed from modules/book/book.js)0
-rw-r--r--core/modules/book/book.module (renamed from modules/book/book.module)0
-rw-r--r--core/modules/book/book.pages.inc (renamed from modules/book/book.pages.inc)0
-rw-r--r--core/modules/book/book.test (renamed from modules/book/book.test)0
-rw-r--r--core/modules/color/color.admin-rtl.css (renamed from modules/color/color.admin-rtl.css)0
-rw-r--r--core/modules/color/color.admin.css (renamed from modules/color/color.admin.css)0
-rw-r--r--core/modules/color/color.info (renamed from modules/color/color.info)0
-rw-r--r--core/modules/color/color.install (renamed from modules/color/color.install)0
-rw-r--r--core/modules/color/color.js (renamed from modules/color/color.js)0
-rw-r--r--core/modules/color/color.module (renamed from modules/color/color.module)0
-rw-r--r--core/modules/color/color.test (renamed from modules/color/color.test)0
-rw-r--r--core/modules/color/images/hook-rtl.png (renamed from modules/color/images/hook-rtl.png)bin116 -> 116 bytes
-rw-r--r--core/modules/color/images/hook.png (renamed from modules/color/images/hook.png)bin116 -> 116 bytes
-rw-r--r--core/modules/color/images/lock.png (renamed from modules/color/images/lock.png)bin230 -> 230 bytes
-rw-r--r--core/modules/color/preview.html (renamed from modules/color/preview.html)0
-rw-r--r--core/modules/color/preview.js (renamed from modules/color/preview.js)0
-rw-r--r--core/modules/comment/comment-node-form.js (renamed from modules/comment/comment-node-form.js)0
-rw-r--r--core/modules/comment/comment-rtl.css (renamed from modules/comment/comment-rtl.css)0
-rw-r--r--core/modules/comment/comment-wrapper.tpl.php (renamed from modules/comment/comment-wrapper.tpl.php)0
-rw-r--r--core/modules/comment/comment.admin.inc (renamed from modules/comment/comment.admin.inc)0
-rw-r--r--core/modules/comment/comment.api.php (renamed from modules/comment/comment.api.php)0
-rw-r--r--core/modules/comment/comment.css (renamed from modules/comment/comment.css)0
-rw-r--r--core/modules/comment/comment.info (renamed from modules/comment/comment.info)0
-rw-r--r--core/modules/comment/comment.install (renamed from modules/comment/comment.install)0
-rw-r--r--core/modules/comment/comment.module (renamed from modules/comment/comment.module)0
-rw-r--r--core/modules/comment/comment.pages.inc (renamed from modules/comment/comment.pages.inc)0
-rw-r--r--core/modules/comment/comment.test (renamed from modules/comment/comment.test)0
-rw-r--r--core/modules/comment/comment.tokens.inc (renamed from modules/comment/comment.tokens.inc)0
-rw-r--r--core/modules/comment/comment.tpl.php (renamed from modules/comment/comment.tpl.php)0
-rw-r--r--core/modules/contact/contact.admin.inc (renamed from modules/contact/contact.admin.inc)0
-rw-r--r--core/modules/contact/contact.info (renamed from modules/contact/contact.info)0
-rw-r--r--core/modules/contact/contact.install (renamed from modules/contact/contact.install)0
-rw-r--r--core/modules/contact/contact.module (renamed from modules/contact/contact.module)0
-rw-r--r--core/modules/contact/contact.pages.inc (renamed from modules/contact/contact.pages.inc)0
-rw-r--r--core/modules/contact/contact.test (renamed from modules/contact/contact.test)0
-rw-r--r--core/modules/contextual/contextual-rtl.css (renamed from modules/contextual/contextual-rtl.css)0
-rw-r--r--core/modules/contextual/contextual.api.php (renamed from modules/contextual/contextual.api.php)0
-rw-r--r--core/modules/contextual/contextual.css (renamed from modules/contextual/contextual.css)0
-rw-r--r--core/modules/contextual/contextual.info (renamed from modules/contextual/contextual.info)0
-rw-r--r--core/modules/contextual/contextual.js (renamed from modules/contextual/contextual.js)0
-rw-r--r--core/modules/contextual/contextual.module (renamed from modules/contextual/contextual.module)0
-rw-r--r--core/modules/contextual/images/gear-select.png (renamed from modules/contextual/images/gear-select.png)bin506 -> 506 bytes
-rw-r--r--core/modules/dashboard/dashboard-rtl.css (renamed from modules/dashboard/dashboard-rtl.css)0
-rw-r--r--core/modules/dashboard/dashboard.api.php (renamed from modules/dashboard/dashboard.api.php)0
-rw-r--r--core/modules/dashboard/dashboard.css (renamed from modules/dashboard/dashboard.css)0
-rw-r--r--core/modules/dashboard/dashboard.info (renamed from modules/dashboard/dashboard.info)0
-rw-r--r--core/modules/dashboard/dashboard.install (renamed from modules/dashboard/dashboard.install)0
-rw-r--r--core/modules/dashboard/dashboard.js (renamed from modules/dashboard/dashboard.js)0
-rw-r--r--core/modules/dashboard/dashboard.module (renamed from modules/dashboard/dashboard.module)0
-rw-r--r--core/modules/dashboard/dashboard.test (renamed from modules/dashboard/dashboard.test)0
-rw-r--r--core/modules/dblog/dblog-rtl.css (renamed from modules/dblog/dblog-rtl.css)0
-rw-r--r--core/modules/dblog/dblog.admin.inc (renamed from modules/dblog/dblog.admin.inc)0
-rw-r--r--core/modules/dblog/dblog.css (renamed from modules/dblog/dblog.css)0
-rw-r--r--core/modules/dblog/dblog.info (renamed from modules/dblog/dblog.info)0
-rw-r--r--core/modules/dblog/dblog.install (renamed from modules/dblog/dblog.install)0
-rw-r--r--core/modules/dblog/dblog.module (renamed from modules/dblog/dblog.module)0
-rw-r--r--core/modules/dblog/dblog.test (renamed from modules/dblog/dblog.test)0
-rw-r--r--core/modules/entity/entity.api.php (renamed from modules/entity/entity.api.php)0
-rw-r--r--core/modules/entity/entity.controller.inc (renamed from modules/entity/entity.controller.inc)0
-rw-r--r--core/modules/entity/entity.info (renamed from modules/entity/entity.info)0
-rw-r--r--core/modules/entity/entity.module (renamed from modules/entity/entity.module)0
-rw-r--r--core/modules/entity/entity.query.inc (renamed from modules/entity/entity.query.inc)0
-rw-r--r--core/modules/entity/tests/entity_cache_test.info (renamed from modules/entity/tests/entity_cache_test.info)0
-rw-r--r--core/modules/entity/tests/entity_cache_test.module (renamed from modules/entity/tests/entity_cache_test.module)0
-rw-r--r--core/modules/entity/tests/entity_cache_test_dependency.info (renamed from modules/entity/tests/entity_cache_test_dependency.info)0
-rw-r--r--core/modules/entity/tests/entity_cache_test_dependency.module (renamed from modules/entity/tests/entity_cache_test_dependency.module)0
-rw-r--r--core/modules/entity/tests/entity_crud_hook_test.info (renamed from modules/entity/tests/entity_crud_hook_test.info)0
-rw-r--r--core/modules/entity/tests/entity_crud_hook_test.module (renamed from modules/entity/tests/entity_crud_hook_test.module)0
-rw-r--r--core/modules/entity/tests/entity_crud_hook_test.test (renamed from modules/entity/tests/entity_crud_hook_test.test)0
-rw-r--r--core/modules/entity/tests/entity_query.test (renamed from modules/entity/tests/entity_query.test)0
-rw-r--r--core/modules/field/field.api.php (renamed from modules/field/field.api.php)0
-rw-r--r--core/modules/field/field.attach.inc (renamed from modules/field/field.attach.inc)0
-rw-r--r--core/modules/field/field.crud.inc (renamed from modules/field/field.crud.inc)0
-rw-r--r--core/modules/field/field.default.inc (renamed from modules/field/field.default.inc)0
-rw-r--r--core/modules/field/field.form.inc (renamed from modules/field/field.form.inc)0
-rw-r--r--core/modules/field/field.info (renamed from modules/field/field.info)0
-rw-r--r--core/modules/field/field.info.inc (renamed from modules/field/field.info.inc)0
-rw-r--r--core/modules/field/field.install (renamed from modules/field/field.install)0
-rw-r--r--core/modules/field/field.module (renamed from modules/field/field.module)0
-rw-r--r--core/modules/field/field.multilingual.inc (renamed from modules/field/field.multilingual.inc)0
-rw-r--r--core/modules/field/modules/field_sql_storage/field_sql_storage.info (renamed from modules/field/modules/field_sql_storage/field_sql_storage.info)0
-rw-r--r--core/modules/field/modules/field_sql_storage/field_sql_storage.install (renamed from modules/field/modules/field_sql_storage/field_sql_storage.install)0
-rw-r--r--core/modules/field/modules/field_sql_storage/field_sql_storage.module (renamed from modules/field/modules/field_sql_storage/field_sql_storage.module)0
-rw-r--r--core/modules/field/modules/field_sql_storage/field_sql_storage.test (renamed from modules/field/modules/field_sql_storage/field_sql_storage.test)0
-rw-r--r--core/modules/field/modules/list/list.info (renamed from modules/field/modules/list/list.info)0
-rw-r--r--core/modules/field/modules/list/list.install (renamed from modules/field/modules/list/list.install)0
-rw-r--r--core/modules/field/modules/list/list.module (renamed from modules/field/modules/list/list.module)0
-rw-r--r--core/modules/field/modules/list/tests/list.test (renamed from modules/field/modules/list/tests/list.test)0
-rw-r--r--core/modules/field/modules/list/tests/list_test.info (renamed from modules/field/modules/list/tests/list_test.info)0
-rw-r--r--core/modules/field/modules/list/tests/list_test.module (renamed from modules/field/modules/list/tests/list_test.module)0
-rw-r--r--core/modules/field/modules/number/number.info (renamed from modules/field/modules/number/number.info)0
-rw-r--r--core/modules/field/modules/number/number.install (renamed from modules/field/modules/number/number.install)0
-rw-r--r--core/modules/field/modules/number/number.module (renamed from modules/field/modules/number/number.module)0
-rw-r--r--core/modules/field/modules/number/number.test (renamed from modules/field/modules/number/number.test)0
-rw-r--r--core/modules/field/modules/options/options.api.php (renamed from modules/field/modules/options/options.api.php)0
-rw-r--r--core/modules/field/modules/options/options.info (renamed from modules/field/modules/options/options.info)0
-rw-r--r--core/modules/field/modules/options/options.module (renamed from modules/field/modules/options/options.module)0
-rw-r--r--core/modules/field/modules/options/options.test (renamed from modules/field/modules/options/options.test)0
-rw-r--r--core/modules/field/modules/text/text.info (renamed from modules/field/modules/text/text.info)0
-rw-r--r--core/modules/field/modules/text/text.install (renamed from modules/field/modules/text/text.install)0
-rw-r--r--core/modules/field/modules/text/text.js (renamed from modules/field/modules/text/text.js)0
-rw-r--r--core/modules/field/modules/text/text.module (renamed from modules/field/modules/text/text.module)0
-rw-r--r--core/modules/field/modules/text/text.test (renamed from modules/field/modules/text/text.test)0
-rw-r--r--core/modules/field/tests/field.test (renamed from modules/field/tests/field.test)0
-rw-r--r--core/modules/field/tests/field_test.entity.inc (renamed from modules/field/tests/field_test.entity.inc)0
-rw-r--r--core/modules/field/tests/field_test.field.inc (renamed from modules/field/tests/field_test.field.inc)0
-rw-r--r--core/modules/field/tests/field_test.info (renamed from modules/field/tests/field_test.info)0
-rw-r--r--core/modules/field/tests/field_test.install (renamed from modules/field/tests/field_test.install)0
-rw-r--r--core/modules/field/tests/field_test.module (renamed from modules/field/tests/field_test.module)0
-rw-r--r--core/modules/field/tests/field_test.storage.inc (renamed from modules/field/tests/field_test.storage.inc)0
-rw-r--r--core/modules/field/theme/field-rtl.css (renamed from modules/field/theme/field-rtl.css)0
-rw-r--r--core/modules/field/theme/field.css (renamed from modules/field/theme/field.css)0
-rw-r--r--core/modules/field/theme/field.tpl.php (renamed from modules/field/theme/field.tpl.php)0
-rw-r--r--core/modules/field_ui/field_ui-rtl.css (renamed from modules/field_ui/field_ui-rtl.css)0
-rw-r--r--core/modules/field_ui/field_ui.admin.inc (renamed from modules/field_ui/field_ui.admin.inc)0
-rw-r--r--core/modules/field_ui/field_ui.api.php (renamed from modules/field_ui/field_ui.api.php)0
-rw-r--r--core/modules/field_ui/field_ui.css (renamed from modules/field_ui/field_ui.css)0
-rw-r--r--core/modules/field_ui/field_ui.info (renamed from modules/field_ui/field_ui.info)0
-rw-r--r--core/modules/field_ui/field_ui.js (renamed from modules/field_ui/field_ui.js)0
-rw-r--r--core/modules/field_ui/field_ui.module (renamed from modules/field_ui/field_ui.module)0
-rw-r--r--core/modules/field_ui/field_ui.test (renamed from modules/field_ui/field_ui.test)0
-rw-r--r--core/modules/file/file.api.php (renamed from modules/file/file.api.php)0
-rw-r--r--core/modules/file/file.css (renamed from modules/file/file.css)0
-rw-r--r--core/modules/file/file.field.inc (renamed from modules/file/file.field.inc)0
-rw-r--r--core/modules/file/file.info (renamed from modules/file/file.info)0
-rw-r--r--core/modules/file/file.install (renamed from modules/file/file.install)0
-rw-r--r--core/modules/file/file.js (renamed from modules/file/file.js)0
-rw-r--r--core/modules/file/file.module (renamed from modules/file/file.module)0
-rw-r--r--core/modules/file/icons/application-octet-stream.png (renamed from modules/file/icons/application-octet-stream.png)bin189 -> 189 bytes
-rw-r--r--core/modules/file/icons/application-pdf.png (renamed from modules/file/icons/application-pdf.png)bin346 -> 346 bytes
-rw-r--r--core/modules/file/icons/application-x-executable.png (renamed from modules/file/icons/application-x-executable.png)bin189 -> 189 bytes
-rw-r--r--core/modules/file/icons/audio-x-generic.png (renamed from modules/file/icons/audio-x-generic.png)bin314 -> 314 bytes
-rw-r--r--core/modules/file/icons/image-x-generic.png (renamed from modules/file/icons/image-x-generic.png)bin385 -> 385 bytes
-rw-r--r--core/modules/file/icons/package-x-generic.png (renamed from modules/file/icons/package-x-generic.png)bin260 -> 260 bytes
-rw-r--r--core/modules/file/icons/text-html.png (renamed from modules/file/icons/text-html.png)bin265 -> 265 bytes
-rw-r--r--core/modules/file/icons/text-plain.png (renamed from modules/file/icons/text-plain.png)bin220 -> 220 bytes
-rw-r--r--core/modules/file/icons/text-x-generic.png (renamed from modules/file/icons/text-x-generic.png)bin220 -> 220 bytes
-rw-r--r--core/modules/file/icons/text-x-script.png (renamed from modules/file/icons/text-x-script.png)bin276 -> 276 bytes
-rw-r--r--core/modules/file/icons/video-x-generic.png (renamed from modules/file/icons/video-x-generic.png)bin214 -> 214 bytes
-rw-r--r--core/modules/file/icons/x-office-document.png (renamed from modules/file/icons/x-office-document.png)bin196 -> 196 bytes
-rw-r--r--core/modules/file/icons/x-office-presentation.png (renamed from modules/file/icons/x-office-presentation.png)bin181 -> 181 bytes
-rw-r--r--core/modules/file/icons/x-office-spreadsheet.png (renamed from modules/file/icons/x-office-spreadsheet.png)bin183 -> 183 bytes
-rw-r--r--core/modules/file/tests/file.test (renamed from modules/file/tests/file.test)0
-rw-r--r--core/modules/file/tests/file_module_test.info (renamed from modules/file/tests/file_module_test.info)0
-rw-r--r--core/modules/file/tests/file_module_test.module (renamed from modules/file/tests/file_module_test.module)0
-rw-r--r--core/modules/filter/filter.admin.inc (renamed from modules/filter/filter.admin.inc)0
-rw-r--r--core/modules/filter/filter.admin.js (renamed from modules/filter/filter.admin.js)0
-rw-r--r--core/modules/filter/filter.api.php (renamed from modules/filter/filter.api.php)0
-rw-r--r--core/modules/filter/filter.css (renamed from modules/filter/filter.css)0
-rw-r--r--core/modules/filter/filter.info (renamed from modules/filter/filter.info)0
-rw-r--r--core/modules/filter/filter.install (renamed from modules/filter/filter.install)0
-rw-r--r--core/modules/filter/filter.js (renamed from modules/filter/filter.js)0
-rw-r--r--core/modules/filter/filter.module (renamed from modules/filter/filter.module)0
-rw-r--r--core/modules/filter/filter.pages.inc (renamed from modules/filter/filter.pages.inc)0
-rw-r--r--core/modules/filter/filter.test (renamed from modules/filter/filter.test)0
-rw-r--r--core/modules/filter/tests/filter.url-input.txt (renamed from modules/filter/tests/filter.url-input.txt)0
-rw-r--r--core/modules/filter/tests/filter.url-output.txt (renamed from modules/filter/tests/filter.url-output.txt)0
-rw-r--r--core/modules/forum/forum-icon.tpl.php (renamed from modules/forum/forum-icon.tpl.php)0
-rw-r--r--core/modules/forum/forum-list.tpl.php (renamed from modules/forum/forum-list.tpl.php)0
-rw-r--r--core/modules/forum/forum-rtl.css (renamed from modules/forum/forum-rtl.css)0
-rw-r--r--core/modules/forum/forum-submitted.tpl.php (renamed from modules/forum/forum-submitted.tpl.php)0
-rw-r--r--core/modules/forum/forum-topic-list.tpl.php (renamed from modules/forum/forum-topic-list.tpl.php)0
-rw-r--r--core/modules/forum/forum.admin.inc (renamed from modules/forum/forum.admin.inc)0
-rw-r--r--core/modules/forum/forum.css (renamed from modules/forum/forum.css)0
-rw-r--r--core/modules/forum/forum.info (renamed from modules/forum/forum.info)0
-rw-r--r--core/modules/forum/forum.install (renamed from modules/forum/forum.install)0
-rw-r--r--core/modules/forum/forum.module (renamed from modules/forum/forum.module)0
-rw-r--r--core/modules/forum/forum.pages.inc (renamed from modules/forum/forum.pages.inc)0
-rw-r--r--core/modules/forum/forum.test (renamed from modules/forum/forum.test)0
-rw-r--r--core/modules/forum/forums.tpl.php (renamed from modules/forum/forums.tpl.php)0
-rw-r--r--core/modules/help/help-rtl.css (renamed from modules/help/help-rtl.css)0
-rw-r--r--core/modules/help/help.admin.inc (renamed from modules/help/help.admin.inc)0
-rw-r--r--core/modules/help/help.api.php (renamed from modules/help/help.api.php)0
-rw-r--r--core/modules/help/help.css (renamed from modules/help/help.css)0
-rw-r--r--core/modules/help/help.info (renamed from modules/help/help.info)0
-rw-r--r--core/modules/help/help.module (renamed from modules/help/help.module)0
-rw-r--r--core/modules/help/help.test (renamed from modules/help/help.test)0
-rw-r--r--core/modules/image/image-rtl.css (renamed from modules/image/image-rtl.css)0
-rw-r--r--core/modules/image/image.admin.css (renamed from modules/image/image.admin.css)0
-rw-r--r--core/modules/image/image.admin.inc (renamed from modules/image/image.admin.inc)0
-rw-r--r--core/modules/image/image.api.php (renamed from modules/image/image.api.php)0
-rw-r--r--core/modules/image/image.css (renamed from modules/image/image.css)0
-rw-r--r--core/modules/image/image.effects.inc (renamed from modules/image/image.effects.inc)0
-rw-r--r--core/modules/image/image.field.inc (renamed from modules/image/image.field.inc)0
-rw-r--r--core/modules/image/image.info (renamed from modules/image/image.info)0
-rw-r--r--core/modules/image/image.install (renamed from modules/image/image.install)0
-rw-r--r--core/modules/image/image.module (renamed from modules/image/image.module)0
-rw-r--r--core/modules/image/image.test (renamed from modules/image/image.test)0
-rw-r--r--core/modules/image/sample.png (renamed from modules/image/sample.png)bin168110 -> 168110 bytes
-rw-r--r--core/modules/image/tests/image_module_test.info (renamed from modules/image/tests/image_module_test.info)0
-rw-r--r--core/modules/image/tests/image_module_test.module (renamed from modules/image/tests/image_module_test.module)0
-rw-r--r--core/modules/locale/locale-rtl.css (renamed from modules/locale/locale-rtl.css)0
-rw-r--r--core/modules/locale/locale.admin.inc (renamed from modules/locale/locale.admin.inc)0
-rw-r--r--core/modules/locale/locale.api.php (renamed from modules/locale/locale.api.php)0
-rw-r--r--core/modules/locale/locale.bulk.inc (renamed from modules/locale/locale.bulk.inc)0
-rw-r--r--core/modules/locale/locale.css (renamed from modules/locale/locale.css)0
-rw-r--r--core/modules/locale/locale.datepicker.js (renamed from modules/locale/locale.datepicker.js)0
-rw-r--r--core/modules/locale/locale.info (renamed from modules/locale/locale.info)0
-rw-r--r--core/modules/locale/locale.install (renamed from modules/locale/locale.install)0
-rw-r--r--core/modules/locale/locale.module (renamed from modules/locale/locale.module)0
-rw-r--r--core/modules/locale/locale.pages.inc (renamed from modules/locale/locale.pages.inc)0
-rw-r--r--core/modules/locale/locale.test (renamed from modules/locale/locale.test)0
-rw-r--r--core/modules/locale/tests/locale_test.info (renamed from modules/locale/tests/locale_test.info)0
-rw-r--r--core/modules/locale/tests/locale_test.js (renamed from modules/locale/tests/locale_test.js)0
-rw-r--r--core/modules/locale/tests/locale_test.module (renamed from modules/locale/tests/locale_test.module)0
-rw-r--r--core/modules/locale/tests/test.xx.po (renamed from modules/locale/tests/test.xx.po)0
-rw-r--r--core/modules/menu/menu.admin.inc (renamed from modules/menu/menu.admin.inc)0
-rw-r--r--core/modules/menu/menu.admin.js (renamed from modules/menu/menu.admin.js)0
-rw-r--r--core/modules/menu/menu.api.php (renamed from modules/menu/menu.api.php)0
-rw-r--r--core/modules/menu/menu.css (renamed from modules/menu/menu.css)0
-rw-r--r--core/modules/menu/menu.info (renamed from modules/menu/menu.info)0
-rw-r--r--core/modules/menu/menu.install (renamed from modules/menu/menu.install)0
-rw-r--r--core/modules/menu/menu.js (renamed from modules/menu/menu.js)0
-rw-r--r--core/modules/menu/menu.module (renamed from modules/menu/menu.module)0
-rw-r--r--core/modules/menu/menu.test (renamed from modules/menu/menu.test)0
-rw-r--r--core/modules/node/content_types.inc (renamed from modules/node/content_types.inc)0
-rw-r--r--core/modules/node/content_types.js (renamed from modules/node/content_types.js)0
-rw-r--r--core/modules/node/node.admin.inc (renamed from modules/node/node.admin.inc)0
-rw-r--r--core/modules/node/node.api.php (renamed from modules/node/node.api.php)0
-rw-r--r--core/modules/node/node.css (renamed from modules/node/node.css)0
-rw-r--r--core/modules/node/node.info (renamed from modules/node/node.info)0
-rw-r--r--core/modules/node/node.install (renamed from modules/node/node.install)0
-rw-r--r--core/modules/node/node.js (renamed from modules/node/node.js)0
-rw-r--r--core/modules/node/node.module (renamed from modules/node/node.module)0
-rw-r--r--core/modules/node/node.pages.inc (renamed from modules/node/node.pages.inc)0
-rw-r--r--core/modules/node/node.test (renamed from modules/node/node.test)0
-rw-r--r--core/modules/node/node.tokens.inc (renamed from modules/node/node.tokens.inc)0
-rw-r--r--core/modules/node/node.tpl.php (renamed from modules/node/node.tpl.php)0
-rw-r--r--core/modules/node/tests/node_access_test.info (renamed from modules/node/tests/node_access_test.info)0
-rw-r--r--core/modules/node/tests/node_access_test.install (renamed from modules/node/tests/node_access_test.install)0
-rw-r--r--core/modules/node/tests/node_access_test.module (renamed from modules/node/tests/node_access_test.module)0
-rw-r--r--core/modules/node/tests/node_test.info (renamed from modules/node/tests/node_test.info)0
-rw-r--r--core/modules/node/tests/node_test.module (renamed from modules/node/tests/node_test.module)0
-rw-r--r--core/modules/node/tests/node_test_exception.info (renamed from modules/node/tests/node_test_exception.info)0
-rw-r--r--core/modules/node/tests/node_test_exception.module (renamed from modules/node/tests/node_test_exception.module)0
-rw-r--r--core/modules/openid/login-bg.png (renamed from modules/openid/login-bg.png)bin205 -> 205 bytes
-rw-r--r--core/modules/openid/openid-rtl.css (renamed from modules/openid/openid-rtl.css)0
-rw-r--r--core/modules/openid/openid.api.php (renamed from modules/openid/openid.api.php)0
-rw-r--r--core/modules/openid/openid.css (renamed from modules/openid/openid.css)0
-rw-r--r--core/modules/openid/openid.inc (renamed from modules/openid/openid.inc)0
-rw-r--r--core/modules/openid/openid.info (renamed from modules/openid/openid.info)0
-rw-r--r--core/modules/openid/openid.install (renamed from modules/openid/openid.install)0
-rw-r--r--core/modules/openid/openid.js (renamed from modules/openid/openid.js)0
-rw-r--r--core/modules/openid/openid.module (renamed from modules/openid/openid.module)0
-rw-r--r--core/modules/openid/openid.pages.inc (renamed from modules/openid/openid.pages.inc)0
-rw-r--r--core/modules/openid/openid.test (renamed from modules/openid/openid.test)0
-rw-r--r--core/modules/openid/tests/openid_test.info (renamed from modules/openid/tests/openid_test.info)0
-rw-r--r--core/modules/openid/tests/openid_test.install (renamed from modules/openid/tests/openid_test.install)0
-rw-r--r--core/modules/openid/tests/openid_test.module (renamed from modules/openid/tests/openid_test.module)0
-rw-r--r--core/modules/overlay/images/background.png (renamed from modules/overlay/images/background.png)bin76 -> 76 bytes
-rw-r--r--core/modules/overlay/images/close-rtl.png (renamed from modules/overlay/images/close-rtl.png)bin368 -> 368 bytes
-rw-r--r--core/modules/overlay/images/close.png (renamed from modules/overlay/images/close.png)bin344 -> 344 bytes
-rw-r--r--core/modules/overlay/overlay-child-rtl.css (renamed from modules/overlay/overlay-child-rtl.css)0
-rw-r--r--core/modules/overlay/overlay-child.css (renamed from modules/overlay/overlay-child.css)0
-rw-r--r--core/modules/overlay/overlay-child.js (renamed from modules/overlay/overlay-child.js)0
-rw-r--r--core/modules/overlay/overlay-parent.css (renamed from modules/overlay/overlay-parent.css)0
-rw-r--r--core/modules/overlay/overlay-parent.js (renamed from modules/overlay/overlay-parent.js)0
-rw-r--r--core/modules/overlay/overlay.api.php (renamed from modules/overlay/overlay.api.php)0
-rw-r--r--core/modules/overlay/overlay.info (renamed from modules/overlay/overlay.info)0
-rw-r--r--core/modules/overlay/overlay.install (renamed from modules/overlay/overlay.install)0
-rw-r--r--core/modules/overlay/overlay.module (renamed from modules/overlay/overlay.module)0
-rw-r--r--core/modules/overlay/overlay.tpl.php (renamed from modules/overlay/overlay.tpl.php)0
-rw-r--r--core/modules/path/path.admin.inc (renamed from modules/path/path.admin.inc)0
-rw-r--r--core/modules/path/path.api.php (renamed from modules/path/path.api.php)0
-rw-r--r--core/modules/path/path.info (renamed from modules/path/path.info)0
-rw-r--r--core/modules/path/path.js (renamed from modules/path/path.js)0
-rw-r--r--core/modules/path/path.module (renamed from modules/path/path.module)0
-rw-r--r--core/modules/path/path.test (renamed from modules/path/path.test)0
-rw-r--r--core/modules/php/php.info (renamed from modules/php/php.info)0
-rw-r--r--core/modules/php/php.install (renamed from modules/php/php.install)0
-rw-r--r--core/modules/php/php.module (renamed from modules/php/php.module)0
-rw-r--r--core/modules/php/php.test (renamed from modules/php/php.test)0
-rw-r--r--core/modules/poll/poll-bar--block.tpl.php (renamed from modules/poll/poll-bar--block.tpl.php)0
-rw-r--r--core/modules/poll/poll-bar.tpl.php (renamed from modules/poll/poll-bar.tpl.php)0
-rw-r--r--core/modules/poll/poll-results--block.tpl.php (renamed from modules/poll/poll-results--block.tpl.php)0
-rw-r--r--core/modules/poll/poll-results.tpl.php (renamed from modules/poll/poll-results.tpl.php)0
-rw-r--r--core/modules/poll/poll-rtl.css (renamed from modules/poll/poll-rtl.css)0
-rw-r--r--core/modules/poll/poll-vote.tpl.php (renamed from modules/poll/poll-vote.tpl.php)0
-rw-r--r--core/modules/poll/poll.css (renamed from modules/poll/poll.css)0
-rw-r--r--core/modules/poll/poll.info (renamed from modules/poll/poll.info)0
-rw-r--r--core/modules/poll/poll.install (renamed from modules/poll/poll.install)0
-rw-r--r--core/modules/poll/poll.module (renamed from modules/poll/poll.module)0
-rw-r--r--core/modules/poll/poll.pages.inc (renamed from modules/poll/poll.pages.inc)0
-rw-r--r--core/modules/poll/poll.test (renamed from modules/poll/poll.test)0
-rw-r--r--core/modules/poll/poll.tokens.inc (renamed from modules/poll/poll.tokens.inc)0
-rw-r--r--core/modules/rdf/rdf.api.php (renamed from modules/rdf/rdf.api.php)0
-rw-r--r--core/modules/rdf/rdf.info (renamed from modules/rdf/rdf.info)0
-rw-r--r--core/modules/rdf/rdf.install (renamed from modules/rdf/rdf.install)0
-rw-r--r--core/modules/rdf/rdf.module (renamed from modules/rdf/rdf.module)0
-rw-r--r--core/modules/rdf/rdf.test (renamed from modules/rdf/rdf.test)0
-rw-r--r--core/modules/rdf/tests/rdf_test.info (renamed from modules/rdf/tests/rdf_test.info)0
-rw-r--r--core/modules/rdf/tests/rdf_test.install (renamed from modules/rdf/tests/rdf_test.install)0
-rw-r--r--core/modules/rdf/tests/rdf_test.module (renamed from modules/rdf/tests/rdf_test.module)0
-rw-r--r--core/modules/search/search-result.tpl.php (renamed from modules/search/search-result.tpl.php)0
-rw-r--r--core/modules/search/search-results.tpl.php (renamed from modules/search/search-results.tpl.php)0
-rw-r--r--core/modules/search/search-rtl.css (renamed from modules/search/search-rtl.css)0
-rw-r--r--core/modules/search/search.admin.inc (renamed from modules/search/search.admin.inc)0
-rw-r--r--core/modules/search/search.api.php (renamed from modules/search/search.api.php)0
-rw-r--r--core/modules/search/search.css (renamed from modules/search/search.css)0
-rw-r--r--core/modules/search/search.extender.inc (renamed from modules/search/search.extender.inc)0
-rw-r--r--core/modules/search/search.info (renamed from modules/search/search.info)0
-rw-r--r--core/modules/search/search.install (renamed from modules/search/search.install)0
-rw-r--r--core/modules/search/search.module (renamed from modules/search/search.module)0
-rw-r--r--core/modules/search/search.pages.inc (renamed from modules/search/search.pages.inc)0
-rw-r--r--core/modules/search/search.test (renamed from modules/search/search.test)0
-rw-r--r--core/modules/search/tests/UnicodeTest.txt (renamed from modules/search/tests/UnicodeTest.txt)0
-rw-r--r--core/modules/search/tests/search_embedded_form.info (renamed from modules/search/tests/search_embedded_form.info)0
-rw-r--r--core/modules/search/tests/search_embedded_form.module (renamed from modules/search/tests/search_embedded_form.module)0
-rw-r--r--core/modules/search/tests/search_extra_type.info (renamed from modules/search/tests/search_extra_type.info)0
-rw-r--r--core/modules/search/tests/search_extra_type.module (renamed from modules/search/tests/search_extra_type.module)0
-rw-r--r--core/modules/shortcut/shortcut-rtl.css (renamed from modules/shortcut/shortcut-rtl.css)0
-rw-r--r--core/modules/shortcut/shortcut.admin.css (renamed from modules/shortcut/shortcut.admin.css)0
-rw-r--r--core/modules/shortcut/shortcut.admin.inc (renamed from modules/shortcut/shortcut.admin.inc)0
-rw-r--r--core/modules/shortcut/shortcut.admin.js (renamed from modules/shortcut/shortcut.admin.js)0
-rw-r--r--core/modules/shortcut/shortcut.api.php (renamed from modules/shortcut/shortcut.api.php)0
-rw-r--r--core/modules/shortcut/shortcut.css (renamed from modules/shortcut/shortcut.css)0
-rw-r--r--core/modules/shortcut/shortcut.info (renamed from modules/shortcut/shortcut.info)0
-rw-r--r--core/modules/shortcut/shortcut.install (renamed from modules/shortcut/shortcut.install)0
-rw-r--r--core/modules/shortcut/shortcut.module (renamed from modules/shortcut/shortcut.module)0
-rw-r--r--core/modules/shortcut/shortcut.png (renamed from modules/shortcut/shortcut.png)bin558 -> 558 bytes
-rw-r--r--core/modules/shortcut/shortcut.test (renamed from modules/shortcut/shortcut.test)0
-rw-r--r--core/modules/simpletest/drupal_web_test_case.php (renamed from modules/simpletest/drupal_web_test_case.php)0
-rw-r--r--core/modules/simpletest/files/README.txt (renamed from modules/simpletest/files/README.txt)0
-rw-r--r--core/modules/simpletest/files/css_test_files/comment_hacks.css (renamed from modules/simpletest/files/css_test_files/comment_hacks.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css (renamed from modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css (renamed from modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_with_import.css (renamed from modules/simpletest/files/css_test_files/css_input_with_import.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css (renamed from modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css (renamed from modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_without_import.css (renamed from modules/simpletest/files/css_test_files/css_input_without_import.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css (renamed from modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css (renamed from modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/import1.css (renamed from modules/simpletest/files/css_test_files/import1.css)0
-rw-r--r--core/modules/simpletest/files/css_test_files/import2.css (renamed from modules/simpletest/files/css_test_files/import2.css)0
-rw-r--r--core/modules/simpletest/files/html-1.txt (renamed from modules/simpletest/files/html-1.txt)0
-rw-r--r--core/modules/simpletest/files/html-2.html (renamed from modules/simpletest/files/html-2.html)0
-rw-r--r--core/modules/simpletest/files/image-1.png (renamed from modules/simpletest/files/image-1.png)bin39325 -> 39325 bytes
-rw-r--r--core/modules/simpletest/files/image-2.jpg (renamed from modules/simpletest/files/image-2.jpg)bin1831 -> 1831 bytes
-rw-r--r--core/modules/simpletest/files/image-test.gif (renamed from modules/simpletest/files/image-test.gif)bin183 -> 183 bytes
-rw-r--r--core/modules/simpletest/files/image-test.jpg (renamed from modules/simpletest/files/image-test.jpg)bin1901 -> 1901 bytes
-rw-r--r--core/modules/simpletest/files/image-test.png (renamed from modules/simpletest/files/image-test.png)bin125 -> 125 bytes
-rw-r--r--core/modules/simpletest/files/javascript-1.txt (renamed from modules/simpletest/files/javascript-1.txt)0
-rw-r--r--core/modules/simpletest/files/javascript-2.script (renamed from modules/simpletest/files/javascript-2.script)0
-rw-r--r--core/modules/simpletest/files/php-1.txt (renamed from modules/simpletest/files/php-1.txt)0
-rw-r--r--core/modules/simpletest/files/php-2.php (renamed from modules/simpletest/files/php-2.php)0
-rw-r--r--core/modules/simpletest/files/sql-1.txt (renamed from modules/simpletest/files/sql-1.txt)0
-rw-r--r--core/modules/simpletest/files/sql-2.sql (renamed from modules/simpletest/files/sql-2.sql)0
-rw-r--r--core/modules/simpletest/simpletest.api.php (renamed from modules/simpletest/simpletest.api.php)0
-rw-r--r--core/modules/simpletest/simpletest.css (renamed from modules/simpletest/simpletest.css)0
-rw-r--r--core/modules/simpletest/simpletest.info (renamed from modules/simpletest/simpletest.info)0
-rw-r--r--core/modules/simpletest/simpletest.install (renamed from modules/simpletest/simpletest.install)0
-rw-r--r--core/modules/simpletest/simpletest.js (renamed from modules/simpletest/simpletest.js)0
-rw-r--r--core/modules/simpletest/simpletest.module (renamed from modules/simpletest/simpletest.module)0
-rw-r--r--core/modules/simpletest/simpletest.pages.inc (renamed from modules/simpletest/simpletest.pages.inc)0
-rw-r--r--core/modules/simpletest/simpletest.test (renamed from modules/simpletest/simpletest.test)0
-rw-r--r--core/modules/simpletest/tests/actions.test (renamed from modules/simpletest/tests/actions.test)0
-rw-r--r--core/modules/simpletest/tests/actions_loop_test.info (renamed from modules/simpletest/tests/actions_loop_test.info)0
-rw-r--r--core/modules/simpletest/tests/actions_loop_test.install (renamed from modules/simpletest/tests/actions_loop_test.install)0
-rw-r--r--core/modules/simpletest/tests/actions_loop_test.module (renamed from modules/simpletest/tests/actions_loop_test.module)0
-rw-r--r--core/modules/simpletest/tests/ajax.test (renamed from modules/simpletest/tests/ajax.test)0
-rw-r--r--core/modules/simpletest/tests/ajax_forms_test.info (renamed from modules/simpletest/tests/ajax_forms_test.info)0
-rw-r--r--core/modules/simpletest/tests/ajax_forms_test.module (renamed from modules/simpletest/tests/ajax_forms_test.module)0
-rw-r--r--core/modules/simpletest/tests/ajax_test.info (renamed from modules/simpletest/tests/ajax_test.info)0
-rw-r--r--core/modules/simpletest/tests/ajax_test.module (renamed from modules/simpletest/tests/ajax_test.module)0
-rw-r--r--core/modules/simpletest/tests/batch.test (renamed from modules/simpletest/tests/batch.test)0
-rw-r--r--core/modules/simpletest/tests/batch_test.callbacks.inc (renamed from modules/simpletest/tests/batch_test.callbacks.inc)0
-rw-r--r--core/modules/simpletest/tests/batch_test.info (renamed from modules/simpletest/tests/batch_test.info)0
-rw-r--r--core/modules/simpletest/tests/batch_test.module (renamed from modules/simpletest/tests/batch_test.module)0
-rw-r--r--core/modules/simpletest/tests/bootstrap.test (renamed from modules/simpletest/tests/bootstrap.test)0
-rw-r--r--core/modules/simpletest/tests/cache.test (renamed from modules/simpletest/tests/cache.test)0
-rw-r--r--core/modules/simpletest/tests/common.test (renamed from modules/simpletest/tests/common.test)0
-rw-r--r--core/modules/simpletest/tests/common_test.css (renamed from modules/simpletest/tests/common_test.css)0
-rw-r--r--core/modules/simpletest/tests/common_test.info (renamed from modules/simpletest/tests/common_test.info)0
-rw-r--r--core/modules/simpletest/tests/common_test.module (renamed from modules/simpletest/tests/common_test.module)0
-rw-r--r--core/modules/simpletest/tests/common_test.print.css (renamed from modules/simpletest/tests/common_test.print.css)0
-rw-r--r--core/modules/simpletest/tests/common_test_cron_helper.info (renamed from modules/simpletest/tests/common_test_cron_helper.info)0
-rw-r--r--core/modules/simpletest/tests/common_test_cron_helper.module (renamed from modules/simpletest/tests/common_test_cron_helper.module)0
-rw-r--r--core/modules/simpletest/tests/common_test_info.txt (renamed from modules/simpletest/tests/common_test_info.txt)0
-rw-r--r--core/modules/simpletest/tests/database_test.info (renamed from modules/simpletest/tests/database_test.info)0
-rw-r--r--core/modules/simpletest/tests/database_test.install (renamed from modules/simpletest/tests/database_test.install)0
-rw-r--r--core/modules/simpletest/tests/database_test.module (renamed from modules/simpletest/tests/database_test.module)0
-rw-r--r--core/modules/simpletest/tests/database_test.test (renamed from modules/simpletest/tests/database_test.test)0
-rw-r--r--core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info (renamed from modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info)0
-rw-r--r--core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module (renamed from modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module)0
-rw-r--r--core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info (renamed from modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info)0
-rw-r--r--core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module (renamed from modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module)0
-rw-r--r--core/modules/simpletest/tests/error.test (renamed from modules/simpletest/tests/error.test)0
-rw-r--r--core/modules/simpletest/tests/error_test.info (renamed from modules/simpletest/tests/error_test.info)0
-rw-r--r--core/modules/simpletest/tests/error_test.module (renamed from modules/simpletest/tests/error_test.module)0
-rw-r--r--core/modules/simpletest/tests/file.test (renamed from modules/simpletest/tests/file.test)0
-rw-r--r--core/modules/simpletest/tests/file_test.info (renamed from modules/simpletest/tests/file_test.info)0
-rw-r--r--core/modules/simpletest/tests/file_test.module (renamed from modules/simpletest/tests/file_test.module)0
-rw-r--r--core/modules/simpletest/tests/filetransfer.test (renamed from modules/simpletest/tests/filetransfer.test)0
-rw-r--r--core/modules/simpletest/tests/filter_test.info (renamed from modules/simpletest/tests/filter_test.info)0
-rw-r--r--core/modules/simpletest/tests/filter_test.module (renamed from modules/simpletest/tests/filter_test.module)0
-rw-r--r--core/modules/simpletest/tests/form.test (renamed from modules/simpletest/tests/form.test)0
-rw-r--r--core/modules/simpletest/tests/form_test.file.inc (renamed from modules/simpletest/tests/form_test.file.inc)0
-rw-r--r--core/modules/simpletest/tests/form_test.info (renamed from modules/simpletest/tests/form_test.info)0
-rw-r--r--core/modules/simpletest/tests/form_test.module (renamed from modules/simpletest/tests/form_test.module)0
-rw-r--r--core/modules/simpletest/tests/graph.test (renamed from modules/simpletest/tests/graph.test)0
-rw-r--r--core/modules/simpletest/tests/http.php (renamed from modules/simpletest/tests/http.php)0
-rw-r--r--core/modules/simpletest/tests/https.php (renamed from modules/simpletest/tests/https.php)0
-rw-r--r--core/modules/simpletest/tests/image.test (renamed from modules/simpletest/tests/image.test)0
-rw-r--r--core/modules/simpletest/tests/image_test.info (renamed from modules/simpletest/tests/image_test.info)0
-rw-r--r--core/modules/simpletest/tests/image_test.module (renamed from modules/simpletest/tests/image_test.module)0
-rw-r--r--core/modules/simpletest/tests/lock.test (renamed from modules/simpletest/tests/lock.test)0
-rw-r--r--core/modules/simpletest/tests/mail.test (renamed from modules/simpletest/tests/mail.test)0
-rw-r--r--core/modules/simpletest/tests/menu.test (renamed from modules/simpletest/tests/menu.test)0
-rw-r--r--core/modules/simpletest/tests/menu_test.info (renamed from modules/simpletest/tests/menu_test.info)0
-rw-r--r--core/modules/simpletest/tests/menu_test.module (renamed from modules/simpletest/tests/menu_test.module)0
-rw-r--r--core/modules/simpletest/tests/module.test (renamed from modules/simpletest/tests/module.test)0
-rw-r--r--core/modules/simpletest/tests/module_test.file.inc (renamed from modules/simpletest/tests/module_test.file.inc)0
-rw-r--r--core/modules/simpletest/tests/module_test.info (renamed from modules/simpletest/tests/module_test.info)0
-rw-r--r--core/modules/simpletest/tests/module_test.install (renamed from modules/simpletest/tests/module_test.install)0
-rw-r--r--core/modules/simpletest/tests/module_test.module (renamed from modules/simpletest/tests/module_test.module)0
-rw-r--r--core/modules/simpletest/tests/password.test (renamed from modules/simpletest/tests/password.test)0
-rw-r--r--core/modules/simpletest/tests/path.test (renamed from modules/simpletest/tests/path.test)0
-rw-r--r--core/modules/simpletest/tests/registry.test (renamed from modules/simpletest/tests/registry.test)0
-rw-r--r--core/modules/simpletest/tests/requirements1_test.info (renamed from modules/simpletest/tests/requirements1_test.info)0
-rw-r--r--core/modules/simpletest/tests/requirements1_test.install (renamed from modules/simpletest/tests/requirements1_test.install)0
-rw-r--r--core/modules/simpletest/tests/requirements1_test.module (renamed from modules/simpletest/tests/requirements1_test.module)0
-rw-r--r--core/modules/simpletest/tests/requirements2_test.info (renamed from modules/simpletest/tests/requirements2_test.info)0
-rw-r--r--core/modules/simpletest/tests/requirements2_test.module (renamed from modules/simpletest/tests/requirements2_test.module)0
-rw-r--r--core/modules/simpletest/tests/schema.test (renamed from modules/simpletest/tests/schema.test)0
-rw-r--r--core/modules/simpletest/tests/session.test (renamed from modules/simpletest/tests/session.test)0
-rw-r--r--core/modules/simpletest/tests/session_test.info (renamed from modules/simpletest/tests/session_test.info)0
-rw-r--r--core/modules/simpletest/tests/session_test.module (renamed from modules/simpletest/tests/session_test.module)0
-rw-r--r--core/modules/simpletest/tests/symfony.test (renamed from modules/simpletest/tests/symfony.test)0
-rw-r--r--core/modules/simpletest/tests/system.base.css (renamed from modules/simpletest/tests/system.base.css)0
-rw-r--r--core/modules/simpletest/tests/system_dependencies_test.info (renamed from modules/simpletest/tests/system_dependencies_test.info)0
-rw-r--r--core/modules/simpletest/tests/system_dependencies_test.module (renamed from modules/simpletest/tests/system_dependencies_test.module)0
-rw-r--r--core/modules/simpletest/tests/system_test.info (renamed from modules/simpletest/tests/system_test.info)0
-rw-r--r--core/modules/simpletest/tests/system_test.module (renamed from modules/simpletest/tests/system_test.module)0
-rw-r--r--core/modules/simpletest/tests/tablesort.test (renamed from modules/simpletest/tests/tablesort.test)0
-rw-r--r--core/modules/simpletest/tests/taxonomy_test.info (renamed from modules/simpletest/tests/taxonomy_test.info)0
-rw-r--r--core/modules/simpletest/tests/taxonomy_test.install (renamed from modules/simpletest/tests/taxonomy_test.install)0
-rw-r--r--core/modules/simpletest/tests/taxonomy_test.module (renamed from modules/simpletest/tests/taxonomy_test.module)0
-rw-r--r--core/modules/simpletest/tests/theme.test (renamed from modules/simpletest/tests/theme.test)0
-rw-r--r--core/modules/simpletest/tests/theme_test.info (renamed from modules/simpletest/tests/theme_test.info)0
-rw-r--r--core/modules/simpletest/tests/theme_test.module (renamed from modules/simpletest/tests/theme_test.module)0
-rw-r--r--core/modules/simpletest/tests/theme_test.template_test.tpl.php (renamed from modules/simpletest/tests/theme_test.template_test.tpl.php)0
-rw-r--r--core/modules/simpletest/tests/unicode.test (renamed from modules/simpletest/tests/unicode.test)0
-rw-r--r--core/modules/simpletest/tests/update.test (renamed from modules/simpletest/tests/update.test)0
-rw-r--r--core/modules/simpletest/tests/update_script_test.info (renamed from modules/simpletest/tests/update_script_test.info)0
-rw-r--r--core/modules/simpletest/tests/update_script_test.install (renamed from modules/simpletest/tests/update_script_test.install)0
-rw-r--r--core/modules/simpletest/tests/update_script_test.module (renamed from modules/simpletest/tests/update_script_test.module)0
-rw-r--r--core/modules/simpletest/tests/update_test_1.info (renamed from modules/simpletest/tests/update_test_1.info)0
-rw-r--r--core/modules/simpletest/tests/update_test_1.install (renamed from modules/simpletest/tests/update_test_1.install)0
-rw-r--r--core/modules/simpletest/tests/update_test_1.module (renamed from modules/simpletest/tests/update_test_1.module)0
-rw-r--r--core/modules/simpletest/tests/update_test_2.info (renamed from modules/simpletest/tests/update_test_2.info)0
-rw-r--r--core/modules/simpletest/tests/update_test_2.install (renamed from modules/simpletest/tests/update_test_2.install)0
-rw-r--r--core/modules/simpletest/tests/update_test_2.module (renamed from modules/simpletest/tests/update_test_2.module)0
-rw-r--r--core/modules/simpletest/tests/update_test_3.info (renamed from modules/simpletest/tests/update_test_3.info)0
-rw-r--r--core/modules/simpletest/tests/update_test_3.install (renamed from modules/simpletest/tests/update_test_3.install)0
-rw-r--r--core/modules/simpletest/tests/update_test_3.module (renamed from modules/simpletest/tests/update_test_3.module)0
-rw-r--r--core/modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz (renamed from modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz)bin59294 -> 59294 bytes
-rw-r--r--core/modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz (renamed from modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz)bin77880 -> 77880 bytes
-rw-r--r--core/modules/simpletest/tests/upgrade/upgrade.test (renamed from modules/simpletest/tests/upgrade/upgrade.test)0
-rw-r--r--core/modules/simpletest/tests/upgrade/upgrade_bare.test (renamed from modules/simpletest/tests/upgrade/upgrade_bare.test)0
-rw-r--r--core/modules/simpletest/tests/upgrade/upgrade_filled.test (renamed from modules/simpletest/tests/upgrade/upgrade_filled.test)0
-rw-r--r--core/modules/simpletest/tests/url_alter_test.info (renamed from modules/simpletest/tests/url_alter_test.info)0
-rw-r--r--core/modules/simpletest/tests/url_alter_test.install (renamed from modules/simpletest/tests/url_alter_test.install)0
-rw-r--r--core/modules/simpletest/tests/url_alter_test.module (renamed from modules/simpletest/tests/url_alter_test.module)0
-rw-r--r--core/modules/simpletest/tests/xmlrpc.test (renamed from modules/simpletest/tests/xmlrpc.test)0
-rw-r--r--core/modules/simpletest/tests/xmlrpc_test.info (renamed from modules/simpletest/tests/xmlrpc_test.info)0
-rw-r--r--core/modules/simpletest/tests/xmlrpc_test.module (renamed from modules/simpletest/tests/xmlrpc_test.module)0
-rw-r--r--core/modules/statistics/statistics.admin.inc (renamed from modules/statistics/statistics.admin.inc)0
-rw-r--r--core/modules/statistics/statistics.info (renamed from modules/statistics/statistics.info)0
-rw-r--r--core/modules/statistics/statistics.install (renamed from modules/statistics/statistics.install)0
-rw-r--r--core/modules/statistics/statistics.module (renamed from modules/statistics/statistics.module)0
-rw-r--r--core/modules/statistics/statistics.pages.inc (renamed from modules/statistics/statistics.pages.inc)0
-rw-r--r--core/modules/statistics/statistics.test (renamed from modules/statistics/statistics.test)0
-rw-r--r--core/modules/statistics/statistics.tokens.inc (renamed from modules/statistics/statistics.tokens.inc)0
-rw-r--r--core/modules/syslog/syslog.info (renamed from modules/syslog/syslog.info)0
-rw-r--r--core/modules/syslog/syslog.install (renamed from modules/syslog/syslog.install)0
-rw-r--r--core/modules/syslog/syslog.module (renamed from modules/syslog/syslog.module)0
-rw-r--r--core/modules/syslog/syslog.test (renamed from modules/syslog/syslog.test)0
-rw-r--r--core/modules/system/html.tpl.php (renamed from modules/system/html.tpl.php)0
-rw-r--r--core/modules/system/image.gd.inc (renamed from modules/system/image.gd.inc)0
-rw-r--r--core/modules/system/maintenance-page.tpl.php (renamed from modules/system/maintenance-page.tpl.php)0
-rw-r--r--core/modules/system/page.tpl.php (renamed from modules/system/page.tpl.php)0
-rw-r--r--core/modules/system/region.tpl.php (renamed from modules/system/region.tpl.php)0
-rw-r--r--core/modules/system/system.admin-rtl.css (renamed from modules/system/system.admin-rtl.css)0
-rw-r--r--core/modules/system/system.admin.css (renamed from modules/system/system.admin.css)0
-rw-r--r--core/modules/system/system.admin.inc (renamed from modules/system/system.admin.inc)0
-rw-r--r--core/modules/system/system.api.php (renamed from modules/system/system.api.php)0
-rw-r--r--core/modules/system/system.archiver.inc (renamed from modules/system/system.archiver.inc)0
-rw-r--r--core/modules/system/system.base-rtl.css (renamed from modules/system/system.base-rtl.css)0
-rw-r--r--core/modules/system/system.base.css (renamed from modules/system/system.base.css)0
-rw-r--r--core/modules/system/system.cron.js (renamed from modules/system/system.cron.js)0
-rw-r--r--core/modules/system/system.info (renamed from modules/system/system.info)0
-rw-r--r--core/modules/system/system.install (renamed from modules/system/system.install)0
-rw-r--r--core/modules/system/system.js (renamed from modules/system/system.js)0
-rw-r--r--core/modules/system/system.mail.inc (renamed from modules/system/system.mail.inc)0
-rw-r--r--core/modules/system/system.maintenance.css (renamed from modules/system/system.maintenance.css)0
-rw-r--r--core/modules/system/system.menus-rtl.css (renamed from modules/system/system.menus-rtl.css)0
-rw-r--r--core/modules/system/system.menus.css (renamed from modules/system/system.menus.css)0
-rw-r--r--core/modules/system/system.messages-rtl.css (renamed from modules/system/system.messages-rtl.css)0
-rw-r--r--core/modules/system/system.messages.css (renamed from modules/system/system.messages.css)0
-rw-r--r--core/modules/system/system.module (renamed from modules/system/system.module)0
-rw-r--r--core/modules/system/system.queue.inc (renamed from modules/system/system.queue.inc)0
-rw-r--r--core/modules/system/system.tar.inc (renamed from modules/system/system.tar.inc)0
-rw-r--r--core/modules/system/system.test (renamed from modules/system/system.test)0
-rw-r--r--core/modules/system/system.theme-rtl.css (renamed from modules/system/system.theme-rtl.css)0
-rw-r--r--core/modules/system/system.theme.css (renamed from modules/system/system.theme.css)0
-rw-r--r--core/modules/system/system.tokens.inc (renamed from modules/system/system.tokens.inc)0
-rw-r--r--core/modules/system/system.updater.inc (renamed from modules/system/system.updater.inc)0
-rw-r--r--core/modules/system/theme.api.php (renamed from modules/system/theme.api.php)0
-rw-r--r--core/modules/taxonomy/taxonomy-term.tpl.php (renamed from modules/taxonomy/taxonomy-term.tpl.php)0
-rw-r--r--core/modules/taxonomy/taxonomy.admin.inc (renamed from modules/taxonomy/taxonomy.admin.inc)0
-rw-r--r--core/modules/taxonomy/taxonomy.api.php (renamed from modules/taxonomy/taxonomy.api.php)0
-rw-r--r--core/modules/taxonomy/taxonomy.css (renamed from modules/taxonomy/taxonomy.css)0
-rw-r--r--core/modules/taxonomy/taxonomy.info (renamed from modules/taxonomy/taxonomy.info)0
-rw-r--r--core/modules/taxonomy/taxonomy.install (renamed from modules/taxonomy/taxonomy.install)0
-rw-r--r--core/modules/taxonomy/taxonomy.js (renamed from modules/taxonomy/taxonomy.js)0
-rw-r--r--core/modules/taxonomy/taxonomy.module (renamed from modules/taxonomy/taxonomy.module)0
-rw-r--r--core/modules/taxonomy/taxonomy.pages.inc (renamed from modules/taxonomy/taxonomy.pages.inc)0
-rw-r--r--core/modules/taxonomy/taxonomy.test (renamed from modules/taxonomy/taxonomy.test)0
-rw-r--r--core/modules/taxonomy/taxonomy.tokens.inc (renamed from modules/taxonomy/taxonomy.tokens.inc)0
-rw-r--r--core/modules/toolbar/toolbar-rtl.css (renamed from modules/toolbar/toolbar-rtl.css)0
-rw-r--r--core/modules/toolbar/toolbar.css (renamed from modules/toolbar/toolbar.css)0
-rw-r--r--core/modules/toolbar/toolbar.info (renamed from modules/toolbar/toolbar.info)0
-rw-r--r--core/modules/toolbar/toolbar.js (renamed from modules/toolbar/toolbar.js)0
-rw-r--r--core/modules/toolbar/toolbar.module (renamed from modules/toolbar/toolbar.module)0
-rw-r--r--core/modules/toolbar/toolbar.png (renamed from modules/toolbar/toolbar.png)bin558 -> 558 bytes
-rw-r--r--core/modules/toolbar/toolbar.tpl.php (renamed from modules/toolbar/toolbar.tpl.php)0
-rw-r--r--core/modules/tracker/tracker.css (renamed from modules/tracker/tracker.css)0
-rw-r--r--core/modules/tracker/tracker.info (renamed from modules/tracker/tracker.info)0
-rw-r--r--core/modules/tracker/tracker.install (renamed from modules/tracker/tracker.install)0
-rw-r--r--core/modules/tracker/tracker.module (renamed from modules/tracker/tracker.module)0
-rw-r--r--core/modules/tracker/tracker.pages.inc (renamed from modules/tracker/tracker.pages.inc)0
-rw-r--r--core/modules/tracker/tracker.test (renamed from modules/tracker/tracker.test)0
-rw-r--r--core/modules/translation/tests/translation_test.info (renamed from modules/translation/tests/translation_test.info)0
-rw-r--r--core/modules/translation/tests/translation_test.module (renamed from modules/translation/tests/translation_test.module)0
-rw-r--r--core/modules/translation/translation.info (renamed from modules/translation/translation.info)0
-rw-r--r--core/modules/translation/translation.module (renamed from modules/translation/translation.module)0
-rw-r--r--core/modules/translation/translation.pages.inc (renamed from modules/translation/translation.pages.inc)0
-rw-r--r--core/modules/translation/translation.test (renamed from modules/translation/translation.test)0
-rw-r--r--core/modules/trigger/tests/trigger_test.info (renamed from modules/trigger/tests/trigger_test.info)0
-rw-r--r--core/modules/trigger/tests/trigger_test.module (renamed from modules/trigger/tests/trigger_test.module)0
-rw-r--r--core/modules/trigger/trigger.admin.inc (renamed from modules/trigger/trigger.admin.inc)0
-rw-r--r--core/modules/trigger/trigger.api.php (renamed from modules/trigger/trigger.api.php)0
-rw-r--r--core/modules/trigger/trigger.info (renamed from modules/trigger/trigger.info)0
-rw-r--r--core/modules/trigger/trigger.install (renamed from modules/trigger/trigger.install)0
-rw-r--r--core/modules/trigger/trigger.module (renamed from modules/trigger/trigger.module)0
-rw-r--r--core/modules/trigger/trigger.test (renamed from modules/trigger/trigger.test)0
-rw-r--r--core/modules/update/tests/aaa_update_test.1_0.xml (renamed from modules/update/tests/aaa_update_test.1_0.xml)0
-rw-r--r--core/modules/update/tests/aaa_update_test.info (renamed from modules/update/tests/aaa_update_test.info)0
-rw-r--r--core/modules/update/tests/aaa_update_test.module (renamed from modules/update/tests/aaa_update_test.module)0
-rw-r--r--core/modules/update/tests/aaa_update_test.no-releases.xml (renamed from modules/update/tests/aaa_update_test.no-releases.xml)0
-rw-r--r--core/modules/update/tests/aaa_update_test.tar.gz (renamed from modules/update/tests/aaa_update_test.tar.gz)bin384 -> 384 bytes
-rw-r--r--core/modules/update/tests/bbb_update_test.1_0.xml (renamed from modules/update/tests/bbb_update_test.1_0.xml)0
-rw-r--r--core/modules/update/tests/bbb_update_test.info (renamed from modules/update/tests/bbb_update_test.info)0
-rw-r--r--core/modules/update/tests/bbb_update_test.module (renamed from modules/update/tests/bbb_update_test.module)0
-rw-r--r--core/modules/update/tests/ccc_update_test.1_0.xml (renamed from modules/update/tests/ccc_update_test.1_0.xml)0
-rw-r--r--core/modules/update/tests/ccc_update_test.info (renamed from modules/update/tests/ccc_update_test.info)0
-rw-r--r--core/modules/update/tests/ccc_update_test.module (renamed from modules/update/tests/ccc_update_test.module)0
-rw-r--r--core/modules/update/tests/drupal.0.xml (renamed from modules/update/tests/drupal.0.xml)0
-rw-r--r--core/modules/update/tests/drupal.1.xml (renamed from modules/update/tests/drupal.1.xml)0
-rw-r--r--core/modules/update/tests/drupal.2-sec.xml (renamed from modules/update/tests/drupal.2-sec.xml)0
-rw-r--r--core/modules/update/tests/drupal.dev.xml (renamed from modules/update/tests/drupal.dev.xml)0
-rw-r--r--core/modules/update/tests/update_test.info (renamed from modules/update/tests/update_test.info)0
-rw-r--r--core/modules/update/tests/update_test.module (renamed from modules/update/tests/update_test.module)0
-rw-r--r--core/modules/update/tests/update_test_basetheme.1_1-sec.xml (renamed from modules/update/tests/update_test_basetheme.1_1-sec.xml)0
-rw-r--r--core/modules/update/tests/update_test_subtheme.1_0.xml (renamed from modules/update/tests/update_test_subtheme.1_0.xml)0
-rw-r--r--core/modules/update/update-rtl.css (renamed from modules/update/update-rtl.css)0
-rw-r--r--core/modules/update/update.api.php (renamed from modules/update/update.api.php)0
-rw-r--r--core/modules/update/update.authorize.inc (renamed from modules/update/update.authorize.inc)0
-rw-r--r--core/modules/update/update.compare.inc (renamed from modules/update/update.compare.inc)0
-rw-r--r--core/modules/update/update.css (renamed from modules/update/update.css)0
-rw-r--r--core/modules/update/update.fetch.inc (renamed from modules/update/update.fetch.inc)0
-rw-r--r--core/modules/update/update.info (renamed from modules/update/update.info)0
-rw-r--r--core/modules/update/update.install (renamed from modules/update/update.install)0
-rw-r--r--core/modules/update/update.manager.inc (renamed from modules/update/update.manager.inc)0
-rw-r--r--core/modules/update/update.module (renamed from modules/update/update.module)0
-rw-r--r--core/modules/update/update.report.inc (renamed from modules/update/update.report.inc)0
-rw-r--r--core/modules/update/update.settings.inc (renamed from modules/update/update.settings.inc)0
-rw-r--r--core/modules/update/update.test (renamed from modules/update/update.test)0
-rw-r--r--core/modules/user/tests/user_form_test.info (renamed from modules/user/tests/user_form_test.info)0
-rw-r--r--core/modules/user/tests/user_form_test.module (renamed from modules/user/tests/user_form_test.module)0
-rw-r--r--core/modules/user/user-picture.tpl.php (renamed from modules/user/user-picture.tpl.php)0
-rw-r--r--core/modules/user/user-profile-category.tpl.php (renamed from modules/user/user-profile-category.tpl.php)0
-rw-r--r--core/modules/user/user-profile-item.tpl.php (renamed from modules/user/user-profile-item.tpl.php)0
-rw-r--r--core/modules/user/user-profile.tpl.php (renamed from modules/user/user-profile.tpl.php)0
-rw-r--r--core/modules/user/user-rtl.css (renamed from modules/user/user-rtl.css)0
-rw-r--r--core/modules/user/user.admin.inc (renamed from modules/user/user.admin.inc)0
-rw-r--r--core/modules/user/user.api.php (renamed from modules/user/user.api.php)0
-rw-r--r--core/modules/user/user.css (renamed from modules/user/user.css)0
-rw-r--r--core/modules/user/user.entity.inc (renamed from modules/user/user.entity.inc)0
-rw-r--r--core/modules/user/user.info (renamed from modules/user/user.info)0
-rw-r--r--core/modules/user/user.install (renamed from modules/user/user.install)0
-rw-r--r--core/modules/user/user.js (renamed from modules/user/user.js)0
-rw-r--r--core/modules/user/user.module (renamed from modules/user/user.module)0
-rw-r--r--core/modules/user/user.pages.inc (renamed from modules/user/user.pages.inc)0
-rw-r--r--core/modules/user/user.permissions.js (renamed from modules/user/user.permissions.js)0
-rw-r--r--core/modules/user/user.test (renamed from modules/user/user.test)0
-rw-r--r--core/modules/user/user.tokens.inc (renamed from modules/user/user.tokens.inc)0
-rw-r--r--core/scripts/cron-curl.sh (renamed from scripts/cron-curl.sh)0
-rw-r--r--core/scripts/cron-lynx.sh (renamed from scripts/cron-lynx.sh)0
-rwxr-xr-xcore/scripts/drupal.sh (renamed from scripts/drupal.sh)0
-rw-r--r--core/scripts/dump-database-d6.sh (renamed from scripts/dump-database-d6.sh)0
-rw-r--r--core/scripts/dump-database-d7.sh (renamed from scripts/dump-database-d7.sh)0
-rw-r--r--core/scripts/generate-d6-content.sh (renamed from scripts/generate-d6-content.sh)0
-rw-r--r--core/scripts/generate-d7-content.sh (renamed from scripts/generate-d7-content.sh)0
-rwxr-xr-xcore/scripts/password-hash.sh (renamed from scripts/password-hash.sh)0
-rwxr-xr-xcore/scripts/run-tests.sh (renamed from scripts/run-tests.sh)0
-rw-r--r--core/themes/README.txt (renamed from themes/README.txt)0
-rw-r--r--core/themes/bartik/bartik.info (renamed from themes/bartik/bartik.info)0
-rw-r--r--core/themes/bartik/color/base.png (renamed from themes/bartik/color/base.png)bin106 -> 106 bytes
-rw-r--r--core/themes/bartik/color/color.inc (renamed from themes/bartik/color/color.inc)0
-rw-r--r--core/themes/bartik/color/preview.css (renamed from themes/bartik/color/preview.css)0
-rw-r--r--core/themes/bartik/color/preview.html (renamed from themes/bartik/color/preview.html)0
-rw-r--r--core/themes/bartik/color/preview.js (renamed from themes/bartik/color/preview.js)0
-rw-r--r--core/themes/bartik/color/preview.png (renamed from themes/bartik/color/preview.png)bin106 -> 106 bytes
-rw-r--r--core/themes/bartik/css/colors.css (renamed from themes/bartik/css/colors.css)0
-rw-r--r--core/themes/bartik/css/ie-rtl.css (renamed from themes/bartik/css/ie-rtl.css)0
-rw-r--r--core/themes/bartik/css/ie.css (renamed from themes/bartik/css/ie.css)0
-rw-r--r--core/themes/bartik/css/layout-rtl.css (renamed from themes/bartik/css/layout-rtl.css)0
-rw-r--r--core/themes/bartik/css/layout.css (renamed from themes/bartik/css/layout.css)0
-rw-r--r--core/themes/bartik/css/maintenance-page.css (renamed from themes/bartik/css/maintenance-page.css)0
-rw-r--r--core/themes/bartik/css/print.css (renamed from themes/bartik/css/print.css)0
-rw-r--r--core/themes/bartik/css/style-rtl.css (renamed from themes/bartik/css/style-rtl.css)0
-rw-r--r--core/themes/bartik/css/style.css (renamed from themes/bartik/css/style.css)0
-rw-r--r--core/themes/bartik/images/add.png (renamed from themes/bartik/images/add.png)bin94 -> 94 bytes
-rw-r--r--core/themes/bartik/images/buttons.png (renamed from themes/bartik/images/buttons.png)bin831 -> 831 bytes
-rw-r--r--core/themes/bartik/images/comment-arrow-rtl.gif (renamed from themes/bartik/images/comment-arrow-rtl.gif)bin97 -> 97 bytes
-rw-r--r--core/themes/bartik/images/comment-arrow.gif (renamed from themes/bartik/images/comment-arrow.gif)bin97 -> 97 bytes
-rw-r--r--core/themes/bartik/images/search-button.png (renamed from themes/bartik/images/search-button.png)bin725 -> 725 bytes
-rw-r--r--core/themes/bartik/images/tabs-border.png (renamed from themes/bartik/images/tabs-border.png)bin83 -> 83 bytes
-rw-r--r--core/themes/bartik/logo.png (renamed from themes/bartik/logo.png)bin3479 -> 3479 bytes
-rw-r--r--core/themes/bartik/screenshot.png (renamed from themes/bartik/screenshot.png)bin19658 -> 19658 bytes
-rw-r--r--core/themes/bartik/template.php (renamed from themes/bartik/template.php)0
-rw-r--r--core/themes/bartik/templates/comment-wrapper.tpl.php (renamed from themes/bartik/templates/comment-wrapper.tpl.php)0
-rw-r--r--core/themes/bartik/templates/comment.tpl.php (renamed from themes/bartik/templates/comment.tpl.php)0
-rw-r--r--core/themes/bartik/templates/maintenance-page.tpl.php (renamed from themes/bartik/templates/maintenance-page.tpl.php)0
-rw-r--r--core/themes/bartik/templates/node.tpl.php (renamed from themes/bartik/templates/node.tpl.php)0
-rw-r--r--core/themes/bartik/templates/page.tpl.php (renamed from themes/bartik/templates/page.tpl.php)0
-rw-r--r--core/themes/engines/phptemplate/phptemplate.engine (renamed from themes/engines/phptemplate/phptemplate.engine)0
-rw-r--r--core/themes/seven/ie.css (renamed from themes/seven/ie.css)0
-rw-r--r--core/themes/seven/ie7.css (renamed from themes/seven/ie7.css)0
-rw-r--r--core/themes/seven/images/add.png (renamed from themes/seven/images/add.png)bin160 -> 160 bytes
-rw-r--r--core/themes/seven/images/arrow-asc.png (renamed from themes/seven/images/arrow-asc.png)bin88 -> 88 bytes
-rw-r--r--core/themes/seven/images/arrow-desc.png (renamed from themes/seven/images/arrow-desc.png)bin95 -> 95 bytes
-rw-r--r--core/themes/seven/images/arrow-next.png (renamed from themes/seven/images/arrow-next.png)bin118 -> 118 bytes
-rw-r--r--core/themes/seven/images/arrow-prev.png (renamed from themes/seven/images/arrow-prev.png)bin115 -> 115 bytes
-rw-r--r--core/themes/seven/images/buttons.png (renamed from themes/seven/images/buttons.png)bin786 -> 786 bytes
-rw-r--r--core/themes/seven/images/fc-rtl.png (renamed from themes/seven/images/fc-rtl.png)bin76 -> 76 bytes
-rw-r--r--core/themes/seven/images/fc.png (renamed from themes/seven/images/fc.png)bin82 -> 82 bytes
-rw-r--r--core/themes/seven/images/list-item-rtl.png (renamed from themes/seven/images/list-item-rtl.png)bin225 -> 225 bytes
-rw-r--r--core/themes/seven/images/list-item.png (renamed from themes/seven/images/list-item.png)bin195 -> 195 bytes
-rw-r--r--core/themes/seven/images/task-check.png (renamed from themes/seven/images/task-check.png)bin261 -> 261 bytes
-rw-r--r--core/themes/seven/images/task-item-rtl.png (renamed from themes/seven/images/task-item-rtl.png)bin178 -> 178 bytes
-rw-r--r--core/themes/seven/images/task-item.png (renamed from themes/seven/images/task-item.png)bin105 -> 105 bytes
-rw-r--r--core/themes/seven/images/ui-icons-222222-256x240.png (renamed from themes/seven/images/ui-icons-222222-256x240.png)bin3702 -> 3702 bytes
-rw-r--r--core/themes/seven/images/ui-icons-454545-256x240.png (renamed from themes/seven/images/ui-icons-454545-256x240.png)bin3702 -> 3702 bytes
-rw-r--r--core/themes/seven/images/ui-icons-800000-256x240.png (renamed from themes/seven/images/ui-icons-800000-256x240.png)bin3702 -> 3702 bytes
-rw-r--r--core/themes/seven/images/ui-icons-888888-256x240.png (renamed from themes/seven/images/ui-icons-888888-256x240.png)bin3702 -> 3702 bytes
-rw-r--r--core/themes/seven/images/ui-icons-ffffff-256x240.png (renamed from themes/seven/images/ui-icons-ffffff-256x240.png)bin3702 -> 3702 bytes
-rw-r--r--core/themes/seven/jquery.ui.theme.css (renamed from themes/seven/jquery.ui.theme.css)0
-rw-r--r--core/themes/seven/logo.png (renamed from themes/seven/logo.png)bin3905 -> 3905 bytes
-rw-r--r--core/themes/seven/maintenance-page.tpl.php (renamed from themes/seven/maintenance-page.tpl.php)0
-rw-r--r--core/themes/seven/page.tpl.php (renamed from themes/seven/page.tpl.php)0
-rw-r--r--core/themes/seven/reset.css (renamed from themes/seven/reset.css)0
-rw-r--r--core/themes/seven/screenshot.png (renamed from themes/seven/screenshot.png)bin12298 -> 12298 bytes
-rw-r--r--core/themes/seven/seven.info (renamed from themes/seven/seven.info)0
-rw-r--r--core/themes/seven/style-rtl.css (renamed from themes/seven/style-rtl.css)0
-rw-r--r--core/themes/seven/style.css (renamed from themes/seven/style.css)0
-rw-r--r--core/themes/seven/template.php (renamed from themes/seven/template.php)0
-rw-r--r--core/themes/seven/vertical-tabs-rtl.css (renamed from themes/seven/vertical-tabs-rtl.css)0
-rw-r--r--core/themes/seven/vertical-tabs.css (renamed from themes/seven/vertical-tabs.css)0
-rw-r--r--core/themes/stark/README.txt (renamed from themes/stark/README.txt)0
-rw-r--r--core/themes/stark/layout.css (renamed from themes/stark/layout.css)0
-rw-r--r--core/themes/stark/logo.png (renamed from themes/stark/logo.png)bin2326 -> 2326 bytes
-rw-r--r--core/themes/stark/screenshot.png (renamed from themes/stark/screenshot.png)bin11662 -> 11662 bytes
-rw-r--r--core/themes/stark/stark.info (renamed from themes/stark/stark.info)0
-rw-r--r--core/themes/tests/README.txt (renamed from themes/tests/README.txt)0
-rw-r--r--core/themes/tests/test_theme/template.php (renamed from themes/tests/test_theme/template.php)0
-rw-r--r--core/themes/tests/test_theme/test_theme.info (renamed from themes/tests/test_theme/test_theme.info)0
-rw-r--r--core/themes/tests/test_theme/theme_test.template_test.tpl.php (renamed from themes/tests/test_theme/theme_test.template_test.tpl.php)0
-rw-r--r--core/themes/tests/update_test_basetheme/update_test_basetheme.info (renamed from themes/tests/update_test_basetheme/update_test_basetheme.info)0
-rw-r--r--core/themes/tests/update_test_subtheme/update_test_subtheme.info (renamed from themes/tests/update_test_subtheme/update_test_subtheme.info)0
-rw-r--r--core/update.php (renamed from update.php)0
-rw-r--r--core/xmlrpc.php (renamed from xmlrpc.php)0
973 files changed, 0 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/core/CHANGELOG.txt
index 431574be1d2..431574be1d2 100644
--- a/CHANGELOG.txt
+++ b/core/CHANGELOG.txt
diff --git a/COPYRIGHT.txt b/core/COPYRIGHT.txt
index 18b074e754a..18b074e754a 100644
--- a/COPYRIGHT.txt
+++ b/core/COPYRIGHT.txt
diff --git a/INSTALL.mysql.txt b/core/INSTALL.mysql.txt
index a7c292e3171..a7c292e3171 100644
--- a/INSTALL.mysql.txt
+++ b/core/INSTALL.mysql.txt
diff --git a/INSTALL.pgsql.txt b/core/INSTALL.pgsql.txt
index 8fe80433bd6..8fe80433bd6 100644
--- a/INSTALL.pgsql.txt
+++ b/core/INSTALL.pgsql.txt
diff --git a/INSTALL.sqlite.txt b/core/INSTALL.sqlite.txt
index b4bfcef472f..b4bfcef472f 100644
--- a/INSTALL.sqlite.txt
+++ b/core/INSTALL.sqlite.txt
diff --git a/INSTALL.txt b/core/INSTALL.txt
index 8df8075b90b..8df8075b90b 100644
--- a/INSTALL.txt
+++ b/core/INSTALL.txt
diff --git a/LICENSE.txt b/core/LICENSE.txt
index 94fb84639c4..94fb84639c4 100644
--- a/LICENSE.txt
+++ b/core/LICENSE.txt
diff --git a/MAINTAINERS.txt b/core/MAINTAINERS.txt
index 98df6c650d9..98df6c650d9 100644
--- a/MAINTAINERS.txt
+++ b/core/MAINTAINERS.txt
diff --git a/UPGRADE.txt b/core/UPGRADE.txt
index dd104f757bc..dd104f757bc 100644
--- a/UPGRADE.txt
+++ b/core/UPGRADE.txt
diff --git a/authorize.php b/core/authorize.php
index 3c0bd7b36e2..3c0bd7b36e2 100644
--- a/authorize.php
+++ b/core/authorize.php
diff --git a/cron.php b/core/cron.php
index c6ce5317e88..c6ce5317e88 100644
--- a/cron.php
+++ b/core/cron.php
diff --git a/includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php b/core/includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
index 278f510e586..278f510e586 100644
--- a/includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
+++ b/core/includes/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
diff --git a/includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php b/core/includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php
index da777f29916..da777f29916 100644
--- a/includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php
+++ b/core/includes/Symfony/Component/ClassLoader/ClassCollectionLoader.php
diff --git a/includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php b/core/includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
index 8a958e01f96..8a958e01f96 100644
--- a/includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
+++ b/core/includes/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
diff --git a/includes/Symfony/Component/ClassLoader/LICENSE b/core/includes/Symfony/Component/ClassLoader/LICENSE
index 89df4481b95..89df4481b95 100644
--- a/includes/Symfony/Component/ClassLoader/LICENSE
+++ b/core/includes/Symfony/Component/ClassLoader/LICENSE
diff --git a/includes/Symfony/Component/ClassLoader/MapClassLoader.php b/core/includes/Symfony/Component/ClassLoader/MapClassLoader.php
index cf17d42642c..cf17d42642c 100644
--- a/includes/Symfony/Component/ClassLoader/MapClassLoader.php
+++ b/core/includes/Symfony/Component/ClassLoader/MapClassLoader.php
diff --git a/includes/Symfony/Component/ClassLoader/UniversalClassLoader.php b/core/includes/Symfony/Component/ClassLoader/UniversalClassLoader.php
index d296b94d580..d296b94d580 100644
--- a/includes/Symfony/Component/ClassLoader/UniversalClassLoader.php
+++ b/core/includes/Symfony/Component/ClassLoader/UniversalClassLoader.php
diff --git a/includes/Symfony/Component/ClassLoader/composer.json b/core/includes/Symfony/Component/ClassLoader/composer.json
index 35b573e5bb8..35b573e5bb8 100644
--- a/includes/Symfony/Component/ClassLoader/composer.json
+++ b/core/includes/Symfony/Component/ClassLoader/composer.json
diff --git a/includes/Symfony/Component/HttpFoundation/ApacheRequest.php b/core/includes/Symfony/Component/HttpFoundation/ApacheRequest.php
index 27215819e49..27215819e49 100644
--- a/includes/Symfony/Component/HttpFoundation/ApacheRequest.php
+++ b/core/includes/Symfony/Component/HttpFoundation/ApacheRequest.php
diff --git a/includes/Symfony/Component/HttpFoundation/Cookie.php b/core/includes/Symfony/Component/HttpFoundation/Cookie.php
index 8392812ebe5..8392812ebe5 100644
--- a/includes/Symfony/Component/HttpFoundation/Cookie.php
+++ b/core/includes/Symfony/Component/HttpFoundation/Cookie.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php b/core/includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php
index 9c7fe6812a3..9c7fe6812a3 100644
--- a/includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php b/core/includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php
index 43c6cc8998c..43c6cc8998c 100644
--- a/includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/Exception/FileException.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php b/core/includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php
index 5b1aef8e2b2..5b1aef8e2b2 100644
--- a/includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php b/core/includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
index 0444b877821..0444b877821 100644
--- a/includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php b/core/includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php
index 694e864d1c5..694e864d1c5 100644
--- a/includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/Exception/UploadException.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/File.php b/core/includes/Symfony/Component/HttpFoundation/File/File.php
index 3a900fdcef6..3a900fdcef6 100644
--- a/includes/Symfony/Component/HttpFoundation/File/File.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/File.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php
index fb900b2bc28..fb900b2bc28 100644
--- a/includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php
index 1b869f22cb3..1b869f22cb3 100644
--- a/includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
index 45d5a086eda..45d5a086eda 100644
--- a/includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
index 23dd46324d7..23dd46324d7 100644
--- a/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
index c11158396fe..c11158396fe 100644
--- a/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
diff --git a/includes/Symfony/Component/HttpFoundation/File/UploadedFile.php b/core/includes/Symfony/Component/HttpFoundation/File/UploadedFile.php
index 936ed705795..936ed705795 100644
--- a/includes/Symfony/Component/HttpFoundation/File/UploadedFile.php
+++ b/core/includes/Symfony/Component/HttpFoundation/File/UploadedFile.php
diff --git a/includes/Symfony/Component/HttpFoundation/FileBag.php b/core/includes/Symfony/Component/HttpFoundation/FileBag.php
index 602cff2b3ce..602cff2b3ce 100644
--- a/includes/Symfony/Component/HttpFoundation/FileBag.php
+++ b/core/includes/Symfony/Component/HttpFoundation/FileBag.php
diff --git a/includes/Symfony/Component/HttpFoundation/HeaderBag.php b/core/includes/Symfony/Component/HttpFoundation/HeaderBag.php
index f614b094fd2..f614b094fd2 100644
--- a/includes/Symfony/Component/HttpFoundation/HeaderBag.php
+++ b/core/includes/Symfony/Component/HttpFoundation/HeaderBag.php
diff --git a/includes/Symfony/Component/HttpFoundation/LICENSE b/core/includes/Symfony/Component/HttpFoundation/LICENSE
index 89df4481b95..89df4481b95 100644
--- a/includes/Symfony/Component/HttpFoundation/LICENSE
+++ b/core/includes/Symfony/Component/HttpFoundation/LICENSE
diff --git a/includes/Symfony/Component/HttpFoundation/ParameterBag.php b/core/includes/Symfony/Component/HttpFoundation/ParameterBag.php
index 3a38b5fab33..3a38b5fab33 100644
--- a/includes/Symfony/Component/HttpFoundation/ParameterBag.php
+++ b/core/includes/Symfony/Component/HttpFoundation/ParameterBag.php
diff --git a/includes/Symfony/Component/HttpFoundation/RedirectResponse.php b/core/includes/Symfony/Component/HttpFoundation/RedirectResponse.php
index 3318b12bb38..3318b12bb38 100644
--- a/includes/Symfony/Component/HttpFoundation/RedirectResponse.php
+++ b/core/includes/Symfony/Component/HttpFoundation/RedirectResponse.php
diff --git a/includes/Symfony/Component/HttpFoundation/Request.php b/core/includes/Symfony/Component/HttpFoundation/Request.php
index e66abb7484e..e66abb7484e 100644
--- a/includes/Symfony/Component/HttpFoundation/Request.php
+++ b/core/includes/Symfony/Component/HttpFoundation/Request.php
diff --git a/includes/Symfony/Component/HttpFoundation/RequestMatcher.php b/core/includes/Symfony/Component/HttpFoundation/RequestMatcher.php
index 52ba0784bbc..52ba0784bbc 100644
--- a/includes/Symfony/Component/HttpFoundation/RequestMatcher.php
+++ b/core/includes/Symfony/Component/HttpFoundation/RequestMatcher.php
diff --git a/includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php b/core/includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
index 506ec794015..506ec794015 100644
--- a/includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
+++ b/core/includes/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
diff --git a/includes/Symfony/Component/HttpFoundation/Response.php b/core/includes/Symfony/Component/HttpFoundation/Response.php
index e8a7d562449..e8a7d562449 100644
--- a/includes/Symfony/Component/HttpFoundation/Response.php
+++ b/core/includes/Symfony/Component/HttpFoundation/Response.php
diff --git a/includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php b/core/includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
index f243dcc9f6b..f243dcc9f6b 100644
--- a/includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
+++ b/core/includes/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
diff --git a/includes/Symfony/Component/HttpFoundation/ServerBag.php b/core/includes/Symfony/Component/HttpFoundation/ServerBag.php
index 02db3b18190..02db3b18190 100644
--- a/includes/Symfony/Component/HttpFoundation/ServerBag.php
+++ b/core/includes/Symfony/Component/HttpFoundation/ServerBag.php
diff --git a/includes/Symfony/Component/HttpFoundation/Session.php b/core/includes/Symfony/Component/HttpFoundation/Session.php
index a835ef7da5e..a835ef7da5e 100644
--- a/includes/Symfony/Component/HttpFoundation/Session.php
+++ b/core/includes/Symfony/Component/HttpFoundation/Session.php
diff --git a/includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php
index 62aac40982a..62aac40982a 100644
--- a/includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php
+++ b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php
diff --git a/includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php
index 87abd01bcde..87abd01bcde 100644
--- a/includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php
+++ b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php
diff --git a/includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php
index b759f7411a0..b759f7411a0 100644
--- a/includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php
+++ b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php
diff --git a/includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php
index 78f90b8ec95..78f90b8ec95 100644
--- a/includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php
+++ b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php
diff --git a/includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php
index b61a2557b27..b61a2557b27 100644
--- a/includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php
+++ b/core/includes/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php
diff --git a/includes/Symfony/Component/HttpFoundation/composer.json b/core/includes/Symfony/Component/HttpFoundation/composer.json
index b3cfbbd1a72..b3cfbbd1a72 100644
--- a/includes/Symfony/Component/HttpFoundation/composer.json
+++ b/core/includes/Symfony/Component/HttpFoundation/composer.json
diff --git a/includes/actions.inc b/core/includes/actions.inc
index 760de8300b3..760de8300b3 100644
--- a/includes/actions.inc
+++ b/core/includes/actions.inc
diff --git a/includes/ajax.inc b/core/includes/ajax.inc
index cda55b42466..cda55b42466 100644
--- a/includes/ajax.inc
+++ b/core/includes/ajax.inc
diff --git a/includes/archiver.inc b/core/includes/archiver.inc
index fec053be623..fec053be623 100644
--- a/includes/archiver.inc
+++ b/core/includes/archiver.inc
diff --git a/includes/authorize.inc b/core/includes/authorize.inc
index 862992f6131..862992f6131 100644
--- a/includes/authorize.inc
+++ b/core/includes/authorize.inc
diff --git a/includes/batch.inc b/core/includes/batch.inc
index 513a8f9ad0d..513a8f9ad0d 100644
--- a/includes/batch.inc
+++ b/core/includes/batch.inc
diff --git a/includes/batch.queue.inc b/core/includes/batch.queue.inc
index 8464836987b..8464836987b 100644
--- a/includes/batch.queue.inc
+++ b/core/includes/batch.queue.inc
diff --git a/includes/bootstrap.inc b/core/includes/bootstrap.inc
index 1cd7ac2fda5..1cd7ac2fda5 100644
--- a/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
diff --git a/includes/cache-install.inc b/core/includes/cache-install.inc
index 8bcf8b7b1c1..8bcf8b7b1c1 100644
--- a/includes/cache-install.inc
+++ b/core/includes/cache-install.inc
diff --git a/includes/cache.inc b/core/includes/cache.inc
index fcf3e5e5187..fcf3e5e5187 100644
--- a/includes/cache.inc
+++ b/core/includes/cache.inc
diff --git a/includes/common.inc b/core/includes/common.inc
index a05a09a7b16..a05a09a7b16 100644
--- a/includes/common.inc
+++ b/core/includes/common.inc
diff --git a/includes/database/database.inc b/core/includes/database/database.inc
index bdd65cc5fde..bdd65cc5fde 100644
--- a/includes/database/database.inc
+++ b/core/includes/database/database.inc
diff --git a/includes/database/log.inc b/core/includes/database/log.inc
index ec27ef8e633..ec27ef8e633 100644
--- a/includes/database/log.inc
+++ b/core/includes/database/log.inc
diff --git a/includes/database/mysql/database.inc b/core/includes/database/mysql/database.inc
index 7d5d85998db..7d5d85998db 100644
--- a/includes/database/mysql/database.inc
+++ b/core/includes/database/mysql/database.inc
diff --git a/includes/database/mysql/install.inc b/core/includes/database/mysql/install.inc
index 75f2ae39050..75f2ae39050 100644
--- a/includes/database/mysql/install.inc
+++ b/core/includes/database/mysql/install.inc
diff --git a/includes/database/mysql/query.inc b/core/includes/database/mysql/query.inc
index 888b6a5a450..888b6a5a450 100644
--- a/includes/database/mysql/query.inc
+++ b/core/includes/database/mysql/query.inc
diff --git a/includes/database/mysql/schema.inc b/core/includes/database/mysql/schema.inc
index 4e88fa169eb..4e88fa169eb 100644
--- a/includes/database/mysql/schema.inc
+++ b/core/includes/database/mysql/schema.inc
diff --git a/includes/database/pgsql/database.inc b/core/includes/database/pgsql/database.inc
index 39b4e9b6960..39b4e9b6960 100644
--- a/includes/database/pgsql/database.inc
+++ b/core/includes/database/pgsql/database.inc
diff --git a/includes/database/pgsql/install.inc b/core/includes/database/pgsql/install.inc
index c350634ec40..c350634ec40 100644
--- a/includes/database/pgsql/install.inc
+++ b/core/includes/database/pgsql/install.inc
diff --git a/includes/database/pgsql/query.inc b/core/includes/database/pgsql/query.inc
index f3783a9ca8f..f3783a9ca8f 100644
--- a/includes/database/pgsql/query.inc
+++ b/core/includes/database/pgsql/query.inc
diff --git a/includes/database/pgsql/schema.inc b/core/includes/database/pgsql/schema.inc
index 9ed8a262032..9ed8a262032 100644
--- a/includes/database/pgsql/schema.inc
+++ b/core/includes/database/pgsql/schema.inc
diff --git a/includes/database/pgsql/select.inc b/core/includes/database/pgsql/select.inc
index d1d83828118..d1d83828118 100644
--- a/includes/database/pgsql/select.inc
+++ b/core/includes/database/pgsql/select.inc
diff --git a/includes/database/prefetch.inc b/core/includes/database/prefetch.inc
index 4f2b19d1f3d..4f2b19d1f3d 100644
--- a/includes/database/prefetch.inc
+++ b/core/includes/database/prefetch.inc
diff --git a/includes/database/query.inc b/core/includes/database/query.inc
index c779687679a..c779687679a 100644
--- a/includes/database/query.inc
+++ b/core/includes/database/query.inc
diff --git a/includes/database/schema.inc b/core/includes/database/schema.inc
index 41c68021dcd..41c68021dcd 100644
--- a/includes/database/schema.inc
+++ b/core/includes/database/schema.inc
diff --git a/includes/database/select.inc b/core/includes/database/select.inc
index 75047785493..75047785493 100644
--- a/includes/database/select.inc
+++ b/core/includes/database/select.inc
diff --git a/includes/database/sqlite/database.inc b/core/includes/database/sqlite/database.inc
index 3e2490b00ca..3e2490b00ca 100644
--- a/includes/database/sqlite/database.inc
+++ b/core/includes/database/sqlite/database.inc
diff --git a/includes/database/sqlite/install.inc b/core/includes/database/sqlite/install.inc
index 62cbac381f1..62cbac381f1 100644
--- a/includes/database/sqlite/install.inc
+++ b/core/includes/database/sqlite/install.inc
diff --git a/includes/database/sqlite/query.inc b/core/includes/database/sqlite/query.inc
index 6b8a72f2ab4..6b8a72f2ab4 100644
--- a/includes/database/sqlite/query.inc
+++ b/core/includes/database/sqlite/query.inc
diff --git a/includes/database/sqlite/schema.inc b/core/includes/database/sqlite/schema.inc
index c5882f12715..c5882f12715 100644
--- a/includes/database/sqlite/schema.inc
+++ b/core/includes/database/sqlite/schema.inc
diff --git a/includes/database/sqlite/select.inc b/core/includes/database/sqlite/select.inc
index fb926ef04d3..fb926ef04d3 100644
--- a/includes/database/sqlite/select.inc
+++ b/core/includes/database/sqlite/select.inc
diff --git a/includes/date.inc b/core/includes/date.inc
index 27634f9e39b..27634f9e39b 100644
--- a/includes/date.inc
+++ b/core/includes/date.inc
diff --git a/includes/errors.inc b/core/includes/errors.inc
index e62d55f5e80..e62d55f5e80 100644
--- a/includes/errors.inc
+++ b/core/includes/errors.inc
diff --git a/includes/file.inc b/core/includes/file.inc
index d8dc3cd1d1b..d8dc3cd1d1b 100644
--- a/includes/file.inc
+++ b/core/includes/file.inc
diff --git a/includes/file.mimetypes.inc b/core/includes/file.mimetypes.inc
index 7468a60af42..7468a60af42 100644
--- a/includes/file.mimetypes.inc
+++ b/core/includes/file.mimetypes.inc
diff --git a/includes/filetransfer/filetransfer.inc b/core/includes/filetransfer/filetransfer.inc
index aa7ebe470e2..aa7ebe470e2 100644
--- a/includes/filetransfer/filetransfer.inc
+++ b/core/includes/filetransfer/filetransfer.inc
diff --git a/includes/filetransfer/ftp.inc b/core/includes/filetransfer/ftp.inc
index 838dc7c1e1e..838dc7c1e1e 100644
--- a/includes/filetransfer/ftp.inc
+++ b/core/includes/filetransfer/ftp.inc
diff --git a/includes/filetransfer/local.inc b/core/includes/filetransfer/local.inc
index b1259897331..b1259897331 100644
--- a/includes/filetransfer/local.inc
+++ b/core/includes/filetransfer/local.inc
diff --git a/includes/filetransfer/ssh.inc b/core/includes/filetransfer/ssh.inc
index 43ec3249ef0..43ec3249ef0 100644
--- a/includes/filetransfer/ssh.inc
+++ b/core/includes/filetransfer/ssh.inc
diff --git a/includes/form.inc b/core/includes/form.inc
index 1b163a056d1..1b163a056d1 100644
--- a/includes/form.inc
+++ b/core/includes/form.inc
diff --git a/includes/gettext.inc b/core/includes/gettext.inc
index 4d2ed9ebc74..4d2ed9ebc74 100644
--- a/includes/gettext.inc
+++ b/core/includes/gettext.inc
diff --git a/includes/graph.inc b/core/includes/graph.inc
index 416fad6df07..416fad6df07 100644
--- a/includes/graph.inc
+++ b/core/includes/graph.inc
diff --git a/includes/image.inc b/core/includes/image.inc
index 8dc36b995bc..8dc36b995bc 100644
--- a/includes/image.inc
+++ b/core/includes/image.inc
diff --git a/includes/install.core.inc b/core/includes/install.core.inc
index 4bf4bc713bf..4bf4bc713bf 100644
--- a/includes/install.core.inc
+++ b/core/includes/install.core.inc
diff --git a/includes/install.inc b/core/includes/install.inc
index a960d25fd5e..a960d25fd5e 100644
--- a/includes/install.inc
+++ b/core/includes/install.inc
diff --git a/includes/language.inc b/core/includes/language.inc
index 685a4d44a00..685a4d44a00 100644
--- a/includes/language.inc
+++ b/core/includes/language.inc
diff --git a/includes/locale.inc b/core/includes/locale.inc
index 01c35fabd0b..01c35fabd0b 100644
--- a/includes/locale.inc
+++ b/core/includes/locale.inc
diff --git a/includes/lock.inc b/core/includes/lock.inc
index 7dd8db30a16..7dd8db30a16 100644
--- a/includes/lock.inc
+++ b/core/includes/lock.inc
diff --git a/includes/mail.inc b/core/includes/mail.inc
index 7272df972e2..7272df972e2 100644
--- a/includes/mail.inc
+++ b/core/includes/mail.inc
diff --git a/includes/menu.inc b/core/includes/menu.inc
index f23eb0d4dff..f23eb0d4dff 100644
--- a/includes/menu.inc
+++ b/core/includes/menu.inc
diff --git a/includes/module.inc b/core/includes/module.inc
index e20e164a173..e20e164a173 100644
--- a/includes/module.inc
+++ b/core/includes/module.inc
diff --git a/includes/pager.inc b/core/includes/pager.inc
index a5d3e6be03c..a5d3e6be03c 100644
--- a/includes/pager.inc
+++ b/core/includes/pager.inc
diff --git a/includes/password.inc b/core/includes/password.inc
index a4b96336294..a4b96336294 100644
--- a/includes/password.inc
+++ b/core/includes/password.inc
diff --git a/includes/path.inc b/core/includes/path.inc
index 630b34c4ce0..630b34c4ce0 100644
--- a/includes/path.inc
+++ b/core/includes/path.inc
diff --git a/includes/registry.inc b/core/includes/registry.inc
index af432ffca1c..af432ffca1c 100644
--- a/includes/registry.inc
+++ b/core/includes/registry.inc
diff --git a/includes/session.inc b/core/includes/session.inc
index fd04de8753b..fd04de8753b 100644
--- a/includes/session.inc
+++ b/core/includes/session.inc
diff --git a/includes/standard.inc b/core/includes/standard.inc
index 38b5d153740..38b5d153740 100644
--- a/includes/standard.inc
+++ b/core/includes/standard.inc
diff --git a/includes/stream_wrappers.inc b/core/includes/stream_wrappers.inc
index e47668e3aff..e47668e3aff 100644
--- a/includes/stream_wrappers.inc
+++ b/core/includes/stream_wrappers.inc
diff --git a/includes/tablesort.inc b/core/includes/tablesort.inc
index 121a1b90934..121a1b90934 100644
--- a/includes/tablesort.inc
+++ b/core/includes/tablesort.inc
diff --git a/includes/theme.inc b/core/includes/theme.inc
index e50df063858..e50df063858 100644
--- a/includes/theme.inc
+++ b/core/includes/theme.inc
diff --git a/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc
index 218a8adaa09..218a8adaa09 100644
--- a/includes/theme.maintenance.inc
+++ b/core/includes/theme.maintenance.inc
diff --git a/includes/token.inc b/core/includes/token.inc
index 7a5fea141c3..7a5fea141c3 100644
--- a/includes/token.inc
+++ b/core/includes/token.inc
diff --git a/includes/unicode.entities.inc b/core/includes/unicode.entities.inc
index 3b1fbb691d7..3b1fbb691d7 100644
--- a/includes/unicode.entities.inc
+++ b/core/includes/unicode.entities.inc
diff --git a/includes/unicode.inc b/core/includes/unicode.inc
index 9dde2ca70cc..9dde2ca70cc 100644
--- a/includes/unicode.inc
+++ b/core/includes/unicode.inc
diff --git a/includes/update.inc b/core/includes/update.inc
index 416d2033a09..416d2033a09 100644
--- a/includes/update.inc
+++ b/core/includes/update.inc
diff --git a/includes/updater.inc b/core/includes/updater.inc
index 363c6ebffaa..363c6ebffaa 100644
--- a/includes/updater.inc
+++ b/core/includes/updater.inc
diff --git a/includes/utility.inc b/core/includes/utility.inc
index 7d82f3292e9..7d82f3292e9 100644
--- a/includes/utility.inc
+++ b/core/includes/utility.inc
diff --git a/includes/uuid.inc b/core/includes/uuid.inc
index 57f2199d7b8..57f2199d7b8 100644
--- a/includes/uuid.inc
+++ b/core/includes/uuid.inc
diff --git a/includes/xmlrpc.inc b/core/includes/xmlrpc.inc
index 92e5d14f0fc..92e5d14f0fc 100644
--- a/includes/xmlrpc.inc
+++ b/core/includes/xmlrpc.inc
diff --git a/includes/xmlrpcs.inc b/core/includes/xmlrpcs.inc
index 70c7cdac3b2..70c7cdac3b2 100644
--- a/includes/xmlrpcs.inc
+++ b/core/includes/xmlrpcs.inc
diff --git a/install.php b/core/install.php
index 20576b2f633..20576b2f633 100644
--- a/install.php
+++ b/core/install.php
diff --git a/misc/ajax.js b/core/misc/ajax.js
index 92eefea952d..92eefea952d 100644
--- a/misc/ajax.js
+++ b/core/misc/ajax.js
diff --git a/misc/arrow-asc.png b/core/misc/arrow-asc.png
index 2edbb17d776..2edbb17d776 100644
--- a/misc/arrow-asc.png
+++ b/core/misc/arrow-asc.png
Binary files differ
diff --git a/misc/arrow-desc.png b/core/misc/arrow-desc.png
index a3ccabc556e..a3ccabc556e 100644
--- a/misc/arrow-desc.png
+++ b/core/misc/arrow-desc.png
Binary files differ
diff --git a/misc/authorize.js b/core/misc/authorize.js
index 66b789791c8..66b789791c8 100644
--- a/misc/authorize.js
+++ b/core/misc/authorize.js
diff --git a/misc/autocomplete.js b/core/misc/autocomplete.js
index 5e85be44fc5..5e85be44fc5 100644
--- a/misc/autocomplete.js
+++ b/core/misc/autocomplete.js
diff --git a/misc/batch.js b/core/misc/batch.js
index fee71a52fd1..fee71a52fd1 100644
--- a/misc/batch.js
+++ b/core/misc/batch.js
diff --git a/misc/collapse.js b/core/misc/collapse.js
index 1a98dc0e04c..1a98dc0e04c 100644
--- a/misc/collapse.js
+++ b/core/misc/collapse.js
diff --git a/misc/configure.png b/core/misc/configure.png
index ff200dc1dc7..ff200dc1dc7 100644
--- a/misc/configure.png
+++ b/core/misc/configure.png
Binary files differ
diff --git a/misc/draggable.png b/core/misc/draggable.png
index 93d20d60d50..93d20d60d50 100644
--- a/misc/draggable.png
+++ b/core/misc/draggable.png
Binary files differ
diff --git a/misc/drupal.js b/core/misc/drupal.js
index 7ae737c639b..7ae737c639b 100644
--- a/misc/drupal.js
+++ b/core/misc/drupal.js
diff --git a/misc/druplicon.png b/core/misc/druplicon.png
index 3b49a4ce78d..3b49a4ce78d 100644
--- a/misc/druplicon.png
+++ b/core/misc/druplicon.png
Binary files differ
diff --git a/misc/farbtastic/farbtastic.css b/core/misc/farbtastic/farbtastic.css
index 25a68ebf795..25a68ebf795 100644
--- a/misc/farbtastic/farbtastic.css
+++ b/core/misc/farbtastic/farbtastic.css
diff --git a/misc/farbtastic/farbtastic.js b/core/misc/farbtastic/farbtastic.js
index 10c9e7635d1..10c9e7635d1 100644
--- a/misc/farbtastic/farbtastic.js
+++ b/core/misc/farbtastic/farbtastic.js
diff --git a/misc/farbtastic/marker.png b/core/misc/farbtastic/marker.png
index f9773d14f6b..f9773d14f6b 100644
--- a/misc/farbtastic/marker.png
+++ b/core/misc/farbtastic/marker.png
Binary files differ
diff --git a/misc/farbtastic/mask.png b/core/misc/farbtastic/mask.png
index 0fc9cbe6309..0fc9cbe6309 100644
--- a/misc/farbtastic/mask.png
+++ b/core/misc/farbtastic/mask.png
Binary files differ
diff --git a/misc/farbtastic/wheel.png b/core/misc/farbtastic/wheel.png
index 4a905e9fb52..4a905e9fb52 100644
--- a/misc/farbtastic/wheel.png
+++ b/core/misc/farbtastic/wheel.png
Binary files differ
diff --git a/misc/favicon.ico b/core/misc/favicon.ico
index 3417ec244e8..3417ec244e8 100644
--- a/misc/favicon.ico
+++ b/core/misc/favicon.ico
Binary files differ
diff --git a/misc/feed.png b/core/misc/feed.png
index e3f5067739a..e3f5067739a 100644
--- a/misc/feed.png
+++ b/core/misc/feed.png
Binary files differ
diff --git a/misc/form.js b/core/misc/form.js
index 259b84eb3f8..259b84eb3f8 100644
--- a/misc/form.js
+++ b/core/misc/form.js
diff --git a/misc/forum-icons.png b/core/misc/forum-icons.png
index e291de67252..e291de67252 100644
--- a/misc/forum-icons.png
+++ b/core/misc/forum-icons.png
Binary files differ
diff --git a/misc/grippie.png b/core/misc/grippie.png
index fbd84316d8a..fbd84316d8a 100644
--- a/misc/grippie.png
+++ b/core/misc/grippie.png
Binary files differ
diff --git a/misc/help.png b/core/misc/help.png
index dcc5cac7956..dcc5cac7956 100644
--- a/misc/help.png
+++ b/core/misc/help.png
Binary files differ
diff --git a/misc/jquery.ba-bbq.js b/core/misc/jquery.ba-bbq.js
index deb9a2fa4bc..deb9a2fa4bc 100644
--- a/misc/jquery.ba-bbq.js
+++ b/core/misc/jquery.ba-bbq.js
diff --git a/misc/jquery.cookie.js b/core/misc/jquery.cookie.js
index 79f514c2059..79f514c2059 100644
--- a/misc/jquery.cookie.js
+++ b/core/misc/jquery.cookie.js
diff --git a/misc/jquery.form.js b/core/misc/jquery.form.js
index 7a6f1b29fe3..7a6f1b29fe3 100644
--- a/misc/jquery.form.js
+++ b/core/misc/jquery.form.js
diff --git a/misc/jquery.js b/core/misc/jquery.js
index e900c19a38f..e900c19a38f 100644
--- a/misc/jquery.js
+++ b/core/misc/jquery.js
diff --git a/misc/jquery.once.js b/core/misc/jquery.once.js
index 506fb4867f7..506fb4867f7 100644
--- a/misc/jquery.once.js
+++ b/core/misc/jquery.once.js
diff --git a/misc/machine-name.js b/core/misc/machine-name.js
index 2691c3b73a2..2691c3b73a2 100644
--- a/misc/machine-name.js
+++ b/core/misc/machine-name.js
diff --git a/misc/menu-collapsed-rtl.png b/core/misc/menu-collapsed-rtl.png
index dc8d0b8823a..dc8d0b8823a 100644
--- a/misc/menu-collapsed-rtl.png
+++ b/core/misc/menu-collapsed-rtl.png
Binary files differ
diff --git a/misc/menu-collapsed.png b/core/misc/menu-collapsed.png
index 91f3fd40ede..91f3fd40ede 100644
--- a/misc/menu-collapsed.png
+++ b/core/misc/menu-collapsed.png
Binary files differ
diff --git a/misc/menu-expanded.png b/core/misc/menu-expanded.png
index 46f39ecb351..46f39ecb351 100644
--- a/misc/menu-expanded.png
+++ b/core/misc/menu-expanded.png
Binary files differ
diff --git a/misc/menu-leaf.png b/core/misc/menu-leaf.png
index 6b2d63f9885..6b2d63f9885 100644
--- a/misc/menu-leaf.png
+++ b/core/misc/menu-leaf.png
Binary files differ
diff --git a/misc/message-16-error.png b/core/misc/message-16-error.png
index 486390c9b0a..486390c9b0a 100644
--- a/misc/message-16-error.png
+++ b/core/misc/message-16-error.png
Binary files differ
diff --git a/misc/message-16-help.png b/core/misc/message-16-help.png
index fc44326e46b..fc44326e46b 100644
--- a/misc/message-16-help.png
+++ b/core/misc/message-16-help.png
Binary files differ
diff --git a/misc/message-16-info.png b/core/misc/message-16-info.png
index f47924fc8ab..f47924fc8ab 100644
--- a/misc/message-16-info.png
+++ b/core/misc/message-16-info.png
Binary files differ
diff --git a/misc/message-16-ok.png b/core/misc/message-16-ok.png
index 9edebe6bd22..9edebe6bd22 100644
--- a/misc/message-16-ok.png
+++ b/core/misc/message-16-ok.png
Binary files differ
diff --git a/misc/message-16-warning.png b/core/misc/message-16-warning.png
index ffc43177abd..ffc43177abd 100644
--- a/misc/message-16-warning.png
+++ b/core/misc/message-16-warning.png
Binary files differ
diff --git a/misc/message-24-error.png b/core/misc/message-24-error.png
index b09418060ce..b09418060ce 100644
--- a/misc/message-24-error.png
+++ b/core/misc/message-24-error.png
Binary files differ
diff --git a/misc/message-24-help.png b/core/misc/message-24-help.png
index 66b89cee3d4..66b89cee3d4 100644
--- a/misc/message-24-help.png
+++ b/core/misc/message-24-help.png
Binary files differ
diff --git a/misc/message-24-info.png b/core/misc/message-24-info.png
index be599cabe49..be599cabe49 100644
--- a/misc/message-24-info.png
+++ b/core/misc/message-24-info.png
Binary files differ
diff --git a/misc/message-24-ok.png b/core/misc/message-24-ok.png
index bd3666934fb..bd3666934fb 100644
--- a/misc/message-24-ok.png
+++ b/core/misc/message-24-ok.png
Binary files differ
diff --git a/misc/message-24-warning.png b/core/misc/message-24-warning.png
index 183297d8695..183297d8695 100644
--- a/misc/message-24-warning.png
+++ b/core/misc/message-24-warning.png
Binary files differ
diff --git a/misc/permissions.png b/core/misc/permissions.png
index 621471135b4..621471135b4 100644
--- a/misc/permissions.png
+++ b/core/misc/permissions.png
Binary files differ
diff --git a/misc/powered-black-135x42.png b/core/misc/powered-black-135x42.png
index 1ac2a871861..1ac2a871861 100644
--- a/misc/powered-black-135x42.png
+++ b/core/misc/powered-black-135x42.png
Binary files differ
diff --git a/misc/powered-black-80x15.png b/core/misc/powered-black-80x15.png
index e76fa038480..e76fa038480 100644
--- a/misc/powered-black-80x15.png
+++ b/core/misc/powered-black-80x15.png
Binary files differ
diff --git a/misc/powered-black-88x31.png b/core/misc/powered-black-88x31.png
index 3adaa4f446e..3adaa4f446e 100644
--- a/misc/powered-black-88x31.png
+++ b/core/misc/powered-black-88x31.png
Binary files differ
diff --git a/misc/powered-blue-135x42.png b/core/misc/powered-blue-135x42.png
index 21e05210856..21e05210856 100644
--- a/misc/powered-blue-135x42.png
+++ b/core/misc/powered-blue-135x42.png
Binary files differ
diff --git a/misc/powered-blue-80x15.png b/core/misc/powered-blue-80x15.png
index 28f8bc58f42..28f8bc58f42 100644
--- a/misc/powered-blue-80x15.png
+++ b/core/misc/powered-blue-80x15.png
Binary files differ
diff --git a/misc/powered-blue-88x31.png b/core/misc/powered-blue-88x31.png
index e6e30865037..e6e30865037 100644
--- a/misc/powered-blue-88x31.png
+++ b/core/misc/powered-blue-88x31.png
Binary files differ
diff --git a/misc/powered-gray-135x42.png b/core/misc/powered-gray-135x42.png
index 7bbfcc6b82f..7bbfcc6b82f 100644
--- a/misc/powered-gray-135x42.png
+++ b/core/misc/powered-gray-135x42.png
Binary files differ
diff --git a/misc/powered-gray-80x15.png b/core/misc/powered-gray-80x15.png
index 80808ad5022..80808ad5022 100644
--- a/misc/powered-gray-80x15.png
+++ b/core/misc/powered-gray-80x15.png
Binary files differ
diff --git a/misc/powered-gray-88x31.png b/core/misc/powered-gray-88x31.png
index a618d8303d8..a618d8303d8 100644
--- a/misc/powered-gray-88x31.png
+++ b/core/misc/powered-gray-88x31.png
Binary files differ
diff --git a/misc/print-rtl.css b/core/misc/print-rtl.css
index f99287a572c..f99287a572c 100644
--- a/misc/print-rtl.css
+++ b/core/misc/print-rtl.css
diff --git a/misc/print.css b/core/misc/print.css
index 0a56ef13b45..0a56ef13b45 100644
--- a/misc/print.css
+++ b/core/misc/print.css
diff --git a/misc/progress.gif b/core/misc/progress.gif
index f84a9de5767..f84a9de5767 100644
--- a/misc/progress.gif
+++ b/core/misc/progress.gif
Binary files differ
diff --git a/misc/progress.js b/core/misc/progress.js
index 822666af4b7..822666af4b7 100644
--- a/misc/progress.js
+++ b/core/misc/progress.js
diff --git a/misc/states.js b/core/misc/states.js
index 0b2616b055b..0b2616b055b 100644
--- a/misc/states.js
+++ b/core/misc/states.js
diff --git a/misc/tabledrag.js b/core/misc/tabledrag.js
index b9b5822c812..b9b5822c812 100644
--- a/misc/tabledrag.js
+++ b/core/misc/tabledrag.js
diff --git a/misc/tableheader.js b/core/misc/tableheader.js
index 949ef5212fc..949ef5212fc 100644
--- a/misc/tableheader.js
+++ b/core/misc/tableheader.js
diff --git a/misc/tableselect.js b/core/misc/tableselect.js
index 1abda24d951..1abda24d951 100644
--- a/misc/tableselect.js
+++ b/core/misc/tableselect.js
diff --git a/misc/textarea.js b/core/misc/textarea.js
index 0ab5e71201f..0ab5e71201f 100644
--- a/misc/textarea.js
+++ b/core/misc/textarea.js
diff --git a/misc/throbber.gif b/core/misc/throbber.gif
index 4352e64e859..4352e64e859 100644
--- a/misc/throbber.gif
+++ b/core/misc/throbber.gif
Binary files differ
diff --git a/misc/timezone.js b/core/misc/timezone.js
index 54497304036..54497304036 100644
--- a/misc/timezone.js
+++ b/core/misc/timezone.js
diff --git a/misc/tree-bottom.png b/core/misc/tree-bottom.png
index a55804571e9..a55804571e9 100644
--- a/misc/tree-bottom.png
+++ b/core/misc/tree-bottom.png
Binary files differ
diff --git a/misc/tree.png b/core/misc/tree.png
index 89ea2350145..89ea2350145 100644
--- a/misc/tree.png
+++ b/core/misc/tree.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png b/core/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png
index 5b5dab2ab7b..5b5dab2ab7b 100644
--- a/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png
+++ b/core/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png b/core/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png
index ac8b229af95..ac8b229af95 100644
--- a/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png
+++ b/core/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/core/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png
index ad3d6346e00..ad3d6346e00 100644
--- a/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png
+++ b/core/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png b/core/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png
index 42ccba269b6..42ccba269b6 100644
--- a/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png
+++ b/core/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_glass_75_dadada_1x400.png b/core/misc/ui/images/ui-bg_glass_75_dadada_1x400.png
index 5a46b47cb16..5a46b47cb16 100644
--- a/misc/ui/images/ui-bg_glass_75_dadada_1x400.png
+++ b/core/misc/ui/images/ui-bg_glass_75_dadada_1x400.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/core/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png
index 86c2baa655e..86c2baa655e 100644
--- a/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png
+++ b/core/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png b/core/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png
index 4443fdc1a15..4443fdc1a15 100644
--- a/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png
+++ b/core/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png
Binary files differ
diff --git a/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/core/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
index 7c9fa6c6edc..7c9fa6c6edc 100644
--- a/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+++ b/core/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Binary files differ
diff --git a/misc/ui/images/ui-icons_222222_256x240.png b/core/misc/ui/images/ui-icons_222222_256x240.png
index ee039dc096a..ee039dc096a 100644
--- a/misc/ui/images/ui-icons_222222_256x240.png
+++ b/core/misc/ui/images/ui-icons_222222_256x240.png
Binary files differ
diff --git a/misc/ui/images/ui-icons_2e83ff_256x240.png b/core/misc/ui/images/ui-icons_2e83ff_256x240.png
index 45e8928e528..45e8928e528 100644
--- a/misc/ui/images/ui-icons_2e83ff_256x240.png
+++ b/core/misc/ui/images/ui-icons_2e83ff_256x240.png
Binary files differ
diff --git a/misc/ui/images/ui-icons_454545_256x240.png b/core/misc/ui/images/ui-icons_454545_256x240.png
index 7ec70d11bfb..7ec70d11bfb 100644
--- a/misc/ui/images/ui-icons_454545_256x240.png
+++ b/core/misc/ui/images/ui-icons_454545_256x240.png
Binary files differ
diff --git a/misc/ui/images/ui-icons_888888_256x240.png b/core/misc/ui/images/ui-icons_888888_256x240.png
index 5ba708c3917..5ba708c3917 100644
--- a/misc/ui/images/ui-icons_888888_256x240.png
+++ b/core/misc/ui/images/ui-icons_888888_256x240.png
Binary files differ
diff --git a/misc/ui/images/ui-icons_cd0a0a_256x240.png b/core/misc/ui/images/ui-icons_cd0a0a_256x240.png
index 7930a558099..7930a558099 100644
--- a/misc/ui/images/ui-icons_cd0a0a_256x240.png
+++ b/core/misc/ui/images/ui-icons_cd0a0a_256x240.png
Binary files differ
diff --git a/misc/ui/jquery.effects.blind.min.js b/core/misc/ui/jquery.effects.blind.min.js
index ed7c74f100b..ed7c74f100b 100644
--- a/misc/ui/jquery.effects.blind.min.js
+++ b/core/misc/ui/jquery.effects.blind.min.js
diff --git a/misc/ui/jquery.effects.bounce.min.js b/core/misc/ui/jquery.effects.bounce.min.js
index ca63813f7be..ca63813f7be 100644
--- a/misc/ui/jquery.effects.bounce.min.js
+++ b/core/misc/ui/jquery.effects.bounce.min.js
diff --git a/misc/ui/jquery.effects.clip.min.js b/core/misc/ui/jquery.effects.clip.min.js
index 75966ec4d1f..75966ec4d1f 100644
--- a/misc/ui/jquery.effects.clip.min.js
+++ b/core/misc/ui/jquery.effects.clip.min.js
diff --git a/misc/ui/jquery.effects.core.min.js b/core/misc/ui/jquery.effects.core.min.js
index 40c15504ad9..40c15504ad9 100644
--- a/misc/ui/jquery.effects.core.min.js
+++ b/core/misc/ui/jquery.effects.core.min.js
diff --git a/misc/ui/jquery.effects.drop.min.js b/core/misc/ui/jquery.effects.drop.min.js
index 37a034d3590..37a034d3590 100644
--- a/misc/ui/jquery.effects.drop.min.js
+++ b/core/misc/ui/jquery.effects.drop.min.js
diff --git a/misc/ui/jquery.effects.explode.min.js b/core/misc/ui/jquery.effects.explode.min.js
index 726f3d5b824..726f3d5b824 100644
--- a/misc/ui/jquery.effects.explode.min.js
+++ b/core/misc/ui/jquery.effects.explode.min.js
diff --git a/misc/ui/jquery.effects.fade.min.js b/core/misc/ui/jquery.effects.fade.min.js
index 71127f9ad4b..71127f9ad4b 100644
--- a/misc/ui/jquery.effects.fade.min.js
+++ b/core/misc/ui/jquery.effects.fade.min.js
diff --git a/misc/ui/jquery.effects.fold.min.js b/core/misc/ui/jquery.effects.fold.min.js
index ccc6b294914..ccc6b294914 100644
--- a/misc/ui/jquery.effects.fold.min.js
+++ b/core/misc/ui/jquery.effects.fold.min.js
diff --git a/misc/ui/jquery.effects.highlight.min.js b/core/misc/ui/jquery.effects.highlight.min.js
index 0ed3d89855a..0ed3d89855a 100644
--- a/misc/ui/jquery.effects.highlight.min.js
+++ b/core/misc/ui/jquery.effects.highlight.min.js
diff --git a/misc/ui/jquery.effects.pulsate.min.js b/core/misc/ui/jquery.effects.pulsate.min.js
index 658d8d03f77..658d8d03f77 100644
--- a/misc/ui/jquery.effects.pulsate.min.js
+++ b/core/misc/ui/jquery.effects.pulsate.min.js
diff --git a/misc/ui/jquery.effects.scale.min.js b/core/misc/ui/jquery.effects.scale.min.js
index 206ef12f45b..206ef12f45b 100644
--- a/misc/ui/jquery.effects.scale.min.js
+++ b/core/misc/ui/jquery.effects.scale.min.js
diff --git a/misc/ui/jquery.effects.shake.min.js b/core/misc/ui/jquery.effects.shake.min.js
index 44542f32616..44542f32616 100644
--- a/misc/ui/jquery.effects.shake.min.js
+++ b/core/misc/ui/jquery.effects.shake.min.js
diff --git a/misc/ui/jquery.effects.slide.min.js b/core/misc/ui/jquery.effects.slide.min.js
index 94f5906f3ad..94f5906f3ad 100644
--- a/misc/ui/jquery.effects.slide.min.js
+++ b/core/misc/ui/jquery.effects.slide.min.js
diff --git a/misc/ui/jquery.effects.transfer.min.js b/core/misc/ui/jquery.effects.transfer.min.js
index 0addaa8bb21..0addaa8bb21 100644
--- a/misc/ui/jquery.effects.transfer.min.js
+++ b/core/misc/ui/jquery.effects.transfer.min.js
diff --git a/misc/ui/jquery.ui.accordion.css b/core/misc/ui/jquery.ui.accordion.css
index fcd7c55dabd..fcd7c55dabd 100644
--- a/misc/ui/jquery.ui.accordion.css
+++ b/core/misc/ui/jquery.ui.accordion.css
diff --git a/misc/ui/jquery.ui.accordion.min.js b/core/misc/ui/jquery.ui.accordion.min.js
index 0e0ee39afc3..0e0ee39afc3 100644
--- a/misc/ui/jquery.ui.accordion.min.js
+++ b/core/misc/ui/jquery.ui.accordion.min.js
diff --git a/misc/ui/jquery.ui.autocomplete.css b/core/misc/ui/jquery.ui.autocomplete.css
index 80a5789eb46..80a5789eb46 100644
--- a/misc/ui/jquery.ui.autocomplete.css
+++ b/core/misc/ui/jquery.ui.autocomplete.css
diff --git a/misc/ui/jquery.ui.autocomplete.min.js b/core/misc/ui/jquery.ui.autocomplete.min.js
index 9983ec770e1..9983ec770e1 100644
--- a/misc/ui/jquery.ui.autocomplete.min.js
+++ b/core/misc/ui/jquery.ui.autocomplete.min.js
diff --git a/misc/ui/jquery.ui.button.css b/core/misc/ui/jquery.ui.button.css
index 973c314532f..973c314532f 100644
--- a/misc/ui/jquery.ui.button.css
+++ b/core/misc/ui/jquery.ui.button.css
diff --git a/misc/ui/jquery.ui.button.min.js b/core/misc/ui/jquery.ui.button.min.js
index 26366aa4b4c..26366aa4b4c 100644
--- a/misc/ui/jquery.ui.button.min.js
+++ b/core/misc/ui/jquery.ui.button.min.js
diff --git a/misc/ui/jquery.ui.core.css b/core/misc/ui/jquery.ui.core.css
index d436225e414..d436225e414 100644
--- a/misc/ui/jquery.ui.core.css
+++ b/core/misc/ui/jquery.ui.core.css
diff --git a/misc/ui/jquery.ui.core.min.js b/core/misc/ui/jquery.ui.core.min.js
index 976e056ff97..976e056ff97 100644
--- a/misc/ui/jquery.ui.core.min.js
+++ b/core/misc/ui/jquery.ui.core.min.js
diff --git a/misc/ui/jquery.ui.datepicker.css b/core/misc/ui/jquery.ui.datepicker.css
index a90488405f9..a90488405f9 100644
--- a/misc/ui/jquery.ui.datepicker.css
+++ b/core/misc/ui/jquery.ui.datepicker.css
diff --git a/misc/ui/jquery.ui.datepicker.min.js b/core/misc/ui/jquery.ui.datepicker.min.js
index 11af4811541..11af4811541 100644
--- a/misc/ui/jquery.ui.datepicker.min.js
+++ b/core/misc/ui/jquery.ui.datepicker.min.js
diff --git a/misc/ui/jquery.ui.dialog.css b/core/misc/ui/jquery.ui.dialog.css
index 156e03acfc0..156e03acfc0 100644
--- a/misc/ui/jquery.ui.dialog.css
+++ b/core/misc/ui/jquery.ui.dialog.css
diff --git a/misc/ui/jquery.ui.dialog.min.js b/core/misc/ui/jquery.ui.dialog.min.js
index d60151c2038..d60151c2038 100644
--- a/misc/ui/jquery.ui.dialog.min.js
+++ b/core/misc/ui/jquery.ui.dialog.min.js
diff --git a/misc/ui/jquery.ui.draggable.min.js b/core/misc/ui/jquery.ui.draggable.min.js
index 59a74182577..59a74182577 100644
--- a/misc/ui/jquery.ui.draggable.min.js
+++ b/core/misc/ui/jquery.ui.draggable.min.js
diff --git a/misc/ui/jquery.ui.droppable.min.js b/core/misc/ui/jquery.ui.droppable.min.js
index 12efd10bc4e..12efd10bc4e 100644
--- a/misc/ui/jquery.ui.droppable.min.js
+++ b/core/misc/ui/jquery.ui.droppable.min.js
diff --git a/misc/ui/jquery.ui.mouse.min.js b/core/misc/ui/jquery.ui.mouse.min.js
index 18057ebd084..18057ebd084 100644
--- a/misc/ui/jquery.ui.mouse.min.js
+++ b/core/misc/ui/jquery.ui.mouse.min.js
diff --git a/misc/ui/jquery.ui.position.min.js b/core/misc/ui/jquery.ui.position.min.js
index 2e1451efc10..2e1451efc10 100644
--- a/misc/ui/jquery.ui.position.min.js
+++ b/core/misc/ui/jquery.ui.position.min.js
diff --git a/misc/ui/jquery.ui.progressbar.css b/core/misc/ui/jquery.ui.progressbar.css
index 75610308b2a..75610308b2a 100644
--- a/misc/ui/jquery.ui.progressbar.css
+++ b/core/misc/ui/jquery.ui.progressbar.css
diff --git a/misc/ui/jquery.ui.progressbar.min.js b/core/misc/ui/jquery.ui.progressbar.min.js
index 7a8f0b79002..7a8f0b79002 100644
--- a/misc/ui/jquery.ui.progressbar.min.js
+++ b/core/misc/ui/jquery.ui.progressbar.min.js
diff --git a/misc/ui/jquery.ui.resizable.css b/core/misc/ui/jquery.ui.resizable.css
index e0f15cc61c5..e0f15cc61c5 100644
--- a/misc/ui/jquery.ui.resizable.css
+++ b/core/misc/ui/jquery.ui.resizable.css
diff --git a/misc/ui/jquery.ui.resizable.min.js b/core/misc/ui/jquery.ui.resizable.min.js
index 4df6eb770b8..4df6eb770b8 100644
--- a/misc/ui/jquery.ui.resizable.min.js
+++ b/core/misc/ui/jquery.ui.resizable.min.js
diff --git a/misc/ui/jquery.ui.selectable.css b/core/misc/ui/jquery.ui.selectable.css
index 1489dcf36c5..1489dcf36c5 100644
--- a/misc/ui/jquery.ui.selectable.css
+++ b/core/misc/ui/jquery.ui.selectable.css
diff --git a/misc/ui/jquery.ui.selectable.min.js b/core/misc/ui/jquery.ui.selectable.min.js
index e2ec516e0b8..e2ec516e0b8 100644
--- a/misc/ui/jquery.ui.selectable.min.js
+++ b/core/misc/ui/jquery.ui.selectable.min.js
diff --git a/misc/ui/jquery.ui.slider.css b/core/misc/ui/jquery.ui.slider.css
index a56a513849c..a56a513849c 100644
--- a/misc/ui/jquery.ui.slider.css
+++ b/core/misc/ui/jquery.ui.slider.css
diff --git a/misc/ui/jquery.ui.slider.min.js b/core/misc/ui/jquery.ui.slider.min.js
index dc36f15fed0..dc36f15fed0 100644
--- a/misc/ui/jquery.ui.slider.min.js
+++ b/core/misc/ui/jquery.ui.slider.min.js
diff --git a/misc/ui/jquery.ui.sortable.min.js b/core/misc/ui/jquery.ui.sortable.min.js
index 2cb1eaa54f3..2cb1eaa54f3 100644
--- a/misc/ui/jquery.ui.sortable.min.js
+++ b/core/misc/ui/jquery.ui.sortable.min.js
diff --git a/misc/ui/jquery.ui.tabs.css b/core/misc/ui/jquery.ui.tabs.css
index 94420e185d9..94420e185d9 100644
--- a/misc/ui/jquery.ui.tabs.css
+++ b/core/misc/ui/jquery.ui.tabs.css
diff --git a/misc/ui/jquery.ui.tabs.min.js b/core/misc/ui/jquery.ui.tabs.min.js
index aeb42bb4bed..aeb42bb4bed 100644
--- a/misc/ui/jquery.ui.tabs.min.js
+++ b/core/misc/ui/jquery.ui.tabs.min.js
diff --git a/misc/ui/jquery.ui.theme.css b/core/misc/ui/jquery.ui.theme.css
index 1e622b46a87..1e622b46a87 100644
--- a/misc/ui/jquery.ui.theme.css
+++ b/core/misc/ui/jquery.ui.theme.css
diff --git a/misc/ui/jquery.ui.widget.min.js b/core/misc/ui/jquery.ui.widget.min.js
index 165a272b788..165a272b788 100644
--- a/misc/ui/jquery.ui.widget.min.js
+++ b/core/misc/ui/jquery.ui.widget.min.js
diff --git a/misc/vertical-tabs-rtl.css b/core/misc/vertical-tabs-rtl.css
index 7fb0347d461..7fb0347d461 100644
--- a/misc/vertical-tabs-rtl.css
+++ b/core/misc/vertical-tabs-rtl.css
diff --git a/misc/vertical-tabs.css b/core/misc/vertical-tabs.css
index 505ba1e58e2..505ba1e58e2 100644
--- a/misc/vertical-tabs.css
+++ b/core/misc/vertical-tabs.css
diff --git a/misc/vertical-tabs.js b/core/misc/vertical-tabs.js
index 82dcd2c62ed..82dcd2c62ed 100644
--- a/misc/vertical-tabs.js
+++ b/core/misc/vertical-tabs.js
diff --git a/misc/watchdog-error.png b/core/misc/watchdog-error.png
index db05365aa51..db05365aa51 100644
--- a/misc/watchdog-error.png
+++ b/core/misc/watchdog-error.png
Binary files differ
diff --git a/misc/watchdog-ok.png b/core/misc/watchdog-ok.png
index 1d7baa06e2d..1d7baa06e2d 100644
--- a/misc/watchdog-ok.png
+++ b/core/misc/watchdog-ok.png
Binary files differ
diff --git a/misc/watchdog-warning.png b/core/misc/watchdog-warning.png
index d8dced8890f..d8dced8890f 100644
--- a/misc/watchdog-warning.png
+++ b/core/misc/watchdog-warning.png
Binary files differ
diff --git a/modules/README.txt b/core/modules/README.txt
index 8928d8021ba..8928d8021ba 100644
--- a/modules/README.txt
+++ b/core/modules/README.txt
diff --git a/modules/aggregator/aggregator-feed-source.tpl.php b/core/modules/aggregator/aggregator-feed-source.tpl.php
index 6a684bdb7fa..6a684bdb7fa 100644
--- a/modules/aggregator/aggregator-feed-source.tpl.php
+++ b/core/modules/aggregator/aggregator-feed-source.tpl.php
diff --git a/modules/aggregator/aggregator-item.tpl.php b/core/modules/aggregator/aggregator-item.tpl.php
index e9ad1e0d756..e9ad1e0d756 100644
--- a/modules/aggregator/aggregator-item.tpl.php
+++ b/core/modules/aggregator/aggregator-item.tpl.php
diff --git a/modules/aggregator/aggregator-summary-item.tpl.php b/core/modules/aggregator/aggregator-summary-item.tpl.php
index fcd57c7a462..fcd57c7a462 100644
--- a/modules/aggregator/aggregator-summary-item.tpl.php
+++ b/core/modules/aggregator/aggregator-summary-item.tpl.php
diff --git a/modules/aggregator/aggregator-summary-items.tpl.php b/core/modules/aggregator/aggregator-summary-items.tpl.php
index 0e2133a1e3b..0e2133a1e3b 100644
--- a/modules/aggregator/aggregator-summary-items.tpl.php
+++ b/core/modules/aggregator/aggregator-summary-items.tpl.php
diff --git a/modules/aggregator/aggregator-wrapper.tpl.php b/core/modules/aggregator/aggregator-wrapper.tpl.php
index 0c2f774f55e..0c2f774f55e 100644
--- a/modules/aggregator/aggregator-wrapper.tpl.php
+++ b/core/modules/aggregator/aggregator-wrapper.tpl.php
diff --git a/modules/aggregator/aggregator.admin.inc b/core/modules/aggregator/aggregator.admin.inc
index 08087afb2b8..08087afb2b8 100644
--- a/modules/aggregator/aggregator.admin.inc
+++ b/core/modules/aggregator/aggregator.admin.inc
diff --git a/modules/aggregator/aggregator.api.php b/core/modules/aggregator/aggregator.api.php
index f31413c4270..f31413c4270 100644
--- a/modules/aggregator/aggregator.api.php
+++ b/core/modules/aggregator/aggregator.api.php
diff --git a/modules/aggregator/aggregator.fetcher.inc b/core/modules/aggregator/aggregator.fetcher.inc
index 831ea78d27f..831ea78d27f 100644
--- a/modules/aggregator/aggregator.fetcher.inc
+++ b/core/modules/aggregator/aggregator.fetcher.inc
diff --git a/modules/aggregator/aggregator.info b/core/modules/aggregator/aggregator.info
index 91357ca6c87..91357ca6c87 100644
--- a/modules/aggregator/aggregator.info
+++ b/core/modules/aggregator/aggregator.info
diff --git a/modules/aggregator/aggregator.install b/core/modules/aggregator/aggregator.install
index eecd14fb27f..eecd14fb27f 100644
--- a/modules/aggregator/aggregator.install
+++ b/core/modules/aggregator/aggregator.install
diff --git a/modules/aggregator/aggregator.module b/core/modules/aggregator/aggregator.module
index f247d26a33f..f247d26a33f 100644
--- a/modules/aggregator/aggregator.module
+++ b/core/modules/aggregator/aggregator.module
diff --git a/modules/aggregator/aggregator.pages.inc b/core/modules/aggregator/aggregator.pages.inc
index 228953b7a58..228953b7a58 100644
--- a/modules/aggregator/aggregator.pages.inc
+++ b/core/modules/aggregator/aggregator.pages.inc
diff --git a/modules/aggregator/aggregator.parser.inc b/core/modules/aggregator/aggregator.parser.inc
index 556f3d3bd80..556f3d3bd80 100644
--- a/modules/aggregator/aggregator.parser.inc
+++ b/core/modules/aggregator/aggregator.parser.inc
diff --git a/modules/aggregator/aggregator.processor.inc b/core/modules/aggregator/aggregator.processor.inc
index 79261b6186b..79261b6186b 100644
--- a/modules/aggregator/aggregator.processor.inc
+++ b/core/modules/aggregator/aggregator.processor.inc
diff --git a/modules/aggregator/aggregator.test b/core/modules/aggregator/aggregator.test
index 1ab12dc2e70..1ab12dc2e70 100644
--- a/modules/aggregator/aggregator.test
+++ b/core/modules/aggregator/aggregator.test
diff --git a/modules/aggregator/aggregator.theme-rtl.css b/core/modules/aggregator/aggregator.theme-rtl.css
index f02ae91b2df..f02ae91b2df 100644
--- a/modules/aggregator/aggregator.theme-rtl.css
+++ b/core/modules/aggregator/aggregator.theme-rtl.css
diff --git a/modules/aggregator/aggregator.theme.css b/core/modules/aggregator/aggregator.theme.css
index e2182acf7c7..e2182acf7c7 100644
--- a/modules/aggregator/aggregator.theme.css
+++ b/core/modules/aggregator/aggregator.theme.css
diff --git a/modules/aggregator/tests/aggregator_test.info b/core/modules/aggregator/tests/aggregator_test.info
index 583a7fc743b..583a7fc743b 100644
--- a/modules/aggregator/tests/aggregator_test.info
+++ b/core/modules/aggregator/tests/aggregator_test.info
diff --git a/modules/aggregator/tests/aggregator_test.module b/core/modules/aggregator/tests/aggregator_test.module
index 2d26a5d9a74..2d26a5d9a74 100644
--- a/modules/aggregator/tests/aggregator_test.module
+++ b/core/modules/aggregator/tests/aggregator_test.module
diff --git a/modules/aggregator/tests/aggregator_test_atom.xml b/core/modules/aggregator/tests/aggregator_test_atom.xml
index 357b2e5a156..357b2e5a156 100644
--- a/modules/aggregator/tests/aggregator_test_atom.xml
+++ b/core/modules/aggregator/tests/aggregator_test_atom.xml
diff --git a/modules/aggregator/tests/aggregator_test_rss091.xml b/core/modules/aggregator/tests/aggregator_test_rss091.xml
index f39a2732c03..f39a2732c03 100644
--- a/modules/aggregator/tests/aggregator_test_rss091.xml
+++ b/core/modules/aggregator/tests/aggregator_test_rss091.xml
diff --git a/modules/block/block-admin-display-form.tpl.php b/core/modules/block/block-admin-display-form.tpl.php
index 94b610416b2..94b610416b2 100644
--- a/modules/block/block-admin-display-form.tpl.php
+++ b/core/modules/block/block-admin-display-form.tpl.php
diff --git a/modules/block/block.admin.css b/core/modules/block/block.admin.css
index 214c8a25e0a..214c8a25e0a 100644
--- a/modules/block/block.admin.css
+++ b/core/modules/block/block.admin.css
diff --git a/modules/block/block.admin.inc b/core/modules/block/block.admin.inc
index 7169190da8e..7169190da8e 100644
--- a/modules/block/block.admin.inc
+++ b/core/modules/block/block.admin.inc
diff --git a/modules/block/block.api.php b/core/modules/block/block.api.php
index d33f5942546..d33f5942546 100644
--- a/modules/block/block.api.php
+++ b/core/modules/block/block.api.php
diff --git a/modules/block/block.info b/core/modules/block/block.info
index 6ad58ad661b..6ad58ad661b 100644
--- a/modules/block/block.info
+++ b/core/modules/block/block.info
diff --git a/modules/block/block.install b/core/modules/block/block.install
index c2d4185c12b..c2d4185c12b 100644
--- a/modules/block/block.install
+++ b/core/modules/block/block.install
diff --git a/modules/block/block.js b/core/modules/block/block.js
index ce4995dcadf..ce4995dcadf 100644
--- a/modules/block/block.js
+++ b/core/modules/block/block.js
diff --git a/modules/block/block.module b/core/modules/block/block.module
index 920090f8224..920090f8224 100644
--- a/modules/block/block.module
+++ b/core/modules/block/block.module
diff --git a/modules/block/block.test b/core/modules/block/block.test
index 0b41be52ef3..0b41be52ef3 100644
--- a/modules/block/block.test
+++ b/core/modules/block/block.test
diff --git a/modules/block/block.tpl.php b/core/modules/block/block.tpl.php
index c1025c32735..c1025c32735 100644
--- a/modules/block/block.tpl.php
+++ b/core/modules/block/block.tpl.php
diff --git a/modules/block/tests/block_test.info b/core/modules/block/tests/block_test.info
index 7efb99ce14b..7efb99ce14b 100644
--- a/modules/block/tests/block_test.info
+++ b/core/modules/block/tests/block_test.info
diff --git a/modules/block/tests/block_test.module b/core/modules/block/tests/block_test.module
index 2abc433c982..2abc433c982 100644
--- a/modules/block/tests/block_test.module
+++ b/core/modules/block/tests/block_test.module
diff --git a/modules/book/book-all-books-block.tpl.php b/core/modules/book/book-all-books-block.tpl.php
index 626a5f26482..626a5f26482 100644
--- a/modules/book/book-all-books-block.tpl.php
+++ b/core/modules/book/book-all-books-block.tpl.php
diff --git a/modules/book/book-export-html.tpl.php b/core/modules/book/book-export-html.tpl.php
index 4b25a766e18..4b25a766e18 100644
--- a/modules/book/book-export-html.tpl.php
+++ b/core/modules/book/book-export-html.tpl.php
diff --git a/modules/book/book-navigation.tpl.php b/core/modules/book/book-navigation.tpl.php
index 5d8e9aa7fcb..5d8e9aa7fcb 100644
--- a/modules/book/book-navigation.tpl.php
+++ b/core/modules/book/book-navigation.tpl.php
diff --git a/modules/book/book-node-export-html.tpl.php b/core/modules/book/book-node-export-html.tpl.php
index ef6c3224cfb..ef6c3224cfb 100644
--- a/modules/book/book-node-export-html.tpl.php
+++ b/core/modules/book/book-node-export-html.tpl.php
diff --git a/modules/book/book-rtl.css b/core/modules/book/book-rtl.css
index f3a84c20e32..f3a84c20e32 100644
--- a/modules/book/book-rtl.css
+++ b/core/modules/book/book-rtl.css
diff --git a/modules/book/book.admin.inc b/core/modules/book/book.admin.inc
index 7b9dea390f5..7b9dea390f5 100644
--- a/modules/book/book.admin.inc
+++ b/core/modules/book/book.admin.inc
diff --git a/modules/book/book.css b/core/modules/book/book.css
index 3348c0f5abb..3348c0f5abb 100644
--- a/modules/book/book.css
+++ b/core/modules/book/book.css
diff --git a/modules/book/book.info b/core/modules/book/book.info
index 0f4d2b1db1a..0f4d2b1db1a 100644
--- a/modules/book/book.info
+++ b/core/modules/book/book.info
diff --git a/modules/book/book.install b/core/modules/book/book.install
index e92aca6e43c..e92aca6e43c 100644
--- a/modules/book/book.install
+++ b/core/modules/book/book.install
diff --git a/modules/book/book.js b/core/modules/book/book.js
index 5b953f164ff..5b953f164ff 100644
--- a/modules/book/book.js
+++ b/core/modules/book/book.js
diff --git a/modules/book/book.module b/core/modules/book/book.module
index fee2467a4ee..fee2467a4ee 100644
--- a/modules/book/book.module
+++ b/core/modules/book/book.module
diff --git a/modules/book/book.pages.inc b/core/modules/book/book.pages.inc
index 1617f008503..1617f008503 100644
--- a/modules/book/book.pages.inc
+++ b/core/modules/book/book.pages.inc
diff --git a/modules/book/book.test b/core/modules/book/book.test
index 6c351b8ecf8..6c351b8ecf8 100644
--- a/modules/book/book.test
+++ b/core/modules/book/book.test
diff --git a/modules/color/color.admin-rtl.css b/core/modules/color/color.admin-rtl.css
index bfbcd499ff8..bfbcd499ff8 100644
--- a/modules/color/color.admin-rtl.css
+++ b/core/modules/color/color.admin-rtl.css
diff --git a/modules/color/color.admin.css b/core/modules/color/color.admin.css
index e513dadf540..e513dadf540 100644
--- a/modules/color/color.admin.css
+++ b/core/modules/color/color.admin.css
diff --git a/modules/color/color.info b/core/modules/color/color.info
index c25e1233d7c..c25e1233d7c 100644
--- a/modules/color/color.info
+++ b/core/modules/color/color.info
diff --git a/modules/color/color.install b/core/modules/color/color.install
index a1879f9b559..a1879f9b559 100644
--- a/modules/color/color.install
+++ b/core/modules/color/color.install
diff --git a/modules/color/color.js b/core/modules/color/color.js
index 3e53ce115a7..3e53ce115a7 100644
--- a/modules/color/color.js
+++ b/core/modules/color/color.js
diff --git a/modules/color/color.module b/core/modules/color/color.module
index 7665631ed4e..7665631ed4e 100644
--- a/modules/color/color.module
+++ b/core/modules/color/color.module
diff --git a/modules/color/color.test b/core/modules/color/color.test
index 36f31baad6e..36f31baad6e 100644
--- a/modules/color/color.test
+++ b/core/modules/color/color.test
diff --git a/modules/color/images/hook-rtl.png b/core/modules/color/images/hook-rtl.png
index a26b211e126..a26b211e126 100644
--- a/modules/color/images/hook-rtl.png
+++ b/core/modules/color/images/hook-rtl.png
Binary files differ
diff --git a/modules/color/images/hook.png b/core/modules/color/images/hook.png
index dc1897370f9..dc1897370f9 100644
--- a/modules/color/images/hook.png
+++ b/core/modules/color/images/hook.png
Binary files differ
diff --git a/modules/color/images/lock.png b/core/modules/color/images/lock.png
index 9e1e00e5efd..9e1e00e5efd 100644
--- a/modules/color/images/lock.png
+++ b/core/modules/color/images/lock.png
Binary files differ
diff --git a/modules/color/preview.html b/core/modules/color/preview.html
index e25b7add726..e25b7add726 100644
--- a/modules/color/preview.html
+++ b/core/modules/color/preview.html
diff --git a/modules/color/preview.js b/core/modules/color/preview.js
index 88ae95fb62c..88ae95fb62c 100644
--- a/modules/color/preview.js
+++ b/core/modules/color/preview.js
diff --git a/modules/comment/comment-node-form.js b/core/modules/comment/comment-node-form.js
index 76db2404ea1..76db2404ea1 100644
--- a/modules/comment/comment-node-form.js
+++ b/core/modules/comment/comment-node-form.js
diff --git a/modules/comment/comment-rtl.css b/core/modules/comment/comment-rtl.css
index 39c3929651d..39c3929651d 100644
--- a/modules/comment/comment-rtl.css
+++ b/core/modules/comment/comment-rtl.css
diff --git a/modules/comment/comment-wrapper.tpl.php b/core/modules/comment/comment-wrapper.tpl.php
index d855631a748..d855631a748 100644
--- a/modules/comment/comment-wrapper.tpl.php
+++ b/core/modules/comment/comment-wrapper.tpl.php
diff --git a/modules/comment/comment.admin.inc b/core/modules/comment/comment.admin.inc
index 4f3d3507153..4f3d3507153 100644
--- a/modules/comment/comment.admin.inc
+++ b/core/modules/comment/comment.admin.inc
diff --git a/modules/comment/comment.api.php b/core/modules/comment/comment.api.php
index 05912655b1e..05912655b1e 100644
--- a/modules/comment/comment.api.php
+++ b/core/modules/comment/comment.api.php
diff --git a/modules/comment/comment.css b/core/modules/comment/comment.css
index a55f527c8ad..a55f527c8ad 100644
--- a/modules/comment/comment.css
+++ b/core/modules/comment/comment.css
diff --git a/modules/comment/comment.info b/core/modules/comment/comment.info
index 949ffc2a830..949ffc2a830 100644
--- a/modules/comment/comment.info
+++ b/core/modules/comment/comment.info
diff --git a/modules/comment/comment.install b/core/modules/comment/comment.install
index 02138081691..02138081691 100644
--- a/modules/comment/comment.install
+++ b/core/modules/comment/comment.install
diff --git a/modules/comment/comment.module b/core/modules/comment/comment.module
index ae9278ce98f..ae9278ce98f 100644
--- a/modules/comment/comment.module
+++ b/core/modules/comment/comment.module
diff --git a/modules/comment/comment.pages.inc b/core/modules/comment/comment.pages.inc
index 7e88bffcb52..7e88bffcb52 100644
--- a/modules/comment/comment.pages.inc
+++ b/core/modules/comment/comment.pages.inc
diff --git a/modules/comment/comment.test b/core/modules/comment/comment.test
index 2e96ba3151c..2e96ba3151c 100644
--- a/modules/comment/comment.test
+++ b/core/modules/comment/comment.test
diff --git a/modules/comment/comment.tokens.inc b/core/modules/comment/comment.tokens.inc
index c495ec35d66..c495ec35d66 100644
--- a/modules/comment/comment.tokens.inc
+++ b/core/modules/comment/comment.tokens.inc
diff --git a/modules/comment/comment.tpl.php b/core/modules/comment/comment.tpl.php
index a483813d236..a483813d236 100644
--- a/modules/comment/comment.tpl.php
+++ b/core/modules/comment/comment.tpl.php
diff --git a/modules/contact/contact.admin.inc b/core/modules/contact/contact.admin.inc
index 9fde037d345..9fde037d345 100644
--- a/modules/contact/contact.admin.inc
+++ b/core/modules/contact/contact.admin.inc
diff --git a/modules/contact/contact.info b/core/modules/contact/contact.info
index dd2ac0f528e..dd2ac0f528e 100644
--- a/modules/contact/contact.info
+++ b/core/modules/contact/contact.info
diff --git a/modules/contact/contact.install b/core/modules/contact/contact.install
index 7ddea456266..7ddea456266 100644
--- a/modules/contact/contact.install
+++ b/core/modules/contact/contact.install
diff --git a/modules/contact/contact.module b/core/modules/contact/contact.module
index eaae9c62c68..eaae9c62c68 100644
--- a/modules/contact/contact.module
+++ b/core/modules/contact/contact.module
diff --git a/modules/contact/contact.pages.inc b/core/modules/contact/contact.pages.inc
index 30b2825045f..30b2825045f 100644
--- a/modules/contact/contact.pages.inc
+++ b/core/modules/contact/contact.pages.inc
diff --git a/modules/contact/contact.test b/core/modules/contact/contact.test
index 129eb30ce34..129eb30ce34 100644
--- a/modules/contact/contact.test
+++ b/core/modules/contact/contact.test
diff --git a/modules/contextual/contextual-rtl.css b/core/modules/contextual/contextual-rtl.css
index 96ffef5cc23..96ffef5cc23 100644
--- a/modules/contextual/contextual-rtl.css
+++ b/core/modules/contextual/contextual-rtl.css
diff --git a/modules/contextual/contextual.api.php b/core/modules/contextual/contextual.api.php
index e8f33ee0b6c..e8f33ee0b6c 100644
--- a/modules/contextual/contextual.api.php
+++ b/core/modules/contextual/contextual.api.php
diff --git a/modules/contextual/contextual.css b/core/modules/contextual/contextual.css
index fd715147f2e..fd715147f2e 100644
--- a/modules/contextual/contextual.css
+++ b/core/modules/contextual/contextual.css
diff --git a/modules/contextual/contextual.info b/core/modules/contextual/contextual.info
index a006377bcad..a006377bcad 100644
--- a/modules/contextual/contextual.info
+++ b/core/modules/contextual/contextual.info
diff --git a/modules/contextual/contextual.js b/core/modules/contextual/contextual.js
index ee5b7a0545a..ee5b7a0545a 100644
--- a/modules/contextual/contextual.js
+++ b/core/modules/contextual/contextual.js
diff --git a/modules/contextual/contextual.module b/core/modules/contextual/contextual.module
index e3c0f8b0185..e3c0f8b0185 100644
--- a/modules/contextual/contextual.module
+++ b/core/modules/contextual/contextual.module
diff --git a/modules/contextual/images/gear-select.png b/core/modules/contextual/images/gear-select.png
index adf65822d44..adf65822d44 100644
--- a/modules/contextual/images/gear-select.png
+++ b/core/modules/contextual/images/gear-select.png
Binary files differ
diff --git a/modules/dashboard/dashboard-rtl.css b/core/modules/dashboard/dashboard-rtl.css
index cfccfa0310a..cfccfa0310a 100644
--- a/modules/dashboard/dashboard-rtl.css
+++ b/core/modules/dashboard/dashboard-rtl.css
diff --git a/modules/dashboard/dashboard.api.php b/core/modules/dashboard/dashboard.api.php
index 00bfde5a30a..00bfde5a30a 100644
--- a/modules/dashboard/dashboard.api.php
+++ b/core/modules/dashboard/dashboard.api.php
diff --git a/modules/dashboard/dashboard.css b/core/modules/dashboard/dashboard.css
index 9996ba9d77d..9996ba9d77d 100644
--- a/modules/dashboard/dashboard.css
+++ b/core/modules/dashboard/dashboard.css
diff --git a/modules/dashboard/dashboard.info b/core/modules/dashboard/dashboard.info
index f98b235b930..f98b235b930 100644
--- a/modules/dashboard/dashboard.info
+++ b/core/modules/dashboard/dashboard.info
diff --git a/modules/dashboard/dashboard.install b/core/modules/dashboard/dashboard.install
index 50218262523..50218262523 100644
--- a/modules/dashboard/dashboard.install
+++ b/core/modules/dashboard/dashboard.install
diff --git a/modules/dashboard/dashboard.js b/core/modules/dashboard/dashboard.js
index ebecbf65a44..ebecbf65a44 100644
--- a/modules/dashboard/dashboard.js
+++ b/core/modules/dashboard/dashboard.js
diff --git a/modules/dashboard/dashboard.module b/core/modules/dashboard/dashboard.module
index 1216cc00c11..1216cc00c11 100644
--- a/modules/dashboard/dashboard.module
+++ b/core/modules/dashboard/dashboard.module
diff --git a/modules/dashboard/dashboard.test b/core/modules/dashboard/dashboard.test
index 7cb93f9f17f..7cb93f9f17f 100644
--- a/modules/dashboard/dashboard.test
+++ b/core/modules/dashboard/dashboard.test
diff --git a/modules/dblog/dblog-rtl.css b/core/modules/dblog/dblog-rtl.css
index 282fe971ddc..282fe971ddc 100644
--- a/modules/dblog/dblog-rtl.css
+++ b/core/modules/dblog/dblog-rtl.css
diff --git a/modules/dblog/dblog.admin.inc b/core/modules/dblog/dblog.admin.inc
index b2da7eddf2d..b2da7eddf2d 100644
--- a/modules/dblog/dblog.admin.inc
+++ b/core/modules/dblog/dblog.admin.inc
diff --git a/modules/dblog/dblog.css b/core/modules/dblog/dblog.css
index 88f4ba01b8a..88f4ba01b8a 100644
--- a/modules/dblog/dblog.css
+++ b/core/modules/dblog/dblog.css
diff --git a/modules/dblog/dblog.info b/core/modules/dblog/dblog.info
index 2aa61fc0e59..2aa61fc0e59 100644
--- a/modules/dblog/dblog.info
+++ b/core/modules/dblog/dblog.info
diff --git a/modules/dblog/dblog.install b/core/modules/dblog/dblog.install
index 23f85ba2594..23f85ba2594 100644
--- a/modules/dblog/dblog.install
+++ b/core/modules/dblog/dblog.install
diff --git a/modules/dblog/dblog.module b/core/modules/dblog/dblog.module
index 496a043a76a..496a043a76a 100644
--- a/modules/dblog/dblog.module
+++ b/core/modules/dblog/dblog.module
diff --git a/modules/dblog/dblog.test b/core/modules/dblog/dblog.test
index ffd3e8a5653..ffd3e8a5653 100644
--- a/modules/dblog/dblog.test
+++ b/core/modules/dblog/dblog.test
diff --git a/modules/entity/entity.api.php b/core/modules/entity/entity.api.php
index 9b19477163b..9b19477163b 100644
--- a/modules/entity/entity.api.php
+++ b/core/modules/entity/entity.api.php
diff --git a/modules/entity/entity.controller.inc b/core/modules/entity/entity.controller.inc
index 8a342074a24..8a342074a24 100644
--- a/modules/entity/entity.controller.inc
+++ b/core/modules/entity/entity.controller.inc
diff --git a/modules/entity/entity.info b/core/modules/entity/entity.info
index a26079f15b4..a26079f15b4 100644
--- a/modules/entity/entity.info
+++ b/core/modules/entity/entity.info
diff --git a/modules/entity/entity.module b/core/modules/entity/entity.module
index 02611e3c491..02611e3c491 100644
--- a/modules/entity/entity.module
+++ b/core/modules/entity/entity.module
diff --git a/modules/entity/entity.query.inc b/core/modules/entity/entity.query.inc
index b4e91a2f9f4..b4e91a2f9f4 100644
--- a/modules/entity/entity.query.inc
+++ b/core/modules/entity/entity.query.inc
diff --git a/modules/entity/tests/entity_cache_test.info b/core/modules/entity/tests/entity_cache_test.info
index c13496e8422..c13496e8422 100644
--- a/modules/entity/tests/entity_cache_test.info
+++ b/core/modules/entity/tests/entity_cache_test.info
diff --git a/modules/entity/tests/entity_cache_test.module b/core/modules/entity/tests/entity_cache_test.module
index 5ae9eccb1e0..5ae9eccb1e0 100644
--- a/modules/entity/tests/entity_cache_test.module
+++ b/core/modules/entity/tests/entity_cache_test.module
diff --git a/modules/entity/tests/entity_cache_test_dependency.info b/core/modules/entity/tests/entity_cache_test_dependency.info
index 17d551c1a60..17d551c1a60 100644
--- a/modules/entity/tests/entity_cache_test_dependency.info
+++ b/core/modules/entity/tests/entity_cache_test_dependency.info
diff --git a/modules/entity/tests/entity_cache_test_dependency.module b/core/modules/entity/tests/entity_cache_test_dependency.module
index 73a11495f58..73a11495f58 100644
--- a/modules/entity/tests/entity_cache_test_dependency.module
+++ b/core/modules/entity/tests/entity_cache_test_dependency.module
diff --git a/modules/entity/tests/entity_crud_hook_test.info b/core/modules/entity/tests/entity_crud_hook_test.info
index 28ce1b5e35d..28ce1b5e35d 100644
--- a/modules/entity/tests/entity_crud_hook_test.info
+++ b/core/modules/entity/tests/entity_crud_hook_test.info
diff --git a/modules/entity/tests/entity_crud_hook_test.module b/core/modules/entity/tests/entity_crud_hook_test.module
index 873a162ced9..873a162ced9 100644
--- a/modules/entity/tests/entity_crud_hook_test.module
+++ b/core/modules/entity/tests/entity_crud_hook_test.module
diff --git a/modules/entity/tests/entity_crud_hook_test.test b/core/modules/entity/tests/entity_crud_hook_test.test
index 3f18fc85554..3f18fc85554 100644
--- a/modules/entity/tests/entity_crud_hook_test.test
+++ b/core/modules/entity/tests/entity_crud_hook_test.test
diff --git a/modules/entity/tests/entity_query.test b/core/modules/entity/tests/entity_query.test
index 49cf7b8c0de..49cf7b8c0de 100644
--- a/modules/entity/tests/entity_query.test
+++ b/core/modules/entity/tests/entity_query.test
diff --git a/modules/field/field.api.php b/core/modules/field/field.api.php
index 74eae62ab50..74eae62ab50 100644
--- a/modules/field/field.api.php
+++ b/core/modules/field/field.api.php
diff --git a/modules/field/field.attach.inc b/core/modules/field/field.attach.inc
index 3f5520a57f5..3f5520a57f5 100644
--- a/modules/field/field.attach.inc
+++ b/core/modules/field/field.attach.inc
diff --git a/modules/field/field.crud.inc b/core/modules/field/field.crud.inc
index e34c0c5282b..e34c0c5282b 100644
--- a/modules/field/field.crud.inc
+++ b/core/modules/field/field.crud.inc
diff --git a/modules/field/field.default.inc b/core/modules/field/field.default.inc
index cb49bdb85ef..cb49bdb85ef 100644
--- a/modules/field/field.default.inc
+++ b/core/modules/field/field.default.inc
diff --git a/modules/field/field.form.inc b/core/modules/field/field.form.inc
index be3685d875e..be3685d875e 100644
--- a/modules/field/field.form.inc
+++ b/core/modules/field/field.form.inc
diff --git a/modules/field/field.info b/core/modules/field/field.info
index c61c501beb8..c61c501beb8 100644
--- a/modules/field/field.info
+++ b/core/modules/field/field.info
diff --git a/modules/field/field.info.inc b/core/modules/field/field.info.inc
index 69fefca4f43..69fefca4f43 100644
--- a/modules/field/field.info.inc
+++ b/core/modules/field/field.info.inc
diff --git a/modules/field/field.install b/core/modules/field/field.install
index 16b09e1c925..16b09e1c925 100644
--- a/modules/field/field.install
+++ b/core/modules/field/field.install
diff --git a/modules/field/field.module b/core/modules/field/field.module
index 3cda80e5133..3cda80e5133 100644
--- a/modules/field/field.module
+++ b/core/modules/field/field.module
diff --git a/modules/field/field.multilingual.inc b/core/modules/field/field.multilingual.inc
index 44970741e98..44970741e98 100644
--- a/modules/field/field.multilingual.inc
+++ b/core/modules/field/field.multilingual.inc
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.info b/core/modules/field/modules/field_sql_storage/field_sql_storage.info
index ee1ae571267..ee1ae571267 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.info
+++ b/core/modules/field/modules/field_sql_storage/field_sql_storage.info
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.install b/core/modules/field/modules/field_sql_storage/field_sql_storage.install
index 4a3a00e577f..4a3a00e577f 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.install
+++ b/core/modules/field/modules/field_sql_storage/field_sql_storage.install
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.module b/core/modules/field/modules/field_sql_storage/field_sql_storage.module
index 92d244a9fba..92d244a9fba 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.module
+++ b/core/modules/field/modules/field_sql_storage/field_sql_storage.module
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.test b/core/modules/field/modules/field_sql_storage/field_sql_storage.test
index 773de3d072d..773de3d072d 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.test
+++ b/core/modules/field/modules/field_sql_storage/field_sql_storage.test
diff --git a/modules/field/modules/list/list.info b/core/modules/field/modules/list/list.info
index 6eb711799b7..6eb711799b7 100644
--- a/modules/field/modules/list/list.info
+++ b/core/modules/field/modules/list/list.info
diff --git a/modules/field/modules/list/list.install b/core/modules/field/modules/list/list.install
index c86a21919c1..c86a21919c1 100644
--- a/modules/field/modules/list/list.install
+++ b/core/modules/field/modules/list/list.install
diff --git a/modules/field/modules/list/list.module b/core/modules/field/modules/list/list.module
index 65235514278..65235514278 100644
--- a/modules/field/modules/list/list.module
+++ b/core/modules/field/modules/list/list.module
diff --git a/modules/field/modules/list/tests/list.test b/core/modules/field/modules/list/tests/list.test
index 765901a8499..765901a8499 100644
--- a/modules/field/modules/list/tests/list.test
+++ b/core/modules/field/modules/list/tests/list.test
diff --git a/modules/field/modules/list/tests/list_test.info b/core/modules/field/modules/list/tests/list_test.info
index 32c1d694f02..32c1d694f02 100644
--- a/modules/field/modules/list/tests/list_test.info
+++ b/core/modules/field/modules/list/tests/list_test.info
diff --git a/modules/field/modules/list/tests/list_test.module b/core/modules/field/modules/list/tests/list_test.module
index 8d5340412da..8d5340412da 100644
--- a/modules/field/modules/list/tests/list_test.module
+++ b/core/modules/field/modules/list/tests/list_test.module
diff --git a/modules/field/modules/number/number.info b/core/modules/field/modules/number/number.info
index f38cbb4be77..f38cbb4be77 100644
--- a/modules/field/modules/number/number.info
+++ b/core/modules/field/modules/number/number.info
diff --git a/modules/field/modules/number/number.install b/core/modules/field/modules/number/number.install
index 02c7a305750..02c7a305750 100644
--- a/modules/field/modules/number/number.install
+++ b/core/modules/field/modules/number/number.install
diff --git a/modules/field/modules/number/number.module b/core/modules/field/modules/number/number.module
index 87e2d3a9313..87e2d3a9313 100644
--- a/modules/field/modules/number/number.module
+++ b/core/modules/field/modules/number/number.module
diff --git a/modules/field/modules/number/number.test b/core/modules/field/modules/number/number.test
index e96be42a70e..e96be42a70e 100644
--- a/modules/field/modules/number/number.test
+++ b/core/modules/field/modules/number/number.test
diff --git a/modules/field/modules/options/options.api.php b/core/modules/field/modules/options/options.api.php
index d1ac0db1e4e..d1ac0db1e4e 100644
--- a/modules/field/modules/options/options.api.php
+++ b/core/modules/field/modules/options/options.api.php
diff --git a/modules/field/modules/options/options.info b/core/modules/field/modules/options/options.info
index 1cc6faf814f..1cc6faf814f 100644
--- a/modules/field/modules/options/options.info
+++ b/core/modules/field/modules/options/options.info
diff --git a/modules/field/modules/options/options.module b/core/modules/field/modules/options/options.module
index d4d05eca294..d4d05eca294 100644
--- a/modules/field/modules/options/options.module
+++ b/core/modules/field/modules/options/options.module
diff --git a/modules/field/modules/options/options.test b/core/modules/field/modules/options/options.test
index ea58f27ff2e..ea58f27ff2e 100644
--- a/modules/field/modules/options/options.test
+++ b/core/modules/field/modules/options/options.test
diff --git a/modules/field/modules/text/text.info b/core/modules/field/modules/text/text.info
index b424d2d452f..b424d2d452f 100644
--- a/modules/field/modules/text/text.info
+++ b/core/modules/field/modules/text/text.info
diff --git a/modules/field/modules/text/text.install b/core/modules/field/modules/text/text.install
index 1b8d00b1e6e..1b8d00b1e6e 100644
--- a/modules/field/modules/text/text.install
+++ b/core/modules/field/modules/text/text.install
diff --git a/modules/field/modules/text/text.js b/core/modules/field/modules/text/text.js
index f3ae89430cd..f3ae89430cd 100644
--- a/modules/field/modules/text/text.js
+++ b/core/modules/field/modules/text/text.js
diff --git a/modules/field/modules/text/text.module b/core/modules/field/modules/text/text.module
index d73814faaaf..d73814faaaf 100644
--- a/modules/field/modules/text/text.module
+++ b/core/modules/field/modules/text/text.module
diff --git a/modules/field/modules/text/text.test b/core/modules/field/modules/text/text.test
index 59369370efc..59369370efc 100644
--- a/modules/field/modules/text/text.test
+++ b/core/modules/field/modules/text/text.test
diff --git a/modules/field/tests/field.test b/core/modules/field/tests/field.test
index f4be7d56416..f4be7d56416 100644
--- a/modules/field/tests/field.test
+++ b/core/modules/field/tests/field.test
diff --git a/modules/field/tests/field_test.entity.inc b/core/modules/field/tests/field_test.entity.inc
index b7c70a67711..b7c70a67711 100644
--- a/modules/field/tests/field_test.entity.inc
+++ b/core/modules/field/tests/field_test.entity.inc
diff --git a/modules/field/tests/field_test.field.inc b/core/modules/field/tests/field_test.field.inc
index b8a2939d64a..b8a2939d64a 100644
--- a/modules/field/tests/field_test.field.inc
+++ b/core/modules/field/tests/field_test.field.inc
diff --git a/modules/field/tests/field_test.info b/core/modules/field/tests/field_test.info
index 5fc9b27d862..5fc9b27d862 100644
--- a/modules/field/tests/field_test.info
+++ b/core/modules/field/tests/field_test.info
diff --git a/modules/field/tests/field_test.install b/core/modules/field/tests/field_test.install
index 59575611033..59575611033 100644
--- a/modules/field/tests/field_test.install
+++ b/core/modules/field/tests/field_test.install
diff --git a/modules/field/tests/field_test.module b/core/modules/field/tests/field_test.module
index 40752962b63..40752962b63 100644
--- a/modules/field/tests/field_test.module
+++ b/core/modules/field/tests/field_test.module
diff --git a/modules/field/tests/field_test.storage.inc b/core/modules/field/tests/field_test.storage.inc
index a26af176552..a26af176552 100644
--- a/modules/field/tests/field_test.storage.inc
+++ b/core/modules/field/tests/field_test.storage.inc
diff --git a/modules/field/theme/field-rtl.css b/core/modules/field/theme/field-rtl.css
index 5d35a86a11c..5d35a86a11c 100644
--- a/modules/field/theme/field-rtl.css
+++ b/core/modules/field/theme/field-rtl.css
diff --git a/modules/field/theme/field.css b/core/modules/field/theme/field.css
index 9eba32f0b7f..9eba32f0b7f 100644
--- a/modules/field/theme/field.css
+++ b/core/modules/field/theme/field.css
diff --git a/modules/field/theme/field.tpl.php b/core/modules/field/theme/field.tpl.php
index 9e76e3b9c12..9e76e3b9c12 100644
--- a/modules/field/theme/field.tpl.php
+++ b/core/modules/field/theme/field.tpl.php
diff --git a/modules/field_ui/field_ui-rtl.css b/core/modules/field_ui/field_ui-rtl.css
index 123a840bf8f..123a840bf8f 100644
--- a/modules/field_ui/field_ui-rtl.css
+++ b/core/modules/field_ui/field_ui-rtl.css
diff --git a/modules/field_ui/field_ui.admin.inc b/core/modules/field_ui/field_ui.admin.inc
index 6210337e9c3..6210337e9c3 100644
--- a/modules/field_ui/field_ui.admin.inc
+++ b/core/modules/field_ui/field_ui.admin.inc
diff --git a/modules/field_ui/field_ui.api.php b/core/modules/field_ui/field_ui.api.php
index 2340125122b..2340125122b 100644
--- a/modules/field_ui/field_ui.api.php
+++ b/core/modules/field_ui/field_ui.api.php
diff --git a/modules/field_ui/field_ui.css b/core/modules/field_ui/field_ui.css
index c25d2a436c8..c25d2a436c8 100644
--- a/modules/field_ui/field_ui.css
+++ b/core/modules/field_ui/field_ui.css
diff --git a/modules/field_ui/field_ui.info b/core/modules/field_ui/field_ui.info
index 87bab94f2f8..87bab94f2f8 100644
--- a/modules/field_ui/field_ui.info
+++ b/core/modules/field_ui/field_ui.info
diff --git a/modules/field_ui/field_ui.js b/core/modules/field_ui/field_ui.js
index b63399f3d28..b63399f3d28 100644
--- a/modules/field_ui/field_ui.js
+++ b/core/modules/field_ui/field_ui.js
diff --git a/modules/field_ui/field_ui.module b/core/modules/field_ui/field_ui.module
index 90559cff22a..90559cff22a 100644
--- a/modules/field_ui/field_ui.module
+++ b/core/modules/field_ui/field_ui.module
diff --git a/modules/field_ui/field_ui.test b/core/modules/field_ui/field_ui.test
index 56bfbbef87a..56bfbbef87a 100644
--- a/modules/field_ui/field_ui.test
+++ b/core/modules/field_ui/field_ui.test
diff --git a/modules/file/file.api.php b/core/modules/file/file.api.php
index 76fb9861070..76fb9861070 100644
--- a/modules/file/file.api.php
+++ b/core/modules/file/file.api.php
diff --git a/modules/file/file.css b/core/modules/file/file.css
index aed1a9d34ce..aed1a9d34ce 100644
--- a/modules/file/file.css
+++ b/core/modules/file/file.css
diff --git a/modules/file/file.field.inc b/core/modules/file/file.field.inc
index 35696dda62c..35696dda62c 100644
--- a/modules/file/file.field.inc
+++ b/core/modules/file/file.field.inc
diff --git a/modules/file/file.info b/core/modules/file/file.info
index 39daffca0bb..39daffca0bb 100644
--- a/modules/file/file.info
+++ b/core/modules/file/file.info
diff --git a/modules/file/file.install b/core/modules/file/file.install
index 47ee4fd0014..47ee4fd0014 100644
--- a/modules/file/file.install
+++ b/core/modules/file/file.install
diff --git a/modules/file/file.js b/core/modules/file/file.js
index 1071384f8a1..1071384f8a1 100644
--- a/modules/file/file.js
+++ b/core/modules/file/file.js
diff --git a/modules/file/file.module b/core/modules/file/file.module
index 5d7b17af555..5d7b17af555 100644
--- a/modules/file/file.module
+++ b/core/modules/file/file.module
diff --git a/modules/file/icons/application-octet-stream.png b/core/modules/file/icons/application-octet-stream.png
index d5453217dc5..d5453217dc5 100644
--- a/modules/file/icons/application-octet-stream.png
+++ b/core/modules/file/icons/application-octet-stream.png
Binary files differ
diff --git a/modules/file/icons/application-pdf.png b/core/modules/file/icons/application-pdf.png
index 36107d6e804..36107d6e804 100644
--- a/modules/file/icons/application-pdf.png
+++ b/core/modules/file/icons/application-pdf.png
Binary files differ
diff --git a/modules/file/icons/application-x-executable.png b/core/modules/file/icons/application-x-executable.png
index d5453217dc5..d5453217dc5 100644
--- a/modules/file/icons/application-x-executable.png
+++ b/core/modules/file/icons/application-x-executable.png
Binary files differ
diff --git a/modules/file/icons/audio-x-generic.png b/core/modules/file/icons/audio-x-generic.png
index 28d7f50862b..28d7f50862b 100644
--- a/modules/file/icons/audio-x-generic.png
+++ b/core/modules/file/icons/audio-x-generic.png
Binary files differ
diff --git a/modules/file/icons/image-x-generic.png b/core/modules/file/icons/image-x-generic.png
index c1b814f7cb6..c1b814f7cb6 100644
--- a/modules/file/icons/image-x-generic.png
+++ b/core/modules/file/icons/image-x-generic.png
Binary files differ
diff --git a/modules/file/icons/package-x-generic.png b/core/modules/file/icons/package-x-generic.png
index 21fc382cba2..21fc382cba2 100644
--- a/modules/file/icons/package-x-generic.png
+++ b/core/modules/file/icons/package-x-generic.png
Binary files differ
diff --git a/modules/file/icons/text-html.png b/core/modules/file/icons/text-html.png
index 9c7c7932c25..9c7c7932c25 100644
--- a/modules/file/icons/text-html.png
+++ b/core/modules/file/icons/text-html.png
Binary files differ
diff --git a/modules/file/icons/text-plain.png b/core/modules/file/icons/text-plain.png
index 06804849b83..06804849b83 100644
--- a/modules/file/icons/text-plain.png
+++ b/core/modules/file/icons/text-plain.png
Binary files differ
diff --git a/modules/file/icons/text-x-generic.png b/core/modules/file/icons/text-x-generic.png
index 06804849b83..06804849b83 100644
--- a/modules/file/icons/text-x-generic.png
+++ b/core/modules/file/icons/text-x-generic.png
Binary files differ
diff --git a/modules/file/icons/text-x-script.png b/core/modules/file/icons/text-x-script.png
index f9ecca81388..f9ecca81388 100644
--- a/modules/file/icons/text-x-script.png
+++ b/core/modules/file/icons/text-x-script.png
Binary files differ
diff --git a/modules/file/icons/video-x-generic.png b/core/modules/file/icons/video-x-generic.png
index a2b71f95d9e..a2b71f95d9e 100644
--- a/modules/file/icons/video-x-generic.png
+++ b/core/modules/file/icons/video-x-generic.png
Binary files differ
diff --git a/modules/file/icons/x-office-document.png b/core/modules/file/icons/x-office-document.png
index 40db538fcb7..40db538fcb7 100644
--- a/modules/file/icons/x-office-document.png
+++ b/core/modules/file/icons/x-office-document.png
Binary files differ
diff --git a/modules/file/icons/x-office-presentation.png b/core/modules/file/icons/x-office-presentation.png
index fb119e5ba91..fb119e5ba91 100644
--- a/modules/file/icons/x-office-presentation.png
+++ b/core/modules/file/icons/x-office-presentation.png
Binary files differ
diff --git a/modules/file/icons/x-office-spreadsheet.png b/core/modules/file/icons/x-office-spreadsheet.png
index 9af7b61ea11..9af7b61ea11 100644
--- a/modules/file/icons/x-office-spreadsheet.png
+++ b/core/modules/file/icons/x-office-spreadsheet.png
Binary files differ
diff --git a/modules/file/tests/file.test b/core/modules/file/tests/file.test
index 59f6e0cb0bc..59f6e0cb0bc 100644
--- a/modules/file/tests/file.test
+++ b/core/modules/file/tests/file.test
diff --git a/modules/file/tests/file_module_test.info b/core/modules/file/tests/file_module_test.info
index d83441cc975..d83441cc975 100644
--- a/modules/file/tests/file_module_test.info
+++ b/core/modules/file/tests/file_module_test.info
diff --git a/modules/file/tests/file_module_test.module b/core/modules/file/tests/file_module_test.module
index ea65981caed..ea65981caed 100644
--- a/modules/file/tests/file_module_test.module
+++ b/core/modules/file/tests/file_module_test.module
diff --git a/modules/filter/filter.admin.inc b/core/modules/filter/filter.admin.inc
index 5a21e6e2e61..5a21e6e2e61 100644
--- a/modules/filter/filter.admin.inc
+++ b/core/modules/filter/filter.admin.inc
diff --git a/modules/filter/filter.admin.js b/core/modules/filter/filter.admin.js
index 3bc623373ce..3bc623373ce 100644
--- a/modules/filter/filter.admin.js
+++ b/core/modules/filter/filter.admin.js
diff --git a/modules/filter/filter.api.php b/core/modules/filter/filter.api.php
index 6675e4af556..6675e4af556 100644
--- a/modules/filter/filter.api.php
+++ b/core/modules/filter/filter.api.php
diff --git a/modules/filter/filter.css b/core/modules/filter/filter.css
index f7317338176..f7317338176 100644
--- a/modules/filter/filter.css
+++ b/core/modules/filter/filter.css
diff --git a/modules/filter/filter.info b/core/modules/filter/filter.info
index 022e9ed1702..022e9ed1702 100644
--- a/modules/filter/filter.info
+++ b/core/modules/filter/filter.info
diff --git a/modules/filter/filter.install b/core/modules/filter/filter.install
index da9ecb84a80..da9ecb84a80 100644
--- a/modules/filter/filter.install
+++ b/core/modules/filter/filter.install
diff --git a/modules/filter/filter.js b/core/modules/filter/filter.js
index 94e01c1af7e..94e01c1af7e 100644
--- a/modules/filter/filter.js
+++ b/core/modules/filter/filter.js
diff --git a/modules/filter/filter.module b/core/modules/filter/filter.module
index 2ad725ada08..2ad725ada08 100644
--- a/modules/filter/filter.module
+++ b/core/modules/filter/filter.module
diff --git a/modules/filter/filter.pages.inc b/core/modules/filter/filter.pages.inc
index dbbbe4c5aac..dbbbe4c5aac 100644
--- a/modules/filter/filter.pages.inc
+++ b/core/modules/filter/filter.pages.inc
diff --git a/modules/filter/filter.test b/core/modules/filter/filter.test
index 67d08333dc7..67d08333dc7 100644
--- a/modules/filter/filter.test
+++ b/core/modules/filter/filter.test
diff --git a/modules/filter/tests/filter.url-input.txt b/core/modules/filter/tests/filter.url-input.txt
index 7b33af56ca9..7b33af56ca9 100644
--- a/modules/filter/tests/filter.url-input.txt
+++ b/core/modules/filter/tests/filter.url-input.txt
diff --git a/modules/filter/tests/filter.url-output.txt b/core/modules/filter/tests/filter.url-output.txt
index 9cc50730886..9cc50730886 100644
--- a/modules/filter/tests/filter.url-output.txt
+++ b/core/modules/filter/tests/filter.url-output.txt
diff --git a/modules/forum/forum-icon.tpl.php b/core/modules/forum/forum-icon.tpl.php
index 9cf2cd8d3b2..9cf2cd8d3b2 100644
--- a/modules/forum/forum-icon.tpl.php
+++ b/core/modules/forum/forum-icon.tpl.php
diff --git a/modules/forum/forum-list.tpl.php b/core/modules/forum/forum-list.tpl.php
index 257cea947d9..257cea947d9 100644
--- a/modules/forum/forum-list.tpl.php
+++ b/core/modules/forum/forum-list.tpl.php
diff --git a/modules/forum/forum-rtl.css b/core/modules/forum/forum-rtl.css
index 81dd4d39606..81dd4d39606 100644
--- a/modules/forum/forum-rtl.css
+++ b/core/modules/forum/forum-rtl.css
diff --git a/modules/forum/forum-submitted.tpl.php b/core/modules/forum/forum-submitted.tpl.php
index d310448c7b2..d310448c7b2 100644
--- a/modules/forum/forum-submitted.tpl.php
+++ b/core/modules/forum/forum-submitted.tpl.php
diff --git a/modules/forum/forum-topic-list.tpl.php b/core/modules/forum/forum-topic-list.tpl.php
index 33907036fa1..33907036fa1 100644
--- a/modules/forum/forum-topic-list.tpl.php
+++ b/core/modules/forum/forum-topic-list.tpl.php
diff --git a/modules/forum/forum.admin.inc b/core/modules/forum/forum.admin.inc
index 49c71d90a0b..49c71d90a0b 100644
--- a/modules/forum/forum.admin.inc
+++ b/core/modules/forum/forum.admin.inc
diff --git a/modules/forum/forum.css b/core/modules/forum/forum.css
index 4a67c8bcdab..4a67c8bcdab 100644
--- a/modules/forum/forum.css
+++ b/core/modules/forum/forum.css
diff --git a/modules/forum/forum.info b/core/modules/forum/forum.info
index cb6e3e76e19..cb6e3e76e19 100644
--- a/modules/forum/forum.info
+++ b/core/modules/forum/forum.info
diff --git a/modules/forum/forum.install b/core/modules/forum/forum.install
index 2eebd7fba3e..2eebd7fba3e 100644
--- a/modules/forum/forum.install
+++ b/core/modules/forum/forum.install
diff --git a/modules/forum/forum.module b/core/modules/forum/forum.module
index 65c54894186..65c54894186 100644
--- a/modules/forum/forum.module
+++ b/core/modules/forum/forum.module
diff --git a/modules/forum/forum.pages.inc b/core/modules/forum/forum.pages.inc
index 29307e71940..29307e71940 100644
--- a/modules/forum/forum.pages.inc
+++ b/core/modules/forum/forum.pages.inc
diff --git a/modules/forum/forum.test b/core/modules/forum/forum.test
index c7c3d9c1b8c..c7c3d9c1b8c 100644
--- a/modules/forum/forum.test
+++ b/core/modules/forum/forum.test
diff --git a/modules/forum/forums.tpl.php b/core/modules/forum/forums.tpl.php
index 55a760f57ee..55a760f57ee 100644
--- a/modules/forum/forums.tpl.php
+++ b/core/modules/forum/forums.tpl.php
diff --git a/modules/help/help-rtl.css b/core/modules/help/help-rtl.css
index 8e40a8c255e..8e40a8c255e 100644
--- a/modules/help/help-rtl.css
+++ b/core/modules/help/help-rtl.css
diff --git a/modules/help/help.admin.inc b/core/modules/help/help.admin.inc
index 3db06ca1a24..3db06ca1a24 100644
--- a/modules/help/help.admin.inc
+++ b/core/modules/help/help.admin.inc
diff --git a/modules/help/help.api.php b/core/modules/help/help.api.php
index ff2f97c6e8c..ff2f97c6e8c 100644
--- a/modules/help/help.api.php
+++ b/core/modules/help/help.api.php
diff --git a/modules/help/help.css b/core/modules/help/help.css
index 92281707a5a..92281707a5a 100644
--- a/modules/help/help.css
+++ b/core/modules/help/help.css
diff --git a/modules/help/help.info b/core/modules/help/help.info
index b01a8ae06e8..b01a8ae06e8 100644
--- a/modules/help/help.info
+++ b/core/modules/help/help.info
diff --git a/modules/help/help.module b/core/modules/help/help.module
index 773a52df98f..773a52df98f 100644
--- a/modules/help/help.module
+++ b/core/modules/help/help.module
diff --git a/modules/help/help.test b/core/modules/help/help.test
index 5b90a91f752..5b90a91f752 100644
--- a/modules/help/help.test
+++ b/core/modules/help/help.test
diff --git a/modules/image/image-rtl.css b/core/modules/image/image-rtl.css
index 2a7a855ede5..2a7a855ede5 100644
--- a/modules/image/image-rtl.css
+++ b/core/modules/image/image-rtl.css
diff --git a/modules/image/image.admin.css b/core/modules/image/image.admin.css
index 3115c8dce97..3115c8dce97 100644
--- a/modules/image/image.admin.css
+++ b/core/modules/image/image.admin.css
diff --git a/modules/image/image.admin.inc b/core/modules/image/image.admin.inc
index d72fdf4feec..d72fdf4feec 100644
--- a/modules/image/image.admin.inc
+++ b/core/modules/image/image.admin.inc
diff --git a/modules/image/image.api.php b/core/modules/image/image.api.php
index 758d38bf918..758d38bf918 100644
--- a/modules/image/image.api.php
+++ b/core/modules/image/image.api.php
diff --git a/modules/image/image.css b/core/modules/image/image.css
index 7db307bf07c..7db307bf07c 100644
--- a/modules/image/image.css
+++ b/core/modules/image/image.css
diff --git a/modules/image/image.effects.inc b/core/modules/image/image.effects.inc
index ea898f91f0f..ea898f91f0f 100644
--- a/modules/image/image.effects.inc
+++ b/core/modules/image/image.effects.inc
diff --git a/modules/image/image.field.inc b/core/modules/image/image.field.inc
index c3ac1d561f0..c3ac1d561f0 100644
--- a/modules/image/image.field.inc
+++ b/core/modules/image/image.field.inc
diff --git a/modules/image/image.info b/core/modules/image/image.info
index 5f9b6511a0f..5f9b6511a0f 100644
--- a/modules/image/image.info
+++ b/core/modules/image/image.info
diff --git a/modules/image/image.install b/core/modules/image/image.install
index 4d4399cc136..4d4399cc136 100644
--- a/modules/image/image.install
+++ b/core/modules/image/image.install
diff --git a/modules/image/image.module b/core/modules/image/image.module
index f61eceaee1e..f61eceaee1e 100644
--- a/modules/image/image.module
+++ b/core/modules/image/image.module
diff --git a/modules/image/image.test b/core/modules/image/image.test
index a29b4f3a1d7..a29b4f3a1d7 100644
--- a/modules/image/image.test
+++ b/core/modules/image/image.test
diff --git a/modules/image/sample.png b/core/modules/image/sample.png
index f22e0df9844..f22e0df9844 100644
--- a/modules/image/sample.png
+++ b/core/modules/image/sample.png
Binary files differ
diff --git a/modules/image/tests/image_module_test.info b/core/modules/image/tests/image_module_test.info
index 01d4d7149f4..01d4d7149f4 100644
--- a/modules/image/tests/image_module_test.info
+++ b/core/modules/image/tests/image_module_test.info
diff --git a/modules/image/tests/image_module_test.module b/core/modules/image/tests/image_module_test.module
index 766a9d95769..766a9d95769 100644
--- a/modules/image/tests/image_module_test.module
+++ b/core/modules/image/tests/image_module_test.module
diff --git a/modules/locale/locale-rtl.css b/core/modules/locale/locale-rtl.css
index aaf1988dd17..aaf1988dd17 100644
--- a/modules/locale/locale-rtl.css
+++ b/core/modules/locale/locale-rtl.css
diff --git a/modules/locale/locale.admin.inc b/core/modules/locale/locale.admin.inc
index 90d46cae83d..90d46cae83d 100644
--- a/modules/locale/locale.admin.inc
+++ b/core/modules/locale/locale.admin.inc
diff --git a/modules/locale/locale.api.php b/core/modules/locale/locale.api.php
index 7b2712edbd1..7b2712edbd1 100644
--- a/modules/locale/locale.api.php
+++ b/core/modules/locale/locale.api.php
diff --git a/modules/locale/locale.bulk.inc b/core/modules/locale/locale.bulk.inc
index 969ea6764bf..969ea6764bf 100644
--- a/modules/locale/locale.bulk.inc
+++ b/core/modules/locale/locale.bulk.inc
diff --git a/modules/locale/locale.css b/core/modules/locale/locale.css
index 38112b50607..38112b50607 100644
--- a/modules/locale/locale.css
+++ b/core/modules/locale/locale.css
diff --git a/modules/locale/locale.datepicker.js b/core/modules/locale/locale.datepicker.js
index 81f1e17b3cf..81f1e17b3cf 100644
--- a/modules/locale/locale.datepicker.js
+++ b/core/modules/locale/locale.datepicker.js
diff --git a/modules/locale/locale.info b/core/modules/locale/locale.info
index 748d274d50a..748d274d50a 100644
--- a/modules/locale/locale.info
+++ b/core/modules/locale/locale.info
diff --git a/modules/locale/locale.install b/core/modules/locale/locale.install
index 6cca4c42512..6cca4c42512 100644
--- a/modules/locale/locale.install
+++ b/core/modules/locale/locale.install
diff --git a/modules/locale/locale.module b/core/modules/locale/locale.module
index e8cd73699f9..e8cd73699f9 100644
--- a/modules/locale/locale.module
+++ b/core/modules/locale/locale.module
diff --git a/modules/locale/locale.pages.inc b/core/modules/locale/locale.pages.inc
index ef843ec1fab..ef843ec1fab 100644
--- a/modules/locale/locale.pages.inc
+++ b/core/modules/locale/locale.pages.inc
diff --git a/modules/locale/locale.test b/core/modules/locale/locale.test
index 6968380a040..6968380a040 100644
--- a/modules/locale/locale.test
+++ b/core/modules/locale/locale.test
diff --git a/modules/locale/tests/locale_test.info b/core/modules/locale/tests/locale_test.info
index 83cae4fd008..83cae4fd008 100644
--- a/modules/locale/tests/locale_test.info
+++ b/core/modules/locale/tests/locale_test.info
diff --git a/modules/locale/tests/locale_test.js b/core/modules/locale/tests/locale_test.js
index 515bb3423e4..515bb3423e4 100644
--- a/modules/locale/tests/locale_test.js
+++ b/core/modules/locale/tests/locale_test.js
diff --git a/modules/locale/tests/locale_test.module b/core/modules/locale/tests/locale_test.module
index b29d6654b25..b29d6654b25 100644
--- a/modules/locale/tests/locale_test.module
+++ b/core/modules/locale/tests/locale_test.module
diff --git a/modules/locale/tests/test.xx.po b/core/modules/locale/tests/test.xx.po
index 659a6e3f12b..659a6e3f12b 100644
--- a/modules/locale/tests/test.xx.po
+++ b/core/modules/locale/tests/test.xx.po
diff --git a/modules/menu/menu.admin.inc b/core/modules/menu/menu.admin.inc
index f933feb1b1f..f933feb1b1f 100644
--- a/modules/menu/menu.admin.inc
+++ b/core/modules/menu/menu.admin.inc
diff --git a/modules/menu/menu.admin.js b/core/modules/menu/menu.admin.js
index 15bc2e7c790..15bc2e7c790 100644
--- a/modules/menu/menu.admin.js
+++ b/core/modules/menu/menu.admin.js
diff --git a/modules/menu/menu.api.php b/core/modules/menu/menu.api.php
index 3f3818e1725..3f3818e1725 100644
--- a/modules/menu/menu.api.php
+++ b/core/modules/menu/menu.api.php
diff --git a/modules/menu/menu.css b/core/modules/menu/menu.css
index 96f861adbef..96f861adbef 100644
--- a/modules/menu/menu.css
+++ b/core/modules/menu/menu.css
diff --git a/modules/menu/menu.info b/core/modules/menu/menu.info
index d93c54268e7..d93c54268e7 100644
--- a/modules/menu/menu.info
+++ b/core/modules/menu/menu.info
diff --git a/modules/menu/menu.install b/core/modules/menu/menu.install
index 05aed283fae..05aed283fae 100644
--- a/modules/menu/menu.install
+++ b/core/modules/menu/menu.install
diff --git a/modules/menu/menu.js b/core/modules/menu/menu.js
index 40c1bfe95fa..40c1bfe95fa 100644
--- a/modules/menu/menu.js
+++ b/core/modules/menu/menu.js
diff --git a/modules/menu/menu.module b/core/modules/menu/menu.module
index cd422561d91..cd422561d91 100644
--- a/modules/menu/menu.module
+++ b/core/modules/menu/menu.module
diff --git a/modules/menu/menu.test b/core/modules/menu/menu.test
index 08bb7e8ef42..08bb7e8ef42 100644
--- a/modules/menu/menu.test
+++ b/core/modules/menu/menu.test
diff --git a/modules/node/content_types.inc b/core/modules/node/content_types.inc
index d58bc318f37..d58bc318f37 100644
--- a/modules/node/content_types.inc
+++ b/core/modules/node/content_types.inc
diff --git a/modules/node/content_types.js b/core/modules/node/content_types.js
index 0031c323fac..0031c323fac 100644
--- a/modules/node/content_types.js
+++ b/core/modules/node/content_types.js
diff --git a/modules/node/node.admin.inc b/core/modules/node/node.admin.inc
index 62552a2ec88..62552a2ec88 100644
--- a/modules/node/node.admin.inc
+++ b/core/modules/node/node.admin.inc
diff --git a/modules/node/node.api.php b/core/modules/node/node.api.php
index cab476e4abc..cab476e4abc 100644
--- a/modules/node/node.api.php
+++ b/core/modules/node/node.api.php
diff --git a/modules/node/node.css b/core/modules/node/node.css
index 07540fa90b9..07540fa90b9 100644
--- a/modules/node/node.css
+++ b/core/modules/node/node.css
diff --git a/modules/node/node.info b/core/modules/node/node.info
index 2e410ed7a4b..2e410ed7a4b 100644
--- a/modules/node/node.info
+++ b/core/modules/node/node.info
diff --git a/modules/node/node.install b/core/modules/node/node.install
index 3f732a487eb..3f732a487eb 100644
--- a/modules/node/node.install
+++ b/core/modules/node/node.install
diff --git a/modules/node/node.js b/core/modules/node/node.js
index ebf68eb3ba2..ebf68eb3ba2 100644
--- a/modules/node/node.js
+++ b/core/modules/node/node.js
diff --git a/modules/node/node.module b/core/modules/node/node.module
index 0c3cfb7a006..0c3cfb7a006 100644
--- a/modules/node/node.module
+++ b/core/modules/node/node.module
diff --git a/modules/node/node.pages.inc b/core/modules/node/node.pages.inc
index c7b26e75cb2..c7b26e75cb2 100644
--- a/modules/node/node.pages.inc
+++ b/core/modules/node/node.pages.inc
diff --git a/modules/node/node.test b/core/modules/node/node.test
index 817f3908e01..817f3908e01 100644
--- a/modules/node/node.test
+++ b/core/modules/node/node.test
diff --git a/modules/node/node.tokens.inc b/core/modules/node/node.tokens.inc
index 491ec81c409..491ec81c409 100644
--- a/modules/node/node.tokens.inc
+++ b/core/modules/node/node.tokens.inc
diff --git a/modules/node/node.tpl.php b/core/modules/node/node.tpl.php
index 06dc1997bc8..06dc1997bc8 100644
--- a/modules/node/node.tpl.php
+++ b/core/modules/node/node.tpl.php
diff --git a/modules/node/tests/node_access_test.info b/core/modules/node/tests/node_access_test.info
index 4de1c2daf24..4de1c2daf24 100644
--- a/modules/node/tests/node_access_test.info
+++ b/core/modules/node/tests/node_access_test.info
diff --git a/modules/node/tests/node_access_test.install b/core/modules/node/tests/node_access_test.install
index 6b3ef5dcc29..6b3ef5dcc29 100644
--- a/modules/node/tests/node_access_test.install
+++ b/core/modules/node/tests/node_access_test.install
diff --git a/modules/node/tests/node_access_test.module b/core/modules/node/tests/node_access_test.module
index 91c117a6fe1..91c117a6fe1 100644
--- a/modules/node/tests/node_access_test.module
+++ b/core/modules/node/tests/node_access_test.module
diff --git a/modules/node/tests/node_test.info b/core/modules/node/tests/node_test.info
index 86eed52f8df..86eed52f8df 100644
--- a/modules/node/tests/node_test.info
+++ b/core/modules/node/tests/node_test.info
diff --git a/modules/node/tests/node_test.module b/core/modules/node/tests/node_test.module
index b0ebc149a15..b0ebc149a15 100644
--- a/modules/node/tests/node_test.module
+++ b/core/modules/node/tests/node_test.module
diff --git a/modules/node/tests/node_test_exception.info b/core/modules/node/tests/node_test_exception.info
index 3289912b6a1..3289912b6a1 100644
--- a/modules/node/tests/node_test_exception.info
+++ b/core/modules/node/tests/node_test_exception.info
diff --git a/modules/node/tests/node_test_exception.module b/core/modules/node/tests/node_test_exception.module
index 0fe9f35ea56..0fe9f35ea56 100644
--- a/modules/node/tests/node_test_exception.module
+++ b/core/modules/node/tests/node_test_exception.module
diff --git a/modules/openid/login-bg.png b/core/modules/openid/login-bg.png
index 532614ffa3d..532614ffa3d 100644
--- a/modules/openid/login-bg.png
+++ b/core/modules/openid/login-bg.png
Binary files differ
diff --git a/modules/openid/openid-rtl.css b/core/modules/openid/openid-rtl.css
index 861f6d7d19d..861f6d7d19d 100644
--- a/modules/openid/openid-rtl.css
+++ b/core/modules/openid/openid-rtl.css
diff --git a/modules/openid/openid.api.php b/core/modules/openid/openid.api.php
index 5e3d15d94cb..5e3d15d94cb 100644
--- a/modules/openid/openid.api.php
+++ b/core/modules/openid/openid.api.php
diff --git a/modules/openid/openid.css b/core/modules/openid/openid.css
index 48b170fbb94..48b170fbb94 100644
--- a/modules/openid/openid.css
+++ b/core/modules/openid/openid.css
diff --git a/modules/openid/openid.inc b/core/modules/openid/openid.inc
index 6945f34ed5a..6945f34ed5a 100644
--- a/modules/openid/openid.inc
+++ b/core/modules/openid/openid.inc
diff --git a/modules/openid/openid.info b/core/modules/openid/openid.info
index 9ecdba0f7df..9ecdba0f7df 100644
--- a/modules/openid/openid.info
+++ b/core/modules/openid/openid.info
diff --git a/modules/openid/openid.install b/core/modules/openid/openid.install
index 2df39aa6969..2df39aa6969 100644
--- a/modules/openid/openid.install
+++ b/core/modules/openid/openid.install
diff --git a/modules/openid/openid.js b/core/modules/openid/openid.js
index fdc97fa06be..fdc97fa06be 100644
--- a/modules/openid/openid.js
+++ b/core/modules/openid/openid.js
diff --git a/modules/openid/openid.module b/core/modules/openid/openid.module
index 2bf891ab69a..2bf891ab69a 100644
--- a/modules/openid/openid.module
+++ b/core/modules/openid/openid.module
diff --git a/modules/openid/openid.pages.inc b/core/modules/openid/openid.pages.inc
index 6e3f096e469..6e3f096e469 100644
--- a/modules/openid/openid.pages.inc
+++ b/core/modules/openid/openid.pages.inc
diff --git a/modules/openid/openid.test b/core/modules/openid/openid.test
index d873c324337..d873c324337 100644
--- a/modules/openid/openid.test
+++ b/core/modules/openid/openid.test
diff --git a/modules/openid/tests/openid_test.info b/core/modules/openid/tests/openid_test.info
index 94d125dc2fa..94d125dc2fa 100644
--- a/modules/openid/tests/openid_test.info
+++ b/core/modules/openid/tests/openid_test.info
diff --git a/modules/openid/tests/openid_test.install b/core/modules/openid/tests/openid_test.install
index 3bd4978f1a2..3bd4978f1a2 100644
--- a/modules/openid/tests/openid_test.install
+++ b/core/modules/openid/tests/openid_test.install
diff --git a/modules/openid/tests/openid_test.module b/core/modules/openid/tests/openid_test.module
index 629dcd3356a..629dcd3356a 100644
--- a/modules/openid/tests/openid_test.module
+++ b/core/modules/openid/tests/openid_test.module
diff --git a/modules/overlay/images/background.png b/core/modules/overlay/images/background.png
index 9be21936e15..9be21936e15 100644
--- a/modules/overlay/images/background.png
+++ b/core/modules/overlay/images/background.png
Binary files differ
diff --git a/modules/overlay/images/close-rtl.png b/core/modules/overlay/images/close-rtl.png
index ae05d11140b..ae05d11140b 100644
--- a/modules/overlay/images/close-rtl.png
+++ b/core/modules/overlay/images/close-rtl.png
Binary files differ
diff --git a/modules/overlay/images/close.png b/core/modules/overlay/images/close.png
index 436985e226f..436985e226f 100644
--- a/modules/overlay/images/close.png
+++ b/core/modules/overlay/images/close.png
Binary files differ
diff --git a/modules/overlay/overlay-child-rtl.css b/core/modules/overlay/overlay-child-rtl.css
index 8d90fab2af5..8d90fab2af5 100644
--- a/modules/overlay/overlay-child-rtl.css
+++ b/core/modules/overlay/overlay-child-rtl.css
diff --git a/modules/overlay/overlay-child.css b/core/modules/overlay/overlay-child.css
index d047535415d..d047535415d 100644
--- a/modules/overlay/overlay-child.css
+++ b/core/modules/overlay/overlay-child.css
diff --git a/modules/overlay/overlay-child.js b/core/modules/overlay/overlay-child.js
index e78e3831c91..e78e3831c91 100644
--- a/modules/overlay/overlay-child.js
+++ b/core/modules/overlay/overlay-child.js
diff --git a/modules/overlay/overlay-parent.css b/core/modules/overlay/overlay-parent.css
index dad6d5575b5..dad6d5575b5 100644
--- a/modules/overlay/overlay-parent.css
+++ b/core/modules/overlay/overlay-parent.css
diff --git a/modules/overlay/overlay-parent.js b/core/modules/overlay/overlay-parent.js
index 135320fe603..135320fe603 100644
--- a/modules/overlay/overlay-parent.js
+++ b/core/modules/overlay/overlay-parent.js
diff --git a/modules/overlay/overlay.api.php b/core/modules/overlay/overlay.api.php
index bc23546df7e..bc23546df7e 100644
--- a/modules/overlay/overlay.api.php
+++ b/core/modules/overlay/overlay.api.php
diff --git a/modules/overlay/overlay.info b/core/modules/overlay/overlay.info
index a78279206b0..a78279206b0 100644
--- a/modules/overlay/overlay.info
+++ b/core/modules/overlay/overlay.info
diff --git a/modules/overlay/overlay.install b/core/modules/overlay/overlay.install
index 2fa7c84bc65..2fa7c84bc65 100644
--- a/modules/overlay/overlay.install
+++ b/core/modules/overlay/overlay.install
diff --git a/modules/overlay/overlay.module b/core/modules/overlay/overlay.module
index 6e137b74873..6e137b74873 100644
--- a/modules/overlay/overlay.module
+++ b/core/modules/overlay/overlay.module
diff --git a/modules/overlay/overlay.tpl.php b/core/modules/overlay/overlay.tpl.php
index 54b10af1f1c..54b10af1f1c 100644
--- a/modules/overlay/overlay.tpl.php
+++ b/core/modules/overlay/overlay.tpl.php
diff --git a/modules/path/path.admin.inc b/core/modules/path/path.admin.inc
index c8a69639aa6..c8a69639aa6 100644
--- a/modules/path/path.admin.inc
+++ b/core/modules/path/path.admin.inc
diff --git a/modules/path/path.api.php b/core/modules/path/path.api.php
index d1a007ac8cf..d1a007ac8cf 100644
--- a/modules/path/path.api.php
+++ b/core/modules/path/path.api.php
diff --git a/modules/path/path.info b/core/modules/path/path.info
index 55b6f9c0061..55b6f9c0061 100644
--- a/modules/path/path.info
+++ b/core/modules/path/path.info
diff --git a/modules/path/path.js b/core/modules/path/path.js
index fcc0acc413f..fcc0acc413f 100644
--- a/modules/path/path.js
+++ b/core/modules/path/path.js
diff --git a/modules/path/path.module b/core/modules/path/path.module
index 332287de2c2..332287de2c2 100644
--- a/modules/path/path.module
+++ b/core/modules/path/path.module
diff --git a/modules/path/path.test b/core/modules/path/path.test
index 8f0406ef804..8f0406ef804 100644
--- a/modules/path/path.test
+++ b/core/modules/path/path.test
diff --git a/modules/php/php.info b/core/modules/php/php.info
index 669a138f8f4..669a138f8f4 100644
--- a/modules/php/php.info
+++ b/core/modules/php/php.info
diff --git a/modules/php/php.install b/core/modules/php/php.install
index 12944ddd75c..12944ddd75c 100644
--- a/modules/php/php.install
+++ b/core/modules/php/php.install
diff --git a/modules/php/php.module b/core/modules/php/php.module
index 37bf9a1f337..37bf9a1f337 100644
--- a/modules/php/php.module
+++ b/core/modules/php/php.module
diff --git a/modules/php/php.test b/core/modules/php/php.test
index 8ead2ac02ae..8ead2ac02ae 100644
--- a/modules/php/php.test
+++ b/core/modules/php/php.test
diff --git a/modules/poll/poll-bar--block.tpl.php b/core/modules/poll/poll-bar--block.tpl.php
index 3b91afc3a05..3b91afc3a05 100644
--- a/modules/poll/poll-bar--block.tpl.php
+++ b/core/modules/poll/poll-bar--block.tpl.php
diff --git a/modules/poll/poll-bar.tpl.php b/core/modules/poll/poll-bar.tpl.php
index 9426ff59f2a..9426ff59f2a 100644
--- a/modules/poll/poll-bar.tpl.php
+++ b/core/modules/poll/poll-bar.tpl.php
diff --git a/modules/poll/poll-results--block.tpl.php b/core/modules/poll/poll-results--block.tpl.php
index f8387f5657c..f8387f5657c 100644
--- a/modules/poll/poll-results--block.tpl.php
+++ b/core/modules/poll/poll-results--block.tpl.php
diff --git a/modules/poll/poll-results.tpl.php b/core/modules/poll/poll-results.tpl.php
index 5e14dec21e4..5e14dec21e4 100644
--- a/modules/poll/poll-results.tpl.php
+++ b/core/modules/poll/poll-results.tpl.php
diff --git a/modules/poll/poll-rtl.css b/core/modules/poll/poll-rtl.css
index 14d42e691a7..14d42e691a7 100644
--- a/modules/poll/poll-rtl.css
+++ b/core/modules/poll/poll-rtl.css
diff --git a/modules/poll/poll-vote.tpl.php b/core/modules/poll/poll-vote.tpl.php
index 068ff7c0535..068ff7c0535 100644
--- a/modules/poll/poll-vote.tpl.php
+++ b/core/modules/poll/poll-vote.tpl.php
diff --git a/modules/poll/poll.css b/core/modules/poll/poll.css
index 8b04e380911..8b04e380911 100644
--- a/modules/poll/poll.css
+++ b/core/modules/poll/poll.css
diff --git a/modules/poll/poll.info b/core/modules/poll/poll.info
index de6ac250cee..de6ac250cee 100644
--- a/modules/poll/poll.info
+++ b/core/modules/poll/poll.info
diff --git a/modules/poll/poll.install b/core/modules/poll/poll.install
index c848445fc5d..c848445fc5d 100644
--- a/modules/poll/poll.install
+++ b/core/modules/poll/poll.install
diff --git a/modules/poll/poll.module b/core/modules/poll/poll.module
index ec5452e34eb..ec5452e34eb 100644
--- a/modules/poll/poll.module
+++ b/core/modules/poll/poll.module
diff --git a/modules/poll/poll.pages.inc b/core/modules/poll/poll.pages.inc
index 15f3ba79055..15f3ba79055 100644
--- a/modules/poll/poll.pages.inc
+++ b/core/modules/poll/poll.pages.inc
diff --git a/modules/poll/poll.test b/core/modules/poll/poll.test
index 20a46787ea3..20a46787ea3 100644
--- a/modules/poll/poll.test
+++ b/core/modules/poll/poll.test
diff --git a/modules/poll/poll.tokens.inc b/core/modules/poll/poll.tokens.inc
index eda628bacff..eda628bacff 100644
--- a/modules/poll/poll.tokens.inc
+++ b/core/modules/poll/poll.tokens.inc
diff --git a/modules/rdf/rdf.api.php b/core/modules/rdf/rdf.api.php
index b3f95ba0009..b3f95ba0009 100644
--- a/modules/rdf/rdf.api.php
+++ b/core/modules/rdf/rdf.api.php
diff --git a/modules/rdf/rdf.info b/core/modules/rdf/rdf.info
index a27d68065b6..a27d68065b6 100644
--- a/modules/rdf/rdf.info
+++ b/core/modules/rdf/rdf.info
diff --git a/modules/rdf/rdf.install b/core/modules/rdf/rdf.install
index 10d3f8d94c8..10d3f8d94c8 100644
--- a/modules/rdf/rdf.install
+++ b/core/modules/rdf/rdf.install
diff --git a/modules/rdf/rdf.module b/core/modules/rdf/rdf.module
index 1a296469aa4..1a296469aa4 100644
--- a/modules/rdf/rdf.module
+++ b/core/modules/rdf/rdf.module
diff --git a/modules/rdf/rdf.test b/core/modules/rdf/rdf.test
index 50177ca78d4..50177ca78d4 100644
--- a/modules/rdf/rdf.test
+++ b/core/modules/rdf/rdf.test
diff --git a/modules/rdf/tests/rdf_test.info b/core/modules/rdf/tests/rdf_test.info
index b168815f8f5..b168815f8f5 100644
--- a/modules/rdf/tests/rdf_test.info
+++ b/core/modules/rdf/tests/rdf_test.info
diff --git a/modules/rdf/tests/rdf_test.install b/core/modules/rdf/tests/rdf_test.install
index 91a33927dac..91a33927dac 100644
--- a/modules/rdf/tests/rdf_test.install
+++ b/core/modules/rdf/tests/rdf_test.install
diff --git a/modules/rdf/tests/rdf_test.module b/core/modules/rdf/tests/rdf_test.module
index 4ad43f31e50..4ad43f31e50 100644
--- a/modules/rdf/tests/rdf_test.module
+++ b/core/modules/rdf/tests/rdf_test.module
diff --git a/modules/search/search-result.tpl.php b/core/modules/search/search-result.tpl.php
index 949452ac34c..949452ac34c 100644
--- a/modules/search/search-result.tpl.php
+++ b/core/modules/search/search-result.tpl.php
diff --git a/modules/search/search-results.tpl.php b/core/modules/search/search-results.tpl.php
index e35be1edcfa..e35be1edcfa 100644
--- a/modules/search/search-results.tpl.php
+++ b/core/modules/search/search-results.tpl.php
diff --git a/modules/search/search-rtl.css b/core/modules/search/search-rtl.css
index da9e8d9de54..da9e8d9de54 100644
--- a/modules/search/search-rtl.css
+++ b/core/modules/search/search-rtl.css
diff --git a/modules/search/search.admin.inc b/core/modules/search/search.admin.inc
index fda14ee7b6a..fda14ee7b6a 100644
--- a/modules/search/search.admin.inc
+++ b/core/modules/search/search.admin.inc
diff --git a/modules/search/search.api.php b/core/modules/search/search.api.php
index 3f745bfdb0b..3f745bfdb0b 100644
--- a/modules/search/search.api.php
+++ b/core/modules/search/search.api.php
diff --git a/modules/search/search.css b/core/modules/search/search.css
index ff7230fbc40..ff7230fbc40 100644
--- a/modules/search/search.css
+++ b/core/modules/search/search.css
diff --git a/modules/search/search.extender.inc b/core/modules/search/search.extender.inc
index b7af4d06ace..b7af4d06ace 100644
--- a/modules/search/search.extender.inc
+++ b/core/modules/search/search.extender.inc
diff --git a/modules/search/search.info b/core/modules/search/search.info
index d8d7baa232b..d8d7baa232b 100644
--- a/modules/search/search.info
+++ b/core/modules/search/search.info
diff --git a/modules/search/search.install b/core/modules/search/search.install
index c450f0593ff..c450f0593ff 100644
--- a/modules/search/search.install
+++ b/core/modules/search/search.install
diff --git a/modules/search/search.module b/core/modules/search/search.module
index e731e4f2dc4..e731e4f2dc4 100644
--- a/modules/search/search.module
+++ b/core/modules/search/search.module
diff --git a/modules/search/search.pages.inc b/core/modules/search/search.pages.inc
index 833ea8bccd5..833ea8bccd5 100644
--- a/modules/search/search.pages.inc
+++ b/core/modules/search/search.pages.inc
diff --git a/modules/search/search.test b/core/modules/search/search.test
index f018d2a4ffe..f018d2a4ffe 100644
--- a/modules/search/search.test
+++ b/core/modules/search/search.test
diff --git a/modules/search/tests/UnicodeTest.txt b/core/modules/search/tests/UnicodeTest.txt
index af8a65c7ff7..af8a65c7ff7 100644
--- a/modules/search/tests/UnicodeTest.txt
+++ b/core/modules/search/tests/UnicodeTest.txt
diff --git a/modules/search/tests/search_embedded_form.info b/core/modules/search/tests/search_embedded_form.info
index 2dad9eeda08..2dad9eeda08 100644
--- a/modules/search/tests/search_embedded_form.info
+++ b/core/modules/search/tests/search_embedded_form.info
diff --git a/modules/search/tests/search_embedded_form.module b/core/modules/search/tests/search_embedded_form.module
index 48457967457..48457967457 100644
--- a/modules/search/tests/search_embedded_form.module
+++ b/core/modules/search/tests/search_embedded_form.module
diff --git a/modules/search/tests/search_extra_type.info b/core/modules/search/tests/search_extra_type.info
index 23f4dea9313..23f4dea9313 100644
--- a/modules/search/tests/search_extra_type.info
+++ b/core/modules/search/tests/search_extra_type.info
diff --git a/modules/search/tests/search_extra_type.module b/core/modules/search/tests/search_extra_type.module
index 80c050c21f7..80c050c21f7 100644
--- a/modules/search/tests/search_extra_type.module
+++ b/core/modules/search/tests/search_extra_type.module
diff --git a/modules/shortcut/shortcut-rtl.css b/core/modules/shortcut/shortcut-rtl.css
index 5dec95701fb..5dec95701fb 100644
--- a/modules/shortcut/shortcut-rtl.css
+++ b/core/modules/shortcut/shortcut-rtl.css
diff --git a/modules/shortcut/shortcut.admin.css b/core/modules/shortcut/shortcut.admin.css
index 8ca03be8735..8ca03be8735 100644
--- a/modules/shortcut/shortcut.admin.css
+++ b/core/modules/shortcut/shortcut.admin.css
diff --git a/modules/shortcut/shortcut.admin.inc b/core/modules/shortcut/shortcut.admin.inc
index 75c12b404d6..75c12b404d6 100644
--- a/modules/shortcut/shortcut.admin.inc
+++ b/core/modules/shortcut/shortcut.admin.inc
diff --git a/modules/shortcut/shortcut.admin.js b/core/modules/shortcut/shortcut.admin.js
index 5e71e6fb654..5e71e6fb654 100644
--- a/modules/shortcut/shortcut.admin.js
+++ b/core/modules/shortcut/shortcut.admin.js
diff --git a/modules/shortcut/shortcut.api.php b/core/modules/shortcut/shortcut.api.php
index 717a7c92b08..717a7c92b08 100644
--- a/modules/shortcut/shortcut.api.php
+++ b/core/modules/shortcut/shortcut.api.php
diff --git a/modules/shortcut/shortcut.css b/core/modules/shortcut/shortcut.css
index 3afcb94332a..3afcb94332a 100644
--- a/modules/shortcut/shortcut.css
+++ b/core/modules/shortcut/shortcut.css
diff --git a/modules/shortcut/shortcut.info b/core/modules/shortcut/shortcut.info
index 0030605d3f0..0030605d3f0 100644
--- a/modules/shortcut/shortcut.info
+++ b/core/modules/shortcut/shortcut.info
diff --git a/modules/shortcut/shortcut.install b/core/modules/shortcut/shortcut.install
index 60ee6be8ddf..60ee6be8ddf 100644
--- a/modules/shortcut/shortcut.install
+++ b/core/modules/shortcut/shortcut.install
diff --git a/modules/shortcut/shortcut.module b/core/modules/shortcut/shortcut.module
index f8ddcc24fac..f8ddcc24fac 100644
--- a/modules/shortcut/shortcut.module
+++ b/core/modules/shortcut/shortcut.module
diff --git a/modules/shortcut/shortcut.png b/core/modules/shortcut/shortcut.png
index 2924557bfaa..2924557bfaa 100644
--- a/modules/shortcut/shortcut.png
+++ b/core/modules/shortcut/shortcut.png
Binary files differ
diff --git a/modules/shortcut/shortcut.test b/core/modules/shortcut/shortcut.test
index 322c63f1119..322c63f1119 100644
--- a/modules/shortcut/shortcut.test
+++ b/core/modules/shortcut/shortcut.test
diff --git a/modules/simpletest/drupal_web_test_case.php b/core/modules/simpletest/drupal_web_test_case.php
index 81264d1858d..81264d1858d 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/core/modules/simpletest/drupal_web_test_case.php
diff --git a/modules/simpletest/files/README.txt b/core/modules/simpletest/files/README.txt
index c8f39ad3377..c8f39ad3377 100644
--- a/modules/simpletest/files/README.txt
+++ b/core/modules/simpletest/files/README.txt
diff --git a/modules/simpletest/files/css_test_files/comment_hacks.css b/core/modules/simpletest/files/css_test_files/comment_hacks.css
index c47e8429ac2..c47e8429ac2 100644
--- a/modules/simpletest/files/css_test_files/comment_hacks.css
+++ b/core/modules/simpletest/files/css_test_files/comment_hacks.css
diff --git a/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css b/core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css
index 1feb8f1bd7d..1feb8f1bd7d 100644
--- a/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css
+++ b/core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css
diff --git a/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css b/core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css
index c47e8429ac2..c47e8429ac2 100644
--- a/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css
+++ b/core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css
diff --git a/modules/simpletest/files/css_test_files/css_input_with_import.css b/core/modules/simpletest/files/css_test_files/css_input_with_import.css
index 87afcb35f87..87afcb35f87 100644
--- a/modules/simpletest/files/css_test_files/css_input_with_import.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_with_import.css
diff --git a/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css b/core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css
index 698d9aa6cab..698d9aa6cab 100644
--- a/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css
diff --git a/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css b/core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css
index 4c905f56207..4c905f56207 100644
--- a/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css
diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css b/core/modules/simpletest/files/css_test_files/css_input_without_import.css
index 620360abc5d..620360abc5d 100644
--- a/modules/simpletest/files/css_test_files/css_input_without_import.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_without_import.css
diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css b/core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css
index c7bb9dcd17c..c7bb9dcd17c 100644
--- a/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css
diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css b/core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css
index 620360abc5d..620360abc5d 100644
--- a/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css
+++ b/core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css
diff --git a/modules/simpletest/files/css_test_files/import1.css b/core/modules/simpletest/files/css_test_files/import1.css
index 3d5842ece79..3d5842ece79 100644
--- a/modules/simpletest/files/css_test_files/import1.css
+++ b/core/modules/simpletest/files/css_test_files/import1.css
diff --git a/modules/simpletest/files/css_test_files/import2.css b/core/modules/simpletest/files/css_test_files/import2.css
index 367eb571180..367eb571180 100644
--- a/modules/simpletest/files/css_test_files/import2.css
+++ b/core/modules/simpletest/files/css_test_files/import2.css
diff --git a/modules/simpletest/files/html-1.txt b/core/modules/simpletest/files/html-1.txt
index 494470d1717..494470d1717 100644
--- a/modules/simpletest/files/html-1.txt
+++ b/core/modules/simpletest/files/html-1.txt
diff --git a/modules/simpletest/files/html-2.html b/core/modules/simpletest/files/html-2.html
index 494470d1717..494470d1717 100644
--- a/modules/simpletest/files/html-2.html
+++ b/core/modules/simpletest/files/html-2.html
diff --git a/modules/simpletest/files/image-1.png b/core/modules/simpletest/files/image-1.png
index 09e64d6edbc..09e64d6edbc 100644
--- a/modules/simpletest/files/image-1.png
+++ b/core/modules/simpletest/files/image-1.png
Binary files differ
diff --git a/modules/simpletest/files/image-2.jpg b/core/modules/simpletest/files/image-2.jpg
index ace07d078a0..ace07d078a0 100644
--- a/modules/simpletest/files/image-2.jpg
+++ b/core/modules/simpletest/files/image-2.jpg
Binary files differ
diff --git a/modules/simpletest/files/image-test.gif b/core/modules/simpletest/files/image-test.gif
index 432990b832d..432990b832d 100644
--- a/modules/simpletest/files/image-test.gif
+++ b/core/modules/simpletest/files/image-test.gif
Binary files differ
diff --git a/modules/simpletest/files/image-test.jpg b/core/modules/simpletest/files/image-test.jpg
index de4eace04ec..de4eace04ec 100644
--- a/modules/simpletest/files/image-test.jpg
+++ b/core/modules/simpletest/files/image-test.jpg
Binary files differ
diff --git a/modules/simpletest/files/image-test.png b/core/modules/simpletest/files/image-test.png
index 39c041927e1..39c041927e1 100644
--- a/modules/simpletest/files/image-test.png
+++ b/core/modules/simpletest/files/image-test.png
Binary files differ
diff --git a/modules/simpletest/files/javascript-1.txt b/core/modules/simpletest/files/javascript-1.txt
index efd44fd9360..efd44fd9360 100644
--- a/modules/simpletest/files/javascript-1.txt
+++ b/core/modules/simpletest/files/javascript-1.txt
diff --git a/modules/simpletest/files/javascript-2.script b/core/modules/simpletest/files/javascript-2.script
index e0206ba8319..e0206ba8319 100644
--- a/modules/simpletest/files/javascript-2.script
+++ b/core/modules/simpletest/files/javascript-2.script
diff --git a/modules/simpletest/files/php-1.txt b/core/modules/simpletest/files/php-1.txt
index 52788b6feac..52788b6feac 100644
--- a/modules/simpletest/files/php-1.txt
+++ b/core/modules/simpletest/files/php-1.txt
diff --git a/modules/simpletest/files/php-2.php b/core/modules/simpletest/files/php-2.php
index 615a8d78fb4..615a8d78fb4 100644
--- a/modules/simpletest/files/php-2.php
+++ b/core/modules/simpletest/files/php-2.php
diff --git a/modules/simpletest/files/sql-1.txt b/core/modules/simpletest/files/sql-1.txt
index 22017e97232..22017e97232 100644
--- a/modules/simpletest/files/sql-1.txt
+++ b/core/modules/simpletest/files/sql-1.txt
diff --git a/modules/simpletest/files/sql-2.sql b/core/modules/simpletest/files/sql-2.sql
index 22017e97232..22017e97232 100644
--- a/modules/simpletest/files/sql-2.sql
+++ b/core/modules/simpletest/files/sql-2.sql
diff --git a/modules/simpletest/simpletest.api.php b/core/modules/simpletest/simpletest.api.php
index 04c080bfd54..04c080bfd54 100644
--- a/modules/simpletest/simpletest.api.php
+++ b/core/modules/simpletest/simpletest.api.php
diff --git a/modules/simpletest/simpletest.css b/core/modules/simpletest/simpletest.css
index 0cf9aaa5edd..0cf9aaa5edd 100644
--- a/modules/simpletest/simpletest.css
+++ b/core/modules/simpletest/simpletest.css
diff --git a/modules/simpletest/simpletest.info b/core/modules/simpletest/simpletest.info
index fab7b5ebc11..fab7b5ebc11 100644
--- a/modules/simpletest/simpletest.info
+++ b/core/modules/simpletest/simpletest.info
diff --git a/modules/simpletest/simpletest.install b/core/modules/simpletest/simpletest.install
index ea847f4eaef..ea847f4eaef 100644
--- a/modules/simpletest/simpletest.install
+++ b/core/modules/simpletest/simpletest.install
diff --git a/modules/simpletest/simpletest.js b/core/modules/simpletest/simpletest.js
index c33ef982a8b..c33ef982a8b 100644
--- a/modules/simpletest/simpletest.js
+++ b/core/modules/simpletest/simpletest.js
diff --git a/modules/simpletest/simpletest.module b/core/modules/simpletest/simpletest.module
index 310dc3582b4..310dc3582b4 100644
--- a/modules/simpletest/simpletest.module
+++ b/core/modules/simpletest/simpletest.module
diff --git a/modules/simpletest/simpletest.pages.inc b/core/modules/simpletest/simpletest.pages.inc
index 696d1471887..696d1471887 100644
--- a/modules/simpletest/simpletest.pages.inc
+++ b/core/modules/simpletest/simpletest.pages.inc
diff --git a/modules/simpletest/simpletest.test b/core/modules/simpletest/simpletest.test
index e5b6042ac4b..e5b6042ac4b 100644
--- a/modules/simpletest/simpletest.test
+++ b/core/modules/simpletest/simpletest.test
diff --git a/modules/simpletest/tests/actions.test b/core/modules/simpletest/tests/actions.test
index 23587f0c54d..23587f0c54d 100644
--- a/modules/simpletest/tests/actions.test
+++ b/core/modules/simpletest/tests/actions.test
diff --git a/modules/simpletest/tests/actions_loop_test.info b/core/modules/simpletest/tests/actions_loop_test.info
index 35075114c4b..35075114c4b 100644
--- a/modules/simpletest/tests/actions_loop_test.info
+++ b/core/modules/simpletest/tests/actions_loop_test.info
diff --git a/modules/simpletest/tests/actions_loop_test.install b/core/modules/simpletest/tests/actions_loop_test.install
index b22fd85ab9d..b22fd85ab9d 100644
--- a/modules/simpletest/tests/actions_loop_test.install
+++ b/core/modules/simpletest/tests/actions_loop_test.install
diff --git a/modules/simpletest/tests/actions_loop_test.module b/core/modules/simpletest/tests/actions_loop_test.module
index 77764907b9e..77764907b9e 100644
--- a/modules/simpletest/tests/actions_loop_test.module
+++ b/core/modules/simpletest/tests/actions_loop_test.module
diff --git a/modules/simpletest/tests/ajax.test b/core/modules/simpletest/tests/ajax.test
index 9a76b9692a9..9a76b9692a9 100644
--- a/modules/simpletest/tests/ajax.test
+++ b/core/modules/simpletest/tests/ajax.test
diff --git a/modules/simpletest/tests/ajax_forms_test.info b/core/modules/simpletest/tests/ajax_forms_test.info
index 987ee25afcd..987ee25afcd 100644
--- a/modules/simpletest/tests/ajax_forms_test.info
+++ b/core/modules/simpletest/tests/ajax_forms_test.info
diff --git a/modules/simpletest/tests/ajax_forms_test.module b/core/modules/simpletest/tests/ajax_forms_test.module
index 075b005eaee..075b005eaee 100644
--- a/modules/simpletest/tests/ajax_forms_test.module
+++ b/core/modules/simpletest/tests/ajax_forms_test.module
diff --git a/modules/simpletest/tests/ajax_test.info b/core/modules/simpletest/tests/ajax_test.info
index dda7f55e0d2..dda7f55e0d2 100644
--- a/modules/simpletest/tests/ajax_test.info
+++ b/core/modules/simpletest/tests/ajax_test.info
diff --git a/modules/simpletest/tests/ajax_test.module b/core/modules/simpletest/tests/ajax_test.module
index 4148a0839fb..4148a0839fb 100644
--- a/modules/simpletest/tests/ajax_test.module
+++ b/core/modules/simpletest/tests/ajax_test.module
diff --git a/modules/simpletest/tests/batch.test b/core/modules/simpletest/tests/batch.test
index f668e522805..f668e522805 100644
--- a/modules/simpletest/tests/batch.test
+++ b/core/modules/simpletest/tests/batch.test
diff --git a/modules/simpletest/tests/batch_test.callbacks.inc b/core/modules/simpletest/tests/batch_test.callbacks.inc
index 75e665533e9..75e665533e9 100644
--- a/modules/simpletest/tests/batch_test.callbacks.inc
+++ b/core/modules/simpletest/tests/batch_test.callbacks.inc
diff --git a/modules/simpletest/tests/batch_test.info b/core/modules/simpletest/tests/batch_test.info
index cf2cc3081ee..cf2cc3081ee 100644
--- a/modules/simpletest/tests/batch_test.info
+++ b/core/modules/simpletest/tests/batch_test.info
diff --git a/modules/simpletest/tests/batch_test.module b/core/modules/simpletest/tests/batch_test.module
index 1200e767dd7..1200e767dd7 100644
--- a/modules/simpletest/tests/batch_test.module
+++ b/core/modules/simpletest/tests/batch_test.module
diff --git a/modules/simpletest/tests/bootstrap.test b/core/modules/simpletest/tests/bootstrap.test
index fcf52b97d82..fcf52b97d82 100644
--- a/modules/simpletest/tests/bootstrap.test
+++ b/core/modules/simpletest/tests/bootstrap.test
diff --git a/modules/simpletest/tests/cache.test b/core/modules/simpletest/tests/cache.test
index 664247b8ab5..664247b8ab5 100644
--- a/modules/simpletest/tests/cache.test
+++ b/core/modules/simpletest/tests/cache.test
diff --git a/modules/simpletest/tests/common.test b/core/modules/simpletest/tests/common.test
index 5154e0ccda3..5154e0ccda3 100644
--- a/modules/simpletest/tests/common.test
+++ b/core/modules/simpletest/tests/common.test
diff --git a/modules/simpletest/tests/common_test.css b/core/modules/simpletest/tests/common_test.css
index b86ceadb7b9..b86ceadb7b9 100644
--- a/modules/simpletest/tests/common_test.css
+++ b/core/modules/simpletest/tests/common_test.css
diff --git a/modules/simpletest/tests/common_test.info b/core/modules/simpletest/tests/common_test.info
index 9e6d24f9a24..9e6d24f9a24 100644
--- a/modules/simpletest/tests/common_test.info
+++ b/core/modules/simpletest/tests/common_test.info
diff --git a/modules/simpletest/tests/common_test.module b/core/modules/simpletest/tests/common_test.module
index a3bb9b0fade..a3bb9b0fade 100644
--- a/modules/simpletest/tests/common_test.module
+++ b/core/modules/simpletest/tests/common_test.module
diff --git a/modules/simpletest/tests/common_test.print.css b/core/modules/simpletest/tests/common_test.print.css
index b86ceadb7b9..b86ceadb7b9 100644
--- a/modules/simpletest/tests/common_test.print.css
+++ b/core/modules/simpletest/tests/common_test.print.css
diff --git a/modules/simpletest/tests/common_test_cron_helper.info b/core/modules/simpletest/tests/common_test_cron_helper.info
index ce1a6326fb3..ce1a6326fb3 100644
--- a/modules/simpletest/tests/common_test_cron_helper.info
+++ b/core/modules/simpletest/tests/common_test_cron_helper.info
diff --git a/modules/simpletest/tests/common_test_cron_helper.module b/core/modules/simpletest/tests/common_test_cron_helper.module
index 94a2b2c4382..94a2b2c4382 100644
--- a/modules/simpletest/tests/common_test_cron_helper.module
+++ b/core/modules/simpletest/tests/common_test_cron_helper.module
diff --git a/modules/simpletest/tests/common_test_info.txt b/core/modules/simpletest/tests/common_test_info.txt
index ae217b91703..ae217b91703 100644
--- a/modules/simpletest/tests/common_test_info.txt
+++ b/core/modules/simpletest/tests/common_test_info.txt
diff --git a/modules/simpletest/tests/database_test.info b/core/modules/simpletest/tests/database_test.info
index 7f386617833..7f386617833 100644
--- a/modules/simpletest/tests/database_test.info
+++ b/core/modules/simpletest/tests/database_test.info
diff --git a/modules/simpletest/tests/database_test.install b/core/modules/simpletest/tests/database_test.install
index 4dce2b19af8..4dce2b19af8 100644
--- a/modules/simpletest/tests/database_test.install
+++ b/core/modules/simpletest/tests/database_test.install
diff --git a/modules/simpletest/tests/database_test.module b/core/modules/simpletest/tests/database_test.module
index 6fac31919c7..6fac31919c7 100644
--- a/modules/simpletest/tests/database_test.module
+++ b/core/modules/simpletest/tests/database_test.module
diff --git a/modules/simpletest/tests/database_test.test b/core/modules/simpletest/tests/database_test.test
index 87d386aa7e5..87d386aa7e5 100644
--- a/modules/simpletest/tests/database_test.test
+++ b/core/modules/simpletest/tests/database_test.test
diff --git a/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info b/core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
index 53515e769e3..53515e769e3 100644
--- a/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
+++ b/core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
diff --git a/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module b/core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
+++ b/core/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
diff --git a/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info b/core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
index 8753edaab9f..8753edaab9f 100644
--- a/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
+++ b/core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
diff --git a/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module b/core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
+++ b/core/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
diff --git a/modules/simpletest/tests/error.test b/core/modules/simpletest/tests/error.test
index b1ec4b3f5ca..b1ec4b3f5ca 100644
--- a/modules/simpletest/tests/error.test
+++ b/core/modules/simpletest/tests/error.test
diff --git a/modules/simpletest/tests/error_test.info b/core/modules/simpletest/tests/error_test.info
index d5db3ee392f..d5db3ee392f 100644
--- a/modules/simpletest/tests/error_test.info
+++ b/core/modules/simpletest/tests/error_test.info
diff --git a/modules/simpletest/tests/error_test.module b/core/modules/simpletest/tests/error_test.module
index d062cb067c4..d062cb067c4 100644
--- a/modules/simpletest/tests/error_test.module
+++ b/core/modules/simpletest/tests/error_test.module
diff --git a/modules/simpletest/tests/file.test b/core/modules/simpletest/tests/file.test
index 55e3b0aa33b..55e3b0aa33b 100644
--- a/modules/simpletest/tests/file.test
+++ b/core/modules/simpletest/tests/file.test
diff --git a/modules/simpletest/tests/file_test.info b/core/modules/simpletest/tests/file_test.info
index b71f2a028a9..b71f2a028a9 100644
--- a/modules/simpletest/tests/file_test.info
+++ b/core/modules/simpletest/tests/file_test.info
diff --git a/modules/simpletest/tests/file_test.module b/core/modules/simpletest/tests/file_test.module
index b3c43e071bb..b3c43e071bb 100644
--- a/modules/simpletest/tests/file_test.module
+++ b/core/modules/simpletest/tests/file_test.module
diff --git a/modules/simpletest/tests/filetransfer.test b/core/modules/simpletest/tests/filetransfer.test
index 905d23cab7f..905d23cab7f 100644
--- a/modules/simpletest/tests/filetransfer.test
+++ b/core/modules/simpletest/tests/filetransfer.test
diff --git a/modules/simpletest/tests/filter_test.info b/core/modules/simpletest/tests/filter_test.info
index ee27c29d13d..ee27c29d13d 100644
--- a/modules/simpletest/tests/filter_test.info
+++ b/core/modules/simpletest/tests/filter_test.info
diff --git a/modules/simpletest/tests/filter_test.module b/core/modules/simpletest/tests/filter_test.module
index 2cebc7085d0..2cebc7085d0 100644
--- a/modules/simpletest/tests/filter_test.module
+++ b/core/modules/simpletest/tests/filter_test.module
diff --git a/modules/simpletest/tests/form.test b/core/modules/simpletest/tests/form.test
index 386880e78a1..386880e78a1 100644
--- a/modules/simpletest/tests/form.test
+++ b/core/modules/simpletest/tests/form.test
diff --git a/modules/simpletest/tests/form_test.file.inc b/core/modules/simpletest/tests/form_test.file.inc
index f9197ead2a5..f9197ead2a5 100644
--- a/modules/simpletest/tests/form_test.file.inc
+++ b/core/modules/simpletest/tests/form_test.file.inc
diff --git a/modules/simpletest/tests/form_test.info b/core/modules/simpletest/tests/form_test.info
index 5354350daf0..5354350daf0 100644
--- a/modules/simpletest/tests/form_test.info
+++ b/core/modules/simpletest/tests/form_test.info
diff --git a/modules/simpletest/tests/form_test.module b/core/modules/simpletest/tests/form_test.module
index 36a66484511..36a66484511 100644
--- a/modules/simpletest/tests/form_test.module
+++ b/core/modules/simpletest/tests/form_test.module
diff --git a/modules/simpletest/tests/graph.test b/core/modules/simpletest/tests/graph.test
index c190161b4fb..c190161b4fb 100644
--- a/modules/simpletest/tests/graph.test
+++ b/core/modules/simpletest/tests/graph.test
diff --git a/modules/simpletest/tests/http.php b/core/modules/simpletest/tests/http.php
index a22938d9bea..a22938d9bea 100644
--- a/modules/simpletest/tests/http.php
+++ b/core/modules/simpletest/tests/http.php
diff --git a/modules/simpletest/tests/https.php b/core/modules/simpletest/tests/https.php
index b5ffab69345..b5ffab69345 100644
--- a/modules/simpletest/tests/https.php
+++ b/core/modules/simpletest/tests/https.php
diff --git a/modules/simpletest/tests/image.test b/core/modules/simpletest/tests/image.test
index 60599bee529..60599bee529 100644
--- a/modules/simpletest/tests/image.test
+++ b/core/modules/simpletest/tests/image.test
diff --git a/modules/simpletest/tests/image_test.info b/core/modules/simpletest/tests/image_test.info
index becc207718d..becc207718d 100644
--- a/modules/simpletest/tests/image_test.info
+++ b/core/modules/simpletest/tests/image_test.info
diff --git a/modules/simpletest/tests/image_test.module b/core/modules/simpletest/tests/image_test.module
index de640f0ba24..de640f0ba24 100644
--- a/modules/simpletest/tests/image_test.module
+++ b/core/modules/simpletest/tests/image_test.module
diff --git a/modules/simpletest/tests/lock.test b/core/modules/simpletest/tests/lock.test
index 0b423ffdd4d..0b423ffdd4d 100644
--- a/modules/simpletest/tests/lock.test
+++ b/core/modules/simpletest/tests/lock.test
diff --git a/modules/simpletest/tests/mail.test b/core/modules/simpletest/tests/mail.test
index a6c7b40e5ef..a6c7b40e5ef 100644
--- a/modules/simpletest/tests/mail.test
+++ b/core/modules/simpletest/tests/mail.test
diff --git a/modules/simpletest/tests/menu.test b/core/modules/simpletest/tests/menu.test
index d0612ac77a6..d0612ac77a6 100644
--- a/modules/simpletest/tests/menu.test
+++ b/core/modules/simpletest/tests/menu.test
diff --git a/modules/simpletest/tests/menu_test.info b/core/modules/simpletest/tests/menu_test.info
index 4549a25c7cb..4549a25c7cb 100644
--- a/modules/simpletest/tests/menu_test.info
+++ b/core/modules/simpletest/tests/menu_test.info
diff --git a/modules/simpletest/tests/menu_test.module b/core/modules/simpletest/tests/menu_test.module
index c42aca60fe6..c42aca60fe6 100644
--- a/modules/simpletest/tests/menu_test.module
+++ b/core/modules/simpletest/tests/menu_test.module
diff --git a/modules/simpletest/tests/module.test b/core/modules/simpletest/tests/module.test
index c9601c9b9ab..c9601c9b9ab 100644
--- a/modules/simpletest/tests/module.test
+++ b/core/modules/simpletest/tests/module.test
diff --git a/modules/simpletest/tests/module_test.file.inc b/core/modules/simpletest/tests/module_test.file.inc
index c0d3ec41e68..c0d3ec41e68 100644
--- a/modules/simpletest/tests/module_test.file.inc
+++ b/core/modules/simpletest/tests/module_test.file.inc
diff --git a/modules/simpletest/tests/module_test.info b/core/modules/simpletest/tests/module_test.info
index c0b243c2dcc..c0b243c2dcc 100644
--- a/modules/simpletest/tests/module_test.info
+++ b/core/modules/simpletest/tests/module_test.info
diff --git a/modules/simpletest/tests/module_test.install b/core/modules/simpletest/tests/module_test.install
index 4cc09df5a8d..4cc09df5a8d 100644
--- a/modules/simpletest/tests/module_test.install
+++ b/core/modules/simpletest/tests/module_test.install
diff --git a/modules/simpletest/tests/module_test.module b/core/modules/simpletest/tests/module_test.module
index bd850498ce5..bd850498ce5 100644
--- a/modules/simpletest/tests/module_test.module
+++ b/core/modules/simpletest/tests/module_test.module
diff --git a/modules/simpletest/tests/password.test b/core/modules/simpletest/tests/password.test
index e100c2ef630..e100c2ef630 100644
--- a/modules/simpletest/tests/password.test
+++ b/core/modules/simpletest/tests/password.test
diff --git a/modules/simpletest/tests/path.test b/core/modules/simpletest/tests/path.test
index 82598b5a2d3..82598b5a2d3 100644
--- a/modules/simpletest/tests/path.test
+++ b/core/modules/simpletest/tests/path.test
diff --git a/modules/simpletest/tests/registry.test b/core/modules/simpletest/tests/registry.test
index bcd8d4e0dec..bcd8d4e0dec 100644
--- a/modules/simpletest/tests/registry.test
+++ b/core/modules/simpletest/tests/registry.test
diff --git a/modules/simpletest/tests/requirements1_test.info b/core/modules/simpletest/tests/requirements1_test.info
index 6daa75e66db..6daa75e66db 100644
--- a/modules/simpletest/tests/requirements1_test.info
+++ b/core/modules/simpletest/tests/requirements1_test.info
diff --git a/modules/simpletest/tests/requirements1_test.install b/core/modules/simpletest/tests/requirements1_test.install
index 651d911abb8..651d911abb8 100644
--- a/modules/simpletest/tests/requirements1_test.install
+++ b/core/modules/simpletest/tests/requirements1_test.install
diff --git a/modules/simpletest/tests/requirements1_test.module b/core/modules/simpletest/tests/requirements1_test.module
index e52266b2ec7..e52266b2ec7 100644
--- a/modules/simpletest/tests/requirements1_test.module
+++ b/core/modules/simpletest/tests/requirements1_test.module
diff --git a/modules/simpletest/tests/requirements2_test.info b/core/modules/simpletest/tests/requirements2_test.info
index 270be65cd62..270be65cd62 100644
--- a/modules/simpletest/tests/requirements2_test.info
+++ b/core/modules/simpletest/tests/requirements2_test.info
diff --git a/modules/simpletest/tests/requirements2_test.module b/core/modules/simpletest/tests/requirements2_test.module
index a4f43051557..a4f43051557 100644
--- a/modules/simpletest/tests/requirements2_test.module
+++ b/core/modules/simpletest/tests/requirements2_test.module
diff --git a/modules/simpletest/tests/schema.test b/core/modules/simpletest/tests/schema.test
index 8945117cbbd..8945117cbbd 100644
--- a/modules/simpletest/tests/schema.test
+++ b/core/modules/simpletest/tests/schema.test
diff --git a/modules/simpletest/tests/session.test b/core/modules/simpletest/tests/session.test
index bc72e5c5ee7..bc72e5c5ee7 100644
--- a/modules/simpletest/tests/session.test
+++ b/core/modules/simpletest/tests/session.test
diff --git a/modules/simpletest/tests/session_test.info b/core/modules/simpletest/tests/session_test.info
index 73de0a1a63c..73de0a1a63c 100644
--- a/modules/simpletest/tests/session_test.info
+++ b/core/modules/simpletest/tests/session_test.info
diff --git a/modules/simpletest/tests/session_test.module b/core/modules/simpletest/tests/session_test.module
index 689ff099ae0..689ff099ae0 100644
--- a/modules/simpletest/tests/session_test.module
+++ b/core/modules/simpletest/tests/session_test.module
diff --git a/modules/simpletest/tests/symfony.test b/core/modules/simpletest/tests/symfony.test
index 8a7ecb967a6..8a7ecb967a6 100644
--- a/modules/simpletest/tests/symfony.test
+++ b/core/modules/simpletest/tests/symfony.test
diff --git a/modules/simpletest/tests/system.base.css b/core/modules/simpletest/tests/system.base.css
index c14ae9b27ba..c14ae9b27ba 100644
--- a/modules/simpletest/tests/system.base.css
+++ b/core/modules/simpletest/tests/system.base.css
diff --git a/modules/simpletest/tests/system_dependencies_test.info b/core/modules/simpletest/tests/system_dependencies_test.info
index c90706d4d7f..c90706d4d7f 100644
--- a/modules/simpletest/tests/system_dependencies_test.info
+++ b/core/modules/simpletest/tests/system_dependencies_test.info
diff --git a/modules/simpletest/tests/system_dependencies_test.module b/core/modules/simpletest/tests/system_dependencies_test.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/system_dependencies_test.module
+++ b/core/modules/simpletest/tests/system_dependencies_test.module
diff --git a/modules/simpletest/tests/system_test.info b/core/modules/simpletest/tests/system_test.info
index 3b9aebc929c..3b9aebc929c 100644
--- a/modules/simpletest/tests/system_test.info
+++ b/core/modules/simpletest/tests/system_test.info
diff --git a/modules/simpletest/tests/system_test.module b/core/modules/simpletest/tests/system_test.module
index 73727649487..73727649487 100644
--- a/modules/simpletest/tests/system_test.module
+++ b/core/modules/simpletest/tests/system_test.module
diff --git a/modules/simpletest/tests/tablesort.test b/core/modules/simpletest/tests/tablesort.test
index 9c068f86145..9c068f86145 100644
--- a/modules/simpletest/tests/tablesort.test
+++ b/core/modules/simpletest/tests/tablesort.test
diff --git a/modules/simpletest/tests/taxonomy_test.info b/core/modules/simpletest/tests/taxonomy_test.info
index b4489d6cecc..b4489d6cecc 100644
--- a/modules/simpletest/tests/taxonomy_test.info
+++ b/core/modules/simpletest/tests/taxonomy_test.info
diff --git a/modules/simpletest/tests/taxonomy_test.install b/core/modules/simpletest/tests/taxonomy_test.install
index d5c94da5f7b..d5c94da5f7b 100644
--- a/modules/simpletest/tests/taxonomy_test.install
+++ b/core/modules/simpletest/tests/taxonomy_test.install
diff --git a/modules/simpletest/tests/taxonomy_test.module b/core/modules/simpletest/tests/taxonomy_test.module
index aae13a2d448..aae13a2d448 100644
--- a/modules/simpletest/tests/taxonomy_test.module
+++ b/core/modules/simpletest/tests/taxonomy_test.module
diff --git a/modules/simpletest/tests/theme.test b/core/modules/simpletest/tests/theme.test
index fd881243f66..fd881243f66 100644
--- a/modules/simpletest/tests/theme.test
+++ b/core/modules/simpletest/tests/theme.test
diff --git a/modules/simpletest/tests/theme_test.info b/core/modules/simpletest/tests/theme_test.info
index c4d06591908..c4d06591908 100644
--- a/modules/simpletest/tests/theme_test.info
+++ b/core/modules/simpletest/tests/theme_test.info
diff --git a/modules/simpletest/tests/theme_test.module b/core/modules/simpletest/tests/theme_test.module
index 597c090da0c..597c090da0c 100644
--- a/modules/simpletest/tests/theme_test.module
+++ b/core/modules/simpletest/tests/theme_test.module
diff --git a/modules/simpletest/tests/theme_test.template_test.tpl.php b/core/modules/simpletest/tests/theme_test.template_test.tpl.php
index cde8faadd3c..cde8faadd3c 100644
--- a/modules/simpletest/tests/theme_test.template_test.tpl.php
+++ b/core/modules/simpletest/tests/theme_test.template_test.tpl.php
diff --git a/modules/simpletest/tests/unicode.test b/core/modules/simpletest/tests/unicode.test
index 47a4938fe85..47a4938fe85 100644
--- a/modules/simpletest/tests/unicode.test
+++ b/core/modules/simpletest/tests/unicode.test
diff --git a/modules/simpletest/tests/update.test b/core/modules/simpletest/tests/update.test
index 2f55dc5b652..2f55dc5b652 100644
--- a/modules/simpletest/tests/update.test
+++ b/core/modules/simpletest/tests/update.test
diff --git a/modules/simpletest/tests/update_script_test.info b/core/modules/simpletest/tests/update_script_test.info
index 04bf73ca8b4..04bf73ca8b4 100644
--- a/modules/simpletest/tests/update_script_test.info
+++ b/core/modules/simpletest/tests/update_script_test.info
diff --git a/modules/simpletest/tests/update_script_test.install b/core/modules/simpletest/tests/update_script_test.install
index 8af516bc0a3..8af516bc0a3 100644
--- a/modules/simpletest/tests/update_script_test.install
+++ b/core/modules/simpletest/tests/update_script_test.install
diff --git a/modules/simpletest/tests/update_script_test.module b/core/modules/simpletest/tests/update_script_test.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/update_script_test.module
+++ b/core/modules/simpletest/tests/update_script_test.module
diff --git a/modules/simpletest/tests/update_test_1.info b/core/modules/simpletest/tests/update_test_1.info
index 5a5b14fdd9a..5a5b14fdd9a 100644
--- a/modules/simpletest/tests/update_test_1.info
+++ b/core/modules/simpletest/tests/update_test_1.info
diff --git a/modules/simpletest/tests/update_test_1.install b/core/modules/simpletest/tests/update_test_1.install
index 22398a30f1d..22398a30f1d 100644
--- a/modules/simpletest/tests/update_test_1.install
+++ b/core/modules/simpletest/tests/update_test_1.install
diff --git a/modules/simpletest/tests/update_test_1.module b/core/modules/simpletest/tests/update_test_1.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/update_test_1.module
+++ b/core/modules/simpletest/tests/update_test_1.module
diff --git a/modules/simpletest/tests/update_test_2.info b/core/modules/simpletest/tests/update_test_2.info
index 5a5b14fdd9a..5a5b14fdd9a 100644
--- a/modules/simpletest/tests/update_test_2.info
+++ b/core/modules/simpletest/tests/update_test_2.info
diff --git a/modules/simpletest/tests/update_test_2.install b/core/modules/simpletest/tests/update_test_2.install
index c73271a1fb0..c73271a1fb0 100644
--- a/modules/simpletest/tests/update_test_2.install
+++ b/core/modules/simpletest/tests/update_test_2.install
diff --git a/modules/simpletest/tests/update_test_2.module b/core/modules/simpletest/tests/update_test_2.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/update_test_2.module
+++ b/core/modules/simpletest/tests/update_test_2.module
diff --git a/modules/simpletest/tests/update_test_3.info b/core/modules/simpletest/tests/update_test_3.info
index 5a5b14fdd9a..5a5b14fdd9a 100644
--- a/modules/simpletest/tests/update_test_3.info
+++ b/core/modules/simpletest/tests/update_test_3.info
diff --git a/modules/simpletest/tests/update_test_3.install b/core/modules/simpletest/tests/update_test_3.install
index 96830c816f9..96830c816f9 100644
--- a/modules/simpletest/tests/update_test_3.install
+++ b/core/modules/simpletest/tests/update_test_3.install
diff --git a/modules/simpletest/tests/update_test_3.module b/core/modules/simpletest/tests/update_test_3.module
index b3d9bbc7f37..b3d9bbc7f37 100644
--- a/modules/simpletest/tests/update_test_3.module
+++ b/core/modules/simpletest/tests/update_test_3.module
diff --git a/modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz b/core/modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz
index 4eddff6ac19..4eddff6ac19 100644
--- a/modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz
+++ b/core/modules/simpletest/tests/upgrade/drupal-7.bare.database.php.gz
Binary files differ
diff --git a/modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz b/core/modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz
index 9ff7c0bc418..9ff7c0bc418 100644
--- a/modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz
+++ b/core/modules/simpletest/tests/upgrade/drupal-7.filled.database.php.gz
Binary files differ
diff --git a/modules/simpletest/tests/upgrade/upgrade.test b/core/modules/simpletest/tests/upgrade/upgrade.test
index a802364fe03..a802364fe03 100644
--- a/modules/simpletest/tests/upgrade/upgrade.test
+++ b/core/modules/simpletest/tests/upgrade/upgrade.test
diff --git a/modules/simpletest/tests/upgrade/upgrade_bare.test b/core/modules/simpletest/tests/upgrade/upgrade_bare.test
index db71228575c..db71228575c 100644
--- a/modules/simpletest/tests/upgrade/upgrade_bare.test
+++ b/core/modules/simpletest/tests/upgrade/upgrade_bare.test
diff --git a/modules/simpletest/tests/upgrade/upgrade_filled.test b/core/modules/simpletest/tests/upgrade/upgrade_filled.test
index 9b17bda4caa..9b17bda4caa 100644
--- a/modules/simpletest/tests/upgrade/upgrade_filled.test
+++ b/core/modules/simpletest/tests/upgrade/upgrade_filled.test
diff --git a/modules/simpletest/tests/url_alter_test.info b/core/modules/simpletest/tests/url_alter_test.info
index 1947b2e7fb6..1947b2e7fb6 100644
--- a/modules/simpletest/tests/url_alter_test.info
+++ b/core/modules/simpletest/tests/url_alter_test.info
diff --git a/modules/simpletest/tests/url_alter_test.install b/core/modules/simpletest/tests/url_alter_test.install
index 6e09ab5838a..6e09ab5838a 100644
--- a/modules/simpletest/tests/url_alter_test.install
+++ b/core/modules/simpletest/tests/url_alter_test.install
diff --git a/modules/simpletest/tests/url_alter_test.module b/core/modules/simpletest/tests/url_alter_test.module
index e229ab98652..e229ab98652 100644
--- a/modules/simpletest/tests/url_alter_test.module
+++ b/core/modules/simpletest/tests/url_alter_test.module
diff --git a/modules/simpletest/tests/xmlrpc.test b/core/modules/simpletest/tests/xmlrpc.test
index 1b5bff3841c..1b5bff3841c 100644
--- a/modules/simpletest/tests/xmlrpc.test
+++ b/core/modules/simpletest/tests/xmlrpc.test
diff --git a/modules/simpletest/tests/xmlrpc_test.info b/core/modules/simpletest/tests/xmlrpc_test.info
index 6985439715b..6985439715b 100644
--- a/modules/simpletest/tests/xmlrpc_test.info
+++ b/core/modules/simpletest/tests/xmlrpc_test.info
diff --git a/modules/simpletest/tests/xmlrpc_test.module b/core/modules/simpletest/tests/xmlrpc_test.module
index db8f113b6b5..db8f113b6b5 100644
--- a/modules/simpletest/tests/xmlrpc_test.module
+++ b/core/modules/simpletest/tests/xmlrpc_test.module
diff --git a/modules/statistics/statistics.admin.inc b/core/modules/statistics/statistics.admin.inc
index 6606b8b9561..6606b8b9561 100644
--- a/modules/statistics/statistics.admin.inc
+++ b/core/modules/statistics/statistics.admin.inc
diff --git a/modules/statistics/statistics.info b/core/modules/statistics/statistics.info
index e7add6033ad..e7add6033ad 100644
--- a/modules/statistics/statistics.info
+++ b/core/modules/statistics/statistics.info
diff --git a/modules/statistics/statistics.install b/core/modules/statistics/statistics.install
index a5dc7f8f950..a5dc7f8f950 100644
--- a/modules/statistics/statistics.install
+++ b/core/modules/statistics/statistics.install
diff --git a/modules/statistics/statistics.module b/core/modules/statistics/statistics.module
index 2cbe94bf575..2cbe94bf575 100644
--- a/modules/statistics/statistics.module
+++ b/core/modules/statistics/statistics.module
diff --git a/modules/statistics/statistics.pages.inc b/core/modules/statistics/statistics.pages.inc
index bb31f9838f3..bb31f9838f3 100644
--- a/modules/statistics/statistics.pages.inc
+++ b/core/modules/statistics/statistics.pages.inc
diff --git a/modules/statistics/statistics.test b/core/modules/statistics/statistics.test
index 1b7f8ac2b99..1b7f8ac2b99 100644
--- a/modules/statistics/statistics.test
+++ b/core/modules/statistics/statistics.test
diff --git a/modules/statistics/statistics.tokens.inc b/core/modules/statistics/statistics.tokens.inc
index c2c8fc3cbc5..c2c8fc3cbc5 100644
--- a/modules/statistics/statistics.tokens.inc
+++ b/core/modules/statistics/statistics.tokens.inc
diff --git a/modules/syslog/syslog.info b/core/modules/syslog/syslog.info
index 4024bfd5035..4024bfd5035 100644
--- a/modules/syslog/syslog.info
+++ b/core/modules/syslog/syslog.info
diff --git a/modules/syslog/syslog.install b/core/modules/syslog/syslog.install
index 12ff4fb2c75..12ff4fb2c75 100644
--- a/modules/syslog/syslog.install
+++ b/core/modules/syslog/syslog.install
diff --git a/modules/syslog/syslog.module b/core/modules/syslog/syslog.module
index c4ee3825288..c4ee3825288 100644
--- a/modules/syslog/syslog.module
+++ b/core/modules/syslog/syslog.module
diff --git a/modules/syslog/syslog.test b/core/modules/syslog/syslog.test
index 691fb7deeb3..691fb7deeb3 100644
--- a/modules/syslog/syslog.test
+++ b/core/modules/syslog/syslog.test
diff --git a/modules/system/html.tpl.php b/core/modules/system/html.tpl.php
index d889b23e384..d889b23e384 100644
--- a/modules/system/html.tpl.php
+++ b/core/modules/system/html.tpl.php
diff --git a/modules/system/image.gd.inc b/core/modules/system/image.gd.inc
index 39f86dc30e6..39f86dc30e6 100644
--- a/modules/system/image.gd.inc
+++ b/core/modules/system/image.gd.inc
diff --git a/modules/system/maintenance-page.tpl.php b/core/modules/system/maintenance-page.tpl.php
index 31de3bb2385..31de3bb2385 100644
--- a/modules/system/maintenance-page.tpl.php
+++ b/core/modules/system/maintenance-page.tpl.php
diff --git a/modules/system/page.tpl.php b/core/modules/system/page.tpl.php
index ca9273cd663..ca9273cd663 100644
--- a/modules/system/page.tpl.php
+++ b/core/modules/system/page.tpl.php
diff --git a/modules/system/region.tpl.php b/core/modules/system/region.tpl.php
index b29e24f0178..b29e24f0178 100644
--- a/modules/system/region.tpl.php
+++ b/core/modules/system/region.tpl.php
diff --git a/modules/system/system.admin-rtl.css b/core/modules/system/system.admin-rtl.css
index 362a406c59c..362a406c59c 100644
--- a/modules/system/system.admin-rtl.css
+++ b/core/modules/system/system.admin-rtl.css
diff --git a/modules/system/system.admin.css b/core/modules/system/system.admin.css
index 7299484c38d..7299484c38d 100644
--- a/modules/system/system.admin.css
+++ b/core/modules/system/system.admin.css
diff --git a/modules/system/system.admin.inc b/core/modules/system/system.admin.inc
index b08f4180663..b08f4180663 100644
--- a/modules/system/system.admin.inc
+++ b/core/modules/system/system.admin.inc
diff --git a/modules/system/system.api.php b/core/modules/system/system.api.php
index cc67924e82c..cc67924e82c 100644
--- a/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
diff --git a/modules/system/system.archiver.inc b/core/modules/system/system.archiver.inc
index c37f07daa10..c37f07daa10 100644
--- a/modules/system/system.archiver.inc
+++ b/core/modules/system/system.archiver.inc
diff --git a/modules/system/system.base-rtl.css b/core/modules/system/system.base-rtl.css
index 9099c9d72b7..9099c9d72b7 100644
--- a/modules/system/system.base-rtl.css
+++ b/core/modules/system/system.base-rtl.css
diff --git a/modules/system/system.base.css b/core/modules/system/system.base.css
index e78edca2c7c..e78edca2c7c 100644
--- a/modules/system/system.base.css
+++ b/core/modules/system/system.base.css
diff --git a/modules/system/system.cron.js b/core/modules/system/system.cron.js
index af17dab5273..af17dab5273 100644
--- a/modules/system/system.cron.js
+++ b/core/modules/system/system.cron.js
diff --git a/modules/system/system.info b/core/modules/system/system.info
index c394849e73b..c394849e73b 100644
--- a/modules/system/system.info
+++ b/core/modules/system/system.info
diff --git a/modules/system/system.install b/core/modules/system/system.install
index 24933e2d9b6..24933e2d9b6 100644
--- a/modules/system/system.install
+++ b/core/modules/system/system.install
diff --git a/modules/system/system.js b/core/modules/system/system.js
index 5446d28a370..5446d28a370 100644
--- a/modules/system/system.js
+++ b/core/modules/system/system.js
diff --git a/modules/system/system.mail.inc b/core/modules/system/system.mail.inc
index ef50642c55a..ef50642c55a 100644
--- a/modules/system/system.mail.inc
+++ b/core/modules/system/system.mail.inc
diff --git a/modules/system/system.maintenance.css b/core/modules/system/system.maintenance.css
index 5543c2db816..5543c2db816 100644
--- a/modules/system/system.maintenance.css
+++ b/core/modules/system/system.maintenance.css
diff --git a/modules/system/system.menus-rtl.css b/core/modules/system/system.menus-rtl.css
index be85245b2bf..be85245b2bf 100644
--- a/modules/system/system.menus-rtl.css
+++ b/core/modules/system/system.menus-rtl.css
diff --git a/modules/system/system.menus.css b/core/modules/system/system.menus.css
index 514b029527a..514b029527a 100644
--- a/modules/system/system.menus.css
+++ b/core/modules/system/system.menus.css
diff --git a/modules/system/system.messages-rtl.css b/core/modules/system/system.messages-rtl.css
index 445417b08c4..445417b08c4 100644
--- a/modules/system/system.messages-rtl.css
+++ b/core/modules/system/system.messages-rtl.css
diff --git a/modules/system/system.messages.css b/core/modules/system/system.messages.css
index ffd4e8efcaa..ffd4e8efcaa 100644
--- a/modules/system/system.messages.css
+++ b/core/modules/system/system.messages.css
diff --git a/modules/system/system.module b/core/modules/system/system.module
index 0ef688e4a69..0ef688e4a69 100644
--- a/modules/system/system.module
+++ b/core/modules/system/system.module
diff --git a/modules/system/system.queue.inc b/core/modules/system/system.queue.inc
index 00d39406093..00d39406093 100644
--- a/modules/system/system.queue.inc
+++ b/core/modules/system/system.queue.inc
diff --git a/modules/system/system.tar.inc b/core/modules/system/system.tar.inc
index 32bf7f066e5..32bf7f066e5 100644
--- a/modules/system/system.tar.inc
+++ b/core/modules/system/system.tar.inc
diff --git a/modules/system/system.test b/core/modules/system/system.test
index f84bc781785..f84bc781785 100644
--- a/modules/system/system.test
+++ b/core/modules/system/system.test
diff --git a/modules/system/system.theme-rtl.css b/core/modules/system/system.theme-rtl.css
index 0cd7fa6431f..0cd7fa6431f 100644
--- a/modules/system/system.theme-rtl.css
+++ b/core/modules/system/system.theme-rtl.css
diff --git a/modules/system/system.theme.css b/core/modules/system/system.theme.css
index f34a965ec99..f34a965ec99 100644
--- a/modules/system/system.theme.css
+++ b/core/modules/system/system.theme.css
diff --git a/modules/system/system.tokens.inc b/core/modules/system/system.tokens.inc
index b612d1057e6..b612d1057e6 100644
--- a/modules/system/system.tokens.inc
+++ b/core/modules/system/system.tokens.inc
diff --git a/modules/system/system.updater.inc b/core/modules/system/system.updater.inc
index 0df1ad955c8..0df1ad955c8 100644
--- a/modules/system/system.updater.inc
+++ b/core/modules/system/system.updater.inc
diff --git a/modules/system/theme.api.php b/core/modules/system/theme.api.php
index 7fee81cb670..7fee81cb670 100644
--- a/modules/system/theme.api.php
+++ b/core/modules/system/theme.api.php
diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/core/modules/taxonomy/taxonomy-term.tpl.php
index b1ff20e3cee..b1ff20e3cee 100644
--- a/modules/taxonomy/taxonomy-term.tpl.php
+++ b/core/modules/taxonomy/taxonomy-term.tpl.php
diff --git a/modules/taxonomy/taxonomy.admin.inc b/core/modules/taxonomy/taxonomy.admin.inc
index 2440a283d8b..2440a283d8b 100644
--- a/modules/taxonomy/taxonomy.admin.inc
+++ b/core/modules/taxonomy/taxonomy.admin.inc
diff --git a/modules/taxonomy/taxonomy.api.php b/core/modules/taxonomy/taxonomy.api.php
index cb778c9a764..cb778c9a764 100644
--- a/modules/taxonomy/taxonomy.api.php
+++ b/core/modules/taxonomy/taxonomy.api.php
diff --git a/modules/taxonomy/taxonomy.css b/core/modules/taxonomy/taxonomy.css
index 36cd641bec2..36cd641bec2 100644
--- a/modules/taxonomy/taxonomy.css
+++ b/core/modules/taxonomy/taxonomy.css
diff --git a/modules/taxonomy/taxonomy.info b/core/modules/taxonomy/taxonomy.info
index 6a13f81db0a..6a13f81db0a 100644
--- a/modules/taxonomy/taxonomy.info
+++ b/core/modules/taxonomy/taxonomy.info
diff --git a/modules/taxonomy/taxonomy.install b/core/modules/taxonomy/taxonomy.install
index 3e07259f411..3e07259f411 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/core/modules/taxonomy/taxonomy.install
diff --git a/modules/taxonomy/taxonomy.js b/core/modules/taxonomy/taxonomy.js
index cc9cdf7a61c..cc9cdf7a61c 100644
--- a/modules/taxonomy/taxonomy.js
+++ b/core/modules/taxonomy/taxonomy.js
diff --git a/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module
index eb20c26590f..eb20c26590f 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/core/modules/taxonomy/taxonomy.module
diff --git a/modules/taxonomy/taxonomy.pages.inc b/core/modules/taxonomy/taxonomy.pages.inc
index 2a8d961a3e2..2a8d961a3e2 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/core/modules/taxonomy/taxonomy.pages.inc
diff --git a/modules/taxonomy/taxonomy.test b/core/modules/taxonomy/taxonomy.test
index 9a89b9c98ff..9a89b9c98ff 100644
--- a/modules/taxonomy/taxonomy.test
+++ b/core/modules/taxonomy/taxonomy.test
diff --git a/modules/taxonomy/taxonomy.tokens.inc b/core/modules/taxonomy/taxonomy.tokens.inc
index f8ae4576d70..f8ae4576d70 100644
--- a/modules/taxonomy/taxonomy.tokens.inc
+++ b/core/modules/taxonomy/taxonomy.tokens.inc
diff --git a/modules/toolbar/toolbar-rtl.css b/core/modules/toolbar/toolbar-rtl.css
index e12154724a7..e12154724a7 100644
--- a/modules/toolbar/toolbar-rtl.css
+++ b/core/modules/toolbar/toolbar-rtl.css
diff --git a/modules/toolbar/toolbar.css b/core/modules/toolbar/toolbar.css
index 4b62cded060..4b62cded060 100644
--- a/modules/toolbar/toolbar.css
+++ b/core/modules/toolbar/toolbar.css
diff --git a/modules/toolbar/toolbar.info b/core/modules/toolbar/toolbar.info
index 758dc9c6e90..758dc9c6e90 100644
--- a/modules/toolbar/toolbar.info
+++ b/core/modules/toolbar/toolbar.info
diff --git a/modules/toolbar/toolbar.js b/core/modules/toolbar/toolbar.js
index 5b61634bbde..5b61634bbde 100644
--- a/modules/toolbar/toolbar.js
+++ b/core/modules/toolbar/toolbar.js
diff --git a/modules/toolbar/toolbar.module b/core/modules/toolbar/toolbar.module
index d25ca2d0d84..d25ca2d0d84 100644
--- a/modules/toolbar/toolbar.module
+++ b/core/modules/toolbar/toolbar.module
diff --git a/modules/toolbar/toolbar.png b/core/modules/toolbar/toolbar.png
index f2c7f355a6d..f2c7f355a6d 100644
--- a/modules/toolbar/toolbar.png
+++ b/core/modules/toolbar/toolbar.png
Binary files differ
diff --git a/modules/toolbar/toolbar.tpl.php b/core/modules/toolbar/toolbar.tpl.php
index 342fa603f1b..342fa603f1b 100644
--- a/modules/toolbar/toolbar.tpl.php
+++ b/core/modules/toolbar/toolbar.tpl.php
diff --git a/modules/tracker/tracker.css b/core/modules/tracker/tracker.css
index d3531c469ff..d3531c469ff 100644
--- a/modules/tracker/tracker.css
+++ b/core/modules/tracker/tracker.css
diff --git a/modules/tracker/tracker.info b/core/modules/tracker/tracker.info
index a765504d21a..a765504d21a 100644
--- a/modules/tracker/tracker.info
+++ b/core/modules/tracker/tracker.info
diff --git a/modules/tracker/tracker.install b/core/modules/tracker/tracker.install
index cfe8dc7b61f..cfe8dc7b61f 100644
--- a/modules/tracker/tracker.install
+++ b/core/modules/tracker/tracker.install
diff --git a/modules/tracker/tracker.module b/core/modules/tracker/tracker.module
index 227cf7209a3..227cf7209a3 100644
--- a/modules/tracker/tracker.module
+++ b/core/modules/tracker/tracker.module
diff --git a/modules/tracker/tracker.pages.inc b/core/modules/tracker/tracker.pages.inc
index 7b1e946f31d..7b1e946f31d 100644
--- a/modules/tracker/tracker.pages.inc
+++ b/core/modules/tracker/tracker.pages.inc
diff --git a/modules/tracker/tracker.test b/core/modules/tracker/tracker.test
index 3cc227eae17..3cc227eae17 100644
--- a/modules/tracker/tracker.test
+++ b/core/modules/tracker/tracker.test
diff --git a/modules/translation/tests/translation_test.info b/core/modules/translation/tests/translation_test.info
index 5b42c5ac653..5b42c5ac653 100644
--- a/modules/translation/tests/translation_test.info
+++ b/core/modules/translation/tests/translation_test.info
diff --git a/modules/translation/tests/translation_test.module b/core/modules/translation/tests/translation_test.module
index e3bb4b5ff7d..e3bb4b5ff7d 100644
--- a/modules/translation/tests/translation_test.module
+++ b/core/modules/translation/tests/translation_test.module
diff --git a/modules/translation/translation.info b/core/modules/translation/translation.info
index ab6feece512..ab6feece512 100644
--- a/modules/translation/translation.info
+++ b/core/modules/translation/translation.info
diff --git a/modules/translation/translation.module b/core/modules/translation/translation.module
index 7d47a6d766b..7d47a6d766b 100644
--- a/modules/translation/translation.module
+++ b/core/modules/translation/translation.module
diff --git a/modules/translation/translation.pages.inc b/core/modules/translation/translation.pages.inc
index 7e4f0af266a..7e4f0af266a 100644
--- a/modules/translation/translation.pages.inc
+++ b/core/modules/translation/translation.pages.inc
diff --git a/modules/translation/translation.test b/core/modules/translation/translation.test
index c8a1ccdbbae..c8a1ccdbbae 100644
--- a/modules/translation/translation.test
+++ b/core/modules/translation/translation.test
diff --git a/modules/trigger/tests/trigger_test.info b/core/modules/trigger/tests/trigger_test.info
index 8b25cd95dea..8b25cd95dea 100644
--- a/modules/trigger/tests/trigger_test.info
+++ b/core/modules/trigger/tests/trigger_test.info
diff --git a/modules/trigger/tests/trigger_test.module b/core/modules/trigger/tests/trigger_test.module
index 0e3f3f877d2..0e3f3f877d2 100644
--- a/modules/trigger/tests/trigger_test.module
+++ b/core/modules/trigger/tests/trigger_test.module
diff --git a/modules/trigger/trigger.admin.inc b/core/modules/trigger/trigger.admin.inc
index 7509eb35a60..7509eb35a60 100644
--- a/modules/trigger/trigger.admin.inc
+++ b/core/modules/trigger/trigger.admin.inc
diff --git a/modules/trigger/trigger.api.php b/core/modules/trigger/trigger.api.php
index 839c1d48d09..839c1d48d09 100644
--- a/modules/trigger/trigger.api.php
+++ b/core/modules/trigger/trigger.api.php
diff --git a/modules/trigger/trigger.info b/core/modules/trigger/trigger.info
index f47604d24d1..f47604d24d1 100644
--- a/modules/trigger/trigger.info
+++ b/core/modules/trigger/trigger.info
diff --git a/modules/trigger/trigger.install b/core/modules/trigger/trigger.install
index 7dded60648a..7dded60648a 100644
--- a/modules/trigger/trigger.install
+++ b/core/modules/trigger/trigger.install
diff --git a/modules/trigger/trigger.module b/core/modules/trigger/trigger.module
index 6c1f58ffa33..6c1f58ffa33 100644
--- a/modules/trigger/trigger.module
+++ b/core/modules/trigger/trigger.module
diff --git a/modules/trigger/trigger.test b/core/modules/trigger/trigger.test
index 9a9a4ba2824..9a9a4ba2824 100644
--- a/modules/trigger/trigger.test
+++ b/core/modules/trigger/trigger.test
diff --git a/modules/update/tests/aaa_update_test.1_0.xml b/core/modules/update/tests/aaa_update_test.1_0.xml
index 5fc0d445b93..5fc0d445b93 100644
--- a/modules/update/tests/aaa_update_test.1_0.xml
+++ b/core/modules/update/tests/aaa_update_test.1_0.xml
diff --git a/modules/update/tests/aaa_update_test.info b/core/modules/update/tests/aaa_update_test.info
index 60646782bc1..60646782bc1 100644
--- a/modules/update/tests/aaa_update_test.info
+++ b/core/modules/update/tests/aaa_update_test.info
diff --git a/modules/update/tests/aaa_update_test.module b/core/modules/update/tests/aaa_update_test.module
index 4d67b8e40fc..4d67b8e40fc 100644
--- a/modules/update/tests/aaa_update_test.module
+++ b/core/modules/update/tests/aaa_update_test.module
diff --git a/modules/update/tests/aaa_update_test.no-releases.xml b/core/modules/update/tests/aaa_update_test.no-releases.xml
index e266d4992a1..e266d4992a1 100644
--- a/modules/update/tests/aaa_update_test.no-releases.xml
+++ b/core/modules/update/tests/aaa_update_test.no-releases.xml
diff --git a/modules/update/tests/aaa_update_test.tar.gz b/core/modules/update/tests/aaa_update_test.tar.gz
index 34f96c87f99..34f96c87f99 100644
--- a/modules/update/tests/aaa_update_test.tar.gz
+++ b/core/modules/update/tests/aaa_update_test.tar.gz
Binary files differ
diff --git a/modules/update/tests/bbb_update_test.1_0.xml b/core/modules/update/tests/bbb_update_test.1_0.xml
index 8d705b5f969..8d705b5f969 100644
--- a/modules/update/tests/bbb_update_test.1_0.xml
+++ b/core/modules/update/tests/bbb_update_test.1_0.xml
diff --git a/modules/update/tests/bbb_update_test.info b/core/modules/update/tests/bbb_update_test.info
index 95aacba18e3..95aacba18e3 100644
--- a/modules/update/tests/bbb_update_test.info
+++ b/core/modules/update/tests/bbb_update_test.info
diff --git a/modules/update/tests/bbb_update_test.module b/core/modules/update/tests/bbb_update_test.module
index 4d67b8e40fc..4d67b8e40fc 100644
--- a/modules/update/tests/bbb_update_test.module
+++ b/core/modules/update/tests/bbb_update_test.module
diff --git a/modules/update/tests/ccc_update_test.1_0.xml b/core/modules/update/tests/ccc_update_test.1_0.xml
index 82764c2c33d..82764c2c33d 100644
--- a/modules/update/tests/ccc_update_test.1_0.xml
+++ b/core/modules/update/tests/ccc_update_test.1_0.xml
diff --git a/modules/update/tests/ccc_update_test.info b/core/modules/update/tests/ccc_update_test.info
index f4df516b808..f4df516b808 100644
--- a/modules/update/tests/ccc_update_test.info
+++ b/core/modules/update/tests/ccc_update_test.info
diff --git a/modules/update/tests/ccc_update_test.module b/core/modules/update/tests/ccc_update_test.module
index 4d67b8e40fc..4d67b8e40fc 100644
--- a/modules/update/tests/ccc_update_test.module
+++ b/core/modules/update/tests/ccc_update_test.module
diff --git a/modules/update/tests/drupal.0.xml b/core/modules/update/tests/drupal.0.xml
index 7e32072a16c..7e32072a16c 100644
--- a/modules/update/tests/drupal.0.xml
+++ b/core/modules/update/tests/drupal.0.xml
diff --git a/modules/update/tests/drupal.1.xml b/core/modules/update/tests/drupal.1.xml
index c210a5a9b18..c210a5a9b18 100644
--- a/modules/update/tests/drupal.1.xml
+++ b/core/modules/update/tests/drupal.1.xml
diff --git a/modules/update/tests/drupal.2-sec.xml b/core/modules/update/tests/drupal.2-sec.xml
index 8018fa2ab36..8018fa2ab36 100644
--- a/modules/update/tests/drupal.2-sec.xml
+++ b/core/modules/update/tests/drupal.2-sec.xml
diff --git a/modules/update/tests/drupal.dev.xml b/core/modules/update/tests/drupal.dev.xml
index 4f707893efa..4f707893efa 100644
--- a/modules/update/tests/drupal.dev.xml
+++ b/core/modules/update/tests/drupal.dev.xml
diff --git a/modules/update/tests/update_test.info b/core/modules/update/tests/update_test.info
index 708dc9772a0..708dc9772a0 100644
--- a/modules/update/tests/update_test.info
+++ b/core/modules/update/tests/update_test.info
diff --git a/modules/update/tests/update_test.module b/core/modules/update/tests/update_test.module
index 4acb6ef837e..4acb6ef837e 100644
--- a/modules/update/tests/update_test.module
+++ b/core/modules/update/tests/update_test.module
diff --git a/modules/update/tests/update_test_basetheme.1_1-sec.xml b/core/modules/update/tests/update_test_basetheme.1_1-sec.xml
index 462558b595b..462558b595b 100644
--- a/modules/update/tests/update_test_basetheme.1_1-sec.xml
+++ b/core/modules/update/tests/update_test_basetheme.1_1-sec.xml
diff --git a/modules/update/tests/update_test_subtheme.1_0.xml b/core/modules/update/tests/update_test_subtheme.1_0.xml
index c791b7f1fbc..c791b7f1fbc 100644
--- a/modules/update/tests/update_test_subtheme.1_0.xml
+++ b/core/modules/update/tests/update_test_subtheme.1_0.xml
diff --git a/modules/update/update-rtl.css b/core/modules/update/update-rtl.css
index 5fc83d1a623..5fc83d1a623 100644
--- a/modules/update/update-rtl.css
+++ b/core/modules/update/update-rtl.css
diff --git a/modules/update/update.api.php b/core/modules/update/update.api.php
index 83b93b28f09..83b93b28f09 100644
--- a/modules/update/update.api.php
+++ b/core/modules/update/update.api.php
diff --git a/modules/update/update.authorize.inc b/core/modules/update/update.authorize.inc
index c9b76dd30f6..c9b76dd30f6 100644
--- a/modules/update/update.authorize.inc
+++ b/core/modules/update/update.authorize.inc
diff --git a/modules/update/update.compare.inc b/core/modules/update/update.compare.inc
index 2ccd97c0eb7..2ccd97c0eb7 100644
--- a/modules/update/update.compare.inc
+++ b/core/modules/update/update.compare.inc
diff --git a/modules/update/update.css b/core/modules/update/update.css
index d30dfb6e50b..d30dfb6e50b 100644
--- a/modules/update/update.css
+++ b/core/modules/update/update.css
diff --git a/modules/update/update.fetch.inc b/core/modules/update/update.fetch.inc
index 7ac0dbefbc2..7ac0dbefbc2 100644
--- a/modules/update/update.fetch.inc
+++ b/core/modules/update/update.fetch.inc
diff --git a/modules/update/update.info b/core/modules/update/update.info
index 83b9857d0e1..83b9857d0e1 100644
--- a/modules/update/update.info
+++ b/core/modules/update/update.info
diff --git a/modules/update/update.install b/core/modules/update/update.install
index f0d549922a0..f0d549922a0 100644
--- a/modules/update/update.install
+++ b/core/modules/update/update.install
diff --git a/modules/update/update.manager.inc b/core/modules/update/update.manager.inc
index 59858ebe810..59858ebe810 100644
--- a/modules/update/update.manager.inc
+++ b/core/modules/update/update.manager.inc
diff --git a/modules/update/update.module b/core/modules/update/update.module
index a2d705a0eb0..a2d705a0eb0 100644
--- a/modules/update/update.module
+++ b/core/modules/update/update.module
diff --git a/modules/update/update.report.inc b/core/modules/update/update.report.inc
index 3f5933acb1f..3f5933acb1f 100644
--- a/modules/update/update.report.inc
+++ b/core/modules/update/update.report.inc
diff --git a/modules/update/update.settings.inc b/core/modules/update/update.settings.inc
index 60ac3ca8e4e..60ac3ca8e4e 100644
--- a/modules/update/update.settings.inc
+++ b/core/modules/update/update.settings.inc
diff --git a/modules/update/update.test b/core/modules/update/update.test
index a657f91de0d..a657f91de0d 100644
--- a/modules/update/update.test
+++ b/core/modules/update/update.test
diff --git a/modules/user/tests/user_form_test.info b/core/modules/user/tests/user_form_test.info
index ed2f39e3a44..ed2f39e3a44 100644
--- a/modules/user/tests/user_form_test.info
+++ b/core/modules/user/tests/user_form_test.info
diff --git a/modules/user/tests/user_form_test.module b/core/modules/user/tests/user_form_test.module
index 4e907f361b3..4e907f361b3 100644
--- a/modules/user/tests/user_form_test.module
+++ b/core/modules/user/tests/user_form_test.module
diff --git a/modules/user/user-picture.tpl.php b/core/modules/user/user-picture.tpl.php
index a33d2661d74..a33d2661d74 100644
--- a/modules/user/user-picture.tpl.php
+++ b/core/modules/user/user-picture.tpl.php
diff --git a/modules/user/user-profile-category.tpl.php b/core/modules/user/user-profile-category.tpl.php
index 8b6cd9991a6..8b6cd9991a6 100644
--- a/modules/user/user-profile-category.tpl.php
+++ b/core/modules/user/user-profile-category.tpl.php
diff --git a/modules/user/user-profile-item.tpl.php b/core/modules/user/user-profile-item.tpl.php
index 042d43a8795..042d43a8795 100644
--- a/modules/user/user-profile-item.tpl.php
+++ b/core/modules/user/user-profile-item.tpl.php
diff --git a/modules/user/user-profile.tpl.php b/core/modules/user/user-profile.tpl.php
index a1611c83531..a1611c83531 100644
--- a/modules/user/user-profile.tpl.php
+++ b/core/modules/user/user-profile.tpl.php
diff --git a/modules/user/user-rtl.css b/core/modules/user/user-rtl.css
index 642c9434716..642c9434716 100644
--- a/modules/user/user-rtl.css
+++ b/core/modules/user/user-rtl.css
diff --git a/modules/user/user.admin.inc b/core/modules/user/user.admin.inc
index 4789e7e7313..4789e7e7313 100644
--- a/modules/user/user.admin.inc
+++ b/core/modules/user/user.admin.inc
diff --git a/modules/user/user.api.php b/core/modules/user/user.api.php
index 0b4f38f054a..0b4f38f054a 100644
--- a/modules/user/user.api.php
+++ b/core/modules/user/user.api.php
diff --git a/modules/user/user.css b/core/modules/user/user.css
index a3033073345..a3033073345 100644
--- a/modules/user/user.css
+++ b/core/modules/user/user.css
diff --git a/modules/user/user.entity.inc b/core/modules/user/user.entity.inc
index 5549c770718..5549c770718 100644
--- a/modules/user/user.entity.inc
+++ b/core/modules/user/user.entity.inc
diff --git a/modules/user/user.info b/core/modules/user/user.info
index d887352760e..d887352760e 100644
--- a/modules/user/user.info
+++ b/core/modules/user/user.info
diff --git a/modules/user/user.install b/core/modules/user/user.install
index 370427f86be..370427f86be 100644
--- a/modules/user/user.install
+++ b/core/modules/user/user.install
diff --git a/modules/user/user.js b/core/modules/user/user.js
index 44c00f344a0..44c00f344a0 100644
--- a/modules/user/user.js
+++ b/core/modules/user/user.js
diff --git a/modules/user/user.module b/core/modules/user/user.module
index bae0ffc332c..bae0ffc332c 100644
--- a/modules/user/user.module
+++ b/core/modules/user/user.module
diff --git a/modules/user/user.pages.inc b/core/modules/user/user.pages.inc
index 02870e9e65a..02870e9e65a 100644
--- a/modules/user/user.pages.inc
+++ b/core/modules/user/user.pages.inc
diff --git a/modules/user/user.permissions.js b/core/modules/user/user.permissions.js
index 988820e12db..988820e12db 100644
--- a/modules/user/user.permissions.js
+++ b/core/modules/user/user.permissions.js
diff --git a/modules/user/user.test b/core/modules/user/user.test
index e94c63ffd5e..e94c63ffd5e 100644
--- a/modules/user/user.test
+++ b/core/modules/user/user.test
diff --git a/modules/user/user.tokens.inc b/core/modules/user/user.tokens.inc
index 8dcea4b597e..8dcea4b597e 100644
--- a/modules/user/user.tokens.inc
+++ b/core/modules/user/user.tokens.inc
diff --git a/scripts/cron-curl.sh b/core/scripts/cron-curl.sh
index 9b168ab364a..9b168ab364a 100644
--- a/scripts/cron-curl.sh
+++ b/core/scripts/cron-curl.sh
diff --git a/scripts/cron-lynx.sh b/core/scripts/cron-lynx.sh
index 904667acb11..904667acb11 100644
--- a/scripts/cron-lynx.sh
+++ b/core/scripts/cron-lynx.sh
diff --git a/scripts/drupal.sh b/core/scripts/drupal.sh
index 5d064f5713a..5d064f5713a 100755
--- a/scripts/drupal.sh
+++ b/core/scripts/drupal.sh
diff --git a/scripts/dump-database-d6.sh b/core/scripts/dump-database-d6.sh
index d39bb4306d8..d39bb4306d8 100644
--- a/scripts/dump-database-d6.sh
+++ b/core/scripts/dump-database-d6.sh
diff --git a/scripts/dump-database-d7.sh b/core/scripts/dump-database-d7.sh
index f78f998e50c..f78f998e50c 100644
--- a/scripts/dump-database-d7.sh
+++ b/core/scripts/dump-database-d7.sh
diff --git a/scripts/generate-d6-content.sh b/core/scripts/generate-d6-content.sh
index fc4c68f96c7..fc4c68f96c7 100644
--- a/scripts/generate-d6-content.sh
+++ b/core/scripts/generate-d6-content.sh
diff --git a/scripts/generate-d7-content.sh b/core/scripts/generate-d7-content.sh
index e65c09902a6..e65c09902a6 100644
--- a/scripts/generate-d7-content.sh
+++ b/core/scripts/generate-d7-content.sh
diff --git a/scripts/password-hash.sh b/core/scripts/password-hash.sh
index 004421a896c..004421a896c 100755
--- a/scripts/password-hash.sh
+++ b/core/scripts/password-hash.sh
diff --git a/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 614969e3d4d..614969e3d4d 100755
--- a/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
diff --git a/themes/README.txt b/core/themes/README.txt
index 3fb27ed10d6..3fb27ed10d6 100644
--- a/themes/README.txt
+++ b/core/themes/README.txt
diff --git a/themes/bartik/bartik.info b/core/themes/bartik/bartik.info
index aab37a7ac85..aab37a7ac85 100644
--- a/themes/bartik/bartik.info
+++ b/core/themes/bartik/bartik.info
diff --git a/themes/bartik/color/base.png b/core/themes/bartik/color/base.png
index 58cc088a49e..58cc088a49e 100644
--- a/themes/bartik/color/base.png
+++ b/core/themes/bartik/color/base.png
Binary files differ
diff --git a/themes/bartik/color/color.inc b/core/themes/bartik/color/color.inc
index b4c813da0bd..b4c813da0bd 100644
--- a/themes/bartik/color/color.inc
+++ b/core/themes/bartik/color/color.inc
diff --git a/themes/bartik/color/preview.css b/core/themes/bartik/color/preview.css
index 48a4a83346b..48a4a83346b 100644
--- a/themes/bartik/color/preview.css
+++ b/core/themes/bartik/color/preview.css
diff --git a/themes/bartik/color/preview.html b/core/themes/bartik/color/preview.html
index 52ea5664a40..52ea5664a40 100644
--- a/themes/bartik/color/preview.html
+++ b/core/themes/bartik/color/preview.html
diff --git a/themes/bartik/color/preview.js b/core/themes/bartik/color/preview.js
index b40bcf7dcae..b40bcf7dcae 100644
--- a/themes/bartik/color/preview.js
+++ b/core/themes/bartik/color/preview.js
diff --git a/themes/bartik/color/preview.png b/core/themes/bartik/color/preview.png
index 58cc088a49e..58cc088a49e 100644
--- a/themes/bartik/color/preview.png
+++ b/core/themes/bartik/color/preview.png
Binary files differ
diff --git a/themes/bartik/css/colors.css b/core/themes/bartik/css/colors.css
index fd83374a54b..fd83374a54b 100644
--- a/themes/bartik/css/colors.css
+++ b/core/themes/bartik/css/colors.css
diff --git a/themes/bartik/css/ie-rtl.css b/core/themes/bartik/css/ie-rtl.css
index 6358bf376a7..6358bf376a7 100644
--- a/themes/bartik/css/ie-rtl.css
+++ b/core/themes/bartik/css/ie-rtl.css
diff --git a/themes/bartik/css/ie.css b/core/themes/bartik/css/ie.css
index 7a658336c9c..7a658336c9c 100644
--- a/themes/bartik/css/ie.css
+++ b/core/themes/bartik/css/ie.css
diff --git a/themes/bartik/css/layout-rtl.css b/core/themes/bartik/css/layout-rtl.css
index fa81e4f862e..fa81e4f862e 100644
--- a/themes/bartik/css/layout-rtl.css
+++ b/core/themes/bartik/css/layout-rtl.css
diff --git a/themes/bartik/css/layout.css b/core/themes/bartik/css/layout.css
index b561f4c021c..b561f4c021c 100644
--- a/themes/bartik/css/layout.css
+++ b/core/themes/bartik/css/layout.css
diff --git a/themes/bartik/css/maintenance-page.css b/core/themes/bartik/css/maintenance-page.css
index c13c77b9a17..c13c77b9a17 100644
--- a/themes/bartik/css/maintenance-page.css
+++ b/core/themes/bartik/css/maintenance-page.css
diff --git a/themes/bartik/css/print.css b/core/themes/bartik/css/print.css
index fbe386a43cc..fbe386a43cc 100644
--- a/themes/bartik/css/print.css
+++ b/core/themes/bartik/css/print.css
diff --git a/themes/bartik/css/style-rtl.css b/core/themes/bartik/css/style-rtl.css
index d25006faaac..d25006faaac 100644
--- a/themes/bartik/css/style-rtl.css
+++ b/core/themes/bartik/css/style-rtl.css
diff --git a/themes/bartik/css/style.css b/core/themes/bartik/css/style.css
index 4fb8210255b..4fb8210255b 100644
--- a/themes/bartik/css/style.css
+++ b/core/themes/bartik/css/style.css
diff --git a/themes/bartik/images/add.png b/core/themes/bartik/images/add.png
index 3e167ebd0fe..3e167ebd0fe 100644
--- a/themes/bartik/images/add.png
+++ b/core/themes/bartik/images/add.png
Binary files differ
diff --git a/themes/bartik/images/buttons.png b/core/themes/bartik/images/buttons.png
index c4b6df58d7c..c4b6df58d7c 100644
--- a/themes/bartik/images/buttons.png
+++ b/core/themes/bartik/images/buttons.png
Binary files differ
diff --git a/themes/bartik/images/comment-arrow-rtl.gif b/core/themes/bartik/images/comment-arrow-rtl.gif
index b597e6587f8..b597e6587f8 100644
--- a/themes/bartik/images/comment-arrow-rtl.gif
+++ b/core/themes/bartik/images/comment-arrow-rtl.gif
Binary files differ
diff --git a/themes/bartik/images/comment-arrow.gif b/core/themes/bartik/images/comment-arrow.gif
index ce48d0ccd97..ce48d0ccd97 100644
--- a/themes/bartik/images/comment-arrow.gif
+++ b/core/themes/bartik/images/comment-arrow.gif
Binary files differ
diff --git a/themes/bartik/images/search-button.png b/core/themes/bartik/images/search-button.png
index c6e820ad9f6..c6e820ad9f6 100644
--- a/themes/bartik/images/search-button.png
+++ b/core/themes/bartik/images/search-button.png
Binary files differ
diff --git a/themes/bartik/images/tabs-border.png b/core/themes/bartik/images/tabs-border.png
index 25f95356a62..25f95356a62 100644
--- a/themes/bartik/images/tabs-border.png
+++ b/core/themes/bartik/images/tabs-border.png
Binary files differ
diff --git a/themes/bartik/logo.png b/core/themes/bartik/logo.png
index 0ada4532636..0ada4532636 100644
--- a/themes/bartik/logo.png
+++ b/core/themes/bartik/logo.png
Binary files differ
diff --git a/themes/bartik/screenshot.png b/core/themes/bartik/screenshot.png
index 34734efa682..34734efa682 100644
--- a/themes/bartik/screenshot.png
+++ b/core/themes/bartik/screenshot.png
Binary files differ
diff --git a/themes/bartik/template.php b/core/themes/bartik/template.php
index 8d2b8c4e316..8d2b8c4e316 100644
--- a/themes/bartik/template.php
+++ b/core/themes/bartik/template.php
diff --git a/themes/bartik/templates/comment-wrapper.tpl.php b/core/themes/bartik/templates/comment-wrapper.tpl.php
index 864dc41c408..864dc41c408 100644
--- a/themes/bartik/templates/comment-wrapper.tpl.php
+++ b/core/themes/bartik/templates/comment-wrapper.tpl.php
diff --git a/themes/bartik/templates/comment.tpl.php b/core/themes/bartik/templates/comment.tpl.php
index d64487d0ea8..d64487d0ea8 100644
--- a/themes/bartik/templates/comment.tpl.php
+++ b/core/themes/bartik/templates/comment.tpl.php
diff --git a/themes/bartik/templates/maintenance-page.tpl.php b/core/themes/bartik/templates/maintenance-page.tpl.php
index 6deef1e3f2a..6deef1e3f2a 100644
--- a/themes/bartik/templates/maintenance-page.tpl.php
+++ b/core/themes/bartik/templates/maintenance-page.tpl.php
diff --git a/themes/bartik/templates/node.tpl.php b/core/themes/bartik/templates/node.tpl.php
index 234b8994ab5..234b8994ab5 100644
--- a/themes/bartik/templates/node.tpl.php
+++ b/core/themes/bartik/templates/node.tpl.php
diff --git a/themes/bartik/templates/page.tpl.php b/core/themes/bartik/templates/page.tpl.php
index 7b0f99097a0..7b0f99097a0 100644
--- a/themes/bartik/templates/page.tpl.php
+++ b/core/themes/bartik/templates/page.tpl.php
diff --git a/themes/engines/phptemplate/phptemplate.engine b/core/themes/engines/phptemplate/phptemplate.engine
index d293b85c7e7..d293b85c7e7 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/core/themes/engines/phptemplate/phptemplate.engine
diff --git a/themes/seven/ie.css b/core/themes/seven/ie.css
index 4b2569502f0..4b2569502f0 100644
--- a/themes/seven/ie.css
+++ b/core/themes/seven/ie.css
diff --git a/themes/seven/ie7.css b/core/themes/seven/ie7.css
index abcdb8a5e06..abcdb8a5e06 100644
--- a/themes/seven/ie7.css
+++ b/core/themes/seven/ie7.css
diff --git a/themes/seven/images/add.png b/core/themes/seven/images/add.png
index 1a2faf656c9..1a2faf656c9 100644
--- a/themes/seven/images/add.png
+++ b/core/themes/seven/images/add.png
Binary files differ
diff --git a/themes/seven/images/arrow-asc.png b/core/themes/seven/images/arrow-asc.png
index d25b8dd75be..d25b8dd75be 100644
--- a/themes/seven/images/arrow-asc.png
+++ b/core/themes/seven/images/arrow-asc.png
Binary files differ
diff --git a/themes/seven/images/arrow-desc.png b/core/themes/seven/images/arrow-desc.png
index 2feade962ad..2feade962ad 100644
--- a/themes/seven/images/arrow-desc.png
+++ b/core/themes/seven/images/arrow-desc.png
Binary files differ
diff --git a/themes/seven/images/arrow-next.png b/core/themes/seven/images/arrow-next.png
index ed551def21e..ed551def21e 100644
--- a/themes/seven/images/arrow-next.png
+++ b/core/themes/seven/images/arrow-next.png
Binary files differ
diff --git a/themes/seven/images/arrow-prev.png b/core/themes/seven/images/arrow-prev.png
index 64b2dac724c..64b2dac724c 100644
--- a/themes/seven/images/arrow-prev.png
+++ b/core/themes/seven/images/arrow-prev.png
Binary files differ
diff --git a/themes/seven/images/buttons.png b/core/themes/seven/images/buttons.png
index ae833d5f8f1..ae833d5f8f1 100644
--- a/themes/seven/images/buttons.png
+++ b/core/themes/seven/images/buttons.png
Binary files differ
diff --git a/themes/seven/images/fc-rtl.png b/core/themes/seven/images/fc-rtl.png
index e02cf9cd9e4..e02cf9cd9e4 100644
--- a/themes/seven/images/fc-rtl.png
+++ b/core/themes/seven/images/fc-rtl.png
Binary files differ
diff --git a/themes/seven/images/fc.png b/core/themes/seven/images/fc.png
index ac44b4190f5..ac44b4190f5 100644
--- a/themes/seven/images/fc.png
+++ b/core/themes/seven/images/fc.png
Binary files differ
diff --git a/themes/seven/images/list-item-rtl.png b/core/themes/seven/images/list-item-rtl.png
index aa654f74a0b..aa654f74a0b 100644
--- a/themes/seven/images/list-item-rtl.png
+++ b/core/themes/seven/images/list-item-rtl.png
Binary files differ
diff --git a/themes/seven/images/list-item.png b/core/themes/seven/images/list-item.png
index d598d6366bf..d598d6366bf 100644
--- a/themes/seven/images/list-item.png
+++ b/core/themes/seven/images/list-item.png
Binary files differ
diff --git a/themes/seven/images/task-check.png b/core/themes/seven/images/task-check.png
index 64fadf848a4..64fadf848a4 100644
--- a/themes/seven/images/task-check.png
+++ b/core/themes/seven/images/task-check.png
Binary files differ
diff --git a/themes/seven/images/task-item-rtl.png b/core/themes/seven/images/task-item-rtl.png
index fbf6185835f..fbf6185835f 100644
--- a/themes/seven/images/task-item-rtl.png
+++ b/core/themes/seven/images/task-item-rtl.png
Binary files differ
diff --git a/themes/seven/images/task-item.png b/core/themes/seven/images/task-item.png
index c2f9bf09954..c2f9bf09954 100644
--- a/themes/seven/images/task-item.png
+++ b/core/themes/seven/images/task-item.png
Binary files differ
diff --git a/themes/seven/images/ui-icons-222222-256x240.png b/core/themes/seven/images/ui-icons-222222-256x240.png
index 9a9606f7614..9a9606f7614 100644
--- a/themes/seven/images/ui-icons-222222-256x240.png
+++ b/core/themes/seven/images/ui-icons-222222-256x240.png
Binary files differ
diff --git a/themes/seven/images/ui-icons-454545-256x240.png b/core/themes/seven/images/ui-icons-454545-256x240.png
index 80cb644a58f..80cb644a58f 100644
--- a/themes/seven/images/ui-icons-454545-256x240.png
+++ b/core/themes/seven/images/ui-icons-454545-256x240.png
Binary files differ
diff --git a/themes/seven/images/ui-icons-800000-256x240.png b/core/themes/seven/images/ui-icons-800000-256x240.png
index 7bf106b2b4d..7bf106b2b4d 100644
--- a/themes/seven/images/ui-icons-800000-256x240.png
+++ b/core/themes/seven/images/ui-icons-800000-256x240.png
Binary files differ
diff --git a/themes/seven/images/ui-icons-888888-256x240.png b/core/themes/seven/images/ui-icons-888888-256x240.png
index 8373712d13c..8373712d13c 100644
--- a/themes/seven/images/ui-icons-888888-256x240.png
+++ b/core/themes/seven/images/ui-icons-888888-256x240.png
Binary files differ
diff --git a/themes/seven/images/ui-icons-ffffff-256x240.png b/core/themes/seven/images/ui-icons-ffffff-256x240.png
index 3086869dad6..3086869dad6 100644
--- a/themes/seven/images/ui-icons-ffffff-256x240.png
+++ b/core/themes/seven/images/ui-icons-ffffff-256x240.png
Binary files differ
diff --git a/themes/seven/jquery.ui.theme.css b/core/themes/seven/jquery.ui.theme.css
index c26046ae129..c26046ae129 100644
--- a/themes/seven/jquery.ui.theme.css
+++ b/core/themes/seven/jquery.ui.theme.css
diff --git a/themes/seven/logo.png b/core/themes/seven/logo.png
index 3b49a4ce78d..3b49a4ce78d 100644
--- a/themes/seven/logo.png
+++ b/core/themes/seven/logo.png
Binary files differ
diff --git a/themes/seven/maintenance-page.tpl.php b/core/themes/seven/maintenance-page.tpl.php
index aeef310df82..aeef310df82 100644
--- a/themes/seven/maintenance-page.tpl.php
+++ b/core/themes/seven/maintenance-page.tpl.php
diff --git a/themes/seven/page.tpl.php b/core/themes/seven/page.tpl.php
index b9d0ad554cd..b9d0ad554cd 100644
--- a/themes/seven/page.tpl.php
+++ b/core/themes/seven/page.tpl.php
diff --git a/themes/seven/reset.css b/core/themes/seven/reset.css
index 306b1f9a3c1..306b1f9a3c1 100644
--- a/themes/seven/reset.css
+++ b/core/themes/seven/reset.css
diff --git a/themes/seven/screenshot.png b/core/themes/seven/screenshot.png
index 3f0c36774c6..3f0c36774c6 100644
--- a/themes/seven/screenshot.png
+++ b/core/themes/seven/screenshot.png
Binary files differ
diff --git a/themes/seven/seven.info b/core/themes/seven/seven.info
index 969f7490bb0..969f7490bb0 100644
--- a/themes/seven/seven.info
+++ b/core/themes/seven/seven.info
diff --git a/themes/seven/style-rtl.css b/core/themes/seven/style-rtl.css
index a41d3254780..a41d3254780 100644
--- a/themes/seven/style-rtl.css
+++ b/core/themes/seven/style-rtl.css
diff --git a/themes/seven/style.css b/core/themes/seven/style.css
index 73410c0134b..73410c0134b 100644
--- a/themes/seven/style.css
+++ b/core/themes/seven/style.css
diff --git a/themes/seven/template.php b/core/themes/seven/template.php
index b78f5ab5f83..b78f5ab5f83 100644
--- a/themes/seven/template.php
+++ b/core/themes/seven/template.php
diff --git a/themes/seven/vertical-tabs-rtl.css b/core/themes/seven/vertical-tabs-rtl.css
index a9598c36a05..a9598c36a05 100644
--- a/themes/seven/vertical-tabs-rtl.css
+++ b/core/themes/seven/vertical-tabs-rtl.css
diff --git a/themes/seven/vertical-tabs.css b/core/themes/seven/vertical-tabs.css
index f06aade8135..f06aade8135 100644
--- a/themes/seven/vertical-tabs.css
+++ b/core/themes/seven/vertical-tabs.css
diff --git a/themes/stark/README.txt b/core/themes/stark/README.txt
index e7af281ee31..e7af281ee31 100644
--- a/themes/stark/README.txt
+++ b/core/themes/stark/README.txt
diff --git a/themes/stark/layout.css b/core/themes/stark/layout.css
index 7e49d74a8f7..7e49d74a8f7 100644
--- a/themes/stark/layout.css
+++ b/core/themes/stark/layout.css
diff --git a/themes/stark/logo.png b/core/themes/stark/logo.png
index 32332cf3457..32332cf3457 100644
--- a/themes/stark/logo.png
+++ b/core/themes/stark/logo.png
Binary files differ
diff --git a/themes/stark/screenshot.png b/core/themes/stark/screenshot.png
index 6fe457f8add..6fe457f8add 100644
--- a/themes/stark/screenshot.png
+++ b/core/themes/stark/screenshot.png
Binary files differ
diff --git a/themes/stark/stark.info b/core/themes/stark/stark.info
index 5773c5e4da1..5773c5e4da1 100644
--- a/themes/stark/stark.info
+++ b/core/themes/stark/stark.info
diff --git a/themes/tests/README.txt b/core/themes/tests/README.txt
index 5ddaa8caf22..5ddaa8caf22 100644
--- a/themes/tests/README.txt
+++ b/core/themes/tests/README.txt
diff --git a/themes/tests/test_theme/template.php b/core/themes/tests/test_theme/template.php
index ef8118a6da9..ef8118a6da9 100644
--- a/themes/tests/test_theme/template.php
+++ b/core/themes/tests/test_theme/template.php
diff --git a/themes/tests/test_theme/test_theme.info b/core/themes/tests/test_theme/test_theme.info
index c32fe57a629..c32fe57a629 100644
--- a/themes/tests/test_theme/test_theme.info
+++ b/core/themes/tests/test_theme/test_theme.info
diff --git a/themes/tests/test_theme/theme_test.template_test.tpl.php b/core/themes/tests/test_theme/theme_test.template_test.tpl.php
index d4409bf16e0..d4409bf16e0 100644
--- a/themes/tests/test_theme/theme_test.template_test.tpl.php
+++ b/core/themes/tests/test_theme/theme_test.template_test.tpl.php
diff --git a/themes/tests/update_test_basetheme/update_test_basetheme.info b/core/themes/tests/update_test_basetheme/update_test_basetheme.info
index c8550b5bc8c..c8550b5bc8c 100644
--- a/themes/tests/update_test_basetheme/update_test_basetheme.info
+++ b/core/themes/tests/update_test_basetheme/update_test_basetheme.info
diff --git a/themes/tests/update_test_subtheme/update_test_subtheme.info b/core/themes/tests/update_test_subtheme/update_test_subtheme.info
index c783dc28b1e..c783dc28b1e 100644
--- a/themes/tests/update_test_subtheme/update_test_subtheme.info
+++ b/core/themes/tests/update_test_subtheme/update_test_subtheme.info
diff --git a/update.php b/core/update.php
index 1d6bc49c108..1d6bc49c108 100644
--- a/update.php
+++ b/core/update.php
diff --git a/xmlrpc.php b/core/xmlrpc.php
index b202dc29385..b202dc29385 100644
--- a/xmlrpc.php
+++ b/core/xmlrpc.php