<p>Changes since DRUPAL-7-0-UNSTABLE-3:</p>
<ul>
<li>- Patch <a href="http://drupal.org/node/297225">#297225</a> by keith.smith: massaged the text on the modules page a bit.</li>
<li>- Patch <a href="http://drupal.org/node/333499">#333499</a> by chx: fix handling of NULL default values in MySQL schema API.  This fixes most but not all tests.</li>
<li>- Patch <a href="http://drupal.org/node/322458">#322458</a> by hswong3i: tests for queryRange().</li>
<li>- Patch <a href="http://drupal.org/node/321100">#321100</a> by hswong3i: empty insert statements are better handled now.  Comes with tests.</li>
<li>- Patch <a href="http://drupal.org/node/334238">#334238</a> by justinrandell: fixed update_get_project_name.</li>
<li>- Patch <a href="http://drupal.org/node/331570">#331570</a> by recidive: rename block module tables to singular.  Requires you to run update.php.</li>
<li>- Patch <a href="http://drupal.org/node/334030">#334030</a> by justinrandell: replace module_list with module_implements when calling a hook.</li>
<li>- Patch <a href="http://drupal.org/node/332123">#332123</a> by webchick, lilou: remove t() function from schema descriptions.</li>
<li><a href="http://drupal.org/node/334732">#334732</a> by swentel: Fix notices in form.inc visible from update.php.</li>
<li><a href="http://drupal.org/node/333095">#333095</a> by chx and Damien Tournoud: Lay groundwork for SQLite patch.</li>
<li>- Patch <a href="http://drupal.org/node/207736">#207736</a> by anantagati, BartVB, drewish et al: fixed undefined index.</li>
<li>- Patch <a href="http://drupal.org/node/334271">#334271</a> by catch: clean up of taxonomy module tests.</li>
<li>- Patch <a href="http://drupal.org/node/302207">#302207</a> by John Morahan: converted book module to the new database abstraction layer.</li>
<li>- Patch <a href="http://drupal.org/node/334746">#334746</a> by Xano: display human readable module names on permission administration page.</li>
<li>- Patch <a href="http://drupal.org/node/267883">#267883</a> by MadHarold, boombatower: parse_size() and format_size() do not use the same kilo standard.</li>
<li>- Patch <a href="http://drupal.org/node/302054">#302054</a> by dmitrig01: usability improvement - hide machine readable name of node type by default.</li>
<li>- Patch <a href="http://drupal.org/node/328781">#328781</a> by chx, Damien Tournoud: made sure that all error messages show a good error message.</li>
<li>- Patch <a href="http://drupal.org/node/74645">#74645</a> by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).</li>
<li><a href="http://drupal.org/node/74645">#74645</a> follow-up by maartenvg: One very important file_scan_directory() call got missed; now HEAD installs again. W00t. ;)</li>
<li>- Patch <a href="http://drupal.org/node/334671">#334671</a> by Steve Dondley: users cannot be assigned to roles or removed from them -- comes with tests.  Yay.</li>
<li>- Rollback of patch <a href="http://drupal.org/node/334671">#334671</a> by Steve Dondley: still tests failing.</li>
<li><a href="http://drupal.org/node/107051">#107051</a> by Dave Reid, gdevlugt, and vladimir.dolgopolov: Remove duplicate names from Who's Online block.</li>
<li><a href="http://drupal.org/node/335214">#335214</a> by quicksketch: Speed up simpletest.js and make it more cross-browser compliant.</li>
<li><a href="http://drupal.org/node/11077">#11077</a> by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)</li>
<li><a href="http://drupal.org/node/320009">#320009</a> by Dave Reid: Catch D7 modules without a files[] line in their .info files.</li>
<li><a href="http://drupal.org/node/293514">#293514</a> by mikey_p: Add tests for menu_rebuild_needed.</li>
<li>- Patch <a href="http://drupal.org/node/334826">#334826</a> by maartenvg: editing of anonymous comments was broken.  Bugfix with test\!</li>
<li>- Patch <a href="http://drupal.org/node/310607">#310607</a> by mfb: added tests for db_column_exists() and db_table_exists().  Yay\!</li>
<li>- Patch <a href="http://drupal.org/node/319831">#319831</a> by keith.smitch, Workfflow et al: remove redundant help text.</li>
<li>- Patch <a href="http://drupal.org/node/277644">#277644</a> by lilou: documentation improvement.</li>
<li>- Patch <a href="http://drupal.org/node/202183">#202183</a> by maartenvg: usability - shorten block configuration page.</li>
<li>- Patch <a href="http://drupal.org/node/280625">#280625</a> by catch, pwolanin, swentel, et al: added an OpenID delete confirm form.</li>
<li>- Patch <a href="http://drupal.org/node/335385">#335385</a> by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.</li>
<li>- Patch <a href="http://drupal.org/node/293370">#293370</a> by maartenvg, swentel, et al: block sorting fails if more than 20 blocks are present.</li>
<li>- Patch <a href="http://drupal.org/node/245504">#245504</a> by David Rothstein: throttle module is gone now.  For real.</li>
<li>- Patch <a href="http://drupal.org/node/335621">#335621</a> by Dave Reid: fixed warning.</li>
<li>- Patch <a href="http://drupal.org/node/337660">#337660</a> by dmitrig01: usability improvement - show a preview for the Powered By Drupal block.</li>
<li>- Patch <a href="http://drupal.org/node/293506">#293506</a> by catch, pwolanin, foripepe: added missing tests for the taxonomy module.  New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable.</li>
<li>- Patch <a href="http://drupal.org/node/337454">#337454</a> by earnie: fixed the phpdoc of drupal_render_form().</li>
<li>- Patch <a href="http://drupal.org/node/330674">#330674</a> by catch: we can eliminate one database query because we have the parent node cached anyway.</li>
<li>- Patch <a href="http://drupal.org/node/323474">#323474</a> by Dave Reid and catch: hook_boot() was not invoked on uncached page views if cache mode is aggressive.</li>
<li>- Patch <a href="http://drupal.org/node/336746">#336746</a> by justinrandell: fixed broken t() function call.</li>
<li>- Patch <a href="http://drupal.org/node/308834">#308834</a> by c960657: move setting of magic_quotes_runtime out of settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.</li>
<li>- Patch <a href="http://drupal.org/node/335614">#335614</a> by Damien Tournoud: getActiveConnection() and getConnection() were broken when  was not found. Now with tests\!</li>
<li>- Patch <a href="http://drupal.org/node/332980">#332980</a> by scor: added an RDF namespace registry. Oh my ... :-)</li>
<li>- Patch <a href="http://drupal.org/node/324319">#324319</a> by catch: cleaned up the translation tests a bit.</li>
<li>- Patch <a href="http://drupal.org/node/305345">#305345</a> by catch: making all terminology consistent.</li>
<li><a href="http://drupal.org/node/323474">#323474</a> follow-up by gpk: Some comment improvements to hook_boot/exit simpletests.</li>
<li><a href="http://drupal.org/node/308834">#308834</a> follow-up by gpk: Comment improvements.</li>
<li><a href="http://drupal.org/node/332123">#332123</a> follow-up by lilou: Removing t() from schema descriptions in the block tables.</li>
<li><a href="http://drupal.org/node/67349">#67349</a> by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :D</li>
<li><a href="http://drupal.org/node/336596">#336596</a> by Dave Reid: Tests for who's online block so it continues to stay fixed. :)</li>
<li><a href="http://drupal.org/node/315801">#315801</a> by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page.</li>
<li><a href="http://drupal.org/node/302438">#302438</a> by maartenvg and cwgordon7: Only show the 'queued for approval' message for non-administrators.</li>
<li>- Patch <a href="http://drupal.org/node/332980">#332980</a> by scor and keith.smith: documentation improvements + typo fixed.</li>
<li>- Patch <a href="http://drupal.org/node/336043">#336043</a> by c960657: skip calls to curlExec() in curlConnect().  Nice find, c960657\!</li>
<li>- Patch <a href="http://drupal.org/node/297181">#297181</a> by keith.smith: install profile clarifications.</li>
<li><a href="http://drupal.org/node/337820">#337820</a> follow-up: Reverting conflict cruft that somehow got introduced the last commit.</li>
<li><a href="http://drupal.org/node/337820">#337820</a> by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.</li>
<li>Removing <a href="http://drupal.org/node/137932">#137932</a> which was committed prematurely.</li>
<li>Reverting <a href="http://drupal.org/node/337820">#337820</a> which causes menu tests to fail, unbeknownst to testing bot. Hrm...</li>
<li>- Patch <a href="http://drupal.org/node/280934">#280934</a> by pwolanin, swentel, et al: harden session regeneration.  It took a while, but it comes with tests and extra features now.</li>
<li>- Patch <a href="http://drupal.org/node/319406">#319406</a> by AlexisWilke, Dave Reid, Damien Tournoud, kbahey:  should only be cleared in the parent watchdog() call.</li>
<li>- Patch <a href="http://drupal.org/node/333143">#333143</a> by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.</li>
<li>- Patch <a href="http://drupal.org/node/321283">#321283</a> by drewish: upload module needs to inform uid 1 about allowed extensions.</li>
<li>- Patch <a href="http://drupal.org/node/338429">#338429</a> by scor: XHTML+RDFa compatibility.</li>
<li>- Patch <a href="http://drupal.org/node/338516">#338516</a> by Damien Tournoud: convert run-tests.sh to the new database API.</li>
<li>- Patch <a href="http://drupal.org/node/332980">#332980</a> by scor: RDF namespace registry clean-ups.</li>
<li><a href="http://drupal.org/node/314870">#314870</a> by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.</li>
<li>- Patch <a href="http://drupal.org/node/338403">#338403</a> by drewish: code comments clean-up.</li>
<li>- Patch <a href="http://drupal.org/node/337820">#337820</a> by Dave Reid: rename menu path logout to user/logout.</li>
<li>- Patch <a href="http://drupal.org/node/338586">#338586</a> by Damien Tournoud: fix undefined function call in DatabaseSchema_pgsql::addField().</li>
<li>- Patch <a href="http://drupal.org/node/338239">#338239</a> by Damien Tournoud: clean-up DrupalWebTestCase.</li>
<li>- Patch <a href="http://drupal.org/node/263445">#263445</a> by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json().</li>
<li>- Patch <a href="http://drupal.org/node/325908">#325908</a> by kbahey: removed redundant cache flusing.</li>
<li>- Patch <a href="http://drupal.org/node/314870">#314870</a> by drewish: removed some code that accidentically got committed with api.php and that broke the tests.</li>
<li>Reverting <a href="http://drupal.org/node/337820">#337820</a> once more, as it causes mysterious test failures.</li>
<li><a href="http://drupal.org/node/338239">#338239</a> follow-up by c960657: Fix file test failure.</li>
<li>- Patch <a href="http://drupal.org/node/248205">#248205</a> by Damien Tournoud: up requirement for PostgreSQL to PostgreSQL 8.3.</li>
<li>- Patch <a href="http://drupal.org/node/337926">#337926</a> by hswong3i: by default, force lower-case database tables/columns.</li>
<li>- Patch <a href="http://drupal.org/node/339960">#339960</a> by Damien Tournoud: updated test explanation.</li>
<li>- Patch <a href="http://drupal.org/node/281131">#281131</a> by Damien Tournoud: document the missing quote in .htaccess.</li>
<li>- Patch <a href="http://drupal.org/node/337926">#337926</a> by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER.</li>
<li>- Patch <a href="http://drupal.org/node/337820">#337820</a> by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'.  For real now.</li>
<li><a href="http://drupal.org/node/338184">#338184</a> by Damien Tournoud: Remove special workarounds for serialize() in the registry.</li>
<li><a href="http://drupal.org/node/337794">#337794</a> by Damien Tournoud: Make SimpleTest work under PosthreSQL again.</li>
<li><a href="http://drupal.org/node/340500">#340500</a> by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason.</li>
<li><a href="http://drupal.org/node/340052">#340052</a> by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry.</li>
<li>- Patch <a href="http://drupal.org/node/336115">#336115</a> by nedjo: additional documentation for t().</li>
<li>- Patch <a href="http://drupal.org/node/337926">#337926</a> by Damien Tournoud: clean-up lower case handling.</li>
<li>- Patch <a href="http://drupal.org/node/330582">#330582</a> by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests.</li>
<li>- Patch <a href="http://drupal.org/node/296624">#296624</a> by Damien Tournoud: made search work on PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/336115">#336115</a> by Dave Reid: fixing line endings.</li>
<li>- Patch <a href="http://drupal.org/node/320510">#320510</a> by hswong3i et al: convert menu.inc to new database abstraction layer.</li>
<li>- Patch <a href="http://drupal.org/node/327269">#327269</a> by c960657: when drupal_page_cache_header() compares the client's If-Modified-Since header to $cache->created, it assumed a certain date format.  However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response.  Also added a good amount of tests for the drupal_page_cache_header() code.</li>
<li>- Patch <a href="http://drupal.org/node/335086">#335086</a> by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.</li>
<li>- Patch <a href="http://drupal.org/node/107824">#107824</a> by Dave Reid, AlexisWilke et al: convert certain URL fields from VARCHAR to TEXT to avoid errors.</li>
<li>- Patch <a href="http://drupal.org/node/341885">#341885</a> by sun: remove absolute  argument in theme_filter_tips().</li>
<li>- Patch <a href="http://drupal.org/node/341872">#341872</a> by mayer, catch: fixed bug in database conversion and added a missing test for taxonomy_term_save().</li>
<li>- Patch <a href="http://drupal.org/node/341910">#341910</a> by mayer: make file_space_used work on PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/342493">#342493</a> by mayor: make aggregator.test work on PostgreSQL.</li>
<li><a href="http://drupal.org/node/333658">#333658</a> by sun: Code clean-up for actions.inc.</li>
<li>- Patch <a href="http://drupal.org/node/288039">#288039</a> by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page.</li>
<li>- Patch <a href="http://drupal.org/node/324313">#324313</a> by catch et al: load multiple nodes and terms at once.</li>
<li>- Patch <a href="http://drupal.org/node/342988">#342988</a> by ultimateboy: fixed order of attributes in PHPdoc.</li>
<li><a href="http://drupal.org/node/61108">#61108</a> by Uwe Hermann: Minor whitespace changes in LICENSE.txt so it matches what's available at GNU.org.</li>
<li><a href="http://drupal.org/node/343620">#343620</a> by Dave Reid: Fix db_update() failure on expression-only SQL (with test).</li>
<li><a href="http://drupal.org/node/343765">#343765</a> by Dave Reid: Initialize SimpleTest with a value for required site_mail variable.</li>
<li><a href="http://drupal.org/node/305653">#305653</a> follow-up by sun: Prevent themes from being disabled during update.</li>
<li><a href="http://drupal.org/node/333060">#333060</a> by merlinofchaos, dvessel, neclimdul: Prevent parent theme clobbering.</li>
<li>- Patch <a href="http://drupal.org/node/318016">#318016</a> by Dave Reid: step one to standardizing type-hinting.</li>
<li>- Patch <a href="http://drupal.org/node/343259">#343259</a> by John Morahan: improved taxonomy_get_tree API.</li>
<li>- Patch <a href="http://drupal.org/node/343631">#343631</a> by Dave Reid: cleaned up the database tests.</li>
<li>- Patch <a href="http://drupal.org/node/340557">#340557</a> by Dave Reid: use static caching in drupal_is_front_page().</li>
<li>- Patch <a href="http://drupal.org/node/328781">#328781</a> by Damien Tournoud and Dave Reid: fixed simpletest error reporting.</li>
<li>- Patch <a href="http://drupal.org/node/319356">#319356</a> by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.</li>
<li>- Patch <a href="http://drupal.org/node/344661">#344661</a> by Dave Reid: API doc improvements for hook_translation_link_alter.</li>
<li>- Patch <a href="http://drupal.org/node/276111">#276111</a> by pwolanin, Gabor et al: validate translation strings on import.</li>
<li>- Patch <a href="http://drupal.org/node/345632">#345632</a> by boombatower: corrected assertTitle logic and added assertNoTitle for completeness.</li>
<li>- Patch <a href="http://drupal.org/node/345838">#345838</a> by Dave Reid: remove user creation from drupalLogin().  drupalLogin() should only do one thing, and do it well. :)</li>
<li>- Patch <a href="http://drupal.org/node/345167">#345167</a> by JacobSignh, pwolanin, jlkreiss, keith.smith et al: fix some new line behavior in drupal_http_request().</li>
<li>- Patch <a href="http://drupal.org/node/345632">#345632</a> by Dave Reid: fixed a broken test that went unnoticed by the test bots.</li>
<li>- Patch <a href="http://drupal.org/node/299178">#299178</a> by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query.  Cool feature/syntax.</li>
<li>- Patch <a href="http://drupal.org/node/229051">#229051</a> by Josh Waihi: made top visitor page work on PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/346529">#346529</a> by Dave Reid: fixed bug in assertFieldByXPath.</li>
<li>- Patch <a href="http://drupal.org/node/218730">#218730</a> by swentel: removed unused function from forum.module.</li>
<li>- Patch <a href="http://drupal.org/node/347228">#347228</a> by kajetan: missing return statement.</li>
<li>- Patch <a href="http://drupal.org/node/169937">#169937</a> by Heine, drumm: user_save should not regenerate the session even when the current user is not the edited user.</li>
<li>- Patch <a href="http://drupal.org/node/339929">#339929</a> by Moshe et al: move node links into ->content.</li>
<li>- Patch <a href="http://drupal.org/node/345866">#345866</a> by alexanderpas, justinrandell, Dave Reid: remove  from hook_block().</li>
<li><a href="http://drupal.org/node/283246">#283246</a> by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests.</li>
<li>- Modified patch <a href="http://drupal.org/node/348408">#348408</a> by boombatower: clariy run-test.sh script and provide some better help.</li>
<li>- Patch <a href="http://drupal.org/node/345866">#345866</a> by alexanderplas: remove  from hook_block() -- addendum patch.</li>
<li>- Patch <a href="http://drupal.org/node/331708">#331708</a> by chx: convert poll_choice_js to FAPI2.</li>
<li>- Patch <a href="http://drupal.org/node/344361">#344361</a> by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch.</li>
<li>- Patch <a href="http://drupal.org/node/323528">#323528</a> by jhedstrom: fixed alias usage in queries for PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/343746">#343746</a> by asimmonds: fixed typo in loading multiple terms at once.  Added a test for it too\!</li>
<li>- Patch <a href="http://drupal.org/node/309784">#309784</a> by Darren Oh: unordered lists override numbered lists.</li>
<li>- Patch <a href="http://drupal.org/node/330090">#330090</a> by j.somers: avoid duouble escaping.</li>
<li>- Patch <a href="http://drupal.org/node/319404">#319404</a> by Dave Reid: simplify actions_sychronize and remove  paramater.</li>
<li>- Patch <a href="http://drupal.org/node/349504">#349504</a> by keith.smith: clean up sentence spacing in code comments.</li>
<li>- Patch <a href="http://drupal.org/node/303930">#303930</a> by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator</li>
<li>- Patch <a href="http://drupal.org/node/344575">#344575</a> by cdale et al: force MySQL to run in ANSI compatibility mode.  Comes with tests.</li>
<li>- Patch <a href="http://drupal.org/node/109588">#109588</a> by fago, cdale: make hook_user use  instead of arg(1).</li>
<li>- Patch <a href="http://drupal.org/node/302207">#302207</a> by John Morahan et al: updated book module to new DB layer.</li>
<li>- Patch <a href="http://drupal.org/node/303154">#303154</a> by c960657: clean-up and better document ini_set() calls in default.settings.php.</li>
<li>- Patch <a href="http://drupal.org/node/314464">#314464</a> by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer.</li>
<li>- Patch <a href="http://drupal.org/node/245990">#245990</a> by kellyllek, chx, dww: improved the HTTP request test to be more robust.</li>
<li>- Patch <a href="http://drupal.org/node/344575">#344575</a> by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug.</li>
<li>- Patch <a href="http://drupal.org/node/49333">#49333</a> by j.somers: add a 'Clear all logs' button.</li>
<li>- Patch <a href="http://drupal.org/node/350708">#350708</a> by dww: t() documentation clean-up.</li>
<li>- Patch <a href="http://drupal.org/node/339929">#339929</a> by swentel: renamed taxonomy to terms.</li>
<li>- Patch <a href="http://drupal.org/node/303154">#303154</a> by John Morahan: fixed typo that slipped in.</li>
<li>- Patch <a href="http://drupal.org/node/339588">#339588</a> by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes.  Fixes exception on PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/314464">#314464</a> by Crell: fixing up the db_placeholder() patch that I committed incompletely.</li>
<li>- Patch <a href="http://drupal.org/node/332002">#332002</a> by Crell et al: MergeQuery should refuse to execute if there are no key fields.  With tests.</li>
<li>- Patch <a href="http://drupal.org/node/337783">#337783</a> by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters.</li>
<li>- Patch <a href="http://drupal.org/node/351444">#351444</a> by David_Rothstein: chameleon and marvin themes did not show comment signatures.</li>
<li><a href="http://drupal.org/node/333658">#333658</a> by sun: Code clean-up for batch.inc.</li>
<li>- Patch <a href="http://drupal.org/node/351649">#351649</a> by David_Rothstein: comment status incorrectly used in theme.</li>
<li>- Patch <a href="http://drupal.org/node/320363">#320363</a> by mikey_p: renaming module for consistency.</li>
<li>- Patch <a href="http://drupal.org/node/330633">#330633</a> by drewish: temporary file clean-up _and_ unit tests.  Oh yeah.</li>
<li>- Patch <a href="http://drupal.org/node/212236">#212236</a> by wrwrwr: automatic line breaking sometimes results in an unpaired end of paragraph tag.</li>
<li>- Patch <a href="http://drupal.org/node/223298">#223298</a> by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.</li>
<li>- Patch <a href="http://drupal.org/node/352054">#352054</a> by catch: convert calls to db_placeholders() in static queries.</li>
<li>- Patch <a href="http://drupal.org/node/352093">#352093</a> by catch: avoid unnecessary SQL query on front page when no node access modules are enabled.</li>
<li>- Patch <a href="http://drupal.org/node/299176">#299176</a> by Moshe et al: replace db_rewrite_sql() with hook_query_alter().</li>
<li><a href="http://drupal.org/node/229051">#229051</a> follow-up by anigma32: Committing rest of fix for statistics under pgsql.</li>
<li>- Patch <a href="http://drupal.org/node/352236">#352236</a> by CitizenKane: finished converting upload module to the new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/352470">#352470</a> by scor: fixed typos and grammar in comments.</li>
<li>- Patch <a href="http://drupal.org/node/352337">#352337</a> by catch: avoid unnecessary query in comment render.</li>
<li>- Patch <a href="http://drupal.org/node/314464">#314464</a> by Dave Reid, Crell, markus_petrux, drewish et al: convert db_placeholders() to new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/352359">#352359</a> by Damien Tournoud: provided unit tests for the unicode library and fixed some bugs.</li>
<li>- Patch <a href="http://drupal.org/node/348201">#348201</a> by catch: make it possible to load multiple files with fewer queries.</li>
<li>- Patch <a href="http://drupal.org/node/350984">#350984</a> by Moshe: kick comment rendering out of node module.</li>
<li>- Rollback of <a href="http://drupal.org/node/352337">#352337</a>.</li>
<li>- Patch <a href="http://drupal.org/node/353247">#353247</a> by Damien Tournoud: name SQLite maintainers.  First patch of the new year!</li>
<li>- Patch <a href="http://drupal.org/node/352728">#352728</a> by j.somers: fixed broken link.</li>
<li>- Patch <a href="http://drupal.org/node/353019">#353019</a> by agentrickard: remove underscores from time zone display names.</li>
<li>- Patch <a href="http://drupal.org/node/295283">#295283</a> by Damien Tournoud: created a better index for the default front page.</li>
<li>- Patch <a href="http://drupal.org/node/353269">#353269</a> by keith.smith: updated documentation maintainer.</li>
<li>- Patch <a href="http://drupal.org/node/352911">#352911</a> by swentel: the comment status field was reversed.</li>
<li>- Patch <a href="http://drupal.org/node/353207">#353207</a> by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field.</li>
<li>- Patch <a href="http://drupal.org/node/212130">#212130</a> by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities.</li>
<li>- Patch <a href="http://drupal.org/node/262920">#262920</a> by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.</li>
<li>- Patch <a href="http://drupal.org/node/275796">#275796</a> by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset().  Added tests too.</li>
<li>- Patch <a href="http://drupal.org/node/353823">#353823</a> by killes: convert path.inc to the new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/353823">#353823</a> by swentel: fixed database conversion.</li>
<li>- Patch <a href="http://drupal.org/node/353480">#353480</a> by dereine, justinrandell: remove  from hook_comment().</li>
<li>- Patch <a href="http://drupal.org/node/353803">#353803</a> by dereine: minor performance optimization -- multiple calls to require_once.</li>
<li>- Patch <a href="http://drupal.org/node/353861">#353861</a> by killes: converted theme.inc to new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/350984">#350984</a> by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.</li>
<li>- Patch <a href="http://drupal.org/node/354173">#354173</a> by killes: convert module.inc to the new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/354162">#354162</a> by killes: convert install.inc to new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/353676">#353676</a> by Damien Tournoud: name the PostgreSQL maintainers.</li>
<li>- Patch <a href="http://drupal.org/node/320591">#320591</a> by Moshe, Crell et al: tag specific alter hook for database queries.</li>
<li>- Patch <a href="http://drupal.org/node/352712">#352712</a> by dmitrig01: better documentation for menu_get_object() and arg().</li>
<li>- Patch <a href="http://drupal.org/node/256285">#256285</a> by hass: fix jquery version.</li>
<li><a href="http://drupal.org/node/352956">#352956</a> by Damien Tournoud, Josh Waihi, drewish: Fix PDOException on install on some versions of PHP.</li>
<li><a href="http://drupal.org/node/30520">#30520</a> by drewish: Notify user if they've uploaded a file bigger than max_upload_filesize.</li>
<li><a href="http://drupal.org/node/354389">#354389</a> by drewish: Name file management system maintainer.</li>
<li><a href="http://drupal.org/node/276280">#276280</a> by jhedstrom, drewish: Tests for private downloads and file name munging.</li>
<li>- Patch <a href="http://drupal.org/node/354715">#354715</a> by yched: removed unused and unsupported js entry in batch definition.</li>
<li>- Patch <a href="http://drupal.org/node/326527">#326527</a> by riccardoR: the opening form tag was declared twice.</li>
<li>- Patch <a href="http://drupal.org/node/353618">#353618</a> by sun: drupalLogin does not update passed-in user object -- improved documentation.</li>
<li>- Patch <a href="http://drupal.org/node/341910">#341910</a> by Josh Waihi, drewish et al: file_space_used() was not properly checking bitmapped status values. Added unit tests too.</li>
<li>- Patch <a href="http://drupal.org/node/351805">#351805</a> by chx: worked around endless loops in tests.</li>
<li>- Patch <a href="http://drupal.org/node/302251">#302251</a> by katbailey: remove the themes property from the Drupal object in drupal.js.</li>
<li>- Patch <a href="http://drupal.org/node/352803">#352803</a> by chx: convert query to new database layer.</li>
<li>- Patch <a href="http://drupal.org/node/352722">#352722</a> by dmitrig01: conditionally show 'settings.php not writable' error so that the message doesn't show up when the file does not exist.</li>
<li>- Rollback of <a href="http://drupal.org/node/325908">#325908</a>.</li>
<li><a href="http://drupal.org/node/353480">#353480</a> follow-up by dereine and sun: Fix typo.</li>
<li>- Patch <a href="http://drupal.org/node/355661">#355661</a> by Jody Lynn: fixed spelling error in test function name.</li>
<li><a href="http://drupal.org/node/355787">#355787</a> by mikey_p: Fix notice at content administration page caused by typo.</li>
<li><a href="http://drupal.org/node/355858">#355858</a> by Crell: Add maintainers for MySQL driver.</li>
<li><a href="http://drupal.org/node/8">#8</a> by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D</li>
<li>- Patch <a href="http://drupal.org/node/301049">#301049</a> by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests.</li>
<li>- Patch <a href="http://drupal.org/node/342503">#342503</a> by Josh Waihi, Damien Tournoud et al: schema function findTables fails on PostgreSQL.</li>
<li>- Patch <a href="http://drupal.org/node/355278">#355278</a> by Josh Waihi: fixed problem with transaction support being turned on when unwanted.</li>
<li>- Patch <a href="http://drupal.org/node/356116">#356116</a> by Jody Lynn: fixed typo.</li>
<li>- Patch <a href="http://drupal.org/node/124492">#124492</a> by mfer, c960657 et al: valid_url() does not support all valid URL characters.</li>
<li><a href="http://drupal.org/node/289120">#289120</a> by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal.</li>
<li>- Patch <a href="http://drupal.org/node/348742">#348742</a> by catch: path tests should use drupalCreateNode() instead of own createNode(). Code clean-up.</li>
<li><a href="http://drupal.org/node/143434">#143434</a> by Jody Lynn: Move 'display post information' to where users would expect.</li>
<li><a href="http://drupal.org/node/356782">#356782</a> by quicksketch: remove needless line of code.</li>
<li><a href="http://drupal.org/node/356749">#356749</a> by chx: Fix cruft in forum_install().</li>
<li><a href="http://drupal.org/node/334303">#334303</a> by drewish: Handle overwriting of managed files, with tests.</li>
<li>- Patch <a href="http://drupal.org/node/356721">#356721</a> by c960657: the cancel user account patch broke the tests because it reveiled a bug in the url() (when bootstrapping).</li>
<li>- Patch <a href="http://drupal.org/node/301049">#301049</a> by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL).</li>
<li>- Patch <a href="http://drupal.org/node/356747">#356747</a> by chx: fix hidden module dependencies.</li>
<li>- Patch <a href="http://drupal.org/node/348448">#348448</a> by c960657: fixed php strict warnings when running tests.</li>
<li>- Patch <a href="http://drupal.org/node/124492">#124492</a> by mfer: added support for IPv6 and % characters.  Comes with tests\!</li>
<li>- Patch <a href="http://drupal.org/node/323386">#323386</a> by mariuss, Dries: select options includes comments -- inconsistent with documentation</li>
<li>- Patch <a href="http://drupal.org/node/349500">#349500</a> by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.</li>
<li>- Patch <a href="http://drupal.org/node/266246">#266246</a> by David Strauss: added smart defaults for system_settings_form().</li>
<li>- Patch <a href="http://drupal.org/node/339929">#339929</a> by Moshe Weitzman: removed some cruft.</li>
<li>- Patch <a href="http://drupal.org/node/329407">#329407</a> by dereine, birdmanx35, hswong3i et al: report running time of simpletests.</li>
<li>- Patch <a href="http://drupal.org/node/347485">#347485</a> by cdale: don't add upload node submit handler unless necessary.</li>
<li>- Patch <a href="http://drupal.org/node/357595">#357595</a> by Damien Tournoud: rename SimpleTestTestCase to SimpleTestFunctionalTest.</li>
<li><a href="http://drupal.org/node/358021">#358021</a> by drewish: Remove unnecessary indirection of hook_user_X code.</li>
<li>- Rollback of <a href="http://drupal.org/node/190867">#190867</a>.</li>
<li>- Patch <a href="http://drupal.org/node/124492">#124492</a> by mfer: tiny cleanup -- duplicate character.</li>
<li>- Patch <a href="http://drupal.org/node/225562">#225562</a> by Jody Lynn:  change DB table names from eg. term_data to taxonomy_term_data.</li>
<li>- Patch <a href="http://drupal.org/node/358006">#358006</a> by gcopenhaver: fixed spelling errors.</li>
<li>- Rollback of <a href="http://drupal.org/node/225562">#225562</a> -- I think there is still something wrong.</li>
<li>- Patch <a href="http://drupal.org/node/346285">#346285</a> by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted.</li>
<li>- Patch <a href="http://drupal.org/node/320451">#320451</a> by chx, Damien Tournoud: improved Drupal's module dependency system.  This helps with fields in core.  Comes with tests\!</li>
<li>- Patch <a href="http://drupal.org/node/245990">#245990</a> by pwolanin: further clean-up of the HTTP request status fail problem.</li>
<li>- Patch <a href="http://drupal.org/node/225562">#225562</a> by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.</li>
<li>- Patch <a href="http://drupal.org/node/201490">#201490</a> by lilou, keith.smith: fixed inconsistencies in the moderation queue related help texts.</li>
</ul>