summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import ↵Dries Buytaert2010-03-10
| | | | protection to the plural forms.
* #676008 follow-up by casey: jQuery 1.4.2 fixes for Overlay.Angie Byron2010-03-09
|
* #653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.Angie Byron2010-03-09
|
* - Patch #644338 by yched: file_field_update() triggered a full entity load ↵Dries Buytaert2010-03-09
| | | | durung entity_save().
* - Patch #735900 by andypost: deleting custom block does not clean ↵Dries Buytaert2010-03-09
| | | | block_role() table.
* - Pach #730462 by Heine, Damien Tournoud: OpenID should support ↵Dries Buytaert2010-03-09
| | | | openid.invalidate_handle.
* - Patch #735628 by sun, Jacine: resizable textarea behavior leads to ↵Dries Buytaert2010-03-09
| | | | unpredictable results.
* - Patch #503782 by skilip, Davy Van Den Bremt, eojthebrave, sign: not able ↵Dries Buytaert2010-03-09
| | | | to select region at block creation.
* - Patch #721400 by pwolanin: order JS files according to weight, don't ↵Dries Buytaert2010-03-09
| | | | change filenames for aggregated JS/CSS.
* - Patch #730418 by catch: allow modules to bypass taxonomy_get_tree() for ↵Dries Buytaert2010-03-08
| | | | term reference select lists.
* #525058 by andypost, mfb, and oneoftwo: Fixed pages view for profile fields ↵Angie Byron2010-03-08
| | | | broken.
* #734726 by David_Rothstein: Fixed Incorrect capitalization on button 'Save ↵Angie Byron2010-03-08
| | | | Changes'.
* #734770 by andypost: Fix the extra Drupal 6 upgrades.Angie Byron2010-03-08
|
* #734742 by Damien Tournoud: Upgrade path: no need to change the definition ↵Angie Byron2010-03-08
| | | | of the {url_alias()} table twice.
* #652176 follow-up by David_Rothstein: Clarify confusing comment.Angie Byron2010-03-08
|
* #735630 by David_Rothstein: Fixed hook_filter_format_delete() documentation ↵Angie Byron2010-03-08
| | | | recursion.
* #414424 follow-up by sun: Minor follow-ups to text_format patch.Angie Byron2010-03-08
|
* #594412 by mrfelton: Correctly label all site-owning super-admin permissions.Angie Byron2010-03-08
|
* #414424 follow-up: Forgot to add filter.jsAngie Byron2010-03-07
|
* - Patch #734750 by Damien Tournoud: unnecessary belly-dancing about indexes ↵Dries Buytaert2010-03-07
| | | | on {comment}.
* #735354 by Dave Reid: Don't nest User token types.Angie Byron2010-03-07
|
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #163165 by Kars-T, bibo, martinquested, noahb, dereine, sun: Fixed ↵Angie Byron2010-03-07
| | | | Multilanguage support for user emails.
* #677766 by matason and atheneus: Fixed Account gets blocked when user edits ↵Angie Byron2010-03-07
| | | | their profile. (with tests)
* #734942 by Dave Reid: hook_token_info_alter() should be included in the ↵Angie Byron2010-03-07
| | | | 'token' group in system_hook_info().
* #601398 by andypost, rfay, and sun: Fixed Simpletest does not allow ↵Angie Byron2010-03-07
| | | | assigning actions to triggers.
* #734878 by Dave Reid: Fixed [user:name] tokens should be using ↵Angie Byron2010-03-07
| | | | format_username().
* #223341 by bonzinip, Jody Lynn: Fix over-aggressive menu markup that ↵Angie Byron2010-03-07
| | | | overrides ordered lists.
* #721210 by andypost: Preserve shutdown handlers in SimpleTest (Allow ↵Angie Byron2010-03-07
| | | | SimpleTest module to run without Search module)
* #682486 by Bojhan: Clean-ups to profile page configuration form.Angie Byron2010-03-07
|
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* #728434 by NEOatNHNG: Fixed Default template for 'Account activation' mail ↵Angie Byron2010-03-07
| | | | doesn't contain one-time-login link.
* #473082 follow-up by sun: Remove odd breadcrumb bug workaround in menu_save().Angie Byron2010-03-07
|
* #684774 follow-up by sun: Remove silly superfluous check from ↵Angie Byron2010-03-07
| | | | node_block_admin_configure_submit().
* #260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call ↵Angie Byron2010-03-07
| | | | drupal_validate_form() on the same form more than once.
* #282191 follow-up by plach: Remove ambitious parts of translatable fields UI ↵Angie Byron2010-03-07
| | | | from core that are no longer relevant, given what made it into Drupal 7.
* #459980 follow-up by c960657: Further clean-ups to admin/settings/performance.Angie Byron2010-03-07
|
* #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned ↵Angie Byron2010-03-07
| | | | actions still triggered and cannot be removed.
* #699596 by mr.baileys and catch: Fixed (Un)publishing several comments ↵Angie Byron2010-03-07
| | | | doesn't work.
* #687712 by scor: Optimize rdf.module for displaying multiple comments.Angie Byron2010-03-07
|
* #676800 follow-up by sun: More fieldset fixes.Angie Byron2010-03-07
|
* #728644 by andrew.elvis: Fixed No link to Help page from Forum configuration ↵Angie Byron2010-03-07
| | | | page.
* #251792 follow-up by andypost: Make note of 6.x update for locking framework.Angie Byron2010-03-07
|
* #684610 by Jacine: Fixed IE bug: No table-striping in Seven.Angie Byron2010-03-07
|
* - Patch #679530 by sun, David_Rothstein: administer filters permission ↵Dries Buytaert2010-03-06
| | | | should not affect text format widget.
* - Patch #733026 by Island Usurper: required modules are installed/enabled in ↵Dries Buytaert2010-03-06
| | | | the wrong order.
* - Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was ↵Dries Buytaert2010-03-06
| | | | incorrect.
* - Patch #131737 by malc0mn, scor, v1nce, Pancho, mrfelton, nvanhove: fixed ↵Dries Buytaert2010-03-06
| | | | Return-Path being overwritten by the PHP mail() function.
* - Patch #704182 by jide: use transparent PNG instead of opacity for overlay ↵Dries Buytaert2010-03-06
| | | | background to gain rendering performance.
* - Patch #239196 by Gábor Hojtsy, jhodgdon, jvandyk: indexing status shown ↵Dries Buytaert2010-03-06
| | | | on search settings page is incorrect.