Changes since DRUPAL-7-0-UNSTABLE-4:
- #320451 follow-up by webernet: Remove escaping of 'required by' and 'requires' on module page.
- #332980 follow-up by scor: Adding entry about RDF support to CHANGELOG.txt.
- - Patch #301049 by Damien Tournoud: fix InsertQuery.
- #349327 by stewsnooze: Change link from 'Main page' to 'Front page' in update.php for consistency.
- #314283 by jhedstrom: Adding tests for disabled checkboxes.
- #345157 by toddy: Add API documentation for hook_update_last_removed().
- #320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.
- #359918 by Dave Reid: Fix typo in Schema API documentation.
- #152098 by mgifford: Improve accessibility of radios and checkboxes.
- #297952 by aaron: Fix naming conflict with 'file' preprocess variable.
- #310863 by bangpound, dboulet, and catch: Stop locale module from auto-installing with custom install profiles.
- #360580 by Razorraser: Fix documentation link to PDO.
- #350381 by tstoeckler and swentel: Add a note about running update.php to the modules page that's easier to find than the one buried under the module updates page.
- #360754 by Crell: Docblock fixes for DBTNG.
- #360106 by Dave Reid: Allow comment module to be uninstalled.
- #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.
- #360104 by drewish: Allow taxomomy module to be uninstalled.
- - Patch #360887 by Crell: more robus example of how to use transaction support in D7.
- - Patch #308719 by jpetso, boombatower, et al: sanitze simpletest.js checkbox code.
- - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
- - Patch #219584 by keith.smith, Bevan, SteveJB: rename operation in Input Formats from 'Configure' to 'View Configuration'.
- - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code.
- - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings.
- #291026 follow-up by Dave Reid: Fix incorrect variable name.
- #30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
- #357403 by drewish: Make user pictures managed files.
- #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
- #355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
- #361514 by Dave Reid and drewish: Use file name in file error messages.
- - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
- - Patch #195976 by mcarbone: made error message more accurate and more informative.
- - Patch #360785 by Dave Reid: add timestamp to {poll_votes}.
- - Patch #361699 by David Rothstein: prevent CSRF on update.php. Already went into D6.
- - Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed possible SQL injection risk in node_access(). Already part of Drupal 6.
- - Patch #362003 by Steven Jones: minor language massaging.
- - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
- #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.
- #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
- #220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block that makes all languages active (with tests)
- #352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.
- #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code.
- #339466 by patryk: Replace the OpenID link in user help with official link.
- #357591 by sun: Add watchdog calls for user cancel operations.
- #308277 by robertDouglass: Tests for multiple search engine types.
- #276554 by stella and John Morahan: Tests for comments as part of an RSS feed.
- #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
- - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place.
- - Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
- - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
- - Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' that is no longer needed.
- - Patch #360398 by asimmonds: fixed bug with updating feed categories.
- #362680 by catch: Put all taxonomy tests in one spot.
- #362423 by chx: Include session.inc during installer to avoid fatal errors if things don't go exactly according to plan.
- - Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement.
- #363687 by chx: Simplify DBTNG codeflow.
- #363644 by chx: Remove annoying whitespace.
- #363262 by catch and Damien Tournoud: Replace src index on the {url_alias} table with src, language for better performance.
- #227486 follow-up by catch: Move update 7010 to 6048 so that the 6.x and 7.x updates stay in sync.
- - Removing whitespace.
- - Patch #364169 by Gurpartap Singh: improved language.
- - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
- #364407 by catch: Fix drupal_render() sorting (with tests).
- #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).
- #144969 by beginner, Wim Leers, and catch: Fix count returned by taxonomy_term_count_nodes() with multi-select vocabularies (with tests).
- #365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).
- #242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
- #345157 follow-up by toddy: Fix @link syntax in PHPDoc.
- #102743 by yoroy: Swanky new forum icons.
- #349836 by lut4rp: Remove ellipsis in menu description.
- #352337 by catch: Avoid pager query if there are no comments on a node.
- #361135 by Dave Reid: Clean up taxonomy variables on uninstall.
- #361130 by Dave Reid: Clean up comment variables on uninstall.
- #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
- #326210 by AlexisWhite and jhedstrom: Pass ->menu by reference to allow modules to modify it.
- - Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds of times on some pages.
- #360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.
- - Patch #367508 by lyricnz: returned help screen when running test groups.
- - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).
- - Patch #363391 by ShawnClark, Dave Reid: add SimpleTest's DomDocument requirement.
- - Patch #367711 by catch: shorten drupal_map_assoc(). Thanks almighty catch.
- - Reverting #367711 ...
- - Patch #367380 by Moshe: make block module optional.
- - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
- - Patch #355236 by Frando: refactor drupal_render() theming.
- #368729 by meba: (i18n sprint) Fix error during multilingual installation because of NULL value on required field.
- #52990 by Roger L��pez: Vastly improve translation string search and editing interface.
- #348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests)
- #361683 follow-up by yched and sun: Fix failing tests and windows line-endings.
- #361683 follow-up by sun: Remove more windows line endings.
- #369653 by rszrama: Add 'No categories' message to Contact module when no categories exist.
- #369460 by rszrama: Add 'No books' message to Book module when no books exist.
- #366253 by ff1: Fix typo in filter admin form.
- #369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown().
- #333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description.
- #357429 by fusedpro: Update the documentation of hook_menu_alter() to use 'items' rather than 'callbacks' to match hook_menu().
- #349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests).
- #368502 by catch: Make adjustment to file naming test in an effort to make testing bot stop erroneously marking patches code needs work.
- #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
- #370846 by catch: Further improve performance of drupal_render() sorting (with tests).
- #371327 by quicksketch: Fix user picture rendering (with fixed tests).
- #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.
- - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
- #370806 by cwgordon7: Add navigation and login blocks back to minimal profile.
- #355496 by geodaniel, Dave Reid: Always list available databases, with explanation when only one is in the list.
- #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block administration screen.
- #62926 by karschsp: Increase maximum length of free tagging field.
- #135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests).
- #373502 by drewish and sun: Add function to delete unmanaged files recurisevely (with tests).
- #347288 by plach: Fix Locale uninstall (with tests).
- #69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form.
- #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary keys (with tests).
- #372474 by karschsp: Minor documentation fix for node access system.
- #370846 follow-up by catch: Fix #weight sorting in drupal_render().
- #367696 by drumm: Simplify the vocabulary edit form.