summaryrefslogtreecommitdiff
path: root/modules/translation
Commit message (Collapse)AuthorAge
* Issue #2457743 by skein: translation_remove_from_set() runs unnecessary ↵David Rothstein2015-05-04
| | | | queries to fetch and update every single node with tnid 0
* Issue #1936942 by jweowu: Fixed translation_node_insert() updates the node ↵David Rothstein2014-11-01
| | | | table directly without also flushing the entity load cache.
* Issue #1797366 by Lars Toomre, lazysoundsystem, dcam: Remove t() from test ↵Jennifer Hodgdon2013-06-10
| | | | assertions in translation module
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1431632 by NROTC_Webmaster: Clean up API docs for translation moduleJennifer Hodgdon2012-03-13
|
* Issue #1408636 by swentel, c31ck: Fixed Fatal error: [] operator not ↵webchick2012-02-21
| | | | supported for strings in includes/common.inc on line 2320.
* - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more ↵Dries2012-02-13
| | | | detail.
* Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | for fields created in the UI, to match those created by the API.
* Issue #1137074 by plach, Jose Reyero: notices and wrong links on translation ↵webchick2011-05-24
| | | | tab for unpublished nodes.
* - Patch #1078980 by plach: language neutral not available when there are ↵Dries Buytaert2011-05-22
| | | | disabled languages.
* - Patch #1060246 by plach: translation alters language switch links even if ↵Dries Buytaert2011-05-13
| | | | node translation is disabled.
* - Patch #1060304 by plach: misleading help text for the translation support ↵Dries Buytaert2011-05-04
| | | | settings.
* Issue #988318 by jhodgdon: translation_form_node_form_alter() doc says it ↵webchick2011-03-28
| | | | implements the wrong hook.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #1008628 by plach: Fixed Fatal error: Call to undefined function ↵Angie Byron2010-12-31
| | | | language_negotiation_get_switch_links() when using only one language
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #778528 by plach: Fix tests for Define the language switcher's correct behaviorAngie Byron2010-11-23
|
* #284625 by bforchhammer, plach: Fixed Non-localized links in translation tableAngie Byron2010-11-22
|
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* #518364 by plach, neochief, Ryan Palmer: Fixed Nodes with one language don't ↵Angie Byron2010-10-25
| | | | affect the language switcher block.
* #780316 by plach: Fixed missing node translation links when no language ↵Angie Byron2010-10-09
| | | | detection is configured.
* #356036 by plach, catch: Allow creating nodes in default languages.Angie Byron2010-10-09
|
* #357785 by miro_dietiker, plach: Fixed tnid value lost in case of node resave.Angie Byron2010-10-09
|
* - Patch #366768 by plach, hass, GiorgosK: translation links link to ↵Dries Buytaert2010-10-07
| | | | unpublished translation.
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* #878092 by joachim, Jacine, sun: Fixed Each module is outputting its own ↵Angie Byron2010-08-30
| | | | ul.links.inline in node links.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #835212 by plach, jhodgdon: Fixed locale_url_outbound_alter() should be run ↵Angie Byron2010-08-05
| | | | only on multilingual sites.
* - Patch #784832 by plach: fixed conflict with the session language provider ↵Dries Buytaert2010-07-17
| | | | while creating a translation.
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #771082 by plach: enable the admin theme for the translation ↵Dries Buytaert2010-04-16
| | | | overview page.
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* - Patch #588480 by aspilicious, droplet: fixed interface string space issues.Dries Buytaert2010-03-24
|
* - Patch #596582 by sun: remove remnants of theme_node_form().Dries Buytaert2010-03-18
|
* - Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, ↵Dries Buytaert2010-03-12
| | | | effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them.
* #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.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually ↵Angie Byron2010-01-08
| | | | themable.
* #675144 by jhodgdon: Typo: translation_language_switch_links_alter() should ↵Angie Byron2010-01-06
| | | | be linkS alter().
* #361648 by brianV, grndlvl, dmitrig01, and pwolanin: SA-CORE-2009-001: ↵Angie Byron2010-01-03
| | | | Access bypass in translation.module.
* #655508 by David_Rothstein and Dave Reid: Define more node-related pages to ↵Angie Byron2009-12-29
| | | | hook_admin_paths().
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* #645790 by arianek, jhodgdon, and lisarex: Update Content Translation module ↵Angie Byron2009-12-06
| | | | to new help standard.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.