From dd4ff19b33bbf8e36b8a4dbba5d180ed22177bab Mon Sep 17 00:00:00 2001 From: "matt j. sorenson" Date: Mon, 4 Mar 2013 22:42:38 -0600 Subject: [PATCH] initial commit: drupal 7.20 --- .gitignore | 14 + .htaccess | 131 + CHANGELOG.txt | 1643 ++ COPYRIGHT.txt | 44 + INSTALL.mysql.txt | 42 + INSTALL.pgsql.txt | 44 + INSTALL.sqlite.txt | 31 + INSTALL.txt | 398 + LICENSE.txt | 339 + MAINTAINERS.txt | 303 + README.txt | 123 + UPGRADE.txt | 236 + authorize.php | 173 + cron.php | 26 + includes/actions.inc | 388 + includes/ajax.inc | 1211 + includes/archiver.inc | 68 + includes/authorize.inc | 334 + includes/batch.inc | 539 + includes/batch.queue.inc | 84 + includes/bootstrap.inc | 3385 +++ includes/cache-install.inc | 74 + includes/cache.inc | 558 + includes/common.inc | 8136 ++++++ includes/database/database.inc | 3010 +++ includes/database/log.inc | 161 + includes/database/mysql/database.inc | 202 + includes/database/mysql/install.inc | 33 + includes/database/mysql/query.inc | 107 + includes/database/mysql/schema.inc | 536 + includes/database/pgsql/database.inc | 223 + includes/database/pgsql/install.inc | 197 + includes/database/pgsql/query.inc | 209 + includes/database/pgsql/schema.inc | 617 + includes/database/pgsql/select.inc | 108 + includes/database/prefetch.inc | 507 + includes/database/query.inc | 1959 ++ includes/database/schema.inc | 727 + includes/database/select.inc | 1613 ++ includes/database/sqlite/database.inc | 519 + includes/database/sqlite/install.inc | 51 + includes/database/sqlite/query.inc | 160 + includes/database/sqlite/schema.inc | 683 + includes/database/sqlite/select.inc | 27 + includes/date.inc | 196 + includes/entity.inc | 1365 ++ includes/errors.inc | 286 + includes/file.inc | 2504 ++ includes/file.mimetypes.inc | 859 + includes/filetransfer/filetransfer.inc | 417 + includes/filetransfer/ftp.inc | 144 + includes/filetransfer/local.inc | 76 + includes/filetransfer/ssh.inc | 108 + includes/form.inc | 4635 ++++ includes/graph.inc | 145 + includes/image.inc | 435 + includes/install.core.inc | 1854 ++ includes/install.inc | 1320 + includes/iso.inc | 483 + includes/json-encode.inc | 102 + includes/language.inc | 484 + includes/locale.inc | 2442 ++ includes/lock.inc | 274 + includes/mail.inc | 618 + includes/menu.inc | 3882 +++ includes/module.inc | 1058 + includes/pager.inc | 664 + includes/password.inc | 287 + includes/path.inc | 587 + includes/registry.inc | 189 + includes/session.inc | 533 + includes/stream_wrappers.inc | 836 + includes/tablesort.inc | 252 + includes/theme.inc | 2886 +++ includes/theme.maintenance.inc | 211 + includes/token.inc | 262 + includes/unicode.entities.inc | 265 + includes/unicode.inc | 601 + includes/update.inc | 1477 ++ includes/updater.inc | 427 + includes/utility.inc | 65 + includes/xmlrpc.inc | 624 + includes/xmlrpcs.inc | 384 + index.php | 21 + install.php | 26 + misc/ajax.js | 622 + misc/arrow-asc.png | Bin 0 -> 118 bytes misc/arrow-desc.png | Bin 0 -> 118 bytes misc/authorize.js | 27 + misc/autocomplete.js | 324 + misc/batch.js | 32 + misc/collapse.js | 103 + misc/configure.png | Bin 0 -> 248 bytes misc/draggable.png | Bin 0 -> 268 bytes misc/drupal.js | 433 + misc/druplicon.png | Bin 0 -> 3905 bytes misc/farbtastic/farbtastic.css | 36 + misc/farbtastic/farbtastic.js | 8 + misc/farbtastic/marker.png | Bin 0 -> 437 bytes misc/farbtastic/mask.png | Bin 0 -> 2001 bytes misc/farbtastic/wheel.png | Bin 0 -> 11589 bytes misc/favicon.ico | Bin 0 -> 1150 bytes misc/feed.png | Bin 0 -> 656 bytes misc/form.js | 78 + misc/forum-icons.png | Bin 0 -> 1765 bytes misc/grippie.png | Bin 0 -> 106 bytes misc/help.png | Bin 0 -> 294 bytes misc/jquery.ba-bbq.js | 19 + misc/jquery.cookie.js | 11 + misc/jquery.form.js | 12 + misc/jquery.js | 168 + misc/jquery.once.js | 79 + misc/machine-name.js | 127 + misc/menu-collapsed-rtl.png | Bin 0 -> 107 bytes misc/menu-collapsed.png | Bin 0 -> 105 bytes misc/menu-expanded.png | Bin 0 -> 106 bytes misc/menu-leaf.png | Bin 0 -> 126 bytes misc/message-16-error.png | Bin 0 -> 519 bytes misc/message-16-help.png | Bin 0 -> 668 bytes misc/message-16-info.png | Bin 0 -> 733 bytes misc/message-16-ok.png | Bin 0 -> 639 bytes misc/message-16-warning.png | Bin 0 -> 442 bytes misc/message-24-error.png | Bin 0 -> 733 bytes misc/message-24-help.png | Bin 0 -> 1088 bytes misc/message-24-info.png | Bin 0 -> 1011 bytes misc/message-24-ok.png | Bin 0 -> 1058 bytes misc/message-24-warning.png | Bin 0 -> 753 bytes misc/permissions.png | Bin 0 -> 242 bytes misc/powered-black-135x42.png | Bin 0 -> 2699 bytes misc/powered-black-80x15.png | Bin 0 -> 1448 bytes misc/powered-black-88x31.png | Bin 0 -> 2005 bytes misc/powered-blue-135x42.png | Bin 0 -> 2879 bytes misc/powered-blue-80x15.png | Bin 0 -> 943 bytes misc/powered-blue-88x31.png | Bin 0 -> 2009 bytes misc/powered-gray-135x42.png | Bin 0 -> 2594 bytes misc/powered-gray-80x15.png | Bin 0 -> 698 bytes misc/powered-gray-88x31.png | Bin 0 -> 1968 bytes misc/print-rtl.css | 7 + misc/print.css | 25 + misc/progress.gif | Bin 0 -> 5872 bytes misc/progress.js | 106 + misc/states.js | 544 + misc/tabledrag.js | 1176 + misc/tableheader.js | 133 + misc/tableselect.js | 92 + misc/textarea.js | 32 + misc/throbber.gif | Bin 0 -> 1336 bytes misc/timezone.js | 66 + misc/tree-bottom.png | Bin 0 -> 129 bytes misc/tree.png | Bin 0 -> 130 bytes misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../ui/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../ui/images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../ui/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../ui/images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../ui/images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../ui/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes misc/ui/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes misc/ui/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes misc/ui/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes misc/ui/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes misc/ui/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes misc/ui/jquery.effects.blind.min.js | 15 + misc/ui/jquery.effects.bounce.min.js | 16 + misc/ui/jquery.effects.clip.min.js | 15 + misc/ui/jquery.effects.core.min.js | 31 + misc/ui/jquery.effects.drop.min.js | 15 + misc/ui/jquery.effects.explode.min.js | 16 + misc/ui/jquery.effects.fade.min.js | 14 + misc/ui/jquery.effects.fold.min.js | 15 + misc/ui/jquery.effects.highlight.min.js | 15 + misc/ui/jquery.effects.pulsate.min.js | 15 + misc/ui/jquery.effects.scale.min.js | 21 + misc/ui/jquery.effects.shake.min.js | 15 + misc/ui/jquery.effects.slide.min.js | 15 + misc/ui/jquery.effects.transfer.min.js | 15 + misc/ui/jquery.ui.accordion.css | 20 + misc/ui/jquery.ui.accordion.min.js | 31 + misc/ui/jquery.ui.autocomplete.css | 54 + misc/ui/jquery.ui.autocomplete.min.js | 32 + misc/ui/jquery.ui.button.css | 39 + misc/ui/jquery.ui.button.min.js | 26 + misc/ui/jquery.ui.core.css | 42 + misc/ui/jquery.ui.core.min.js | 18 + misc/ui/jquery.ui.datepicker.css | 69 + misc/ui/jquery.ui.datepicker.min.js | 82 + misc/ui/jquery.ui.dialog.css | 22 + misc/ui/jquery.ui.dialog.min.js | 41 + misc/ui/jquery.ui.draggable.min.js | 51 + misc/ui/jquery.ui.droppable.min.js | 27 + misc/ui/jquery.ui.mouse.min.js | 18 + misc/ui/jquery.ui.position.min.js | 17 + misc/ui/jquery.ui.progressbar.css | 12 + misc/ui/jquery.ui.progressbar.min.js | 17 + misc/ui/jquery.ui.resizable.css | 21 + misc/ui/jquery.ui.resizable.min.js | 48 + misc/ui/jquery.ui.selectable.css | 11 + misc/ui/jquery.ui.selectable.min.js | 23 + misc/ui/jquery.ui.slider.css | 25 + misc/ui/jquery.ui.slider.min.js | 34 + misc/ui/jquery.ui.sortable.min.js | 61 + misc/ui/jquery.ui.tabs.css | 19 + misc/ui/jquery.ui.tabs.min.js | 36 + misc/ui/jquery.ui.theme.css | 253 + misc/ui/jquery.ui.widget.min.js | 16 + misc/vertical-tabs-rtl.css | 14 + misc/vertical-tabs.css | 80 + misc/vertical-tabs.js | 195 + misc/watchdog-error.png | Bin 0 -> 780 bytes misc/watchdog-ok.png | Bin 0 -> 375 bytes misc/watchdog-warning.png | Bin 0 -> 318 bytes modules/README.txt | 9 + .../aggregator/aggregator-feed-source.tpl.php | 36 + modules/aggregator/aggregator-item.tpl.php | 47 + modules/aggregator/aggregator-rtl.css | 4 + .../aggregator-summary-item.tpl.php | 25 + .../aggregator-summary-items.tpl.php | 25 + modules/aggregator/aggregator-wrapper.tpl.php | 20 + modules/aggregator/aggregator.admin.inc | 631 + modules/aggregator/aggregator.api.php | 220 + modules/aggregator/aggregator.css | 38 + modules/aggregator/aggregator.fetcher.inc | 61 + modules/aggregator/aggregator.info | 14 + modules/aggregator/aggregator.install | 330 + modules/aggregator/aggregator.module | 782 + modules/aggregator/aggregator.pages.inc | 563 + modules/aggregator/aggregator.parser.inc | 329 + modules/aggregator/aggregator.processor.inc | 207 + modules/aggregator/aggregator.test | 970 + modules/aggregator/tests/aggregator_test.info | 12 + .../aggregator/tests/aggregator_test.module | 58 + .../aggregator/tests/aggregator_test_atom.xml | 20 + .../tests/aggregator_test_rss091.xml | 41 + .../block/block-admin-display-form.tpl.php | 69 + modules/block/block.admin.inc | 700 + modules/block/block.api.php | 364 + modules/block/block.css | 36 + modules/block/block.info | 13 + modules/block/block.install | 477 + modules/block/block.js | 152 + modules/block/block.module | 1051 + modules/block/block.test | 859 + modules/block/block.tpl.php | 58 + modules/block/tests/block_test.info | 12 + modules/block/tests/block_test.module | 36 + .../block_test_theme/block_test_theme.info | 20 + .../themes/block_test_theme/page.tpl.php | 78 + modules/blog/blog.info | 12 + modules/blog/blog.install | 23 + modules/blog/blog.module | 272 + modules/blog/blog.pages.inc | 127 + modules/blog/blog.test | 213 + modules/book/book-all-books-block.tpl.php | 23 + modules/book/book-export-html.tpl.php | 52 + modules/book/book-navigation.tpl.php | 54 + modules/book/book-node-export-html.tpl.php | 25 + modules/book/book-rtl.css | 11 + modules/book/book.admin.inc | 282 + modules/book/book.css | 54 + modules/book/book.info | 14 + modules/book/book.install | 95 + modules/book/book.js | 28 + modules/book/book.module | 1422 ++ modules/book/book.pages.inc | 236 + modules/book/book.test | 367 + modules/color/color-rtl.css | 48 + modules/color/color.css | 85 + modules/color/color.info | 12 + modules/color/color.install | 66 + modules/color/color.js | 250 + modules/color/color.module | 767 + modules/color/color.test | 133 + modules/color/images/hook-rtl.png | Bin 0 -> 116 bytes modules/color/images/hook.png | Bin 0 -> 116 bytes modules/color/images/lock.png | Bin 0 -> 230 bytes modules/color/preview.html | 7 + modules/color/preview.js | 38 + modules/comment/comment-node-form.js | 32 + modules/comment/comment-rtl.css | 5 + modules/comment/comment-wrapper.tpl.php | 52 + modules/comment/comment.admin.inc | 283 + modules/comment/comment.api.php | 145 + modules/comment/comment.css | 13 + modules/comment/comment.info | 16 + modules/comment/comment.install | 578 + modules/comment/comment.module | 2727 +++ modules/comment/comment.pages.inc | 123 + modules/comment/comment.test | 2225 ++ modules/comment/comment.tokens.inc | 243 + modules/comment/comment.tpl.php | 92 + modules/contact/contact.admin.inc | 228 + modules/contact/contact.info | 13 + modules/contact/contact.install | 168 + modules/contact/contact.module | 259 + modules/contact/contact.pages.inc | 300 + modules/contact/contact.test | 434 + modules/contextual/contextual-rtl.css | 20 + modules/contextual/contextual.api.php | 40 + modules/contextual/contextual.css | 103 + modules/contextual/contextual.info | 12 + modules/contextual/contextual.js | 48 + modules/contextual/contextual.module | 169 + modules/contextual/contextual.test | 49 + modules/contextual/images/gear-select.png | Bin 0 -> 506 bytes modules/dashboard/dashboard-rtl.css | 30 + modules/dashboard/dashboard.api.php | 42 + modules/dashboard/dashboard.css | 134 + modules/dashboard/dashboard.info | 14 + modules/dashboard/dashboard.install | 78 + modules/dashboard/dashboard.js | 223 + modules/dashboard/dashboard.module | 681 + modules/dashboard/dashboard.test | 141 + modules/dblog/dblog-rtl.css | 7 + modules/dblog/dblog.admin.inc | 383 + modules/dblog/dblog.css | 59 + modules/dblog/dblog.info | 12 + modules/dblog/dblog.install | 142 + modules/dblog/dblog.module | 181 + modules/dblog/dblog.test | 593 + modules/field/field.api.php | 2683 ++ modules/field/field.attach.inc | 1369 ++ modules/field/field.crud.inc | 978 + modules/field/field.default.inc | 268 + modules/field/field.form.inc | 604 + modules/field/field.info | 17 + modules/field/field.info.inc | 900 + modules/field/field.install | 464 + modules/field/field.module | 1216 + modules/field/field.multilingual.inc | 301 + .../field_sql_storage/field_sql_storage.info | 14 + .../field_sql_storage.install | 215 + .../field_sql_storage.module | 755 + .../field_sql_storage/field_sql_storage.test | 427 + modules/field/modules/list/list.info | 14 + modules/field/modules/list/list.install | 138 + modules/field/modules/list/list.module | 486 + modules/field/modules/list/tests/list.test | 457 + .../field/modules/list/tests/list_test.info | 12 + .../field/modules/list/tests/list_test.module | 32 + modules/field/modules/number/number.info | 13 + modules/field/modules/number/number.install | 45 + modules/field/modules/number/number.module | 419 + modules/field/modules/number/number.test | 155 + modules/field/modules/options/options.api.php | 74 + modules/field/modules/options/options.info | 13 + modules/field/modules/options/options.module | 417 + modules/field/modules/options/options.test | 553 + modules/field/modules/text/text.info | 14 + modules/field/modules/text/text.install | 95 + modules/field/modules/text/text.js | 49 + modules/field/modules/text/text.module | 611 + modules/field/modules/text/text.test | 517 + modules/field/tests/field.test | 3409 +++ modules/field/tests/field_test.entity.inc | 494 + modules/field/tests/field_test.field.inc | 411 + modules/field/tests/field_test.info | 13 + modules/field/tests/field_test.install | 150 + modules/field/tests/field_test.module | 272 + modules/field/tests/field_test.storage.inc | 473 + modules/field/theme/field-rtl.css | 14 + modules/field/theme/field.css | 28 + modules/field/theme/field.tpl.php | 62 + modules/field_ui/field_ui-rtl.css | 9 + modules/field_ui/field_ui.admin.inc | 2112 ++ modules/field_ui/field_ui.api.php | 204 + modules/field_ui/field_ui.css | 71 + modules/field_ui/field_ui.info | 13 + modules/field_ui/field_ui.js | 341 + modules/field_ui/field_ui.module | 387 + modules/field_ui/field_ui.test | 751 + modules/file/file.api.php | 60 + modules/file/file.css | 35 + modules/file/file.field.inc | 1008 + modules/file/file.info | 13 + modules/file/file.install | 98 + modules/file/file.js | 155 + modules/file/file.module | 1013 + .../file/icons/application-octet-stream.png | Bin 0 -> 189 bytes modules/file/icons/application-pdf.png | Bin 0 -> 346 bytes .../file/icons/application-x-executable.png | Bin 0 -> 189 bytes modules/file/icons/audio-x-generic.png | Bin 0 -> 314 bytes modules/file/icons/image-x-generic.png | Bin 0 -> 385 bytes modules/file/icons/package-x-generic.png | Bin 0 -> 260 bytes modules/file/icons/text-html.png | Bin 0 -> 265 bytes modules/file/icons/text-plain.png | Bin 0 -> 220 bytes modules/file/icons/text-x-generic.png | Bin 0 -> 220 bytes modules/file/icons/text-x-script.png | Bin 0 -> 276 bytes modules/file/icons/video-x-generic.png | Bin 0 -> 214 bytes modules/file/icons/x-office-document.png | Bin 0 -> 196 bytes modules/file/icons/x-office-presentation.png | Bin 0 -> 181 bytes modules/file/icons/x-office-spreadsheet.png | Bin 0 -> 183 bytes modules/file/tests/file.test | 1171 + modules/file/tests/file_module_test.info | 12 + modules/file/tests/file_module_test.module | 69 + modules/filter/filter.admin.inc | 365 + modules/filter/filter.admin.js | 44 + modules/filter/filter.api.php | 323 + modules/filter/filter.css | 53 + modules/filter/filter.info | 14 + modules/filter/filter.install | 494 + modules/filter/filter.js | 20 + modules/filter/filter.module | 1692 ++ modules/filter/filter.pages.inc | 88 + modules/filter/filter.test | 1902 ++ modules/filter/tests/filter.url-input.txt | 36 + modules/filter/tests/filter.url-output.txt | 36 + modules/forum/forum-icon.tpl.php | 26 + modules/forum/forum-list.tpl.php | 77 + modules/forum/forum-rtl.css | 20 + modules/forum/forum-submitted.tpl.php | 30 + modules/forum/forum-topic-list.tpl.php | 72 + modules/forum/forum.admin.inc | 352 + modules/forum/forum.css | 54 + modules/forum/forum.info | 16 + modules/forum/forum.install | 467 + modules/forum/forum.module | 1389 ++ modules/forum/forum.pages.inc | 37 + modules/forum/forum.test | 686 + modules/forum/forums.tpl.php | 24 + modules/help/help-rtl.css | 10 + modules/help/help.admin.inc | 86 + modules/help/help.api.php | 63 + modules/help/help.css | 9 + modules/help/help.info | 12 + modules/help/help.module | 63 + modules/help/help.test | 137 + modules/image/image-rtl.css | 11 + modules/image/image.admin.css | 60 + modules/image/image.admin.inc | 907 + modules/image/image.api.php | 199 + modules/image/image.css | 14 + modules/image/image.effects.inc | 314 + modules/image/image.field.inc | 642 + modules/image/image.info | 14 + modules/image/image.install | 490 + modules/image/image.module | 1341 + modules/image/image.test | 1673 ++ modules/image/sample.png | Bin 0 -> 168110 bytes modules/image/tests/image_module_test.info | 13 + modules/image/tests/image_module_test.module | 50 + modules/locale/locale-rtl.css | 12 + modules/locale/locale.admin.inc | 1438 ++ modules/locale/locale.api.php | 41 + modules/locale/locale.css | 32 + modules/locale/locale.datepicker.js | 79 + modules/locale/locale.info | 13 + modules/locale/locale.install | 457 + modules/locale/locale.module | 1074 + modules/locale/locale.test | 3061 +++ modules/locale/tests/locale_test.info | 12 + modules/locale/tests/locale_test.js | 46 + modules/locale/tests/locale_test.module | 242 + modules/locale/tests/translations/test.xx.po | 28 + modules/menu/menu.admin.inc | 702 + modules/menu/menu.admin.js | 46 + modules/menu/menu.api.php | 87 + modules/menu/menu.css | 12 + modules/menu/menu.info | 13 + modules/menu/menu.install | 210 + modules/menu/menu.js | 65 + modules/menu/menu.module | 794 + modules/menu/menu.test | 724 + modules/node/content_types.inc | 447 + modules/node/content_types.js | 34 + modules/node/node.admin.inc | 598 + modules/node/node.api.php | 1302 + modules/node/node.css | 10 + modules/node/node.info | 16 + modules/node/node.install | 928 + modules/node/node.js | 43 + modules/node/node.module | 3992 +++ modules/node/node.pages.inc | 590 + modules/node/node.test | 2652 ++ modules/node/node.tokens.inc | 191 + modules/node/node.tpl.php | 112 + modules/node/tests/node_access_test.info | 12 + modules/node/tests/node_access_test.install | 42 + modules/node/tests/node_access_test.module | 226 + modules/node/tests/node_test.info | 12 + modules/node/tests/node_test.module | 161 + modules/node/tests/node_test_exception.info | 12 + modules/node/tests/node_test_exception.module | 16 + modules/openid/login-bg.png | Bin 0 -> 205 bytes modules/openid/openid-rtl.css | 18 + modules/openid/openid.api.php | 116 + modules/openid/openid.css | 46 + modules/openid/openid.inc | 907 + modules/openid/openid.info | 12 + modules/openid/openid.install | 160 + modules/openid/openid.js | 49 + modules/openid/openid.module | 1019 + modules/openid/openid.pages.inc | 116 + modules/openid/openid.test | 809 + modules/openid/tests/openid_test.info | 13 + modules/openid/tests/openid_test.install | 17 + modules/openid/tests/openid_test.module | 367 + modules/overlay/images/background.png | Bin 0 -> 76 bytes modules/overlay/images/close-rtl.png | Bin 0 -> 368 bytes modules/overlay/images/close.png | Bin 0 -> 344 bytes modules/overlay/overlay-child-rtl.css | 40 + modules/overlay/overlay-child.css | 172 + modules/overlay/overlay-child.js | 196 + modules/overlay/overlay-parent.css | 55 + modules/overlay/overlay-parent.js | 1012 + modules/overlay/overlay.api.php | 40 + modules/overlay/overlay.info | 11 + modules/overlay/overlay.install | 19 + modules/overlay/overlay.module | 1006 + modules/overlay/overlay.tpl.php | 39 + modules/path/path.admin.inc | 314 + modules/path/path.api.php | 73 + modules/path/path.info | 13 + modules/path/path.js | 21 + modules/path/path.module | 313 + modules/path/path.test | 537 + modules/php/php.info | 12 + modules/php/php.install | 45 + modules/php/php.module | 147 + modules/php/php.test | 120 + modules/poll/poll-bar--block.tpl.php | 26 + modules/poll/poll-bar.tpl.php | 26 + modules/poll/poll-results--block.tpl.php | 28 + modules/poll/poll-results.tpl.php | 30 + modules/poll/poll-rtl.css | 10 + modules/poll/poll-vote.tpl.php | 31 + modules/poll/poll.css | 51 + modules/poll/poll.info | 13 + modules/poll/poll.install | 215 + modules/poll/poll.module | 1019 + modules/poll/poll.pages.inc | 97 + modules/poll/poll.test | 872 + modules/poll/poll.tokens.inc | 107 + modules/profile/profile-block.tpl.php | 41 + modules/profile/profile-listing.tpl.php | 52 + modules/profile/profile-wrapper.tpl.php | 24 + modules/profile/profile.admin.inc | 446 + modules/profile/profile.css | 10 + modules/profile/profile.info | 18 + modules/profile/profile.install | 172 + modules/profile/profile.js | 58 + modules/profile/profile.module | 629 + modules/profile/profile.pages.inc | 139 + modules/profile/profile.test | 530 + modules/rdf/rdf.api.php | 106 + modules/rdf/rdf.info | 12 + modules/rdf/rdf.install | 49 + modules/rdf/rdf.module | 873 + modules/rdf/rdf.test | 715 + modules/rdf/tests/rdf_test.info | 12 + modules/rdf/tests/rdf_test.install | 25 + modules/rdf/tests/rdf_test.module | 66 + modules/search/search-block-form.tpl.php | 37 + modules/search/search-result.tpl.php | 81 + modules/search/search-results.tpl.php | 35 + modules/search/search-rtl.css | 13 + modules/search/search.admin.inc | 186 + modules/search/search.api.php | 366 + modules/search/search.css | 34 + modules/search/search.extender.inc | 508 + modules/search/search.info | 15 + modules/search/search.install | 182 + modules/search/search.module | 1356 + modules/search/search.pages.inc | 159 + modules/search/search.test | 2038 ++ modules/search/tests/UnicodeTest.txt | 333 + .../search/tests/search_embedded_form.info | 12 + .../search/tests/search_embedded_form.module | 70 + modules/search/tests/search_extra_type.info | 12 + modules/search/tests/search_extra_type.module | 69 + modules/shortcut/shortcut-rtl.css | 48 + modules/shortcut/shortcut.admin.css | 8 + modules/shortcut/shortcut.admin.inc | 788 + modules/shortcut/shortcut.admin.js | 115 + modules/shortcut/shortcut.api.php | 42 + modules/shortcut/shortcut.css | 106 + modules/shortcut/shortcut.info | 13 + modules/shortcut/shortcut.install | 115 + modules/shortcut/shortcut.module | 767 + modules/shortcut/shortcut.png | Bin 0 -> 558 bytes modules/shortcut/shortcut.test | 371 + modules/simpletest/drupal_web_test_case.php | 3650 +++ modules/simpletest/files/README.txt | 4 + .../files/css_test_files/comment_hacks.css | 80 + .../comment_hacks.css.optimized.css | 1 + .../comment_hacks.css.unoptimized.css | 80 + .../css_test_files/css_input_with_import.css | 30 + .../css_input_with_import.css.optimized.css | 6 + .../css_input_with_import.css.unoptimized.css | 30 + .../css_input_without_import.css | 69 + ...css_input_without_import.css.optimized.css | 4 + ...s_input_without_import.css.unoptimized.css | 69 + .../files/css_test_files/import1.css | 6 + .../files/css_test_files/import2.css | 5 + modules/simpletest/files/html-1.txt | 1 + modules/simpletest/files/html-2.html | 1 + modules/simpletest/files/image-1.png | Bin 0 -> 39325 bytes modules/simpletest/files/image-2.jpg | Bin 0 -> 1831 bytes modules/simpletest/files/image-test.gif | Bin 0 -> 183 bytes modules/simpletest/files/image-test.jpg | Bin 0 -> 1901 bytes modules/simpletest/files/image-test.png | Bin 0 -> 125 bytes modules/simpletest/files/javascript-1.txt | 3 + modules/simpletest/files/javascript-2.script | 3 + modules/simpletest/files/php-1.txt | 3 + modules/simpletest/files/php-2.php | 2 + modules/simpletest/files/sql-1.txt | 1 + modules/simpletest/files/sql-2.sql | 1 + modules/simpletest/simpletest.api.php | 60 + modules/simpletest/simpletest.css | 89 + modules/simpletest/simpletest.info | 62 + modules/simpletest/simpletest.install | 182 + modules/simpletest/simpletest.js | 104 + modules/simpletest/simpletest.module | 519 + modules/simpletest/simpletest.pages.inc | 510 + modules/simpletest/simpletest.test | 657 + modules/simpletest/tests/actions.test | 126 + .../simpletest/tests/actions_loop_test.info | 12 + .../tests/actions_loop_test.install | 11 + .../simpletest/tests/actions_loop_test.module | 95 + modules/simpletest/tests/ajax.test | 530 + modules/simpletest/tests/ajax_forms_test.info | 12 + .../simpletest/tests/ajax_forms_test.module | 502 + modules/simpletest/tests/ajax_test.info | 12 + modules/simpletest/tests/ajax_test.module | 79 + modules/simpletest/tests/batch.test | 403 + .../simpletest/tests/batch_test.callbacks.inc | 141 + modules/simpletest/tests/batch_test.info | 12 + modules/simpletest/tests/batch_test.module | 513 + modules/simpletest/tests/bootstrap.test | 509 + modules/simpletest/tests/cache.test | 413 + modules/simpletest/tests/common.test | 2616 ++ modules/simpletest/tests/common_test.css | 2 + modules/simpletest/tests/common_test.info | 14 + modules/simpletest/tests/common_test.module | 268 + .../simpletest/tests/common_test.print.css | 2 + .../tests/common_test_cron_helper.info | 12 + .../tests/common_test_cron_helper.module | 17 + modules/simpletest/tests/common_test_info.txt | 9 + modules/simpletest/tests/database_test.info | 12 + .../simpletest/tests/database_test.install | 218 + modules/simpletest/tests/database_test.module | 241 + modules/simpletest/tests/database_test.test | 3817 +++ ...drupal_system_listing_compatible_test.info | 12 + ...upal_system_listing_compatible_test.module | 1 + ...upal_system_listing_incompatible_test.info | 12 + ...al_system_listing_incompatible_test.module | 1 + .../simpletest/tests/entity_cache_test.info | 13 + .../simpletest/tests/entity_cache_test.module | 27 + .../tests/entity_cache_test_dependency.info | 12 + .../tests/entity_cache_test_dependency.module | 17 + .../tests/entity_crud_hook_test.info | 12 + .../tests/entity_crud_hook_test.module | 251 + .../tests/entity_crud_hook_test.test | 338 + modules/simpletest/tests/entity_query.test | 1681 ++ .../tests/entity_query_access_test.info | 12 + .../tests/entity_query_access_test.module | 54 + modules/simpletest/tests/error.test | 116 + modules/simpletest/tests/error_test.info | 12 + modules/simpletest/tests/error_test.module | 65 + modules/simpletest/tests/file.test | 2773 +++ modules/simpletest/tests/file_test.info | 13 + modules/simpletest/tests/file_test.module | 461 + modules/simpletest/tests/filetransfer.test | 168 + modules/simpletest/tests/filter_test.info | 12 + modules/simpletest/tests/filter_test.module | 62 + modules/simpletest/tests/form.test | 1815 ++ modules/simpletest/tests/form_test.file.inc | 48 + modules/simpletest/tests/form_test.info | 12 + modules/simpletest/tests/form_test.module | 1848 ++ modules/simpletest/tests/graph.test | 195 + modules/simpletest/tests/http.php | 32 + modules/simpletest/tests/https.php | 31 + modules/simpletest/tests/image.test | 507 + modules/simpletest/tests/image_test.info | 12 + modules/simpletest/tests/image_test.module | 138 + modules/simpletest/tests/lock.test | 57 + modules/simpletest/tests/mail.test | 436 + modules/simpletest/tests/menu.test | 1740 ++ modules/simpletest/tests/menu_test.info | 12 + modules/simpletest/tests/menu_test.module | 563 + modules/simpletest/tests/module.test | 304 + modules/simpletest/tests/module_test.file.inc | 13 + modules/simpletest/tests/module_test.info | 12 + modules/simpletest/tests/module_test.install | 42 + modules/simpletest/tests/module_test.module | 131 + modules/simpletest/tests/pager.test | 159 + modules/simpletest/tests/password.test | 60 + modules/simpletest/tests/path.test | 381 + modules/simpletest/tests/path_test.info | 12 + modules/simpletest/tests/path_test.module | 23 + modules/simpletest/tests/registry.test | 142 + .../simpletest/tests/requirements1_test.info | 12 + .../tests/requirements1_test.install | 21 + .../tests/requirements1_test.module | 7 + .../simpletest/tests/requirements2_test.info | 14 + .../tests/requirements2_test.module | 7 + modules/simpletest/tests/schema.test | 384 + modules/simpletest/tests/session.test | 531 + modules/simpletest/tests/session_test.info | 12 + modules/simpletest/tests/session_test.module | 192 + modules/simpletest/tests/system.base.css | 6 + .../tests/system_dependencies_test.info | 13 + .../tests/system_dependencies_test.module | 1 + ...atible_core_version_dependencies_test.info | 13 + ...ible_core_version_dependencies_test.module | 1 + ...system_incompatible_core_version_test.info | 12 + ...stem_incompatible_core_version_test.module | 1 + ...ible_module_version_dependencies_test.info | 14 + ...le_module_version_dependencies_test.module | 1 + ...stem_incompatible_module_version_test.info | 12 + ...em_incompatible_module_version_test.module | 1 + modules/simpletest/tests/system_test.info | 13 + modules/simpletest/tests/system_test.module | 407 + modules/simpletest/tests/tablesort.test | 166 + modules/simpletest/tests/taxonomy_test.info | 13 + .../simpletest/tests/taxonomy_test.install | 34 + modules/simpletest/tests/taxonomy_test.module | 111 + modules/simpletest/tests/theme.test | 488 + modules/simpletest/tests/theme_test.inc | 15 + modules/simpletest/tests/theme_test.info | 12 + modules/simpletest/tests/theme_test.module | 134 + .../tests/theme_test.template_test.tpl.php | 2 + .../themes/test_basetheme/test_basetheme.info | 13 + .../themes/test_subtheme/test_subtheme.info | 13 + .../tests/themes/test_theme/template.php | 19 + .../tests/themes/test_theme/test_theme.info | 24 + modules/simpletest/tests/unicode.test | 305 + modules/simpletest/tests/update.test | 115 + .../simpletest/tests/update_script_test.info | 12 + .../tests/update_script_test.install | 45 + .../tests/update_script_test.module | 18 + modules/simpletest/tests/update_test_1.info | 12 + .../simpletest/tests/update_test_1.install | 53 + modules/simpletest/tests/update_test_1.module | 1 + modules/simpletest/tests/update_test_2.info | 12 + .../simpletest/tests/update_test_2.install | 53 + modules/simpletest/tests/update_test_2.module | 1 + modules/simpletest/tests/update_test_3.info | 12 + .../simpletest/tests/update_test_3.install | 24 + modules/simpletest/tests/update_test_3.module | 1 + .../tests/upgrade/drupal-6.bare.database.php | 8131 ++++++ .../upgrade/drupal-6.comments.database.php | 40 + .../upgrade/drupal-6.filled.database.php | 20384 ++++++++++++++++ .../tests/upgrade/drupal-6.forum.database.php | 274 + .../upgrade/drupal-6.locale.database.php | 276 + .../tests/upgrade/drupal-6.menu.database.php | 202 + .../drupal-6.node_type_broken.database.php | 34 + .../drupal-6.translatable.database.php | 125 + .../upgrade/drupal-6.trigger.database.php | 82 + .../upgrade/drupal-6.upload.database.php | 449 + ...upal-6.user-no-password-token.database.php | 10 + .../drupal-6.user-password-token.database.php | 55 + .../upgrade/drupal-7.aggregator.database.php | 149 + .../drupal-7.bare.minimal.database.php.gz | Bin 0 -> 39843 bytes ...drupal-7.bare.standard_all.database.php.gz | Bin 0 -> 77424 bytes .../tests/upgrade/drupal-7.field.database.php | 16 + .../drupal-7.filled.minimal.database.php.gz | Bin 0 -> 41805 bytes ...upal-7.filled.standard_all.database.php.gz | Bin 0 -> 97603 bytes .../upgrade/drupal-7.trigger.database.php | 28 + .../tests/upgrade/update.aggregator.test | 47 + .../tests/upgrade/update.field.test | 61 + .../tests/upgrade/update.trigger.test | 37 + .../simpletest/tests/upgrade/update.user.test | 35 + .../tests/upgrade/upgrade.comment.test | 32 + .../tests/upgrade/upgrade.filter.test | 55 + .../tests/upgrade/upgrade.forum.test | 64 + .../tests/upgrade/upgrade.locale.test | 143 + .../tests/upgrade/upgrade.menu.test | 83 + .../tests/upgrade/upgrade.node.test | 148 + .../tests/upgrade/upgrade.poll.test | 66 + .../tests/upgrade/upgrade.taxonomy.test | 196 + modules/simpletest/tests/upgrade/upgrade.test | 723 + .../tests/upgrade/upgrade.translatable.test | 51 + .../tests/upgrade/upgrade.trigger.test | 39 + .../tests/upgrade/upgrade.upload.test | 83 + .../tests/upgrade/upgrade.user.test | 63 + modules/simpletest/tests/url_alter_test.info | 12 + .../simpletest/tests/url_alter_test.install | 12 + .../simpletest/tests/url_alter_test.module | 71 + modules/simpletest/tests/xmlrpc.test | 244 + modules/simpletest/tests/xmlrpc_test.info | 12 + modules/simpletest/tests/xmlrpc_test.module | 111 + modules/statistics/statistics.admin.inc | 310 + modules/statistics/statistics.info | 13 + modules/statistics/statistics.install | 158 + modules/statistics/statistics.module | 449 + modules/statistics/statistics.pages.inc | 105 + modules/statistics/statistics.test | 485 + modules/statistics/statistics.tokens.inc | 63 + modules/syslog/syslog.info | 12 + modules/syslog/syslog.install | 15 + modules/syslog/syslog.module | 119 + modules/syslog/syslog.test | 44 + modules/system/html.tpl.php | 63 + modules/system/image.gd.inc | 367 + modules/system/language.api.php | 170 + modules/system/maintenance-page.tpl.php | 95 + modules/system/page.tpl.php | 156 + modules/system/region.tpl.php | 35 + modules/system/system.admin-rtl.css | 86 + modules/system/system.admin.css | 271 + modules/system/system.admin.inc | 3207 +++ modules/system/system.api.php | 4780 ++++ modules/system/system.archiver.inc | 139 + modules/system/system.base-rtl.css | 58 + modules/system/system.base.css | 270 + modules/system/system.cron.js | 19 + modules/system/system.info | 19 + modules/system/system.install | 3092 +++ modules/system/system.js | 140 + modules/system/system.mail.inc | 133 + modules/system/system.maintenance.css | 55 + modules/system/system.menus-rtl.css | 37 + modules/system/system.menus.css | 116 + modules/system/system.messages-rtl.css | 13 + modules/system/system.messages.css | 63 + modules/system/system.module | 4009 +++ modules/system/system.queue.inc | 371 + modules/system/system.tar.inc | 1892 ++ modules/system/system.test | 2683 ++ modules/system/system.theme-rtl.css | 53 + modules/system/system.theme.css | 239 + modules/system/system.tokens.inc | 269 + modules/system/system.updater.inc | 146 + modules/system/theme.api.php | 238 + modules/taxonomy/taxonomy-term.tpl.php | 53 + modules/taxonomy/taxonomy.admin.inc | 984 + modules/taxonomy/taxonomy.api.php | 238 + modules/taxonomy/taxonomy.css | 13 + modules/taxonomy/taxonomy.info | 15 + modules/taxonomy/taxonomy.install | 882 + modules/taxonomy/taxonomy.js | 40 + modules/taxonomy/taxonomy.module | 2048 ++ modules/taxonomy/taxonomy.pages.inc | 182 + modules/taxonomy/taxonomy.test | 1972 ++ modules/taxonomy/taxonomy.tokens.inc | 189 + modules/toolbar/toolbar-rtl.css | 41 + modules/toolbar/toolbar.css | 150 + modules/toolbar/toolbar.info | 11 + modules/toolbar/toolbar.js | 111 + modules/toolbar/toolbar.module | 363 + modules/toolbar/toolbar.png | Bin 0 -> 558 bytes modules/toolbar/toolbar.tpl.php | 39 + modules/tracker/tracker.css | 7 + modules/tracker/tracker.info | 13 + modules/tracker/tracker.install | 225 + modules/tracker/tracker.module | 380 + modules/tracker/tracker.pages.inc | 129 + modules/tracker/tracker.test | 268 + .../translation/tests/translation_test.info | 12 + .../translation/tests/translation_test.module | 13 + modules/translation/translation.info | 13 + modules/translation/translation.module | 551 + modules/translation/translation.pages.inc | 82 + modules/translation/translation.test | 492 + modules/trigger/tests/trigger_test.info | 11 + modules/trigger/tests/trigger_test.module | 136 + modules/trigger/trigger.admin.inc | 319 + modules/trigger/trigger.api.php | 78 + modules/trigger/trigger.info | 13 + modules/trigger/trigger.install | 116 + modules/trigger/trigger.module | 671 + modules/trigger/trigger.test | 771 + modules/update/tests/aaa_update_test.1_0.xml | 34 + modules/update/tests/aaa_update_test.info | 11 + modules/update/tests/aaa_update_test.module | 6 + .../tests/aaa_update_test.no-releases.xml | 2 + modules/update/tests/aaa_update_test.tar.gz | Bin 0 -> 383 bytes modules/update/tests/bbb_update_test.1_0.xml | 34 + modules/update/tests/bbb_update_test.info | 11 + modules/update/tests/bbb_update_test.module | 6 + modules/update/tests/ccc_update_test.1_0.xml | 34 + modules/update/tests/ccc_update_test.info | 11 + modules/update/tests/ccc_update_test.module | 6 + modules/update/tests/drupal.0.xml | 34 + modules/update/tests/drupal.1.xml | 51 + modules/update/tests/drupal.2-sec.xml | 69 + modules/update/tests/drupal.dev.xml | 50 + .../update_test_basetheme.info | 10 + .../update_test_subtheme.info | 11 + modules/update/tests/update_test.info | 12 + modules/update/tests/update_test.module | 191 + .../tests/update_test_basetheme.1_1-sec.xml | 52 + .../update/tests/update_test_subtheme.1_0.xml | 34 + modules/update/update-rtl.css | 35 + modules/update/update.api.php | 133 + modules/update/update.authorize.inc | 333 + modules/update/update.compare.inc | 831 + modules/update/update.css | 135 + modules/update/update.fetch.inc | 423 + modules/update/update.info | 13 + modules/update/update.install | 190 + modules/update/update.manager.inc | 943 + modules/update/update.module | 993 + modules/update/update.report.inc | 327 + modules/update/update.settings.inc | 128 + modules/update/update.test | 803 + modules/user/tests/user_form_test.info | 12 + modules/user/tests/user_form_test.module | 64 + modules/user/user-picture.tpl.php | 23 + modules/user/user-profile-category.tpl.php | 33 + modules/user/user-profile-item.tpl.php | 26 + modules/user/user-profile.tpl.php | 39 + modules/user/user-rtl.css | 34 + modules/user/user.admin.inc | 1038 + modules/user/user.api.php | 467 + modules/user/user.css | 102 + modules/user/user.info | 16 + modules/user/user.install | 913 + modules/user/user.js | 196 + modules/user/user.module | 3967 +++ modules/user/user.pages.inc | 554 + modules/user/user.permissions.js | 69 + modules/user/user.test | 2348 ++ modules/user/user.tokens.inc | 131 + profiles/minimal/minimal.info | 12 + profiles/minimal/minimal.install | 81 + profiles/minimal/minimal.profile | 15 + profiles/minimal/translations/README.txt | 3 + profiles/standard/standard.info | 31 + profiles/standard/standard.install | 434 + profiles/standard/standard.profile | 15 + profiles/standard/translations/README.txt | 3 + ...drupal_system_listing_compatible_test.info | 13 + ...upal_system_listing_compatible_test.module | 1 + ...drupal_system_listing_compatible_test.test | 37 + ...upal_system_listing_incompatible_test.info | 15 + ...al_system_listing_incompatible_test.module | 1 + profiles/testing/testing.info | 11 + profiles/testing/testing.install | 21 + profiles/testing/testing.profile | 6 + robots.txt | 60 + scripts/code-clean.sh | 9 + scripts/cron-curl.sh | 3 + scripts/cron-lynx.sh | 3 + scripts/drupal.sh | 144 + scripts/dump-database-d6.sh | 101 + scripts/dump-database-d7.sh | 90 + scripts/generate-d6-content.sh | 206 + scripts/generate-d7-content.sh | 320 + scripts/password-hash.sh | 90 + scripts/run-tests.sh | 674 + scripts/test.script | 4 + sites/README.txt | 19 + sites/all/modules/README.txt | 16 + sites/all/themes/README.txt | 14 + sites/default/default.settings.php | 553 + sites/emjayess.net | 1 + sites/example.sites.php | 55 + themes/README.txt | 9 + themes/bartik/bartik.info | 41 + themes/bartik/color/base.png | Bin 0 -> 106 bytes themes/bartik/color/color.inc | 132 + themes/bartik/color/preview.css | 200 + themes/bartik/color/preview.html | 65 + themes/bartik/color/preview.js | 39 + themes/bartik/color/preview.png | Bin 0 -> 106 bytes themes/bartik/css/colors.css | 58 + themes/bartik/css/ie-rtl.css | 48 + themes/bartik/css/ie.css | 63 + themes/bartik/css/ie6.css | 18 + themes/bartik/css/layout-rtl.css | 22 + themes/bartik/css/layout.css | 100 + themes/bartik/css/maintenance-page.css | 67 + themes/bartik/css/print.css | 46 + themes/bartik/css/style-rtl.css | 276 + themes/bartik/css/style.css | 1650 ++ themes/bartik/images/add.png | Bin 0 -> 94 bytes themes/bartik/images/buttons.png | Bin 0 -> 831 bytes themes/bartik/images/comment-arrow-rtl.gif | Bin 0 -> 97 bytes themes/bartik/images/comment-arrow.gif | Bin 0 -> 97 bytes themes/bartik/images/search-button.png | Bin 0 -> 725 bytes themes/bartik/images/tabs-border.png | Bin 0 -> 83 bytes themes/bartik/logo.png | Bin 0 -> 3479 bytes themes/bartik/screenshot.png | Bin 0 -> 19658 bytes themes/bartik/template.php | 156 + .../bartik/templates/comment-wrapper.tpl.php | 50 + themes/bartik/templates/comment.tpl.php | 105 + .../bartik/templates/maintenance-page.tpl.php | 66 + themes/bartik/templates/node.tpl.php | 124 + themes/bartik/templates/page.tpl.php | 247 + themes/engines/phptemplate/phptemplate.engine | 25 + themes/garland/color/base.png | Bin 0 -> 20894 bytes themes/garland/color/color.inc | 220 + themes/garland/color/preview.css | 60 + themes/garland/color/preview.png | Bin 0 -> 9965 bytes themes/garland/comment.tpl.php | 31 + themes/garland/fix-ie-rtl.css | 61 + themes/garland/fix-ie.css | 65 + themes/garland/garland.info | 14 + themes/garland/images/bg-bar-white.png | Bin 0 -> 103 bytes themes/garland/images/bg-bar.png | Bin 0 -> 125 bytes themes/garland/images/bg-content-left.png | Bin 0 -> 2889 bytes themes/garland/images/bg-content-right.png | Bin 0 -> 2819 bytes themes/garland/images/bg-content.png | Bin 0 -> 485 bytes .../images/bg-navigation-item-hover.png | Bin 0 -> 441 bytes themes/garland/images/bg-navigation-item.png | Bin 0 -> 499 bytes themes/garland/images/bg-navigation.png | Bin 0 -> 104 bytes themes/garland/images/bg-tab.png | Bin 0 -> 115 bytes themes/garland/images/body.png | Bin 0 -> 680 bytes themes/garland/images/gradient-inner.png | Bin 0 -> 188 bytes themes/garland/images/menu-collapsed-rtl.gif | Bin 0 -> 176 bytes themes/garland/images/menu-collapsed.gif | Bin 0 -> 176 bytes themes/garland/images/menu-expanded.gif | Bin 0 -> 183 bytes themes/garland/images/menu-leaf.gif | Bin 0 -> 174 bytes themes/garland/images/task-list.png | Bin 0 -> 128 bytes themes/garland/logo.png | Bin 0 -> 5116 bytes themes/garland/maintenance-page.tpl.php | 87 + themes/garland/node.tpl.php | 34 + themes/garland/page.tpl.php | 68 + themes/garland/print.css | 61 + themes/garland/screenshot.png | Bin 0 -> 10950 bytes themes/garland/style-rtl.css | 344 + themes/garland/style.css | 1255 + themes/garland/template.php | 156 + themes/garland/theme-settings.php | 30 + themes/seven/ie.css | 18 + themes/seven/ie6.css | 17 + themes/seven/ie7.css | 23 + themes/seven/images/add.png | Bin 0 -> 160 bytes themes/seven/images/arrow-asc.png | Bin 0 -> 88 bytes themes/seven/images/arrow-desc.png | Bin 0 -> 95 bytes themes/seven/images/arrow-next.png | Bin 0 -> 118 bytes themes/seven/images/arrow-prev.png | Bin 0 -> 115 bytes themes/seven/images/buttons.png | Bin 0 -> 786 bytes themes/seven/images/fc-rtl.png | Bin 0 -> 76 bytes themes/seven/images/fc.png | Bin 0 -> 82 bytes themes/seven/images/list-item-rtl.png | Bin 0 -> 225 bytes themes/seven/images/list-item.png | Bin 0 -> 195 bytes themes/seven/images/task-check.png | Bin 0 -> 261 bytes themes/seven/images/task-item-rtl.png | Bin 0 -> 178 bytes themes/seven/images/task-item.png | Bin 0 -> 105 bytes .../seven/images/ui-icons-222222-256x240.png | Bin 0 -> 3702 bytes .../seven/images/ui-icons-454545-256x240.png | Bin 0 -> 3702 bytes .../seven/images/ui-icons-800000-256x240.png | Bin 0 -> 3702 bytes .../seven/images/ui-icons-888888-256x240.png | Bin 0 -> 3702 bytes .../seven/images/ui-icons-ffffff-256x240.png | Bin 0 -> 3702 bytes themes/seven/jquery.ui.theme.css | 436 + themes/seven/logo.png | Bin 0 -> 3905 bytes themes/seven/maintenance-page.tpl.php | 46 + themes/seven/page.tpl.php | 35 + themes/seven/reset.css | 216 + themes/seven/screenshot.png | Bin 0 -> 12298 bytes themes/seven/seven.info | 20 + themes/seven/style-rtl.css | 241 + themes/seven/style.css | 989 + themes/seven/template.php | 115 + themes/seven/vertical-tabs-rtl.css | 21 + themes/seven/vertical-tabs.css | 96 + themes/stark/README.txt | 25 + themes/stark/layout.css | 57 + themes/stark/logo.png | Bin 0 -> 2326 bytes themes/stark/screenshot.png | Bin 0 -> 11662 bytes themes/stark/stark.info | 12 + update.php | 486 + web.config | 43 + xmlrpc.php | 18 + 1057 files changed, 311231 insertions(+) create mode 100644 .gitignore create mode 100644 .htaccess create mode 100644 CHANGELOG.txt create mode 100644 COPYRIGHT.txt create mode 100644 INSTALL.mysql.txt create mode 100644 INSTALL.pgsql.txt create mode 100644 INSTALL.sqlite.txt create mode 100644 INSTALL.txt create mode 100644 LICENSE.txt create mode 100644 MAINTAINERS.txt create mode 100644 README.txt create mode 100644 UPGRADE.txt create mode 100644 authorize.php create mode 100644 cron.php create mode 100644 includes/actions.inc create mode 100644 includes/ajax.inc create mode 100644 includes/archiver.inc create mode 100644 includes/authorize.inc create mode 100644 includes/batch.inc create mode 100644 includes/batch.queue.inc create mode 100644 includes/bootstrap.inc create mode 100644 includes/cache-install.inc create mode 100644 includes/cache.inc create mode 100644 includes/common.inc create mode 100644 includes/database/database.inc create mode 100644 includes/database/log.inc create mode 100644 includes/database/mysql/database.inc create mode 100644 includes/database/mysql/install.inc create mode 100644 includes/database/mysql/query.inc create mode 100644 includes/database/mysql/schema.inc create mode 100644 includes/database/pgsql/database.inc create mode 100644 includes/database/pgsql/install.inc create mode 100644 includes/database/pgsql/query.inc create mode 100644 includes/database/pgsql/schema.inc create mode 100644 includes/database/pgsql/select.inc create mode 100644 includes/database/prefetch.inc create mode 100644 includes/database/query.inc create mode 100644 includes/database/schema.inc create mode 100644 includes/database/select.inc create mode 100644 includes/database/sqlite/database.inc create mode 100644 includes/database/sqlite/install.inc create mode 100644 includes/database/sqlite/query.inc create mode 100644 includes/database/sqlite/schema.inc create mode 100644 includes/database/sqlite/select.inc create mode 100644 includes/date.inc create mode 100644 includes/entity.inc create mode 100644 includes/errors.inc create mode 100644 includes/file.inc create mode 100644 includes/file.mimetypes.inc create mode 100644 includes/filetransfer/filetransfer.inc create mode 100644 includes/filetransfer/ftp.inc create mode 100644 includes/filetransfer/local.inc create mode 100644 includes/filetransfer/ssh.inc create mode 100644 includes/form.inc create mode 100644 includes/graph.inc create mode 100644 includes/image.inc create mode 100644 includes/install.core.inc create mode 100644 includes/install.inc create mode 100644 includes/iso.inc create mode 100644 includes/json-encode.inc create mode 100644 includes/language.inc create mode 100644 includes/locale.inc create mode 100644 includes/lock.inc create mode 100644 includes/mail.inc create mode 100644 includes/menu.inc create mode 100644 includes/module.inc create mode 100644 includes/pager.inc create mode 100644 includes/password.inc create mode 100644 includes/path.inc create mode 100644 includes/registry.inc create mode 100644 includes/session.inc create mode 100644 includes/stream_wrappers.inc create mode 100644 includes/tablesort.inc create mode 100644 includes/theme.inc create mode 100644 includes/theme.maintenance.inc create mode 100644 includes/token.inc create mode 100644 includes/unicode.entities.inc create mode 100644 includes/unicode.inc create mode 100644 includes/update.inc create mode 100644 includes/updater.inc create mode 100644 includes/utility.inc create mode 100644 includes/xmlrpc.inc create mode 100644 includes/xmlrpcs.inc create mode 100644 index.php create mode 100644 install.php create mode 100644 misc/ajax.js create mode 100644 misc/arrow-asc.png create mode 100644 misc/arrow-desc.png create mode 100644 misc/authorize.js create mode 100644 misc/autocomplete.js create mode 100644 misc/batch.js create mode 100644 misc/collapse.js create mode 100644 misc/configure.png create mode 100644 misc/draggable.png create mode 100644 misc/drupal.js create mode 100644 misc/druplicon.png create mode 100644 misc/farbtastic/farbtastic.css create mode 100644 misc/farbtastic/farbtastic.js create mode 100644 misc/farbtastic/marker.png create mode 100644 misc/farbtastic/mask.png create mode 100644 misc/farbtastic/wheel.png create mode 100644 misc/favicon.ico create mode 100644 misc/feed.png create mode 100644 misc/form.js create mode 100644 misc/forum-icons.png create mode 100644 misc/grippie.png create mode 100644 misc/help.png create mode 100644 misc/jquery.ba-bbq.js create mode 100644 misc/jquery.cookie.js create mode 100644 misc/jquery.form.js create mode 100644 misc/jquery.js create mode 100644 misc/jquery.once.js create mode 100644 misc/machine-name.js create mode 100644 misc/menu-collapsed-rtl.png create mode 100644 misc/menu-collapsed.png create mode 100644 misc/menu-expanded.png create mode 100644 misc/menu-leaf.png create mode 100644 misc/message-16-error.png create mode 100644 misc/message-16-help.png create mode 100644 misc/message-16-info.png create mode 100644 misc/message-16-ok.png create mode 100644 misc/message-16-warning.png create mode 100644 misc/message-24-error.png create mode 100644 misc/message-24-help.png create mode 100644 misc/message-24-info.png create mode 100644 misc/message-24-ok.png create mode 100644 misc/message-24-warning.png create mode 100644 misc/permissions.png create mode 100644 misc/powered-black-135x42.png create mode 100644 misc/powered-black-80x15.png create mode 100644 misc/powered-black-88x31.png create mode 100644 misc/powered-blue-135x42.png create mode 100644 misc/powered-blue-80x15.png create mode 100644 misc/powered-blue-88x31.png create mode 100644 misc/powered-gray-135x42.png create mode 100644 misc/powered-gray-80x15.png create mode 100644 misc/powered-gray-88x31.png create mode 100644 misc/print-rtl.css create mode 100644 misc/print.css create mode 100644 misc/progress.gif create mode 100644 misc/progress.js create mode 100644 misc/states.js create mode 100644 misc/tabledrag.js create mode 100644 misc/tableheader.js create mode 100644 misc/tableselect.js create mode 100644 misc/textarea.js create mode 100644 misc/throbber.gif create mode 100644 misc/timezone.js create mode 100644 misc/tree-bottom.png create mode 100644 misc/tree.png create mode 100644 misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 misc/ui/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 misc/ui/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 misc/ui/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 misc/ui/images/ui-icons_222222_256x240.png create mode 100644 misc/ui/images/ui-icons_2e83ff_256x240.png create mode 100644 misc/ui/images/ui-icons_454545_256x240.png create mode 100644 misc/ui/images/ui-icons_888888_256x240.png create mode 100644 misc/ui/images/ui-icons_cd0a0a_256x240.png create mode 100644 misc/ui/jquery.effects.blind.min.js create mode 100644 misc/ui/jquery.effects.bounce.min.js create mode 100644 misc/ui/jquery.effects.clip.min.js create mode 100644 misc/ui/jquery.effects.core.min.js create mode 100644 misc/ui/jquery.effects.drop.min.js create mode 100644 misc/ui/jquery.effects.explode.min.js create mode 100644 misc/ui/jquery.effects.fade.min.js create mode 100644 misc/ui/jquery.effects.fold.min.js create mode 100644 misc/ui/jquery.effects.highlight.min.js create mode 100644 misc/ui/jquery.effects.pulsate.min.js create mode 100644 misc/ui/jquery.effects.scale.min.js create mode 100644 misc/ui/jquery.effects.shake.min.js create mode 100644 misc/ui/jquery.effects.slide.min.js create mode 100644 misc/ui/jquery.effects.transfer.min.js create mode 100644 misc/ui/jquery.ui.accordion.css create mode 100644 misc/ui/jquery.ui.accordion.min.js create mode 100644 misc/ui/jquery.ui.autocomplete.css create mode 100644 misc/ui/jquery.ui.autocomplete.min.js create mode 100644 misc/ui/jquery.ui.button.css create mode 100644 misc/ui/jquery.ui.button.min.js create mode 100644 misc/ui/jquery.ui.core.css create mode 100644 misc/ui/jquery.ui.core.min.js create mode 100644 misc/ui/jquery.ui.datepicker.css create mode 100644 misc/ui/jquery.ui.datepicker.min.js create mode 100644 misc/ui/jquery.ui.dialog.css create mode 100644 misc/ui/jquery.ui.dialog.min.js create mode 100644 misc/ui/jquery.ui.draggable.min.js create mode 100644 misc/ui/jquery.ui.droppable.min.js create mode 100644 misc/ui/jquery.ui.mouse.min.js create mode 100644 misc/ui/jquery.ui.position.min.js create mode 100644 misc/ui/jquery.ui.progressbar.css create mode 100644 misc/ui/jquery.ui.progressbar.min.js create mode 100644 misc/ui/jquery.ui.resizable.css create mode 100644 misc/ui/jquery.ui.resizable.min.js create mode 100644 misc/ui/jquery.ui.selectable.css create mode 100644 misc/ui/jquery.ui.selectable.min.js create mode 100644 misc/ui/jquery.ui.slider.css create mode 100644 misc/ui/jquery.ui.slider.min.js create mode 100644 misc/ui/jquery.ui.sortable.min.js create mode 100644 misc/ui/jquery.ui.tabs.css create mode 100644 misc/ui/jquery.ui.tabs.min.js create mode 100644 misc/ui/jquery.ui.theme.css create mode 100644 misc/ui/jquery.ui.widget.min.js create mode 100644 misc/vertical-tabs-rtl.css create mode 100644 misc/vertical-tabs.css create mode 100644 misc/vertical-tabs.js create mode 100644 misc/watchdog-error.png create mode 100644 misc/watchdog-ok.png create mode 100644 misc/watchdog-warning.png create mode 100644 modules/README.txt create mode 100644 modules/aggregator/aggregator-feed-source.tpl.php create mode 100644 modules/aggregator/aggregator-item.tpl.php create mode 100644 modules/aggregator/aggregator-rtl.css create mode 100644 modules/aggregator/aggregator-summary-item.tpl.php create mode 100644 modules/aggregator/aggregator-summary-items.tpl.php create mode 100644 modules/aggregator/aggregator-wrapper.tpl.php create mode 100644 modules/aggregator/aggregator.admin.inc create mode 100644 modules/aggregator/aggregator.api.php create mode 100644 modules/aggregator/aggregator.css create mode 100644 modules/aggregator/aggregator.fetcher.inc create mode 100644 modules/aggregator/aggregator.info create mode 100644 modules/aggregator/aggregator.install create mode 100644 modules/aggregator/aggregator.module create mode 100644 modules/aggregator/aggregator.pages.inc create mode 100644 modules/aggregator/aggregator.parser.inc create mode 100644 modules/aggregator/aggregator.processor.inc create mode 100644 modules/aggregator/aggregator.test create mode 100644 modules/aggregator/tests/aggregator_test.info create mode 100644 modules/aggregator/tests/aggregator_test.module create mode 100644 modules/aggregator/tests/aggregator_test_atom.xml create mode 100644 modules/aggregator/tests/aggregator_test_rss091.xml create mode 100644 modules/block/block-admin-display-form.tpl.php create mode 100644 modules/block/block.admin.inc create mode 100644 modules/block/block.api.php create mode 100644 modules/block/block.css create mode 100644 modules/block/block.info create mode 100644 modules/block/block.install create mode 100644 modules/block/block.js create mode 100644 modules/block/block.module create mode 100644 modules/block/block.test create mode 100644 modules/block/block.tpl.php create mode 100644 modules/block/tests/block_test.info create mode 100644 modules/block/tests/block_test.module create mode 100644 modules/block/tests/themes/block_test_theme/block_test_theme.info create mode 100644 modules/block/tests/themes/block_test_theme/page.tpl.php create mode 100644 modules/blog/blog.info create mode 100644 modules/blog/blog.install create mode 100644 modules/blog/blog.module create mode 100644 modules/blog/blog.pages.inc create mode 100644 modules/blog/blog.test create mode 100644 modules/book/book-all-books-block.tpl.php create mode 100644 modules/book/book-export-html.tpl.php create mode 100644 modules/book/book-navigation.tpl.php create mode 100644 modules/book/book-node-export-html.tpl.php create mode 100644 modules/book/book-rtl.css create mode 100644 modules/book/book.admin.inc create mode 100644 modules/book/book.css create mode 100644 modules/book/book.info create mode 100644 modules/book/book.install create mode 100644 modules/book/book.js create mode 100644 modules/book/book.module create mode 100644 modules/book/book.pages.inc create mode 100644 modules/book/book.test create mode 100644 modules/color/color-rtl.css create mode 100644 modules/color/color.css create mode 100644 modules/color/color.info create mode 100644 modules/color/color.install create mode 100644 modules/color/color.js create mode 100644 modules/color/color.module create mode 100644 modules/color/color.test create mode 100644 modules/color/images/hook-rtl.png create mode 100644 modules/color/images/hook.png create mode 100644 modules/color/images/lock.png create mode 100644 modules/color/preview.html create mode 100644 modules/color/preview.js create mode 100644 modules/comment/comment-node-form.js create mode 100644 modules/comment/comment-rtl.css create mode 100644 modules/comment/comment-wrapper.tpl.php create mode 100644 modules/comment/comment.admin.inc create mode 100644 modules/comment/comment.api.php create mode 100644 modules/comment/comment.css create mode 100644 modules/comment/comment.info create mode 100644 modules/comment/comment.install create mode 100644 modules/comment/comment.module create mode 100644 modules/comment/comment.pages.inc create mode 100644 modules/comment/comment.test create mode 100644 modules/comment/comment.tokens.inc create mode 100644 modules/comment/comment.tpl.php create mode 100644 modules/contact/contact.admin.inc create mode 100644 modules/contact/contact.info create mode 100644 modules/contact/contact.install create mode 100644 modules/contact/contact.module create mode 100644 modules/contact/contact.pages.inc create mode 100644 modules/contact/contact.test create mode 100644 modules/contextual/contextual-rtl.css create mode 100644 modules/contextual/contextual.api.php create mode 100644 modules/contextual/contextual.css create mode 100644 modules/contextual/contextual.info create mode 100644 modules/contextual/contextual.js create mode 100644 modules/contextual/contextual.module create mode 100644 modules/contextual/contextual.test create mode 100644 modules/contextual/images/gear-select.png create mode 100644 modules/dashboard/dashboard-rtl.css create mode 100644 modules/dashboard/dashboard.api.php create mode 100644 modules/dashboard/dashboard.css create mode 100644 modules/dashboard/dashboard.info create mode 100644 modules/dashboard/dashboard.install create mode 100644 modules/dashboard/dashboard.js create mode 100644 modules/dashboard/dashboard.module create mode 100644 modules/dashboard/dashboard.test create mode 100644 modules/dblog/dblog-rtl.css create mode 100644 modules/dblog/dblog.admin.inc create mode 100644 modules/dblog/dblog.css create mode 100644 modules/dblog/dblog.info create mode 100644 modules/dblog/dblog.install create mode 100644 modules/dblog/dblog.module create mode 100644 modules/dblog/dblog.test create mode 100644 modules/field/field.api.php create mode 100644 modules/field/field.attach.inc create mode 100644 modules/field/field.crud.inc create mode 100644 modules/field/field.default.inc create mode 100644 modules/field/field.form.inc create mode 100644 modules/field/field.info create mode 100644 modules/field/field.info.inc create mode 100644 modules/field/field.install create mode 100644 modules/field/field.module create mode 100644 modules/field/field.multilingual.inc create mode 100644 modules/field/modules/field_sql_storage/field_sql_storage.info create mode 100644 modules/field/modules/field_sql_storage/field_sql_storage.install create mode 100644 modules/field/modules/field_sql_storage/field_sql_storage.module create mode 100644 modules/field/modules/field_sql_storage/field_sql_storage.test create mode 100644 modules/field/modules/list/list.info create mode 100644 modules/field/modules/list/list.install create mode 100644 modules/field/modules/list/list.module create mode 100644 modules/field/modules/list/tests/list.test create mode 100644 modules/field/modules/list/tests/list_test.info create mode 100644 modules/field/modules/list/tests/list_test.module create mode 100644 modules/field/modules/number/number.info create mode 100644 modules/field/modules/number/number.install create mode 100644 modules/field/modules/number/number.module create mode 100644 modules/field/modules/number/number.test create mode 100644 modules/field/modules/options/options.api.php create mode 100644 modules/field/modules/options/options.info create mode 100644 modules/field/modules/options/options.module create mode 100644 modules/field/modules/options/options.test create mode 100644 modules/field/modules/text/text.info create mode 100644 modules/field/modules/text/text.install create mode 100644 modules/field/modules/text/text.js create mode 100644 modules/field/modules/text/text.module create mode 100644 modules/field/modules/text/text.test create mode 100644 modules/field/tests/field.test create mode 100644 modules/field/tests/field_test.entity.inc create mode 100644 modules/field/tests/field_test.field.inc create mode 100644 modules/field/tests/field_test.info create mode 100644 modules/field/tests/field_test.install create mode 100644 modules/field/tests/field_test.module create mode 100644 modules/field/tests/field_test.storage.inc create mode 100644 modules/field/theme/field-rtl.css create mode 100644 modules/field/theme/field.css create mode 100644 modules/field/theme/field.tpl.php create mode 100644 modules/field_ui/field_ui-rtl.css create mode 100644 modules/field_ui/field_ui.admin.inc create mode 100644 modules/field_ui/field_ui.api.php create mode 100644 modules/field_ui/field_ui.css create mode 100644 modules/field_ui/field_ui.info create mode 100644 modules/field_ui/field_ui.js create mode 100644 modules/field_ui/field_ui.module create mode 100644 modules/field_ui/field_ui.test create mode 100644 modules/file/file.api.php create mode 100644 modules/file/file.css create mode 100644 modules/file/file.field.inc create mode 100644 modules/file/file.info create mode 100644 modules/file/file.install create mode 100644 modules/file/file.js create mode 100644 modules/file/file.module create mode 100644 modules/file/icons/application-octet-stream.png create mode 100644 modules/file/icons/application-pdf.png create mode 100644 modules/file/icons/application-x-executable.png create mode 100644 modules/file/icons/audio-x-generic.png create mode 100644 modules/file/icons/image-x-generic.png create mode 100644 modules/file/icons/package-x-generic.png create mode 100644 modules/file/icons/text-html.png create mode 100644 modules/file/icons/text-plain.png create mode 100644 modules/file/icons/text-x-generic.png create mode 100644 modules/file/icons/text-x-script.png create mode 100644 modules/file/icons/video-x-generic.png create mode 100644 modules/file/icons/x-office-document.png create mode 100644 modules/file/icons/x-office-presentation.png create mode 100644 modules/file/icons/x-office-spreadsheet.png create mode 100644 modules/file/tests/file.test create mode 100644 modules/file/tests/file_module_test.info create mode 100644 modules/file/tests/file_module_test.module create mode 100644 modules/filter/filter.admin.inc create mode 100644 modules/filter/filter.admin.js create mode 100644 modules/filter/filter.api.php create mode 100644 modules/filter/filter.css create mode 100644 modules/filter/filter.info create mode 100644 modules/filter/filter.install create mode 100644 modules/filter/filter.js create mode 100644 modules/filter/filter.module create mode 100644 modules/filter/filter.pages.inc create mode 100644 modules/filter/filter.test create mode 100644 modules/filter/tests/filter.url-input.txt create mode 100644 modules/filter/tests/filter.url-output.txt create mode 100644 modules/forum/forum-icon.tpl.php create mode 100644 modules/forum/forum-list.tpl.php create mode 100644 modules/forum/forum-rtl.css create mode 100644 modules/forum/forum-submitted.tpl.php create mode 100644 modules/forum/forum-topic-list.tpl.php create mode 100644 modules/forum/forum.admin.inc create mode 100644 modules/forum/forum.css create mode 100644 modules/forum/forum.info create mode 100644 modules/forum/forum.install create mode 100644 modules/forum/forum.module create mode 100644 modules/forum/forum.pages.inc create mode 100644 modules/forum/forum.test create mode 100644 modules/forum/forums.tpl.php create mode 100644 modules/help/help-rtl.css create mode 100644 modules/help/help.admin.inc create mode 100644 modules/help/help.api.php create mode 100644 modules/help/help.css create mode 100644 modules/help/help.info create mode 100644 modules/help/help.module create mode 100644 modules/help/help.test create mode 100644 modules/image/image-rtl.css create mode 100644 modules/image/image.admin.css create mode 100644 modules/image/image.admin.inc create mode 100644 modules/image/image.api.php create mode 100644 modules/image/image.css create mode 100644 modules/image/image.effects.inc create mode 100644 modules/image/image.field.inc create mode 100644 modules/image/image.info create mode 100644 modules/image/image.install create mode 100644 modules/image/image.module create mode 100644 modules/image/image.test create mode 100644 modules/image/sample.png create mode 100644 modules/image/tests/image_module_test.info create mode 100644 modules/image/tests/image_module_test.module create mode 100644 modules/locale/locale-rtl.css create mode 100644 modules/locale/locale.admin.inc create mode 100644 modules/locale/locale.api.php create mode 100644 modules/locale/locale.css create mode 100644 modules/locale/locale.datepicker.js create mode 100644 modules/locale/locale.info create mode 100644 modules/locale/locale.install create mode 100644 modules/locale/locale.module create mode 100644 modules/locale/locale.test create mode 100644 modules/locale/tests/locale_test.info create mode 100644 modules/locale/tests/locale_test.js create mode 100644 modules/locale/tests/locale_test.module create mode 100644 modules/locale/tests/translations/test.xx.po create mode 100644 modules/menu/menu.admin.inc create mode 100644 modules/menu/menu.admin.js create mode 100644 modules/menu/menu.api.php create mode 100644 modules/menu/menu.css create mode 100644 modules/menu/menu.info create mode 100644 modules/menu/menu.install create mode 100644 modules/menu/menu.js create mode 100644 modules/menu/menu.module create mode 100644 modules/menu/menu.test create mode 100644 modules/node/content_types.inc create mode 100644 modules/node/content_types.js create mode 100644 modules/node/node.admin.inc create mode 100644 modules/node/node.api.php create mode 100644 modules/node/node.css create mode 100644 modules/node/node.info create mode 100644 modules/node/node.install create mode 100644 modules/node/node.js create mode 100644 modules/node/node.module create mode 100644 modules/node/node.pages.inc create mode 100644 modules/node/node.test create mode 100644 modules/node/node.tokens.inc create mode 100644 modules/node/node.tpl.php create mode 100644 modules/node/tests/node_access_test.info create mode 100644 modules/node/tests/node_access_test.install create mode 100644 modules/node/tests/node_access_test.module create mode 100644 modules/node/tests/node_test.info create mode 100644 modules/node/tests/node_test.module create mode 100644 modules/node/tests/node_test_exception.info create mode 100644 modules/node/tests/node_test_exception.module create mode 100644 modules/openid/login-bg.png create mode 100644 modules/openid/openid-rtl.css create mode 100644 modules/openid/openid.api.php create mode 100644 modules/openid/openid.css create mode 100644 modules/openid/openid.inc create mode 100644 modules/openid/openid.info create mode 100644 modules/openid/openid.install create mode 100644 modules/openid/openid.js create mode 100644 modules/openid/openid.module create mode 100644 modules/openid/openid.pages.inc create mode 100644 modules/openid/openid.test create mode 100644 modules/openid/tests/openid_test.info create mode 100644 modules/openid/tests/openid_test.install create mode 100644 modules/openid/tests/openid_test.module create mode 100644 modules/overlay/images/background.png create mode 100644 modules/overlay/images/close-rtl.png create mode 100644 modules/overlay/images/close.png create mode 100644 modules/overlay/overlay-child-rtl.css create mode 100644 modules/overlay/overlay-child.css create mode 100644 modules/overlay/overlay-child.js create mode 100644 modules/overlay/overlay-parent.css create mode 100644 modules/overlay/overlay-parent.js create mode 100644 modules/overlay/overlay.api.php create mode 100644 modules/overlay/overlay.info create mode 100644 modules/overlay/overlay.install create mode 100644 modules/overlay/overlay.module create mode 100644 modules/overlay/overlay.tpl.php create mode 100644 modules/path/path.admin.inc create mode 100644 modules/path/path.api.php create mode 100644 modules/path/path.info create mode 100644 modules/path/path.js create mode 100644 modules/path/path.module create mode 100644 modules/path/path.test create mode 100644 modules/php/php.info create mode 100644 modules/php/php.install create mode 100644 modules/php/php.module create mode 100644 modules/php/php.test create mode 100644 modules/poll/poll-bar--block.tpl.php create mode 100644 modules/poll/poll-bar.tpl.php create mode 100644 modules/poll/poll-results--block.tpl.php create mode 100644 modules/poll/poll-results.tpl.php create mode 100644 modules/poll/poll-rtl.css create mode 100644 modules/poll/poll-vote.tpl.php create mode 100644 modules/poll/poll.css create mode 100644 modules/poll/poll.info create mode 100644 modules/poll/poll.install create mode 100644 modules/poll/poll.module create mode 100644 modules/poll/poll.pages.inc create mode 100644 modules/poll/poll.test create mode 100644 modules/poll/poll.tokens.inc create mode 100644 modules/profile/profile-block.tpl.php create mode 100644 modules/profile/profile-listing.tpl.php create mode 100644 modules/profile/profile-wrapper.tpl.php create mode 100644 modules/profile/profile.admin.inc create mode 100644 modules/profile/profile.css create mode 100644 modules/profile/profile.info create mode 100644 modules/profile/profile.install create mode 100644 modules/profile/profile.js create mode 100644 modules/profile/profile.module create mode 100644 modules/profile/profile.pages.inc create mode 100644 modules/profile/profile.test create mode 100644 modules/rdf/rdf.api.php create mode 100644 modules/rdf/rdf.info create mode 100644 modules/rdf/rdf.install create mode 100644 modules/rdf/rdf.module create mode 100644 modules/rdf/rdf.test create mode 100644 modules/rdf/tests/rdf_test.info create mode 100644 modules/rdf/tests/rdf_test.install create mode 100644 modules/rdf/tests/rdf_test.module create mode 100644 modules/search/search-block-form.tpl.php create mode 100644 modules/search/search-result.tpl.php create mode 100644 modules/search/search-results.tpl.php create mode 100644 modules/search/search-rtl.css create mode 100644 modules/search/search.admin.inc create mode 100644 modules/search/search.api.php create mode 100644 modules/search/search.css create mode 100644 modules/search/search.extender.inc create mode 100644 modules/search/search.info create mode 100644 modules/search/search.install create mode 100644 modules/search/search.module create mode 100644 modules/search/search.pages.inc create mode 100644 modules/search/search.test create mode 100644 modules/search/tests/UnicodeTest.txt create mode 100644 modules/search/tests/search_embedded_form.info create mode 100644 modules/search/tests/search_embedded_form.module create mode 100644 modules/search/tests/search_extra_type.info create mode 100644 modules/search/tests/search_extra_type.module create mode 100644 modules/shortcut/shortcut-rtl.css create mode 100644 modules/shortcut/shortcut.admin.css create mode 100644 modules/shortcut/shortcut.admin.inc create mode 100644 modules/shortcut/shortcut.admin.js create mode 100644 modules/shortcut/shortcut.api.php create mode 100644 modules/shortcut/shortcut.css create mode 100644 modules/shortcut/shortcut.info create mode 100644 modules/shortcut/shortcut.install create mode 100644 modules/shortcut/shortcut.module create mode 100644 modules/shortcut/shortcut.png create mode 100644 modules/shortcut/shortcut.test create mode 100644 modules/simpletest/drupal_web_test_case.php create mode 100644 modules/simpletest/files/README.txt create mode 100644 modules/simpletest/files/css_test_files/comment_hacks.css create mode 100644 modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css create mode 100644 modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css create mode 100644 modules/simpletest/files/css_test_files/css_input_with_import.css create mode 100644 modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css create mode 100644 modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css create mode 100644 modules/simpletest/files/css_test_files/css_input_without_import.css create mode 100644 modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css create mode 100644 modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css create mode 100644 modules/simpletest/files/css_test_files/import1.css create mode 100644 modules/simpletest/files/css_test_files/import2.css create mode 100644 modules/simpletest/files/html-1.txt create mode 100644 modules/simpletest/files/html-2.html create mode 100644 modules/simpletest/files/image-1.png create mode 100644 modules/simpletest/files/image-2.jpg create mode 100644 modules/simpletest/files/image-test.gif create mode 100644 modules/simpletest/files/image-test.jpg create mode 100644 modules/simpletest/files/image-test.png create mode 100644 modules/simpletest/files/javascript-1.txt create mode 100644 modules/simpletest/files/javascript-2.script create mode 100644 modules/simpletest/files/php-1.txt create mode 100644 modules/simpletest/files/php-2.php create mode 100644 modules/simpletest/files/sql-1.txt create mode 100644 modules/simpletest/files/sql-2.sql create mode 100644 modules/simpletest/simpletest.api.php create mode 100644 modules/simpletest/simpletest.css create mode 100644 modules/simpletest/simpletest.info create mode 100644 modules/simpletest/simpletest.install create mode 100644 modules/simpletest/simpletest.js create mode 100644 modules/simpletest/simpletest.module create mode 100644 modules/simpletest/simpletest.pages.inc create mode 100644 modules/simpletest/simpletest.test create mode 100644 modules/simpletest/tests/actions.test create mode 100644 modules/simpletest/tests/actions_loop_test.info create mode 100644 modules/simpletest/tests/actions_loop_test.install create mode 100644 modules/simpletest/tests/actions_loop_test.module create mode 100644 modules/simpletest/tests/ajax.test create mode 100644 modules/simpletest/tests/ajax_forms_test.info create mode 100644 modules/simpletest/tests/ajax_forms_test.module create mode 100644 modules/simpletest/tests/ajax_test.info create mode 100644 modules/simpletest/tests/ajax_test.module create mode 100644 modules/simpletest/tests/batch.test create mode 100644 modules/simpletest/tests/batch_test.callbacks.inc create mode 100644 modules/simpletest/tests/batch_test.info create mode 100644 modules/simpletest/tests/batch_test.module create mode 100644 modules/simpletest/tests/bootstrap.test create mode 100644 modules/simpletest/tests/cache.test create mode 100644 modules/simpletest/tests/common.test create mode 100644 modules/simpletest/tests/common_test.css create mode 100644 modules/simpletest/tests/common_test.info create mode 100644 modules/simpletest/tests/common_test.module create mode 100644 modules/simpletest/tests/common_test.print.css create mode 100644 modules/simpletest/tests/common_test_cron_helper.info create mode 100644 modules/simpletest/tests/common_test_cron_helper.module create mode 100644 modules/simpletest/tests/common_test_info.txt create mode 100644 modules/simpletest/tests/database_test.info create mode 100644 modules/simpletest/tests/database_test.install create mode 100644 modules/simpletest/tests/database_test.module create mode 100644 modules/simpletest/tests/database_test.test create mode 100644 modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info create mode 100644 modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module create mode 100644 modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info create mode 100644 modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module create mode 100644 modules/simpletest/tests/entity_cache_test.info create mode 100644 modules/simpletest/tests/entity_cache_test.module create mode 100644 modules/simpletest/tests/entity_cache_test_dependency.info create mode 100644 modules/simpletest/tests/entity_cache_test_dependency.module create mode 100644 modules/simpletest/tests/entity_crud_hook_test.info create mode 100644 modules/simpletest/tests/entity_crud_hook_test.module create mode 100644 modules/simpletest/tests/entity_crud_hook_test.test create mode 100644 modules/simpletest/tests/entity_query.test create mode 100644 modules/simpletest/tests/entity_query_access_test.info create mode 100644 modules/simpletest/tests/entity_query_access_test.module create mode 100644 modules/simpletest/tests/error.test create mode 100644 modules/simpletest/tests/error_test.info create mode 100644 modules/simpletest/tests/error_test.module create mode 100644 modules/simpletest/tests/file.test create mode 100644 modules/simpletest/tests/file_test.info create mode 100644 modules/simpletest/tests/file_test.module create mode 100644 modules/simpletest/tests/filetransfer.test create mode 100644 modules/simpletest/tests/filter_test.info create mode 100644 modules/simpletest/tests/filter_test.module create mode 100644 modules/simpletest/tests/form.test create mode 100644 modules/simpletest/tests/form_test.file.inc create mode 100644 modules/simpletest/tests/form_test.info create mode 100644 modules/simpletest/tests/form_test.module create mode 100644 modules/simpletest/tests/graph.test create mode 100644 modules/simpletest/tests/http.php create mode 100644 modules/simpletest/tests/https.php create mode 100644 modules/simpletest/tests/image.test create mode 100644 modules/simpletest/tests/image_test.info create mode 100644 modules/simpletest/tests/image_test.module create mode 100644 modules/simpletest/tests/lock.test create mode 100644 modules/simpletest/tests/mail.test create mode 100644 modules/simpletest/tests/menu.test create mode 100644 modules/simpletest/tests/menu_test.info create mode 100644 modules/simpletest/tests/menu_test.module create mode 100644 modules/simpletest/tests/module.test create mode 100644 modules/simpletest/tests/module_test.file.inc create mode 100644 modules/simpletest/tests/module_test.info create mode 100644 modules/simpletest/tests/module_test.install create mode 100644 modules/simpletest/tests/module_test.module create mode 100644 modules/simpletest/tests/pager.test create mode 100644 modules/simpletest/tests/password.test create mode 100644 modules/simpletest/tests/path.test create mode 100644 modules/simpletest/tests/path_test.info create mode 100644 modules/simpletest/tests/path_test.module create mode 100644 modules/simpletest/tests/registry.test create mode 100644 modules/simpletest/tests/requirements1_test.info create mode 100644 modules/simpletest/tests/requirements1_test.install create mode 100644 modules/simpletest/tests/requirements1_test.module create mode 100644 modules/simpletest/tests/requirements2_test.info create mode 100644 modules/simpletest/tests/requirements2_test.module create mode 100644 modules/simpletest/tests/schema.test create mode 100644 modules/simpletest/tests/session.test create mode 100644 modules/simpletest/tests/session_test.info create mode 100644 modules/simpletest/tests/session_test.module create mode 100644 modules/simpletest/tests/system.base.css create mode 100644 modules/simpletest/tests/system_dependencies_test.info create mode 100644 modules/simpletest/tests/system_dependencies_test.module create mode 100644 modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info create mode 100644 modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module create mode 100644 modules/simpletest/tests/system_incompatible_core_version_test.info create mode 100644 modules/simpletest/tests/system_incompatible_core_version_test.module create mode 100644 modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info create mode 100644 modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module create mode 100644 modules/simpletest/tests/system_incompatible_module_version_test.info create mode 100644 modules/simpletest/tests/system_incompatible_module_version_test.module create mode 100644 modules/simpletest/tests/system_test.info create mode 100644 modules/simpletest/tests/system_test.module create mode 100644 modules/simpletest/tests/tablesort.test create mode 100644 modules/simpletest/tests/taxonomy_test.info create mode 100644 modules/simpletest/tests/taxonomy_test.install create mode 100644 modules/simpletest/tests/taxonomy_test.module create mode 100644 modules/simpletest/tests/theme.test create mode 100644 modules/simpletest/tests/theme_test.inc create mode 100644 modules/simpletest/tests/theme_test.info create mode 100644 modules/simpletest/tests/theme_test.module create mode 100644 modules/simpletest/tests/theme_test.template_test.tpl.php create mode 100644 modules/simpletest/tests/themes/test_basetheme/test_basetheme.info create mode 100644 modules/simpletest/tests/themes/test_subtheme/test_subtheme.info create mode 100644 modules/simpletest/tests/themes/test_theme/template.php create mode 100644 modules/simpletest/tests/themes/test_theme/test_theme.info create mode 100644 modules/simpletest/tests/unicode.test create mode 100644 modules/simpletest/tests/update.test create mode 100644 modules/simpletest/tests/update_script_test.info create mode 100644 modules/simpletest/tests/update_script_test.install create mode 100644 modules/simpletest/tests/update_script_test.module create mode 100644 modules/simpletest/tests/update_test_1.info create mode 100644 modules/simpletest/tests/update_test_1.install create mode 100644 modules/simpletest/tests/update_test_1.module create mode 100644 modules/simpletest/tests/update_test_2.info create mode 100644 modules/simpletest/tests/update_test_2.install create mode 100644 modules/simpletest/tests/update_test_2.module create mode 100644 modules/simpletest/tests/update_test_3.info create mode 100644 modules/simpletest/tests/update_test_3.install create mode 100644 modules/simpletest/tests/update_test_3.module create mode 100644 modules/simpletest/tests/upgrade/drupal-6.bare.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.comments.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.filled.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.forum.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.locale.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.menu.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.node_type_broken.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.translatable.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.trigger.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.upload.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-7.bare.minimal.database.php.gz create mode 100644 modules/simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz create mode 100644 modules/simpletest/tests/upgrade/drupal-7.field.database.php create mode 100644 modules/simpletest/tests/upgrade/drupal-7.filled.minimal.database.php.gz create mode 100644 modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz create mode 100644 modules/simpletest/tests/upgrade/drupal-7.trigger.database.php create mode 100644 modules/simpletest/tests/upgrade/update.aggregator.test create mode 100644 modules/simpletest/tests/upgrade/update.field.test create mode 100644 modules/simpletest/tests/upgrade/update.trigger.test create mode 100644 modules/simpletest/tests/upgrade/update.user.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.comment.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.filter.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.forum.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.locale.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.menu.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.node.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.poll.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.taxonomy.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.translatable.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.trigger.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.upload.test create mode 100644 modules/simpletest/tests/upgrade/upgrade.user.test create mode 100644 modules/simpletest/tests/url_alter_test.info create mode 100644 modules/simpletest/tests/url_alter_test.install create mode 100644 modules/simpletest/tests/url_alter_test.module create mode 100644 modules/simpletest/tests/xmlrpc.test create mode 100644 modules/simpletest/tests/xmlrpc_test.info create mode 100644 modules/simpletest/tests/xmlrpc_test.module create mode 100644 modules/statistics/statistics.admin.inc create mode 100644 modules/statistics/statistics.info create mode 100644 modules/statistics/statistics.install create mode 100644 modules/statistics/statistics.module create mode 100644 modules/statistics/statistics.pages.inc create mode 100644 modules/statistics/statistics.test create mode 100644 modules/statistics/statistics.tokens.inc create mode 100644 modules/syslog/syslog.info create mode 100644 modules/syslog/syslog.install create mode 100644 modules/syslog/syslog.module create mode 100644 modules/syslog/syslog.test create mode 100644 modules/system/html.tpl.php create mode 100644 modules/system/image.gd.inc create mode 100644 modules/system/language.api.php create mode 100644 modules/system/maintenance-page.tpl.php create mode 100644 modules/system/page.tpl.php create mode 100644 modules/system/region.tpl.php create mode 100644 modules/system/system.admin-rtl.css create mode 100644 modules/system/system.admin.css create mode 100644 modules/system/system.admin.inc create mode 100644 modules/system/system.api.php create mode 100644 modules/system/system.archiver.inc create mode 100644 modules/system/system.base-rtl.css create mode 100644 modules/system/system.base.css create mode 100644 modules/system/system.cron.js create mode 100644 modules/system/system.info create mode 100644 modules/system/system.install create mode 100644 modules/system/system.js create mode 100644 modules/system/system.mail.inc create mode 100644 modules/system/system.maintenance.css create mode 100644 modules/system/system.menus-rtl.css create mode 100644 modules/system/system.menus.css create mode 100644 modules/system/system.messages-rtl.css create mode 100644 modules/system/system.messages.css create mode 100644 modules/system/system.module create mode 100644 modules/system/system.queue.inc create mode 100644 modules/system/system.tar.inc create mode 100644 modules/system/system.test create mode 100644 modules/system/system.theme-rtl.css create mode 100644 modules/system/system.theme.css create mode 100644 modules/system/system.tokens.inc create mode 100644 modules/system/system.updater.inc create mode 100644 modules/system/theme.api.php create mode 100644 modules/taxonomy/taxonomy-term.tpl.php create mode 100644 modules/taxonomy/taxonomy.admin.inc create mode 100644 modules/taxonomy/taxonomy.api.php create mode 100644 modules/taxonomy/taxonomy.css create mode 100644 modules/taxonomy/taxonomy.info create mode 100644 modules/taxonomy/taxonomy.install create mode 100644 modules/taxonomy/taxonomy.js create mode 100644 modules/taxonomy/taxonomy.module create mode 100644 modules/taxonomy/taxonomy.pages.inc create mode 100644 modules/taxonomy/taxonomy.test create mode 100644 modules/taxonomy/taxonomy.tokens.inc create mode 100644 modules/toolbar/toolbar-rtl.css create mode 100644 modules/toolbar/toolbar.css create mode 100644 modules/toolbar/toolbar.info create mode 100644 modules/toolbar/toolbar.js create mode 100644 modules/toolbar/toolbar.module create mode 100644 modules/toolbar/toolbar.png create mode 100644 modules/toolbar/toolbar.tpl.php create mode 100644 modules/tracker/tracker.css create mode 100644 modules/tracker/tracker.info create mode 100644 modules/tracker/tracker.install create mode 100644 modules/tracker/tracker.module create mode 100644 modules/tracker/tracker.pages.inc create mode 100644 modules/tracker/tracker.test create mode 100644 modules/translation/tests/translation_test.info create mode 100644 modules/translation/tests/translation_test.module create mode 100644 modules/translation/translation.info create mode 100644 modules/translation/translation.module create mode 100644 modules/translation/translation.pages.inc create mode 100644 modules/translation/translation.test create mode 100644 modules/trigger/tests/trigger_test.info create mode 100644 modules/trigger/tests/trigger_test.module create mode 100644 modules/trigger/trigger.admin.inc create mode 100644 modules/trigger/trigger.api.php create mode 100644 modules/trigger/trigger.info create mode 100644 modules/trigger/trigger.install create mode 100644 modules/trigger/trigger.module create mode 100644 modules/trigger/trigger.test create mode 100644 modules/update/tests/aaa_update_test.1_0.xml create mode 100644 modules/update/tests/aaa_update_test.info create mode 100644 modules/update/tests/aaa_update_test.module create mode 100644 modules/update/tests/aaa_update_test.no-releases.xml create mode 100644 modules/update/tests/aaa_update_test.tar.gz create mode 100644 modules/update/tests/bbb_update_test.1_0.xml create mode 100644 modules/update/tests/bbb_update_test.info create mode 100644 modules/update/tests/bbb_update_test.module create mode 100644 modules/update/tests/ccc_update_test.1_0.xml create mode 100644 modules/update/tests/ccc_update_test.info create mode 100644 modules/update/tests/ccc_update_test.module create mode 100644 modules/update/tests/drupal.0.xml create mode 100644 modules/update/tests/drupal.1.xml create mode 100644 modules/update/tests/drupal.2-sec.xml create mode 100644 modules/update/tests/drupal.dev.xml create mode 100644 modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info create mode 100644 modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info create mode 100644 modules/update/tests/update_test.info create mode 100644 modules/update/tests/update_test.module create mode 100644 modules/update/tests/update_test_basetheme.1_1-sec.xml create mode 100644 modules/update/tests/update_test_subtheme.1_0.xml create mode 100644 modules/update/update-rtl.css create mode 100644 modules/update/update.api.php create mode 100644 modules/update/update.authorize.inc create mode 100644 modules/update/update.compare.inc create mode 100644 modules/update/update.css create mode 100644 modules/update/update.fetch.inc create mode 100644 modules/update/update.info create mode 100644 modules/update/update.install create mode 100644 modules/update/update.manager.inc create mode 100644 modules/update/update.module create mode 100644 modules/update/update.report.inc create mode 100644 modules/update/update.settings.inc create mode 100644 modules/update/update.test create mode 100644 modules/user/tests/user_form_test.info create mode 100644 modules/user/tests/user_form_test.module create mode 100644 modules/user/user-picture.tpl.php create mode 100644 modules/user/user-profile-category.tpl.php create mode 100644 modules/user/user-profile-item.tpl.php create mode 100644 modules/user/user-profile.tpl.php create mode 100644 modules/user/user-rtl.css create mode 100644 modules/user/user.admin.inc create mode 100644 modules/user/user.api.php create mode 100644 modules/user/user.css create mode 100644 modules/user/user.info create mode 100644 modules/user/user.install create mode 100644 modules/user/user.js create mode 100644 modules/user/user.module create mode 100644 modules/user/user.pages.inc create mode 100644 modules/user/user.permissions.js create mode 100644 modules/user/user.test create mode 100644 modules/user/user.tokens.inc create mode 100644 profiles/minimal/minimal.info create mode 100644 profiles/minimal/minimal.install create mode 100644 profiles/minimal/minimal.profile create mode 100644 profiles/minimal/translations/README.txt create mode 100644 profiles/standard/standard.info create mode 100644 profiles/standard/standard.install create mode 100644 profiles/standard/standard.profile create mode 100644 profiles/standard/translations/README.txt create mode 100644 profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info create mode 100644 profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module create mode 100644 profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test create mode 100644 profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info create mode 100644 profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module create mode 100644 profiles/testing/testing.info create mode 100644 profiles/testing/testing.install create mode 100644 profiles/testing/testing.profile create mode 100644 robots.txt create mode 100644 scripts/code-clean.sh create mode 100644 scripts/cron-curl.sh create mode 100644 scripts/cron-lynx.sh create mode 100755 scripts/drupal.sh create mode 100644 scripts/dump-database-d6.sh create mode 100644 scripts/dump-database-d7.sh create mode 100644 scripts/generate-d6-content.sh create mode 100644 scripts/generate-d7-content.sh create mode 100755 scripts/password-hash.sh create mode 100755 scripts/run-tests.sh create mode 100644 scripts/test.script create mode 100644 sites/README.txt create mode 100644 sites/all/modules/README.txt create mode 100644 sites/all/themes/README.txt create mode 100644 sites/default/default.settings.php create mode 120000 sites/emjayess.net create mode 100644 sites/example.sites.php create mode 100644 themes/README.txt create mode 100644 themes/bartik/bartik.info create mode 100644 themes/bartik/color/base.png create mode 100644 themes/bartik/color/color.inc create mode 100644 themes/bartik/color/preview.css create mode 100644 themes/bartik/color/preview.html create mode 100644 themes/bartik/color/preview.js create mode 100644 themes/bartik/color/preview.png create mode 100644 themes/bartik/css/colors.css create mode 100644 themes/bartik/css/ie-rtl.css create mode 100644 themes/bartik/css/ie.css create mode 100644 themes/bartik/css/ie6.css create mode 100644 themes/bartik/css/layout-rtl.css create mode 100644 themes/bartik/css/layout.css create mode 100644 themes/bartik/css/maintenance-page.css create mode 100644 themes/bartik/css/print.css create mode 100644 themes/bartik/css/style-rtl.css create mode 100644 themes/bartik/css/style.css create mode 100644 themes/bartik/images/add.png create mode 100644 themes/bartik/images/buttons.png create mode 100644 themes/bartik/images/comment-arrow-rtl.gif create mode 100644 themes/bartik/images/comment-arrow.gif create mode 100644 themes/bartik/images/search-button.png create mode 100644 themes/bartik/images/tabs-border.png create mode 100644 themes/bartik/logo.png create mode 100644 themes/bartik/screenshot.png create mode 100644 themes/bartik/template.php create mode 100644 themes/bartik/templates/comment-wrapper.tpl.php create mode 100644 themes/bartik/templates/comment.tpl.php create mode 100644 themes/bartik/templates/maintenance-page.tpl.php create mode 100644 themes/bartik/templates/node.tpl.php create mode 100644 themes/bartik/templates/page.tpl.php create mode 100644 themes/engines/phptemplate/phptemplate.engine create mode 100644 themes/garland/color/base.png create mode 100644 themes/garland/color/color.inc create mode 100644 themes/garland/color/preview.css create mode 100644 themes/garland/color/preview.png create mode 100644 themes/garland/comment.tpl.php create mode 100644 themes/garland/fix-ie-rtl.css create mode 100644 themes/garland/fix-ie.css create mode 100644 themes/garland/garland.info create mode 100644 themes/garland/images/bg-bar-white.png create mode 100644 themes/garland/images/bg-bar.png create mode 100644 themes/garland/images/bg-content-left.png create mode 100644 themes/garland/images/bg-content-right.png create mode 100644 themes/garland/images/bg-content.png create mode 100644 themes/garland/images/bg-navigation-item-hover.png create mode 100644 themes/garland/images/bg-navigation-item.png create mode 100644 themes/garland/images/bg-navigation.png create mode 100644 themes/garland/images/bg-tab.png create mode 100644 themes/garland/images/body.png create mode 100644 themes/garland/images/gradient-inner.png create mode 100644 themes/garland/images/menu-collapsed-rtl.gif create mode 100644 themes/garland/images/menu-collapsed.gif create mode 100644 themes/garland/images/menu-expanded.gif create mode 100644 themes/garland/images/menu-leaf.gif create mode 100644 themes/garland/images/task-list.png create mode 100644 themes/garland/logo.png create mode 100644 themes/garland/maintenance-page.tpl.php create mode 100644 themes/garland/node.tpl.php create mode 100644 themes/garland/page.tpl.php create mode 100644 themes/garland/print.css create mode 100644 themes/garland/screenshot.png create mode 100644 themes/garland/style-rtl.css create mode 100644 themes/garland/style.css create mode 100644 themes/garland/template.php create mode 100644 themes/garland/theme-settings.php create mode 100644 themes/seven/ie.css create mode 100644 themes/seven/ie6.css create mode 100644 themes/seven/ie7.css create mode 100644 themes/seven/images/add.png create mode 100644 themes/seven/images/arrow-asc.png create mode 100644 themes/seven/images/arrow-desc.png create mode 100644 themes/seven/images/arrow-next.png create mode 100644 themes/seven/images/arrow-prev.png create mode 100644 themes/seven/images/buttons.png create mode 100644 themes/seven/images/fc-rtl.png create mode 100644 themes/seven/images/fc.png create mode 100644 themes/seven/images/list-item-rtl.png create mode 100644 themes/seven/images/list-item.png create mode 100644 themes/seven/images/task-check.png create mode 100644 themes/seven/images/task-item-rtl.png create mode 100644 themes/seven/images/task-item.png create mode 100644 themes/seven/images/ui-icons-222222-256x240.png create mode 100644 themes/seven/images/ui-icons-454545-256x240.png create mode 100644 themes/seven/images/ui-icons-800000-256x240.png create mode 100644 themes/seven/images/ui-icons-888888-256x240.png create mode 100644 themes/seven/images/ui-icons-ffffff-256x240.png create mode 100644 themes/seven/jquery.ui.theme.css create mode 100644 themes/seven/logo.png create mode 100644 themes/seven/maintenance-page.tpl.php create mode 100644 themes/seven/page.tpl.php create mode 100644 themes/seven/reset.css create mode 100644 themes/seven/screenshot.png create mode 100644 themes/seven/seven.info create mode 100644 themes/seven/style-rtl.css create mode 100644 themes/seven/style.css create mode 100644 themes/seven/template.php create mode 100644 themes/seven/vertical-tabs-rtl.css create mode 100644 themes/seven/vertical-tabs.css create mode 100644 themes/stark/README.txt create mode 100644 themes/stark/layout.css create mode 100644 themes/stark/logo.png create mode 100644 themes/stark/screenshot.png create mode 100644 themes/stark/stark.info create mode 100644 update.php create mode 100644 web.config create mode 100644 xmlrpc.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68af3e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/settings*.php + +# Ignore paths that contain user-generated content. +sites/*/files +sites/*/private + +# Ignore modules in the local directory +sites/all/modules/local/* + +# Ignore sublime text stuff +*.sublime-projectcompletions +*.sublime-project +*.sublime-workspace diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..246edc2 --- /dev/null +++ b/.htaccess @@ -0,0 +1,131 @@ +# +# Apache/PHP/Drupal settings: +# + +# Protect files and directories from prying eyes. + + Order allow,deny + + +# Don't show directory listings for URLs which map to a directory. +Options -Indexes + +# Follow symbolic links in this directory. +Options +FollowSymLinks + +# Make Drupal handle any 404 errors. +ErrorDocument 404 /index.php + +# Set the default handler. +DirectoryIndex index.php index.html index.htm + +# Override PHP settings that cannot be changed at runtime. See +# sites/default/default.settings.php and drupal_environment_initialize() in +# includes/bootstrap.inc for settings that can be changed at runtime. + +# PHP 5, Apache 1 and 2. + + php_flag magic_quotes_gpc off + php_flag magic_quotes_sybase off + php_flag register_globals off + php_flag session.auto_start off + php_value mbstring.http_input pass + php_value mbstring.http_output pass + php_flag mbstring.encoding_translation off + + +# Requires mod_expires to be enabled. + + # Enable expirations. + ExpiresActive On + + # Cache all files for 2 weeks after access (A). + ExpiresDefault A1209600 + + + # Do not allow PHP scripts to be cached unless they explicitly send cache + # headers themselves. Otherwise all scripts would have to overwrite the + # headers set by mod_expires if they want another caching behavior. This may + # fail if an error occurs early in the bootstrap process, and it may cause + # problems if a non-Drupal PHP file is installed in a subdirectory. + ExpiresActive Off + + + +# Various rewrite rules. + + RewriteEngine on + + # Block access to "hidden" directories whose names begin with a period. This + # includes directories used by version control systems such as Subversion or + # Git to store control files. Files whose names begin with a period, as well + # as the control files used by CVS, are protected by the FilesMatch directive + # above. + # + # NOTE: This only works when mod_rewrite is loaded. Without mod_rewrite, it is + # not possible to block access to entire directories from .htaccess, because + # is not allowed here. + # + # If you do not have mod_rewrite installed, you should remove these + # directories from your webroot or otherwise protect them from being + # downloaded. + RewriteRule "(^|/)\." - [F] + + # If your site can be accessed both with and without the 'www.' prefix, you + # can use one of the following settings to redirect users to your preferred + # URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option: + # + # To redirect all users to access the site WITH the 'www.' prefix, + # (http://example.com/... will be redirected to http://www.example.com/...) + # uncomment the following: + # RewriteCond %{HTTP_HOST} !^www\. [NC] + # RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # + # To redirect all users to access the site WITHOUT the 'www.' prefix, + # (http://www.example.com/... will be redirected to http://example.com/...) + # uncomment the following: + # RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] + # RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301] + + # Modify the RewriteBase if you are using Drupal in a subdirectory or in a + # VirtualDocumentRoot and the rewrite rules are not working properly. + # For example if your site is at http://example.com/drupal uncomment and + # modify the following line: + # RewriteBase /drupal + # + # If your site is running in a VirtualDocumentRoot at http://example.com/, + # uncomment the following line: + # RewriteBase / + + # Pass all requests not referring directly to files in the filesystem to + # index.php. Clean URLs are handled in drupal_environment_initialize(). + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !=/favicon.ico + RewriteRule ^ index.php [L] + + # Rules to correctly serve gzip compressed CSS and JS files. + # Requires both mod_rewrite and mod_headers to be enabled. + + # Serve gzip compressed CSS files if they exist and the client accepts gzip. + RewriteCond %{HTTP:Accept-encoding} gzip + RewriteCond %{REQUEST_FILENAME}\.gz -s + RewriteRule ^(.*)\.css $1\.css\.gz [QSA] + + # Serve gzip compressed JS files if they exist and the client accepts gzip. + RewriteCond %{HTTP:Accept-encoding} gzip + RewriteCond %{REQUEST_FILENAME}\.gz -s + RewriteRule ^(.*)\.js $1\.js\.gz [QSA] + + # Serve correct content types, and prevent mod_deflate double gzip. + RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1] + RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1] + + + # Serve correct encoding type. + Header set Content-Encoding gzip + # Force proxies to cache gzipped & non-gzipped css/js files separately. + Header append Vary Accept-Encoding + + + diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..750aabb --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,1643 @@ + +Drupal 7.20, 2013-02-20 +----------------------- +- Fixed security issues (denial of service). See SA-CORE-2013-002. + +Drupal 7.19, 2013-01-16 +----------------------- +- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001. + +Drupal 7.18, 2012-12-19 +----------------------- +- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004. + +Drupal 7.17, 2012-11-07 +----------------------- +- Changed the default value of the '404_fast_html' variable to have a DOCTYPE + declaration. +- Made it possible to use associative arrays for the 'items' variable in + theme_item_list(). +- Fixed a bug which prevented required form elements without a title from being + given an "error" class when the form fails validation. +- Prevented duplicate HTML IDs from appearing when two forms are displayed on + the same page and one of them is submitted with invalid data (minor markup + change). +- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had + stale data in the Upload module's database tables. +- Fixed a bug in the States API which prevented certain types of form elements + from being disabled when requested. +- Allowed aggregator feed items with author names longer than 255 characters to + have a truncated version saved to the database (rather than causing a fatal + error). +- Allowed aggregator feed items to have URLs longer than 255 characters + (schema change which results in several columns in the Aggregator module's + database tables changing from VARCHAR to TEXT fields). +- Added hook_taxonomy_term_view() and standardized the process for rendering + taxonomy terms to invoke hook_entity_view() and otherwise make it consistent + with other entities (API change: http://drupal.org/node/1808870). +- Added hook_entity_view_mode_alter() to allow modules to change entity view + modes on display (API addition: http://drupal.org/node/1833086). +- Fixed a bug which made database queries running a "LIKE" query on blob fields + fail on PostgreSQL databases. This caused errors during the Drupal 6 to + Drupal 7 upgrade. +- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path + components from being accidentally passed to the page callback function (data + structure change). +- Removed a non-standard "name" attribute from Drupal's default Content-Type + header for file downloads. +- Fixed the theme settings form to properly clean up submitted values in + $form_state['values'] when the form is submitted (data structure change). +- Fixed an inconsistency by removing the colon from the end of the label on + multi-valued form fields (minor string change). +- Added support for 'weight' in hook_field_widget_info() to allow modules to + control the order in which widgets are displayed in the Field UI. +- Updated various tables in the OpenID and Book modules to use the default + "empty table" text pattern (string change). +- Added proxy server support to drupal_http_request(). +- Added "lang" attributes to language links, to better support screen readers. +- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the + Seven theme (markup change). +- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be + double-escaped. The fix replaces the taxonomy vocabulary overview page and + "Edit shortcuts" menu items' title callback entries in hook_menu() with new + functions that do not escape HTML characters (data structure change). +- Modified the Update manager module to allow drupal.org to collect usage + statistics for individual modules and themes, rather than only for entire + projects. +- Modified the node listing database query on Drupal's default front page to + add table aliases for better query altering (this is a data structure change + affecting code which implements hook_query_alter() on this query). +- Improved the translatability of the "Field type(s) in use" message on the + modules page (admin-facing string change). +- Fixed a regression which caused a "call to undefined function + drupal_find_base_themes()" fatal error under rare circumstances. +- Numerous API documentation improvements. +- Additional automated test coverage. + +Drupal 7.16, 2012-10-17 +----------------------- +- Fixed security issues (Arbitrary PHP code execution and information + disclosure). See SA-CORE-2012-003. + +Drupal 7.15, 2012-08-01 +----------------------- +- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour + expiration for user password reset links to be adjusted (API addition). +- Fixed database errors due to ambiguous column names that occurred when + EntityFieldQuery was used in certain situations. +- Changed the drupal_array_get_nested_value() function to return a reference + (API addition). +- Changed the System module's hook_block_info() implementation to assign the + "Main page content" and "System help" blocks to appropriate regions by + default and prevent error messages on the block administration page (data + structure change). +- Fixed regression: Non-node entities couldn't be accessed with + EntityFieldQuery. +- Fixed regression: Optional radio buttons with an empty, non-NULL default + value led to an illegal choice error when none were selected. +- Reorganized the testing framework to split setUp() into specific sub-methods + and fix several regressions in the process. +- Fixed bug which made it impossible to search for strings that have not been + translated into a particular language. +- Renamed the "Field" column on the Manage Fields screen to "Field type", since + the former was confusing and inaccurate (UI change). +- Performance improvement: Removed needless call to system_rebuild_module_data() + in field_sync_field_status(), greatly speeding up bulk module enable/disable. +- Fixed bug which prevented notifications from being sent when core, module, and + theme updates are available. +- Fixed bug which prevented sub-themes from inheriting the default values of + theme settings defined by the base theme. +- Fixed bug which prevented the jQuery UI Datepicker from being localized. +- Made Ajax alert dialogs respect error reporting settings. +- Fixed bug which prevented image styles from being deleted on PHP 5.4. +- Fixed bug: Language detection by domain only worked on port 80. +- Fixed regression: The first plural index on a page was not calculated + correctly. +- Introduced generic entity language support. Entities may now declare their + language property in hook_entity_info(), and modules working with entities + may access the language using entity_language() (API change: + http://drupal.org/node/1626346). +- Added EntityFieldQuery support for taxonomy bundles. +- Fixed issue where field form structure was incomplete if field_access() + returned FALSE. Instead of being incomplete, the form structure now has + #access set to FALSE and field form validation is skipped (data structure + change: http://drupal.org/node/1663020). +- Fixed data loss issue due to field_has_data() returning inconsistent results. + The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field + queries which field storage engines can respond to (API addition: + http://drupal.org/node/1597378). +- Fixed notice: Undefined index: default_image in image_field_prepare_view() +- Numerous API documentation improvements. +- Additional automated test coverage. + +Drupal 7.14 2012-05-02 +---------------------- +- Fixed "integrity constraint" fatal errors when rebuilding registry. +- Fixed custom logo and favicon functionality referencing incorrect paths. +- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. +- Split field_bundle_settings out per bundle. +- Improve UX for machine names for fields (UI change). +- Fixed User pictures are not removed properly. +- Fixed HTTPS sessions not working in all cases. +- Fixed Regression: Required radios throw illegal choice error when none + selected. +- Fixed allow autocompletion requests to include slashes. +- Eliminate $user->cache and {session}.cache in favor of + $_SESSION['cache_expiration'][$bin] (Performance). +- Fixed focus jumps to tab when pressing enter on a form element within tab. +- Fixed race condition in locale() - duplicates in {locales_source}. +- Fixed Missing "Default image" per field instance. +- Quit clobbering people's work when they click the filter tips link +- Form API #states: Fix conditionals to allow OR and XOR constructions. +- Fixed Focus jumps to tab when pressing enter on a form element within tab. + (Accessibility) +- Improved performance of node_access queries. +- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed. +- Reduce size of cache_menu table (Performance). +- Fixed unnecessary aggregation of CSS/JS (Performance). +- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. +- Fixed HTML filter is not run first by default, despite default weight. +- Fixed Overlay does not work with prefixed URL paths. +- Better debug info for field errors (string change). +- Fixed Data corruption in comment IDs (results in broken threading on + PostgreSQL). +- Fixed machine name not editable if every character is replaced. +- Fixed user picture not appearing in comment preview (Markup change). +- Added optional vid argument for taxonomy_get_term_by_name(). +- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails + with PCRE 8.30. +- Fixed {trigger_assignments()}.hook has only 32 characters, is too short. +- Numerous fixes to run-tests.sh. +- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a + different profile for running tests. +- Numerous JavaScript performance fixes. +- Numerous documentation fixes. +- Fixed All pager links have an 'active' CSS class. +- Numerous upgrade path fixes; notably: + - system_update_7061() fails on inserting files with same name but different + case. + - system_update_7061() converts filepaths too aggressively. + - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25. + +Drupal 7.13 2012-05-02 +---------------------- +- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002. + +Drupal 7.12, 2012-02-01 +---------------------- +- Fixed bug preventing custom menus from receiving an active trail. +- Fixed hook_field_delete() no longer invoked during field_purge_data(). +- Fixed bug causing entity info cache to not be cleared with the rest of caches. +- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or + open_basedir(). +- Fixed Nested transactions throw exceptions when they got out of scope. +- Fixed bugs with the Return-Path when sending mail on both Windows and + non-Windows systems. +- Fixed bug with DrupalCacheArray property visibility preventing others from + extending it (API change: http://drupal.org/node/1422264). +- Fixed bug with handling of non-ASCII characters in file names (API change: + http://drupal.org/node/1424840). +- Reconciled field maximum length with database column size in image and + aggregator modules. +- Fixes to various core JavaScript files to allow for minification and + aggregation. +- Fixed Prevent tests from deleting main installation's tables when + parent::setUp() is not called. +- Fixed several Poll module bugs. +- Fixed several Shortcut module bugs. +- Added new hook_system_theme_info() to provide ability for contributed modules + to test theme functionality. +- Added ability to cancel mail sending from hook_mail_alter(). +- Added support for configurable PDO connection options, enabling master-master + database replication. +- Numerous improvements to tests and test runner to pave the way for faster test + runs. +- Expanded test coverage. +- Numerous API documentation improvements. +- Numerous performance improvements, including token replacement and render + cache. + +Drupal 7.11, 2012-02-01 +---------------------- +- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001. + +Drupal 7.10, 2011-12-05 +---------------------- +- Fixed Content-Language HTTP header to not cause issues with Drush 5.x. +- Reduce memory usage of theme registry (performance). +- Fixed PECL upload progress bar for FileField +- Fixed running update.php doesn't always clear the cache. +- Fixed PDO exceptions on long titles. +- Fixed Overlay redirect does not include query string. +- Fixed D6 modules satisfy D7 module dependencies. +- Fixed the ordering of module hooks when using module_implements_alter(). +- Fixed "floating" submit buttons during AJAX requests. +- Fixed timezone selected on install not propogating to admin account. +- Added msgctx context to JS translation functions, for feature parity with t(). +- Profiles' .install files now available during hook_install_tasks(). +- Added test coverage of 7.0 -> 7.x upgrade path. +- Numerous notice fixes. +- Numerous documentation improvements. +- Additional automated test coverage. + +Drupal 7.9, 2011-10-26 +---------------------- +- Critical fixes to OpenID to spec violations that could allow for + impersonation in certain scenarios. Existing OpenID users should see + http://drupal.org/node/1120290#comment-5092796 for more information on + transitioning. +- Fixed files getting lost when adding multiple files to multiple file fields + at the same time. +- Improved usability of the clean URL test screens. +- Restored height/width attributes on images run through the theme system. +- Fixed usability bug with first password field being pre-filled by certain + browser plugins. +- Fixed file_usage_list() so that it can return more than one result. +- Fixed bug preventing preview of private images on node form. +- Fixed PDO error when inserting an aggregator title longer than 255 characters. +- Spelled out what TRADITIONAL means in MySQL sql_mode. +- Deprecated "!=" operator for DBTNG; should be "<>". +- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were + added in order to enable setting the active menu trail for dynamically + generated menu paths. +- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap + when serving 404 pages for certain file types. +- Added format_string() function which can perform string munging ala the t() + function without the overhead of the translation system. +- Numerous #states system fixes. +- Numerous EntityFieldQuery, DBTNG, and SQLite fixes. +- Numerous Shortcut module fixes. +- Numerous language system fixes. +- Numerous token fixes. +- Numerous CSS fixes. +- Numerous upgrade path fixes. +- Numerous minor string fixes. +- Numerous notice fixes. + +Drupal 7.8, 2011-08-31 +---------------------- +- Fixed critical upgrade path issue with multilingual sites, leading to lost + content. +- Numerous fixes to upgrade path, preventing fatal errors due to incorrect + dependencies. +- Fixed issue with saving files on hosts with open_basedir restrictions. +- Fixed Update manger error when used with Overlay. +- Fixed RTL support in Seven administration theme and Overlay. +- Fixes to nested transaction support. +- Introduced performance pattern to reduce Drupal core's RAM usage. +- Added support for HTML 5 tags to filter_xss_admin(). +- Added exception handling to cron. +- Added new hook hook_field_widget_form_alter() for contribtued modules. +- element_validate_*() functions now available to contrib. +- Added new maintainers for several subsystems. +- Numerous testing system improvements. +- Numerous markup and CSS fixes. +- Numerous poll module fixes. +- Numerous notice/warning fixes. +- Numerous documentation fixes. +- Numerous token fixes. + +Drupal 7.7, 2011-07-27 +---------------------- +- Fixed VERSION string. + +Drupal 7.6, 2011-07-27 +---------------------- +- Fixed support for remote streamwrappers. +- AJAX now binds to 'click' instead of 'mousedown'. +- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API. +- Performance enhancement to permissions page on large numbers of permissions. +- More secure password generation. +- Fix for temporary directory on Windows servers. +- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support. +- Numerous upgrade path fixes. +- Numerous documentation fixes. +- Numerous notice fixes. +- Numerous fixes to improve PHP 5.4 support. +- Numerous RTL improvements. + +Drupal 7.5, 2011-07-27 +---------------------- +- Fixed security issue (Access bypass), see SA-CORE-2011-003. + +Drupal 7.4, 2011-06-29 +---------------------- +- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry. +- Fixed critical bug with saving default images. +- Fixed fatal errors when uninstalling some modules. +- Added workaround for MySQL transaction support breaking on DDL statments. +- Improved page caching with external caching systems. +- Fix to Batch API, which was terminating too early. +- Numerous upgrade path fixes. +- Performance fixes. +- Additional test coverage. +- Numerous documentation fixes. + +Drupal 7.3, 2011-06-29 +---------------------- +- Fixed security issue (Access bypass), see SA-CORE-2011-002. + +Drupal 7.2, 2011-05-25 +---------------------- +- Added a default .gitignore file. +- Improved PostgreSQL and SQLite support. +- Numerous critical performance improvements. +- Numerous critical fixes to the upgrade path. +- Numerous fixes to language and translation systems. +- Numerous fixes to AJAX and #states systems. +- Improvements to the locking system. +- Numerous documentation fixes. +- Numerous styling and theme system fixes. +- Numerous fixes for schema mis-matches between Drupal 6 and 7. +- Minor internal API clean-ups. + +Drupal 7.1, 2011-05-25 +---------------------- +- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001. + +Drupal 7.0, 2011-01-05 +---------------------- +- Database: + * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. + * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3. + * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries. + * Support for master/slave replication, transactions, multi-insert queries, + and other features. + * Added support for the SQLite database engine. + * Default to InnoDB engine, rather than MyISAM, on MySQL when available. + This offers increased scalability and data integrity. +- Security: + * Protected cron.php -- cron will only run if the proper key is provided. + * Implemented a pluggable password system and much stronger password hashes + that are compatible with the Portable PHP password hashing framework. + * Rate limited login attempts to prevent brute-force password guessing, and + improved the flood control API to allow variable time windows and + identifiers for limiting user access to resources. + * Transformed the "Update status" module into the "Update manager" which + can securely install or update modules and themes via a web interface. +- Usability: + * Added contextual links (a.k.a. local tasks) to page elements, such as + blocks, nodes, or comments, which allows to perform the most common tasks + with a single click only. + * Improved installer requirements check. + * Improved support for integration of WYSIWYG editors. + * Implemented drag-and-drop positioning for input format listings. + * Implemented drag-and-drop positioning for language listing. + * Implemented drag-and-drop positioning for poll options. + * Provided descriptions and human-readable names for user permissions. + * Removed comment controls for users. + * Removed display order settings for comment module. Comment display + order can now be customized using the Views module. + * Removed the 'related terms' feature from taxonomy module since this can + now be achieved with Field API. + * Added additional features to the default installation profile, and + implemented a "slimmed down" profile designed for developers. + * Added a built-in, automated cron run feature, which is triggered by site + visitors. + * Added an administrator role which is assigned all permissions for + installed modules automatically. + * Image toolkits are now provided by modules (rather than requiring a + manual file copy to the includes directory). + * Added an edit tab to taxonomy term pages. + * Redesigned password strength validator. + * Redesigned the add content type screen. + * Highlight duplicate URL aliases. + * Renamed "input formats" to "text formats". + * Moved text format permissions to the main permissions page. + * Added configurable ability for users to cancel their own accounts. + * Added "vertical tabs", a reusable interface component that features + automatic summaries and increases usability. + * Replaced fieldsets on node edit and add pages with vertical tabs. +- Performance: + * Improved performance on uncached page views by loading multiple core + objects in a single database query. + * Improved performance for logged-in users by reducing queries for path + alias lookups. + * Improved support for HTTP proxies (including reverse proxies), allowing + anonymous page views to be served entirely from the proxy. +- Documentation: + * Hook API documentation now included in Drupal core. +- News aggregator: + * Added OPML import functionality for RSS feeds. + * Optionally, RSS feeds may be configured to not automatically generate feed blocks. +- Search: + * Added support for language-aware searches. +- Aggregator: + * Introduced architecture that allows pluggable parsers and processors for + syndicating RSS and Atom feeds. + * Added options to suspend updating specific feeds and never discard feeds + items. +- Testing: + * Added test framework and tests. +- Improved time zone support: + * Drupal now uses PHP's time zone database when rendering dates in local + time. Site-wide and user-configured time zone offsets have been converted + to time zone names, e.g. Africa/Abidjan. + * In some cases the upgrade and install scripts do not choose the preferred + site default time zone. The automatically-selected time zone can be + corrected at admin/config/regional/settings. + * If your site is being upgraded from Drupal 6 and you do not have the + contributed date or event modules installed, user time zone settings will + fallback to the system time zone and will have to be reconfigured by each user. + * User-configured time zones now serve as the default time zone for PHP + date/time functions. +- Filter system: + * Revamped the filter API and text format storage. + * Added support for default text formats to be assigned on a per-role basis. + * Refactored the HTML corrector to take advantage of PHP 5 features. +- User system: + * Added clean API functions for creating, loading, updating, and deleting + user roles and permissions. + * Refactored the "access rules" component of user module: The user module + now provides a simple interface for blocking single IP addresses. The + previous functionality in the user module for restricting certain e-mail + addresses and usernames is now available as a contributed module. Further, + IP address range blocking is no longer supported and should be implemented + at the operating system level. + * Removed per-user themes: Contributed modules with similar functionality + are available. +- OpenID: + * Added support for Gmail and Google Apps for Domain identifiers. Users can + now login with their user@example.com identifier when example.com is powered + by Google. + * Made the OpenID module more pluggable. +- Added code registry: + * Using the registry, modules declare their includable files via their .info file, + allowing Drupal to lazy-load classes and interfaces as needed. +- Theme system: + * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live + on as contributed themes (http://drupal.org/project/bluemarine, + http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton). + * Added Stark theme to make analyzing Drupal's default HTML and CSS easier. + * Added Seven as the default administration theme. + * Variable preprocessing of theme hooks prior to template rendering now goes + through two phases: a 'preprocess' phase and a new 'process' phase. See + http://api.drupal.org/api/function/theme/7 for details. + * Theme hooks implemented as functions (rather than as templates) can now + also have preprocess (and process) functions. See + http://api.drupal.org/api/function/theme/7 for details. + * Added Bartik as the default theme. +- File handling: + * Files are now first class Drupal objects with file_load(), file_save(), + and file_validate() functions and corresponding hooks. + * The file_move(), file_copy() and file_delete() functions now operate on + file objects and invoke file hooks so that modules are notified and can + respond to changes. + * For the occasions when only basic file manipulation are needed--such as + uploading a site logo--that don't require the overhead of databases and + hooks, the current unmanaged copy, move and delete operations have been + preserved but renamed to file_unmanaged_*(). + * Rewrote file handling to use PHP stream wrappers to enable support for + both public and private files and to support pluggable storage mechanisms + and access to remote resources (e.g. S3 storage or Flickr photos). + * The mime_extension_mapping variable has been removed. Modules that need to + alter the default MIME type extension mappings should implement + hook_file_mimetype_mapping_alter(). + * Added the hook_file_url_alter() hook, which makes it possible to serve + files from a CDN. + * Added a field specifically for uploading files, previously provided by + the contributed module FileField. +- Image handling: + * Improved image handling, including better support for add-on image + libraries. + * Added API and interface for creating advanced image thumbnails. + * Inclusion of additional effects such as rotate and desaturate. + * Added a field specifically for uploading images, previously provided by + the contributed module ImageField. +- Added aliased multi-site support: + * Added support for mapping domain names to sites directories. +- Added RDF support: + * Modules can declare RDF namespaces which are serialized in the tag + for RDFa support. + * Modules can specify how their data structure maps to RDF. + * Added support for RDFa export of nodes, comments, terms, users, etc. and + their fields. +- Search engine optimization and web linking: + * Added a rel="canonical" link on node and comment pages to prevent + duplicate content indexing by search engines. + * Added a default rel="shortlink" link on node and comment pages that + advertises a short link as an alternative URL to third-party services. + * Meta information is now alterable by all modules before rendering. +- Field API: + * Custom data fields may be attached to nodes, users, comments and taxonomy + terms. + * Node bodies and teasers are now Field API fields instead of + being a hard-coded property of node objects. + * In addition, any other object type may register with Field API + and allow custom data fields to be attached to itself. + * Provides most of the features of the former Content Construction + Kit (CCK) module. + * Taxonomy terms are now Field API fields that can be added to any fieldable + object. +- Installer: + * Refactored the installer into an API that allows Drupal to be installed + via a command line script. +- Page organization + * Made the help text area a full featured region with blocks. + * Site mission is replaced with the highlighted content block region and + separate RSS feed description settings. + * The footer message setting was removed in favor of custom blocks. + * Made the main page content a block which can be moved and ordered + with other blocks in the same region. + * Blocks can now return structured arrays for later rendering just + like page callbacks. +- Translation system + * The translation system now supports message context (msgctxt). + * Added support for translatable fields to Field API. +- JavaScript changes + * Upgraded the core JavaScript library to jQuery version 1.4.4. + * Upgraded the jQuery Forms library to 2.52. + * Added jQuery UI 1.8.7, which allows improvements to Drupal's user + experience. +- Better module version support + * Modules now can specify which version of another module they depend on. +- Removed modules from core + * The following modules have been removed from core, because contributed + modules with similar functionality are available: + * Blog API module + * Ping module + * Throttle module +- Improved node access control system. + * All modules may now influence the access to a node at runtime, not just + the module that defined a node. + * Users may now be allowed to bypass node access restrictions without giving + them complete access to the site. + * Access control affects both published and unpublished nodes. + * Numerous other improvements to the node access system. +- Actions system + * Simplified definitions of actions and triggers. + * Removed dependency on the combination of hooks and operations. Triggers + now directly map to module hooks. +- Task handling + * Added a queue API to process many or long-running tasks. + * Added queue API support to cron API. + * Added a locking framework to coordinate long-running operations across + requests. + +Drupal 6.23-dev, xxxx-xx-xx (development release) +----------------------- + +Drupal 6.22, 2011-05-25 +----------------------- +- Made Drupal 6 work better with IIS and Internet Explorer. +- Fixed .po file imports to work better with custom textgroups. +- Improved code documentation at various places. +- Fixed a variety of other bugs. + +Drupal 6.21, 2011-05-25 +---------------------- +- Fixed security issues (Cross site scripting), see SA-CORE-2011-001. + +Drupal 6.20, 2010-12-15 +---------------------- +- Fixed a variety of small bugs, improved code documentation. + +Drupal 6.19, 2010-08-11 +---------------------- +- Fixed a variety of small bugs, improved code documentation. + +Drupal 6.18, 2010-08-11 +---------------------- +- Fixed security issues (OpenID authentication bypass, File download access + bypass, Comment unpublishing bypass, Actions cross site scripting), + see SA-CORE-2010-002. + +Drupal 6.17, 2010-06-02 +---------------------- +- Improved PostgreSQL compatibility +- Better PHP 5.3 and PHP 4 compatibility +- Better browser compatibility of CSS and JS aggregation +- Improved logging for login failures +- Fixed an incompatibility with some contributed modules and the locking system +- Fixed a variety of other bugs. + +Drupal 6.16, 2010-03-03 +---------------------- +- Fixed security issues (Installation cross site scripting, Open redirection, + Locale module cross site scripting, Blocked user session regeneration), + see SA-CORE-2010-001. +- Better support for updated jQuery versions. +- Reduced resource usage of update.module. +- Fixed several issues relating to support of installation profiles and + distributions. +- Added a locking framework to avoid data corruption on long operations. +- Fixed a variety of other bugs. + +Drupal 6.15, 2009-12-16 +---------------------- +- Fixed security issues (Cross site scripting), see SA-CORE-2009-009. +- Fixed a variety of other bugs. + +Drupal 6.14, 2009-09-16 +---------------------- +- Fixed security issues (OpenID association cross site request forgeries, + OpenID impersonation and File upload), see SA-CORE-2009-008. +- Changed the system modules page to not run all cache rebuilds; use the + button on the performance settings page to achieve the same effect. +- Added support for PHP 5.3.0 out of the box. +- Fixed a variety of small bugs. + +Drupal 6.13, 2009-07-01 +---------------------- +- Fixed security issues (Cross site scripting, Input format access bypass and + Password leakage in URL), see SA-CORE-2009-007. +- Fixed a variety of small bugs. + +Drupal 6.12, 2009-05-13 +---------------------- +- Fixed security issues (Cross site scripting), see SA-CORE-2009-006. +- Fixed a variety of small bugs. + +Drupal 6.11, 2009-04-29 +---------------------- +- Fixed security issues (Cross site scripting and limited information + disclosure), see SA-CORE-2009-005 +- Fixed performance issues with the menu router cache, the update + status cache and improved cache invalidation +- Fixed a variety of small bugs. + +Drupal 6.10, 2009-02-25 +---------------------- +- Fixed a security issue, (Local file inclusion on Windows), + see SA-CORE-2009-003 +- Fixed node_feed() so custom fields can show up in RSS feeds. +- Improved PostgreSQL compatibility. +- Fixed a variety of small bugs. + +Drupal 6.9, 2009-01-14 +---------------------- +- Fixed security issues, (Access Bypass, Validation Bypass and Hardening + against SQL injection), see SA-CORE-2009-001 +- Made HTTP request checking more robust and informative. +- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and + basic shell scripts. +- Removed t() calls from all schema documentation. Suggested best practice + changed for contributed modules, see http://drupal.org/node/322731. +- Fixed a variety of small bugs. + +Drupal 6.8, 2008-12-11 +---------------------- +- Removed a previous change incompatible with PHP 5.1.x and lower. + +Drupal 6.7, 2008-12-10 +---------------------- +- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073 +- Updated robots.txt and .htaccess to match current file use. +- Fixed a variety of small bugs. + +Drupal 6.6, 2008-10-22 +---------------------- +- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067 +- Fixed a variety of small bugs. + +Drupal 6.5, 2008-10-08 +---------------------- +- Fixed security issues, (File upload access bypass, Access rules bypass, + BlogAPI access bypass), see SA-2008-060. +- Fixed a variety of small bugs. + +Drupal 6.4, 2008-08-13 +---------------------- +- Fixed a security issue (Cross site scripting, Arbitrary file uploads via + BlogAPI, Cross site request forgeries and Various Upload module + vulnerabilities), see SA-2008-047. +- Improved error messages during installation. +- Fixed a bug that prevented AHAH handlers to be attached to radios widgets. +- Fixed a variety of small bugs. + +Drupal 6.3, 2008-07-09 +---------------------- +- Fixed security issues, (Cross site scripting, cross site request forgery, + session fixation and SQL injection), see SA-2008-044. +- Slightly modified installation process to prevent file ownership issues on + shared hosts. +- Improved PostgreSQL compatibility (rewritten queries; custom blocks). +- Upgraded to jQuery 1.2.6. +- Performance improvements to search, menu handling and form API caches. +- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+). +- Fixed a variety of small bugs. + +Drupal 6.2, 2008-04-09 +---------------------- +- Fixed a variety of small bugs. +- Fixed a security issue (Access bypasses), see SA-2008-026. + +Drupal 6.1, 2008-02-27 +---------------------- +- Fixed a variety of small bugs. +- Fixed a security issue (Cross site scripting), see SA-2008-018. + +Drupal 6.0, 2008-02-13 +---------------------- +- New, faster and better menu system. +- New watchdog as a hook functionality. + * New hook_watchdog that can be implemented by any module to route log + messages to various destinations. + * Expands the severity levels from 3 (Error, Warning, Notice) to the 8 + levels defined in RFC 3164. + * The watchdog module is now called dblog, and is optional, but enabled by + default in the default installation profile. + * Extended the database log module so log messages can be filtered. + * Added syslog module: useful for monitoring large Drupal installations. +- Added optional e-mail notifications when users are approved, blocked, or + deleted. +- Drupal works with error reporting set to E_ALL. +- Added scripts/drupal.sh to execute Drupal code from the command line. Useful + to use Drupal as a framework to build command-line tools. +- Made signature support optional and made it possible to theme signatures. +- Made it possible to filter the URL aliases on the URL alias administration + screen. +- Language system improvements: + * Support for right to left languages. + * Language detection based on parts of the URL. + * Browser based language detection. + * Made it possible to specify a node's language. + * Support for translating posts on the site to different languages. + * Language dependent path aliases. + * Automatically import translations when adding a new language. + * JavaScript interface translation. + * Automatically import a module's translation upon enabling that module. +- Moved "PHP input filter" to a standalone module so it can be deleted for + security reasons. +- Usability: + * Improved handling of teasers in posts. + * Added sticky table headers. + * Check for clean URL support automatically with JavaScript. + * Removed default/settings.php. Instead the installer will create it from + default.settings.php. + * Made it possible to configure your own date formats. + * Remember anonymous comment posters. + * Only allow modules and themes to be enabled that have explicitly been + ported to the correct core API version. + * Can now specify the minimum PHP version required for a module within the + .info file. + * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES + database rights. + * Dynamically check password strength and confirmation. + * Refactored poll administration. + * Implemented drag-and-drop positioning for blocks, menu items, taxonomy + vocabularies and terms, forums, profile fields, and input format filters. +- Theme system: + * Added .info files to themes and made it easier to specify regions and + features. + * Added theme registry: modules can directly provide .tpl.php files for + their themes without having to create theme_ functions. + * Used the Garland theme for the installation and maintenance pages. + * Added theme preprocess functions for themes that are templates. + * Added support for themeable functions in JavaScript. +- Refactored update.php to a generic batch API to be able to run time-consuming + operations in multiple subsequent HTTP requests. +- Installer: + * Themed the installer with the Garland theme. + * Added form to provide initial site information during installation. + * Added ability to provide extra installation steps programmatically. + * Made it possible to import interface translations during installation. +- Added the HTML corrector filter: + * Fixes faulty and chopped off HTML in postings. + * Tags are now automatically closed at the end of the teaser. +- Performance: + * Made it easier to conditionally load .include files and split up many core + modules. + * Added a JavaScript aggregator. + * Added block-level caching, improving performance for both authenticated + and anonymous users. + * Made Drupal work correctly when running behind a reverse proxy like + Squid or Pound. +- File handling improvements: + * Entries in the files table are now keyed to a user instead of a node. + * Added reusable validation functions to check for uploaded file sizes, + extensions, and image resolution. + * Added ability to create and remove temporary files during a cron job. +- Forum improvements: + * Any node type may now be posted in a forum. +- Taxonomy improvements: + * Descriptions for terms are now shown on taxonomy/term pages as well + as RSS feeds. + * Added versioning support to categories by associating them with node + revisions. +- Added support for OpenID. +- Added support for triggering configurable actions. +- Added the Update status module to automatically check for available updates + and warn sites if they are missing security updates or newer versions. + Sites deploying from CVS should use http://drupal.org/project/cvs_deploy. + Advanced settings provided by http://drupal.org/project/update_advanced. +- Upgraded the core JavaScript library to jQuery version 1.2.3. +- Added a new Schema API, which provides built-in support for core and + contributed modules to work with databases other than MySQL. +- Removed drupal.module. The functionality lives on as the Site network + contributed module (http://drupal.org/project/site_network). +- Removed old system updates. Updates from Drupal versions prior to 5.x will + require upgrading to 5.x before upgrading to 6.x. + +Drupal 5.23, 2010-08-11 +----------------------- +- Fixed security issues (File download access bypass, Comment unpublishing + bypass), see SA-CORE-2010-002. + +Drupal 5.22, 2010-03-03 +----------------------- +- Fixed security issues (Open redirection, Locale module cross site scripting, + Blocked user session regeneration), see SA-CORE-2010-001. + +Drupal 5.21, 2009-12-16 +----------------------- +- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009. +- Fixed a variety of small bugs. + +Drupal 5.20, 2009-09-16 +----------------------- +- Avoid security problems resulting from writing Drupal 6-style menu + declarations. +- Fixed security issues (session fixation), see SA-CORE-2009-008. +- Fixed a variety of small bugs. + +Drupal 5.19, 2009-07-01 +----------------------- +- Fixed security issues (Cross site scripting and Password leakage in URL), see + SA-CORE-2009-007. +- Fixed a variety of small bugs. + +Drupal 5.18, 2009-05-13 +----------------------- +- Fixed security issues (Cross site scripting), see SA-CORE-2009-006. +- Fixed a variety of small bugs. + +Drupal 5.17, 2009-04-29 +----------------------- +- Fixed security issues (Cross site scripting and limited information + disclosure) see SA-CORE-2009-005. +- Fixed a variety of small bugs. + +Drupal 5.16, 2009-02-25 +----------------------- +- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004. +- Fixed a variety of small bugs. + +Drupal 5.15, 2009-01-14 +----------------------- +- Fixed security issues, (Hardening against SQL injection), see + SA-CORE-2009-001 +- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell + scripts. +- Fixed a variety of small bugs. + +Drupal 5.14, 2008-12-11 +----------------------- +- removed a previous change incompatible with PHP 5.1.x and lower. + +Drupal 5.13, 2008-12-10 +----------------------- +- fixed a variety of small bugs. +- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073 +- updated robots.txt and .htaccess to match current file use. + +Drupal 5.12, 2008-10-22 +----------------------- +- fixed security issues, (File inclusion), see SA-2008-067 + +Drupal 5.11, 2008-10-08 +----------------------- +- fixed a variety of small bugs. +- fixed security issues, (File upload access bypass, Access rules bypass, + BlogAPI access bypass, Node validation bypass), see SA-2008-060 + +Drupal 5.10, 2008-08-13 +----------------------- +- fixed a variety of small bugs. +- fixed security issues, (Cross site scripting, Arbitrary file uploads via + BlogAPI and Cross site request forgery), see SA-2008-047 + +Drupal 5.9, 2008-07-23 +---------------------- +- fixed a variety of small bugs. +- fixed security issues, (Session fixation), see SA-2008-046 + +Drupal 5.8, 2008-07-09 +---------------------- +- fixed a variety of small bugs. +- fixed security issues, (Cross site scripting, cross site request forgery, and + session fixation), see SA-2008-044 + +Drupal 5.7, 2008-01-28 +---------------------- +- fixed the input format configuration page. +- fixed a variety of small bugs. + +Drupal 5.6, 2008-01-10 +---------------------- +- fixed a variety of small bugs. +- fixed a security issue (Cross site request forgery), see SA-2008-005 +- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006 +- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007 + +Drupal 5.5, 2007-12-06 +---------------------- +- fixed missing missing brackets in a query in the user module. +- fixed taxonomy feed bug introduced by SA-2007-031 + +Drupal 5.4, 2007-12-05 +---------------------- +- fixed a variety of small bugs. +- fixed a security issue (SQL injection), see SA-2007-031 + +Drupal 5.3, 2007-10-17 +---------------------- +- fixed a variety of small bugs. +- fixed a security issue (HTTP response splitting), see SA-2007-024 +- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025 +- fixed a security issue (Cross site scripting via uploads), see SA-2007-026 +- fixed a security issue (User deletion cross site request forgery), see SA-2007-029 +- fixed a security issue (API handling of unpublished comment), see SA-2007-030 + +Drupal 5.2, 2007-07-26 +---------------------- +- changed hook_link() $teaser argument to match documentation. +- fixed a variety of small bugs. +- fixed a security issue (cross-site request forgery), see SA-2007-017 +- fixed a security issue (cross-site scripting), see SA-2007-018 + +Drupal 5.1, 2007-01-29 +---------------------- +- fixed security issue (code execution), see SA-2007-005 +- fixed a variety of small bugs. + +Drupal 5.0, 2007-01-15 +---------------------- +- Completely retooled the administration page + * /Admin now contains an administration page which may be themed + * Reorganised administration menu items by task and by module + * Added a status report page with detailed PHP/MySQL/Drupal information +- Added web-based installer which can: + * Check installation and run-time requirements + * Automatically generate the database configuration file + * Install pre-made installation profiles or distributions + * Import the database structure with automatic table prefixing + * Be localized +- Added new default Garland theme +- Added color module to change some themes' color schemes +- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it +- Introduced the ability to alter mail sent from system +- Module system: + * Added .info files for module meta-data + * Added support for module dependencies + * Improved module installation screen + * Moved core modules to their own directories + * Added support for module uninstalling +- Added support for different cache backends +- Added support for a generic "sites/all" directory. +- Usability: + * Added support for auto-complete forms (AJAX) to user profiles. + * Made it possible to instantly assign roles to newly created user accounts. + * Improved configurability of the contact forms. + * Reorganized the settings pages. + * Made it easy to investigate popular search terms. + * Added a 'select all' checkbox and a range select feature to administration tables. + * Simplified the 'break' tag to split teasers from body. + * Use proper capitalization for titles, menu items and operations. +- Integrated urlfilter.module into filter.module +- Block system: + * Extended the block visibility settings with a role specific setting. + * Made it possible to customize all block titles. +- Poll module: + * Optionally allow people to inspect all votes. + * Optionally allow people to cancel their vote. +- Distributed authentication: + * Added default server option. +- Added default robots.txt to control crawlers. +- Database API: + * Added db_table_exists(). +- Blogapi module: + * 'Blogapi new' and 'blogapi edit' nodeapi operations. +- User module: + * Added hook_profile_alter(). + * E-mail verification is made optional. + * Added mass editing and filtering on admin/user/user. +- PHP Template engine: + * Add the ability to look for a series of suggested templates. + * Look for page templates based upon the path. + * Look for block templates based upon the region, module, and delta. +- Content system: + * Made it easier for node access modules to work well with each other. + * Added configurable content types. + * Changed node rendering to work with structured arrays. +- Performance: + * Improved session handling: reduces database overhead. + * Improved access checking: reduces database overhead. + * Made it possible to do memcached based session management. + * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth. + * Added an 'aggressive' caching policy. + * Added a CSS aggregator and compressor (up to 40% faster page loads). +- Removed the archive module. +- Upgrade system: + * Created space for update branches. +- Form API: + * Made it possible to programmatically submit forms. + * Improved api for multistep forms. +- Theme system: + * Split up and removed drupal.css. + * Added nested lists generation. + * Added a self-clearing block class. + +Drupal 4.7.11, 2008-01-10 +------------------------- +- fixed a security issue (Cross site request forgery), see SA-2008-005 +- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006 +- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007 + +Drupal 4.7.10, 2007-12-06 +------------------------- +- fixed taxonomy feed bug introduced by SA-2007-031 + +Drupal 4.7.9, 2007-12-05 +------------------------ +- fixed a security issue (SQL injection), see SA-2007-031 + +Drupal 4.7.8, 2007-10-17 +---------------------- +- fixed a security issue (HTTP response splitting), see SA-2007-024 +- fixed a security issue (Cross site scripting via uploads), see SA-2007-026 +- fixed a security issue (API handling of unpublished comment), see SA-2007-030 + +Drupal 4.7.7, 2007-07-26 +------------------------ +- fixed security issue (XSS), see SA-2007-018 + +Drupal 4.7.6, 2007-01-29 +------------------------ +- fixed security issue (code execution), see SA-2007-005 + +Drupal 4.7.5, 2007-01-05 +------------------------ +- Fixed security issue (XSS), see SA-2007-001 +- Fixed security issue (DoS), see SA-2007-002 + +Drupal 4.7.4, 2006-10-18 +------------------------ +- Fixed security issue (XSS), see SA-2006-024 +- Fixed security issue (CSRF), see SA-2006-025 +- Fixed security issue (Form action attribute injection), see SA-2006-026 + +Drupal 4.7.3, 2006-08-02 +------------------------ +- Fixed security issue (XSS), see SA-2006-011 + +Drupal 4.7.2, 2006-06-01 +------------------------ +- Fixed critical upload issue, see SA-2006-007 +- Fixed taxonomy XSS issue, see SA-2006-008 +- Fixed a variety of small bugs. + +Drupal 4.7.1, 2006-05-24 +------------------------ +- Fixed critical SQL issue, see SA-2006-005 +- Fixed a serious upgrade related bug. +- Fixed a variety of small bugs. + +Drupal 4.7.0, 2006-05-01 +------------------------ +- Added free tagging support. +- Added a site-wide contact form. +- Theme system: + * Added the PHPTemplate theme engine and removed the Xtemplate engine. + * Converted the bluemarine theme from XTemplate to PHPTemplate. + * Converted the pushbutton theme from XTemplate to PHPTemplate. +- Usability: + * Reworked the 'request new password' functionality. + * Reworked the node and comment edit forms. + * Made it easy to add nodes to the navigation menu. + * Added site 'offline for maintenance' feature. + * Added support for auto-complete forms (AJAX). + * Added support for collapsible page sections (JS). + * Added support for resizable text fields (JS). + * Improved file upload functionality (AJAX). + * Reorganized some settings pages. + * Added friendly database error screens. + * Improved styling of update.php. +- Refactored the forms API. + * Made it possible to alter, extend or theme forms. +- Comment system: + * Added support for "mass comment operations" to ease repetitive tasks. + * Comment moderation has been removed. +- Node system: + * Reworked the revision functionality. + * Removed the bookmarklet code. Third-party modules can now handle + This. +- Upgrade system: + * Allows contributed modules to plug into the upgrade system. +- Profiles: + * Added a block to display author information along with posts. + * Added support for private profile fields. +- Statistics module: + * Added the ability to track page generation times. + * Made it possible to block certain IPs/hostnames. +- Block system: + * Added support for theme-specific block regions. +- Syndication: + * Made the aggregator module parse Atom feeds. + * Made the aggregator generate RSS feeds. + * Added RSS feed settings. +- XML-RPC: + * Replaced the XML-RPC library by a better one. +- Performance: + * Added 'loose caching' option for high-traffic sites. + * Improved performance of path aliasing. + * Added the ability to track page generation times. +- Internationalization: + * Improved Unicode string handling API. + * Added support for PHP's multibyte string module. +- Added support for PHP5's 'mysqli' extension. +- Search module: + * Made indexer smarter and more robust. + * Added advanced search operators (e.g. phrase, node type, ...). + * Added customizable result ranking. +- PostgreSQL support: + * Removed dependency on PL/pgSQL procedural language. +- Menu system: + * Added support for external URLs. +- Queue module: + * Removed from core. +- HTTP handling: + * Added support for a tolerant Base URL. + * Output URIs relative to the root, without a base tag. + +Drupal 4.6.11, 2007-01-05 +------------------------- +- Fixed security issue (XSS), see SA-2007-001 +- Fixed security issue (DoS), see SA-2007-002 + +Drupal 4.6.10, 2006-10-18 +------------------------ +- Fixed security issue (XSS), see SA-2006-024 +- Fixed security issue (CSRF), see SA-2006-025 +- Fixed security issue (Form action attribute injection), see SA-2006-026 + +Drupal 4.6.9, 2006-08-02 +------------------------ +- Fixed security issue (XSS), see SA-2006-011 + +Drupal 4.6.8, 2006-06-01 +------------------------ +- Fixed critical upload issue, see SA-2006-007 +- Fixed taxonomy XSS issue, see SA-2006-008 + +Drupal 4.6.7, 2006-05-24 +------------------------ +- Fixed critical SQL issue, see SA-2006-005 + +Drupal 4.6.6, 2006-03-13 +------------------------ +- Fixed bugs, including 4 security vulnerabilities. + +Drupal 4.6.5, 2005-12-12 +------------------------ +- Fixed bugs: no critical bugs were identified. + +Drupal 4.6.4, 2005-11-30 +------------------------ +- Fixed bugs, including 3 security vulnerabilities. + +Drupal 4.6.3, 2005-08-15 +------------------------ +- Fixed bugs, including a critical "arbitrary PHP code execution" bug. + +Drupal 4.6.2, 2005-06-29 +------------------------ +- Fixed bugs, including two critical "arbitrary PHP code execution" bugs. + +Drupal 4.6.1, 2005-06-01 +------------------------ +- Fixed bugs, including a critical input validation bug. + +Drupal 4.6.0, 2005-04-15 +------------------------ +- PHP5 compliance +- Search: + * Added UTF-8 support to make it work with all languages. + * Improved search indexing algorithm. + * Improved search output. + * Impose a throttle on indexing of large sites. + * Added search block. +- Syndication: + * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services. + * Made Drupal generate RSS 2.0 feeds. + * Made RSS feeds extensible. + * Added categories to RSS feeds. + * Added enclosures to RSS feeds. +- Flood control mechanism: + * Added a mechanism to throttle certain operations. +- Usability: + * Refactored the block configuration pages. + * Refactored the statistics pages. + * Refactored the watchdog pages. + * Refactored the throttle module configuration. + * Refactored the access rules page. + * Refactored the content administration page. + * Introduced forum configuration pages. + * Added a 'add child page' link to book pages. +- Contact module: + * Added a simple contact module that allows users to contact each other using e-mail. +- Multi-site configuration: + * Made it possible to run multiple sites from a single code base. +- Added an image API: enables better image handling. +- Block system: + * Extended the block visibility settings. +- Theme system: + * Added new theme functions. +- Database backend: + * The PEAR database backend is no longer supported. +- Performance: + * Improved performance of the forum topics block. + * Improved performance of the tracker module. + * Improved performance of the node pages. +- Documentation: + * Improved and extended PHPDoc/Doxygen comments. + +Drupal 4.5.8, 2006-03-13 +------------------------ +- Fixed bugs, including 3 security vulnerabilities. + +Drupal 4.5.7, 2005-12-12 +------------------------ +- Fixed bugs: no critical bugs were identified. + +Drupal 4.5.6, 2005-11-30 +------------------------ +- Fixed bugs, including 3 security vulnerabilities. + +Drupal 4.5.5, 2005-08-15 +------------------------ +- Fixed bugs, including a critical "arbitrary PHP code execution" bug. + +Drupal 4.5.4, 2005-06-29 +------------------------ +- Fixed bugs, including two critical "arbitrary PHP code execution" bugs. + +Drupal 4.5.3, 2005-06-01 +------------------------ +- Fixed bugs, including a critical input validation bug. + +Drupal 4.5.2, 2005-01-15 +------------------------ +- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed. + +Drupal 4.5.1, 2004-12-01 +------------------------ +- Fixed bugs: no critical bugs were identified. + +Drupal 4.5.0, 2004-10-18 +------------------------ +- Navigation: + * Made it possible to add, delete, rename and move menu items. + * Introduced tabs and subtabs for local tasks. + * Reorganized the navigation menus. +- User management: + * Added support for multiple roles per user. + * Made it possible to add custom profile fields. + * Made it possible to browse user profiles by field. +- Node system: + * Added support for node-level permissions. +- Comment module: + * Made it possible to leave contact information without having to register. +- Upload module: + * Added support for uploading documents (includes images). +- Forum module: + * Added support for sticky forum topics. + * Made it possible to track forum topics. +- Syndication: + * Added support for RSS ping-notifications of http://technorati.com/. + * Refactored the categorization of syndicated news items. + * Added an URL alias for 'rss.xml'. + * Improved date parsing. +- Database backend: + * Added support for multiple database connections. + * The PostgreSQL backend does no longer require PEAR. +- Theme system: + * Changed all GIFs to PNGs. + * Reorganised the handling of themes, template engines, templates and styles. + * Unified and extended the available theme settings. + * Added theme screenshots. +- Blocks: + * Added 'recent comments' block. + * Added 'categories' block. +- Blogger API: + * Added support for auto-discovery of blogger API via RSD. +- Performance: + * Added support for sending gzip compressed pages. + * Improved performance of the forum module. +- Accessibility: + * Improved the accessibility of the archive module's calendar. + * Improved form handling and error reporting. + * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission. +- Refactored 403 (forbidden) handling and added support for custom 403 pages. +- Documentation: + * Added PHPDoc/Doxygen comments. +- Filter system: + * Added support for using multiple input formats on the site + * Expanded the embedded PHP-code feature so it can be used everywhere + * Added support for role-dependent filtering, through input formats +- UI translation: + * Managing translations is now completely done through the administration interface + * Added support for importing/exporting gettext .po files + +Drupal 4.4.3, 2005-06-01 +------------------------ +- Fixed bugs, including a critical input validation bug. + +Drupal 4.4.2, 2004-07-04 +------------------------ +- Fixed bugs: no critical bugs were identified. + +Drupal 4.4.1, 2004-05-01 +------------------------ +- Fixed bugs: no critical bugs were identified. + +Drupal 4.4.0, 2004-04-01 +------------------------ +- Added support for the MetaWeblog API and MovableType extensions. +- Added a file API: enables better document management. +- Improved the watchdog and search module to log search keys. +- News aggregator: + * Added support for conditional GET. + * Added OPML feed subscription list. + * Added support for , , , , and . +- Comment module: + * Made it possible to disable the "comment viewing controls". +- Performance: + * Improved module loading when serving cached pages. + * Made it possible to automatically disable modules when under heavy load. + * Made it possible to automatically disable blocks when under heavy load. + * Improved performance and memory footprint of the locale module. +- Theme system: + * Made all theme functions start with 'theme_'. + * Made all theme functions return their output. + * Migrated away from using the BaseTheme class. + * Added many new theme functions and refactored existing theme functions. + * Added avatar support to 'Xtemplate'. + * Replaced theme 'UnConeD' by 'Chameleon'. + * Replaced theme 'Marvin' by 'Pushbutton'. +- Usability: + * Added breadcrumb navigation to all pages. + * Made it possible to add context-sensitive help to all pages. + * Replaced drop-down menus by radio buttons where appropriate. + * Removed the 'magic_quotes_gpc = 0' requirement. + * Added a 'book navigation' block. +- Accessibility: + * Made themes degrade gracefully in absence of CSS. + * Grouped form elements using '
' and '' tags. + * Added '