summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* #49428 by levavie, mgifford, joachim, et al: Include node title in 'Read ↵Angie Byron2010-11-22
| | | | more' link for better accessibility and SEO
* #74673 by jhodgdon, mcarbone: Search does not correctly handle large numbers ↵Angie Byron2010-11-22
| | | | (> maxint) so you cannot search by UPC code.
* #284625 by bforchhammer, plach: Fixed Non-localized links in translation tableAngie Byron2010-11-22
|
* #911290 by bspellmeyer: Fixed user-customizable block settings broken.Angie Byron2010-11-22
|
* #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATAAngie Byron2010-11-22
|
* #853926 by yched: Fixed Wrong order of multi-value file fields when form ↵Angie Byron2010-11-22
| | | | rebuilt (preview, failed validation)
* - Patch #867114 by jhodgdon, mgifford, sun: search results should add lang ↵Dries Buytaert2010-11-21
| | | | tag if language of search result differs.
* #931736 by dww: Fixed No upgrade path for the D6 'file_directory_temp' setting.Angie Byron2010-11-21
|
* - Patch #830020 by chx, yched: field_get_display() does not get the entity.Dries Buytaert2010-11-21
|
* - Patch #968466 by Dave Reid: user search does not use format_username().Dries Buytaert2010-11-21
|
* - Patch #827116 by jhodgdon, marvil07: search API is inconsistent in /, and ↵Dries Buytaert2010-11-21
| | | | generally needs doc cleanup.
* #933856 by Damien Tournoud: Fixed xpath() return values are inconsistent, ↵Angie Byron2010-11-21
| | | | leading to failing tests on some environments.
* #977184 by Stevel. Mark Trapp: Fixed test that failed in PHP 5.3 environments.Angie Byron2010-11-21
|
* #338055 by plach: Fixed Ensure non-default languages always have a path prefixAngie Byron2010-11-21
|
* #970002 by EclipseGc: Fixed file field foreign key table is incorrectAngie Byron2010-11-21
|
* #970016 by EclipseGc: Fixed taxonomy_field_schema lacks any foreign key supportAngie Byron2010-11-21
|
* #950028 by amateescu: Put context around the string 'Strong' for translators.Angie Byron2010-11-21
|
* #926212 by plach, bforchhammer: Fixed URLs rewritten with disabled languagesAngie Byron2010-11-21
|
* #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are ↵Angie Byron2010-11-21
| | | | not inherited
* #971440 by Azol: Small coding standards fixes for field_ui.jsAngie Byron2010-11-21
|
* #955414 by bfroehle: Fixedd user_get_authmaps: respect proper key-value ↵Angie Byron2010-11-21
| | | | ordering as in description
* #686938 by yched: Fix notice Undefined index: admin in ↵Angie Byron2010-11-21
| | | | _field_ui_bundle_admin_path()
* #942060 by Sweetchack: Add draggability to the new image effect row in image ↵Angie Byron2010-11-21
| | | | style table.
* #971400 by Gábor Hojtsy: Fix links to language project sources in locale ↵Angie Byron2010-11-21
| | | | module.
* #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached ↵Angie Byron2010-11-20
| | | | more than once
* #875132 follow-up by seutje, sun, Jacine: Better method of preventing ↵Angie Byron2010-11-20
| | | | contextual links from cutting off in footer.
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #964072 by BarisW: Fixed TItle attribute on 'Update notes' link should not ↵Angie Byron2010-11-20
| | | | include HTML tags
* #678592 by jhodgdon, effulgentsia, David Rothstein, iLLin: Fixed Admin theme ↵Angie Byron2010-11-20
| | | | is used is for adding taxonomy term, but not for editing taxonomy term
* #904308 by drunken monkey: Fixed 'Most recent poll' block doesn't show linksAngie Byron2010-11-20
|
* #841266 by das-peter, yched: Fixed Missing label for boolean fields when ↵Angie Byron2010-11-20
| | | | adding content
* #964092 by Stalski, yched: Fixed Errors when integrating fieldgroup rows on ↵Angie Byron2010-11-20
| | | | 'Manage fields' screen
* #975806 by amateescu, modesia: Fix incorrect page structure in ↵Angie Byron2010-11-20
| | | | hook_page_alter() docs.
* #550254 by Damien Tournoud, sun: Fixed some causes of menu links are ↵Angie Byron2010-11-20
| | | | sometimes not properly re-parented.
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* #898360 by sun, catch: Cache node types - saves 7% in MySQL in sites using ↵Angie Byron2010-11-20
| | | | memcache for caching backend
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #937698 by rschwab: 'Enable newly added modules in [Module Group]' ↵Dries Buytaert2010-11-19
| | | | is awkward, should be 'Enable newly added modules'.
* - Patch #917000 by corbacho, tstoeckler: follow convention for CVS // $.Dries Buytaert2010-11-19
|
* - Patch #944198 by sun: functions that call drupal_system_listing() act on ↵Dries Buytaert2010-11-19
| | | | potentially invalid system items.
* - Patch #974606 by Crell: misnamed function in hook documentation.Dries Buytaert2010-11-18
|
* - Patch #973758 by mdm: Missing asterisk in field.api.php phpdoc.Dries Buytaert2010-11-18
|
* - Patch #972380 by wulff: duplicate word in hook_help().Dries Buytaert2010-11-18
|
* - Patch #958456 by rschwab, dww: update module uses incorrect variable for ↵Dries Buytaert2010-11-18
| | | | maintenance mode.
* - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a ↵Dries Buytaert2010-11-17
| | | | lots of empty newlines.
* - Patch #953914 by chx, yched, pifantastic: #limit_validation_errors() fails ↵Dries Buytaert2010-11-17
| | | | is parents array contains numeric indexes.
* - Patch #973488 by amateescu, Volx: wrong default value in user admin ↵Dries Buytaert2010-11-17
| | | | settings form.
* - Patch #973242 by pp: inconsistent type name.Dries Buytaert2010-11-16
|