Changes since DRUPAL-7-0-UNSTABLE-7:
- - Patch #351487 by JohnAlbin, deviantintegral et al: remove default values for stylesheets and scripts.
- - Patch #473366 by Berdir: convert locale module to the new database abstraction layer.
- #473878 by tic2000: Fix vertical tabs styling which was accidentally mangled in content-region-as-a-block patch.
- #345591 follow-up by pwolanin: Small indentation fix.
- - Patch #299137 by mr.baileys: added tests for the contact form's auto-reply.
- #246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron triggers may be executed (with tests).
- #246096 follow-up by andypost: Forgot 'static' on the getInfo() function.
- - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- - Patch #474302 by stella: poll module fixes.
- - Patch #473012 by stella: improve help text on uninstall page.
- - Patch #221020 by andypost: increase length of field.
- #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested.
- #473992 by andypost: Fix indentation.
- - Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment documentation.
- - Patch #474156 by brainless: fixed database prefix validation. We need tests for the installer. ;-)
- - Patch #335893 by andypost, hexmode: don't show comment information in the RSS feed when a node's comments were disabled.
- - Patch #19646 by JamesAn: code clean up, consistently use define.
- - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.
- - Patch #337212 by Berdir: another Berdir patch to convert modules to the new database layer. Rock.
- #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files.
- #471800 follow-up by stella: Fixing comments on MySQL system queries.
- #475348 by boombatower: Move admin/development to system.module so it's available to other modules.
- - Patch #394582 by Berdir: converted to new database abstraction layer.
- - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer.
- - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page.
- - Patch #369011 by catch, sun, et al: performance improvement in text_field_load().
- - Patch #335067 by JamesAn: improved singular/plural strings in the simpletest UI.
- - Patch #337212 by Berdir: clean-up.
- #476934 by catch: Enable Path module in the default profile.
- #372650 by stella and alienbrain: Fixes to poll block.
- #474242 by tic2000: Use more specific CSS selectors for Vertical Tabs to prevent breakage by other modules.
- - Patch #477038 by Damien Tournoud, chx: add security and session token support to DrupalWebTestCase.
- - Patch #476928 by Berdir: more database abstraction layer conversions.
- - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled.
- - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer.
- - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load().
- - Patch #393632 by andypost: use both first and last class for single-item menu items.
- #435646 by tstoeckler: Fix vertical tabs in Stark.
- #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after DBTNG conversion.
- #473080 by chx: Fix bug in block page access callback showing tabs that should not appear. (with tests)
- - Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static caching API.
- #473080 by chx: Fix bug where switching themes would result in zero blocks (including content area). with tests.
- - Patch #474308 by stella: new tests for poll module. New tests:
* that the Recent Poll block outputs the block layout rather than page layout.
* that users can vote on polls via the block
* that the 'older polls' link in the recent poll block works.
* that node is output correctly, including 'Cancel your vote' button appearing
* that only users with appropriate permission can cancel their votes
* that the 'poll' page contains the correct data.
* that polls can be edited
* the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
- - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations.
- - Patch #478188 by boombatower: code style fixes.
- - Patch #458176 by c960657: improved exception handling in database layer.
- - Patch #470866 by catch: comment links should use 'html'.
- - Patch #111011 by Josh Waihi: adding foreign key specifications.
- #479200 by yched: Have SimpleTest rebuild node types between test runs.
- #478642 by daniel.bosen: Fix typo preventing profile fields from appearing on registration.
- #479216 by jhedstrom: Grammar fixes in forum.module.
- #475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system.
- #422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions to assist with theme inheritance and TX (Themer eXperience).
- - Patch #19646 by JamesAn: added CHANGELOG.txt entry.
- - Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
- - Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update().
- - Patch #364487 by JamesAn: make sure that the 'machine name' text does not wrap.
- - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_get_mimetype() and further clean-up.
- - Patch #422362 by JamesAn: convert form.inc to use new static caching API.
- - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order.
- #369011 follow-up by yched: Some touch-ups to comments, etc.
- #453726 by yched: Remove unnecessary &s next to object parameters in field API.
- #480044 by JohnAlbin: sites/all/ should take precedence over profiles when searching for modules and themes.
- #106559 follow-up by Josh Waihi: Fix typo preventing Drupal from installing on PostgreSQL.
- - Patch #479340 by tic2000: fixed Javascript error.
- - Patch #468630 by Berdir: fixed error with publishing comments.
- - Patch #425778 by tstoeckler: user menu broken in RTL.
- - Patch #480082 by pp: document all variables.
- - Patch #479966 by Berdir: document and fix hook_user_categories.
- - Patch #226479 by brianV: 'clean-up' rebuild permission checks.
- - Patch #480428 by JamesAn: static caching API.
- - Patch #343788 by catch: taxonomy module doesn't use its own APIs.
- #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
- - Patch #475596 by tic2000: corrected documentation.
- - Patch #473876 by Berdir: fixed broken query on PostgreSQL.
- - Patch #480660 by catch, brianV, et al: add an administrator role to core.
- - Patch #481802 by catch, leisa: update user permission help text.
- #220233 follow-up by Berdir: Fix typo.
- #480660 follow-up by catch: Code style changes and changelog entry.
- #445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules that wish to do modify data in update status module.
- #481508 by JamesAn: Update update module to use drupal_static().
- - Patch #225864 by pwolanin: prevent PHP errors from cron.php.
- - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options.
- - Patch #361277 by Razorraser: node_get_type() isn't anymore.
- - Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests.
- - Patch #476972 by andypost: optimizations for action_info array.
- - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries.
- - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.
- #361277 follow-up by yched: Fix return value of update function.
- - Patch #482920 by Razorraser: fixed typo in node_access_rebuild().
- - Rollback of last patch.
- #482920 follow-up by JamesAn: Fix typos and let the tests pass again.
- #243253 by dww: Put a check in update.module to see if server was reachable.
- - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken.
- - Patch #482920 by Razorraser: made getInfo() static functions.
- #480660 follow-up by c960657: unset variables, since array_slice() can cause issues on some versions of PHP.
- - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for timeouts to drupal_http_request().
- - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
- #392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
- #483808 by chx and Crell: Default DBTNG conditions to IN when an array of values is passed in, to match the field query API.
- #408876 by JamesAn: Document Schema API's serialize property.
- - Patch #145733 by brianV: enable cookies ...
- #392494 follow-up by yched: Clean-ups to Field API scalar search patch.
- - Patch #480418 by JamesAn: introduces drupal_static().
- - Patch #480102 by JamesAn: converted to drupal_static().
- - Patch #480112 by JamesAn: converted to drupal_static().
- - Patch #480426 by JamesAn: converted to drupal_static().
- - Patch #480412 by JamesAn: converted to drupal_static().
- - Patch #481500 by JamesAn: converted to drupal_static().
- - Patch #481504 by JamesAn: converted to drupal_static().
- #339466 follow-up by c960657: Remove url() around OpenID help links.
- - Patch #481502 by JamesAn: converted to drupal_static().
- - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation.
- - Patch #484336 by smk-ka: remove left-over variable.
- #483468 by Josh Waihi and Berdir: Fix SimpleTest re-run tests button for PostgreSQL.
- #236657 by swentel: Fix order of arguments in system_clear_cache_submit().
- #446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter.
- #266153 by JamesAn: Add a description for user-personalizable blocks.
- - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
- - Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board.
- #484828 by Mike Wacker: Fix permission capitalization in help text.
- - Patch #449198 by boombatower: cealn up test loading and related API.
- - Patch #484862 by andypost: whitespace issues.
- - Patch #336300 by jhodgdon: updated documentation to reference the correct hook.
- - Patch #352180 by Garret Albright, wrwrwr: better multi-site friendly 'www' addition/removal in .htaccess.
- - Patch #486090 by catch: fixed upgrade path from Drupal 6 to Drupal 7.
- - Patch #486274 by mr.baileys: fixed typo.
- - Patch #197266 by drewish: added code comment.
- - Patch #336475 by kscheirer, Senpai, j.somers: added some tests for theme_table() and stick table headers.
- - Patch #329797 by danielb: better support for nested elements.
- - Patch #468630 by Dave Reid: fixed code comments.
- - Patch #449198 by justinrandell: documentation update.
- - Patch #484610 by Damien Tournoud: do not start an output buffer when running in CLI mode.
- - Patch #487868 by David_Rothstein: remove meaningless assertions in drupalLogin().
- - Patch #487830 by c960657: fixed a HTTP header and improved the tests.
- - Patch #222044 by c960657: better support for different OpenID versions.
- - Patch #359719 by joachim, brianV: documentation for theme_menu_item().
- - Patch #487868 by David_Rothstein: fixed some test issues.
- - Patch #147000 by Berdir: follow-up bug fix.
- - Patch #288946 by jeffschuler, z.stolar: increase path length to 255.
- - Patch #486274 by mr.baileys: fixed typo.
- - Patch #484090 by Berdir, tic2000: comment pager was broken.
- - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
- - Patch #486278 by brianV: fixed headers sent by XML-RPC library.
- - Patch #478744 by moshe weitzman, Frando: simplify block rendering.
- - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
- - Patch #490562 by dww: updated list of core themes.
- - Patch #490574 by dww: avoid notices when you don't have files declared in your .info file.
- - Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it possible to enable blocks on 404 pages.
- - Patch #461938 by jamesAn: proper filtering of and .
- - Patch #480152 by jhodgdon: updated filter API documentation.
- - Patch #478598 by pp: remove colon.
- - Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.
- - Fixed a merge problem.
- - Fixed a merge problem.
- - Patch #43493 by sime, sun, et al: add name/type as CSS class for form elements.
- - Patch #491666 by chx: the cruft police stop by.
- - Patch #274947 by yched: removed the remaining bits from teaser splitter.
- - Patch #491978 by Berdir: remove unnecessary &s.
- - Patch #350173 by keith.smith: fix corrupted sentence in documentation for hook_user().
- - Patch #243093 by catch, killes: improved indices on comment table.
- #487868 follow-up by David Rothstein: Fix phpDoc of link assertion functions.
- - Patch #276615 by mikeytown2: only clear the CSS cache when submitting the form, not when displaying the form.
- - Patch #456488 by yched: better tests for field caching.
- - Patch #481214 by pp: hidden taxonomy variables in the message action.
- - Patch #243093 by catch, wedge: fixed small typo.
- #482622 by chx and Frando: Allow alternative implementations for caching.
- - Patch #486558 by PEAR, chx: add tar-support to Drupal.
- - Patch #280240 by andypost: maybe some day, someone wants to post 0. :)
- - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger a notice per the HTTP specification.
- - Patch #491490 by torelad: updated hook_perm() documentation.
- - Patch #480282 by quicksketch: keep the 'add new comment' link.
- - Patch #392688 by jeffschuler: added missing documentation.
- - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 to Drupal 7.
- - Patch #265265 by jhodgdon, neochief: phpdoc fix.
- - Patch #293322 by minorOffense: fixed documentation.
- #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more granular theming of drupal_render()ed elements.
- #455844 follow-up by yched: Fix typo in user template.
- - Patch #495876 by cwgordon7: we love the search tests.
- - Patch #394116 by Berdir, jcfiala: converted forum module to new database abstraction layer.
- - Patch #409994 by jhodgdon et al: clarified the documentation.
- - Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links when paging is used.
- - Patch #495964 by jhodgdon: fixed documentation error.
- - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.
- #496950 by oestrich: Alphabetize the list of tests.
- #351487 follow-up by JohnAlbin: Fix accidental roll-back.
- #439148 by netsensei, pp, and catch: Add tests for comment login/register link for anonymous users.
- #371649 by jpoesen: Fix CSS preventing 'Add new commment' link from displaying in Garland.
- #480414 by JamesAn: Convert comment module to drupal_static caching.
- #496922 by sun and Arancaytar: Fix JS Clean URL test to remove phantom redirects.
- - Patch #67211 by catch, G��bor Hojtsy, yoroy, cdale, et al: drop the colon after form titles.
- - Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always returned error.
- - Patch #495956 by cafuego, sun: system.install incorrectly assumes ANON and AUTH RID are always sequential.
- - Patch #497736 by deekayen: code-style.sh is no more so it should not be part of .htaccess.
- - Patch #225864: rollback based on discussion.
- - Patch #147000 by Berdir, JohnAlbin: bugfix because of conflicting/merged patches.
- - Patch #409750 by yched et al: overhaul and extend node build modes.
- - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.
- #335034 by hunmonk: Refactor comment validate/save logic to more closely mirror the node system.
- - Patch #278592 by Razorraser: removed left-over function.
- - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different file transport mechanisms to core in preparation of a plugin manager.
- - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
- - Patch #367215 by bjaspan: fixed documentation.
- - Patch #501420 by yched: field_attach_form() should take by reference.
- #490636 by yched and andypost: Update PHP test for body as field, solving fatal error.
- #503600 by yched: Fix typo in hook name in field.api.php.
- #377204 by elv: New forum icons with better compatible transparency.
- - Patch #369314 by Berdir: make sub-selects work.
- - Patch #499794 by Berdir: made protected method public because it is called as a public method.
- - Patch #501384 by jhodgdon: fixed typos.
- - Patch #394538 by gaele: refer to the block administration page in a consistent manner.
- - Patch #501466 by catch: move comment administration to a tab.
- - Patch #359853 by jhodgdon: corrected and improved the documentation of hook_mail_alter().
- - Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type descriptions.
- - Patch #503836 by gaele: made the block visibility option a tiny bit more clear.
- #503982 by catch: Enable search module in the default profile.
- Roll-back of #503982 which caused test failures. One day, I will learn that not even a *one word* patch is immune from causing test failures.
- #504016 by catch: Remove faulty assertion that makes assumptions about default installed modules.
- Trying #503982 again.
- - Patch #503996 by kika, Sutharsan: changed label from 'Expanded' to 'Show as expanded' for better usability.
- - Patch #504054 by Sutharsan: remove left-overs and fixed broken links.
- - Patch #502166 by catch: move taxonomy administration to admin/build.
- #315035 by Damien Tournoud, Rob Loach, sun, mfer, et al: Adding jQuery UI 1.7.2 to core.
- #503868 by Sutharsan: Add link to create a menu link if one does not exist.
- #333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).
- #493296 by jrchamp: Fix label on test assertion.
- #482346 by Berdir: Move module installation logic to module_enable() to prevent errors upon enabling modules.
- #276597 by wrwrwr and jhedstrom: Add a ton of totally awesome filter tests.
- - Patch #504390 by Xano: taxonomy form UI improvements.
- #460706 by wulff and c960657: Don't show surrounding fieldset on user registration form when only one profile category exists.
- - Patch #503822 by berenddeboer: remove drag and drop help text from menu page.
- - Patch #201269 by Xano; synonym collapsing in core.
- #504428 by Sutharsan: Include link to add item on all empty admin listing pages.
- #495956 by andypost, cafuego, fiasco: Convert initial queries in system_install() to DBTNG to stop weird inconsistencies on various platforms.
- #276597 by sun: Coding style clean-ups for filter.test.
- - Patch #168437 by stBorchert, gaele: reorder user registration settings so they are more logical.
- #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
- - Patch #495598 by jrchamp: use explode() instaed of spit().
- #408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal errors.
- #502522 by yched: Allow drupal_alter() on various Field API meta-hooks.
- #504248 by afreeman: Adding missing Id tag in jquery.js.
- - Patch #316189 by mfb: tests for format_date.
- - Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API.
- - Patch #26966 by catch: fixed query.
- - Rollback of #497612: broke CVS HEAD.
- - Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you.
- - Patch #505218 by Bojhan: improved the description of the updates checkbox.
- #495956 follow-up by axyjo: Remove needless serialize() from system.install.
- #506096 by axyjo: Fix typo in node.tpl.php documentation.
- #506316 by Bojhan: Remove utterly useless description on term name field.
- #506458 by quicksketch: Replace missing global user so that page caching works again.
- #506124 by Bojhan: Move URL aliases path to site configuration.
- - Patch #505218 by keith.smith: more massaging of help texts.
- #506650 by catch: Remove unnecessary comment_node_url().
- - Patch #453254 by Pasqualle, G��bor Hojtsy: re-introduce per-content type visibility to block settings.
- - Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave servers. Finally.
- - Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled.
- - Patch #437822 by jhodgdon: corrected documentation.
- - Patch #453254 by Pasqualle: upgrade path for per-content type visibility of blocks.
- - Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
- - Patch #504564 by tic2000: fixed teaser length setting and added tests.
- - Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
- - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager. Heroic effort.
- #485350 by jhodgdon: Clarify documentation of module_load_include().
- - Patch #504678 by catch: use objects instead of arrays.
- #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
- #504678 follow-up by catch: Fix notice in PHP 5.3.
- - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.
- - Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API.
- - Patch #508440 by yched: build mode, it is.
- - Patch #508786 by catch: removed pointless help text.
- - Patch #508756 by catch, crell et al: rest in peace db_placeholders().
- - Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.
- - Patch #316189 by mfb, grndlvl: improved the format_date() test.
- - Patch #509122 by Berdir: rest in peace db_affected_rows().
- - Patch #509220 by tic2000: fixed text_field_sanitize() error.
- - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities.
- - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
- #453254 follow-up by agentrickard: Move block update to block.install.
- - Patch #468534 by paul.lovvik: add a region at the top of the page above the header region.
- - Patch #508700 by yched: field cardinality stored twice.
- - Patch #72856 by quicksketch: on some systems, PHP's garbage collector is disabled so make sure to enable it.
- #510058 by catch: Add toolbar module to default.profile.
- - Patch #473762 by Razorraser: add link to update.php on site maintenance page.
- - Patch #509924 by quicksketch: fixed notice.
- - Patch #482646 by Dave Reid et al: check for existence of ['HTTP_USER_AGENT'] for the SimpleTest user agent.
- - Patch #482636 by quicksketch: further clean-up of the form IDs/classes.
- #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
- - Patch #506976 by catch: rename hook_perm to hook_permission.
- - Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.
- - Patch #510740 by agentrickard: rename user_admin_perm() to user_admin_permission().
- - Patch #483778 by Frando: some form API clean-up.
- - Patch #505812 by Josh Waihi: remove database specific test.
- - Patch #511022 by gordon: some drupal.sh fixes for Drush.
- - Patch #489402 by Jody Lynn JamesAn: removing unused code.
- - Patch #306027 by catch et al: user_modules_uninstalled() is missing.
- - Patch #511486 by yched: updated documentation.
- - Patch #443154 by boombatower: make sure fatal errors are reported as test failures.
- - Patch #512104 by boombatower: simpletest breaks high volume sites.
- - Patch #512108 by boombatower: added a warning to educate people about the 'Clean environment' button when test run fails.
- - Patch #500292 by Boombatower: provide a settings pagea for hidden SimpleTest variables.
- - Patch #314358 by wonder95: only set ignore_slave_server if there are slave servers being used, which is assumed if there are more than one.
- - Patch #511760 by rfay: improve the error messages in file_unmanaged_copy().
- - Patch #394702 by Jody Lynn: add a 'add new content' link to the content admin overview page.
We can work on creating a generic framework for adding tasks later, if that is deemed necessary. I'm still not sure it is, and in the mean time, this patch addresses an important usability issue.
- - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.
- - Patch #504098 by eigenator, Xano, Keith.smith et al: better help text for path administration page.
- - Patch #373201 by Berdir: clean-up of some drupal_render() oversight.
- - Patch #512492 by DamZ: removed hook_validate, a relic of old times. Form API FTW!
- - Patch #512308 by JacobSingh: add the ability to provide attributes to rows in table select
- - Patch #503456 by catch: remove multiple tid and depth handling for core taxonomy paths. Snif. ;-)
- - Patch #513102 by yched: small clean-up of field tests.
- - Patch #500280 by boombatower, Dries: provide verbose mode for testing.
- - Patch #506124 by Dave Reid, Bojhan, et al: moving URL aliases to site configuration.
- - Patch #481706 by Dave Reid: path_node_delete() can leave abandoned URL aliases.
- - Patch #497590 by Dave Reid: remove pointless 'system paths only' warning from admin/settings/site-information.
- - Patch #243129 by jrchamp, DamZ, mfb, catch, justinrandell, macgirvin, et al: faster implementation of format_date(). Woot.
- - Patch #514172 by quicksketch: increase max router parts.
- - Patch #346450 by Josh Waihi: length property should be ignored on non varchar and char fields.
- - Patch #500270 by boombatower: properly delete variables in hook_uninstall().
- #515280 by drewish: Allow file_create_directory() to create recursively, taking advantage of PHP 5.
- #462242 by rednahead and drewish: Remove stray global user that's doing nothing.
- #452538 by Mike Wacker: Allow node access modules to have control over unpublished nodes. (with tests)
- #485350 follow-up by Dave Reid: Fix code example for module_load_include().
- #454462 by JohnAlbin: Fire MODULE_preprocess_maintenance_page functions.
- #372766 by jhodgdon: Clarify documentation for user_save().
- #505528 by Damien Tournoud and Rob Loach: Ensure proper weight of JS files.
- #502538 by catch: Add the ability to load multiple comments at once.
- #488542 by yched: Allow field UI to be attached to any fieldable entity.
- #516124 by yched: Clean up some Field API TODOs and remove unused APIs.
- #516172 by yched: Fix incorrect path in term bundles.
- #500280 follow-up by boombatower: Remove debugging code and fix implementation.
- - Patch #516062 by c960657: fixed regression in run-tests.sh
- - Patch #481498 by JamesAn: convert simpletest to drupal_static().
- - Patch #516254 by drewish remove @return PHPDocs where nothing is to return.
- - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.
- - Patch #491456 by quicksketch, drewish, et al: image effects and actions.
- - Patch #517502 by Crell: make transaction API follow its own documentation.
- #455844 follow-up by yched: Change render() to print render() for consistency with other template variables.
- #500866 by boombatower: Remove t() from getInfo in tests.
- #518412 by yched: Minor clean-up on Field API tests.
- - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!
- - Patch #509736 by yched: make sure all settings are present at run-time.
- - Patch #518284 by Everett Zufelt: remove redundant title from Garland.
- - Patch #507108 by quicksketch: allow AHAH to reset Drupal.settings after loading response data.
- - Patch #504074 by Bojhan, tic2000, royroy, catch, keith.smith et al: improved form description of teaser length setting.
- - Patch #510460 by tic2000: improved CSS test.
- - Patch #517542 by Damien Tournoud: fixed broken patch.
- #193366 by Anthony Hersey: Move various rebuild functions to module page submission rather than viewing for vastly increased performance.
- #509392 by adrian: Add .info files for installation profiles.
- - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values.
- - Patch #519216 by tgeller: small wording change.
- - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.
- - Patch #506218 by kika: remove some left-overs from the collapsed comments feature.
- - Patch #519362 by mfb: make the aggregator module pick up dc:author tags.
- - Patch #396466 by quicksketch: support custom success callbacks in ahah.js.
- - Patch #520620 by quicksketch: delete revision and prepare translation field hooks are called incorrectly (or not at all).
- - Patch #518750 by Damien Tournoud: rethink system settings form.
- - Patch #519612 by quicksketch: added drupal_function_exists() to file validators.
- - Patch #522210 by gpk: phpdoc fix.
- - Patch #511284 by catch, moshe weitzman: add html_top and move the admin toolbar into html_top.
- - Patch #517318 by dmitrig01: tableselect needs to be able to give options weights.
- #509392 follow-up by adrian: Clean-up for .info files for install profiles patch.
- #523358 by catch: Speed up drupal_function_exists().
- #523542 by tgeller: Fix link in filter help text.
- - Patch #523406 by Bohjan: clean up forum administration description.
- - Patch #523694 by catch: improve performance of t().
- - Patch #523214 by Bohjan: clean up text Site Information page.
- - Patch #523308 by Bojhan: simplified help texts a bit.
- - Patch #524638 by drumm: documentation clean-up.
- - Patch #334283 by G��bor Hojtsy: fixed context bug.
- - Patch #521798 by catch: fixed caching.
- - Patch #524476 by Scott Reynolds: improper FAPI handling for search settings form and minor clean-up of function names.
- - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be case-sensitive. Comes with more and better tests.
- #457744 by quicksketch: Insert missing calls to file_attach_delete() and file_attach_delete_revision().
- #524734 by eojthebrave: Fix typo in image.gd.inc.
- #448878 by brianV: Convert node.admin.inc to DBTNG.
- #525634 by boombatower: Fix value default value of SimpleTest verbose variable.
- #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...
- #295983 by naxoc and lilou: Add test for modules that do not implement hook_help().
- #371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all.
- #525754 by chx: Clean up some trailing whitespace.
- - Patch #524652 by yched: overhaul comment form and preview. Proper, modern use of Form API.
- - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers.
- - Patch #523034 by jhodgdon: better documentation for theme_fieldset.
- #292565 follow-up by John Morahan: Restore ability to set 'user' as the 403/404 page.
- #528984 by catch: Remove duplicate check for Drupal maintenance mode.
- #527804 by sun: Add an alter hook for element_info() to change default values of form elements.
- #529184 by yched: Fix phpdoc for node.tpl.php.
- #529202 by yched: Fix phpdoc in aggregator-wrapper.tpl.php.