Changes since DRUPAL-7-0-UNSTABLE-5:
- #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
- #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
- #255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
- #373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents SimpleTest from clearing tables.
- #215080 by drifter and robertDouglass: Add index on system name and type to speed query.
- #330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
- - Patch #374568 by chx: remove useless JOIN from permission query.
- #377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable.
- #330983 follow-up by David Rothenstein: Move rename function later in the process to un-break D6->D7 upgrade path.
- - Patch #377870 by mr.baileys: removed unnecessary access check.
- - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.
- - Patch #299267 by Crell: add extender support to the SELECT query builder.
- - Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
- - Patch #334554 by hass: prevent endless loops in the simpletests.
- - Patch #369229 by stella: improved and extended the locale module tests.
- - Patch #382096 by Arancaytar: improve the form limits so that they actually make sense and don't get in the way of SQLite support.
- - Patch #296584 by mr.baileys: fixed incorrect example with regards to the use of t() in menu item titles.
- #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver independent of schema to fix D6 => D7 update.
- #369229 follow-up by stella and nedjo: Fix locale tests.
- - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.
- - Patch #380400 by flobruit: fixed up the documentation.
- #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and polish default page.tpl.php to make it easier for CSS designers to theme.
- - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited.
- - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling system_php().
- - Patch #382898 by Jody Lunn: fix0red spelling mistake.
- - Patch #381438 by drumm: do not use page cache for drupal.sh requests.
- Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
- #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files.
- #364467 by alex_b: Fix remove followed by update aggregator items.
- #369002 by toddy: Use format_plural() for search keyword length error.
- #371886 by karschsp: update.php button should use sentence capitalization.
- #371886 follow-up: Made an a an A so that update.php works again.
- #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.
- #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module which is referencing missing form_id variable.
- #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in page.tpl.php.
- #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
- #304330 follow-up by Damien Tournoud: Fix whitespace.
- #350545 by Damien Tournoud: Remove unreliable invalid date test so that SQLite tests pass.
- #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21.
- #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21.
- #394460 by Crell: DBTNGify Help module.
- #331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().
- #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
- #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.
- #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests).
- - Patch #338429 by scor: xhtml 1.1 compatibility fix.
- - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.
- - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles().
- - Patch #283931 by jeffschuler: documentation clarification.
- - Patch #373613 by quicksketch and drewish: in order to operate on images multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
pass images by their raw GD (or other library) resources rather than re-opening
the same image repeatedly, which causes wasted processing and loss of quality when
using JPEG images. This patch reworks the image toolkits, adds some new image
manipulations and adds some impressive SimpleTests.
- - Patch #395856 by mr.baileys: added HTTP request status code to request assertion message.
- - Patch #394938 by Damien Tournoud: defailt to exist.
- - Patch #226876 by csevb10, dave reid, et al: converted more queries to the new database abstraction layer.
- - Patch #368661 by mechfish, axyjo: added Fields API to CHANGELOG.txt.
- - Patch #340940 by grendzy, Damien Tournoud: remove code-style.pl. Death by coder module.
- - Re-adding code-clean.sh. Didn't mean to remove that.
- - Patch #314314 by mr.baileys, Dave Reid, bastos: fixed invalid HTML in update.php.
- - Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
- - Patch #392686 by bjaspan, yched: switch to serial primary keys.
- - Patch #381306 by plach: closing file handler to avoid problems on certain systems.
- - Patch #395086 by Freso: tiny performance optimization.
- - Patch #331013 by drewish: documentation clean-up.
- - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer.
- - Patch #314138 by jeffschuler: documentation improvements.
- - Patch #392686 by yched: more documentation clean-ups.
- - Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.
- - Patch #394512 by csevb10: converted to the new database abstraction layer.
- #360081 by quicksketch: Stop using global variables for JavaScript settings.
- #372914 by chx: Fix link titles when using a non-t() callback.
- - Patch #394616 by csevb10: converted to new database abstraction layer.
- #315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :)
- #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
- - Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing.
- - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
- - Patch #12201 by mfb: added support for table descriptions.
- - Patch #401922 by Damien Tournoud: fixed parent link detection.
- - Patch #401916 by stompeers: change order of fields on menu creation form.
- - Patch #400636 by mr.baileys: improve HTTP request assertion message.
- #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
- #401956 by chx and Damien Tournoud: Add an optional filter to turn [internal:node/123] into a link to an internal Drupal page.
- #347250 follow-up by yched: Re-order fields load to before the general module load.
- #356359 by mgifford and nfreear: Resolve accessibility failures in search form.
- #402396 by alex_b: Small aggregator clean-up.
- #403542 by pwolanin: Terminology clean-up to menu module test.
- #403526 by pwolanin: Fix PDO exception when enabling a menu link.
- #347250 follow-up by c960657: Fix OpenID failure introduced by user_load_multiple().
- #404244 by cwgordon7: Fix indentation in OpenID module.
- #404222 by cwgordon7: Fix comment above comment_link().
- #350275 by mfer: Fix regression in tablesort after introduction of jQuery 1.3.2.
- #394508 by cwgordon7 and karschsp: Small text change to make empty content administration screen consistent with other screens.
- #401214 by Xano: Make custom block body required so it's not possible to create blocks that don't show up.
- #369562 follow-up by jeffschuler: More trivial field API clean-up.
- #356136 by nedjo, catch, and stella: Prevent duplicate translations (with tests).
- - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.
- - Patch #394488 by csevb10, tizzo et al: convert the OpenID module to the new database abstraction layer.
- - Patch #333156 by stella: add ability to configure the default country.
- #399488 by mr.baileys: Fix invalid markup generated by l().
- #402804 by roychri and Damien Tournoud: Add assertions to check if text was found only once or more than once.
- - Patch #309586 by mr.baileys: IP address from XFF header contains spaces and improved code comments.
- - Patch #394488 by Dave Reid: corrected some database conversions.
- - Patch #332266 by mr.baileys, Dave Reid, cwgordon7: fixed broken SQL query in actions code.
- - Patch #360415 by JuliaKM, ultimateboy, keith.smith et al: improved instructions.
- - Patch #353883 by Damien Tournoud, killes, et al: converted queries to the new database abstraction layer.