pkgsrc/www/drupal7/PLIST

1053 lines
50 KiB
Text
Raw Normal View History

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