summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #495930 by fietserwin: Translated strings not correctly marked in the ↵David Rothstein2015-03-29
| | | | administrative interface when the default language is not English
* Issue #2147321 by manfer: Fixed Unnecessary space in session-active class.David Rothstein2014-11-04
|
* Issue #1664528 by Carl Johan: Fixed It's impossible to search for 'Strings ↵David Rothstein2012-07-08
| | | | not translated to language ...'.
* Issue #1572394 by attiks, Sweetchuck: Fixed Language detection by domain ↵David Rothstein2012-06-09
| | | | only works on port 80.
* Issue #1513520: And NOW with the actual fix, not just the failing test. Sigh. :Pwebchick2012-04-12
|
* Issue #1250800 by attiks, Jelle_S, dawehner, xjm, Gábor Hojtsy: Fixed ↵webchick2012-03-26
| | | | Language domain should work regardless of ports or protocols.
* Issue #655048 by Gábor Hojtsy, gumanist, intuited: Fixed Plural formula ↵webchick2012-03-13
| | | | information blanked when importing a poorly-formed .po file.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #488496 by loganfsmyth, Gábor Hojtsy: Implement missing msgctx ↵webchick2011-11-14
| | | | context in JS translation for feature parity with t().
* Issue #221712 by Damien Tournoud, Gábor Hojtsy, iliphil, Bodo Maass, ↵webchick2011-10-17
| | | | idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic.
* Issue #1281932 by loganfsmyth, bfroehle, Gábor Hojtsy: Convert Drupal.t and ↵webchick2011-10-17
| | | | Drupal.formatPlural regular expressions to extended form.
* - Patch #1250800 by attiks, dereine: language domain should work regardless ↵Dries Buytaert2011-10-01
| | | | of ports or protocols.
* Issue #504506 by andypost, Gábor Hojtsy: Fixed Drupal.formatPlural ↵webchick2011-06-08
| | | | incorrectly handle complex plural rules.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #880278 by RoboPhred: cleanup _locale_import_read_po().Dries Buytaert2011-02-19
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #926212 by plach, bforchhammer: Fixed URLs rewritten with disabled languagesAngie Byron2010-11-21
|
* #860154 by Zoltán Balogh, zserno, Gábor Hojtsy: Fixed Locale module does ↵Angie Byron2010-11-14
| | | | not import the plural forms from compact files.
* - Patch #956256 by plach: () is only set if language is detected from the URL.Dries Buytaert2010-11-05
|
* - Patch #611786 by Gábor Hojtsy, tobiasb, Pasqualle: .po file should not be ↵Dries Buytaert2010-10-26
| | | | considered broken if last msgstr is empty.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* #780318 by plach: Fixed path prefixes are always active on multilingual sites.Angie Byron2010-10-05
|
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #855322 by aspilicious: fix newlines (and some dots) in locale.inc.Dries Buytaert2010-07-16
|
* - Patch #815526 by plach: session language switcher prevents pages from ↵Dries Buytaert2010-06-03
| | | | being cached.
* - Patch #504506 by andypost: Drupal.formatPlural incorrectly handle complex ↵Dries Buytaert2010-05-24
| | | | plural rules.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #697210 follow-up by deekayen, moshe weitzman: Changed Change die() ↵Angie Byron2010-04-29
| | | | instances to exit().
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #642614 by plach: locale_add_language() should reset entity_info() ↵Dries Buytaert2010-04-09
| | | | cache.
* - Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import ↵Dries Buytaert2010-03-10
| | | | protection to the plural forms.
* #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 #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a ↵Dries Buytaert2010-03-02
| | | | query string cannot be loaded.
* - Patch #685908 by Gábor Hojtsy: fixed msgctxts not being in the right place.Dries Buytaert2010-02-25
|
* - Patch #539428 by MarcDeLay: renamed old non-descriptive variables.Dries Buytaert2010-02-20
|
* #709142 by Damien Tournoud: Fixed Locale uninstall tests.Angie Byron2010-02-09
|
* #697210 by deekayen: Changed Change die() instances to exit() (code style).Angie Byron2010-01-28
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* - Patch #187398 by andypost, Crell, lilou, Gábor Hojtsy, sun: re-split ↵Dries Buytaert2010-01-08
| | | | locale module.
* #338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to ↵Angie Byron2010-01-04
| | | | rebuild lost Javascript translation files.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #384794 by mvc, alduya, intuited: trim white space when inserting ↵Dries Buytaert2009-12-09
| | | | data in locales_source().
* - Patch #652420 by sun: fixed various failures.Dries Buytaert2009-12-06
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #642010 by yoroy: shorten and reorganize help text for language stuff.Dries Buytaert2009-12-02
|
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.