summaryrefslogtreecommitdiff
path: root/modules/locale
Commit message (Collapse)AuthorAge
...
* - Patch #812416 by plach: fixed broken upgrade path.Dries Buytaert2010-05-29
|
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* - Patch #740068 by sun, pwolanin, yoroy: SA-CORE-2010-01 locale module XSS ↵Dries Buytaert2010-05-11
| | | | vulnerabilities.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #507502 by Rob Loach, marvil07: Provide Locale support for jQuery UI.Angie Byron2010-04-29
|
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* #654726 by bdurbin, sun, plach, et al: Fixed Installing Drupal 7 in ↵Angie Byron2010-04-28
| | | | non-English language doesn't pick up st() installation lists.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #642614 by plach: locale_add_language() should reset entity_info() ↵Dries Buytaert2010-04-09
| | | | cache.
* - Patch #766200 by rfay: obsolete locale usage of ['#redirect'] needs to be ↵Dries Buytaert2010-04-09
| | | | changed to ()['redirect']. R.I.P. ['#redirect']
* - Patch #632172 by plach: node language and field languages may differ.Dries Buytaert2010-04-08
|
* - Patch #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is ↵Dries Buytaert2010-04-07
| | | | a bootstrap hook and needs bootstrap_invoke_all().
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories ↵Angie Byron2010-03-30
| | | | on Configuration & Modules correctly.
* - Patch #657972: forgot to remove file from CVS.Dries Buytaert2010-03-28
|
* - Patch #710526 by plach: improve multilingual field test coverage.Dries Buytaert2010-03-26
|
* - Patch #722354 by jhodgdon, catch: critical bug: fixed URL aliases marked ↵Dries Buytaert2010-03-26
| | | | 'all languages' from UI do not work. Added tests.
* - Patch #657972 by plach, Berdir: make field fallback logic actually reusable.Dries Buytaert2010-03-25
|
* #730220 by aspilicious and Berdir: Remove random fails from Locale tests.Angie Byron2010-03-21
|
* - Patch #596582 by sun: remove remnants of theme_node_form().Dries Buytaert2010-03-18
|
* - Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import ↵Dries Buytaert2010-03-10
| | | | protection to the plural forms.
* #163165 by Kars-T, bibo, martinquested, noahb, dereine, sun: Fixed ↵Angie Byron2010-03-07
| | | | Multilanguage support for user emails.
* #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 #332725 by andypost, Damien Tournoud, lilou, Gábor Hojtsy: ↵Dries Buytaert2010-02-22
| | | | locale_inc_callback() is a thing of the past.
* - Patch #409676 by mrfelton, greggles: removed 'Parsed JavaScript file' ↵Dries Buytaert2010-02-19
| | | | message from watchdog.
* - Patch #638260 by dev.cmswebsites: remove fieldset on language template ↵Dries Buytaert2010-02-12
| | | | export screen.
* #539220 follow-up by mr.baileys: Fix test failures.Angie Byron2010-02-04
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* #678546 by rfay and jhodgdon: Improve wording of help text in ↵Angie Byron2010-01-14
| | | | admin/config/regional/language/configure.
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #480424 by JamesAn: Update locale module to use drupal_static().Angie Byron2010-01-10
|
* #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: ↵Angie Byron2010-01-09
| | | | Fix critical upgrade path bugs from Drupal 6 to Drupal 7
* #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. :\
* - Patch #187398 by andypost, Crell, lilou, Gábor Hojtsy, sun: re-split ↵Dries Buytaert2010-01-08
| | | | locale module.
* #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().
* #338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to ↵Angie Byron2010-01-04
| | | | rebuild lost Javascript translation files.
* #320686 by Arancaytar and Davy Van Den Bremt: Don't rebuild locale cache ↵Angie Byron2010-01-04
| | | | when is not set.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #664012 by Arancaytar: fixed the translation tests.Dries Buytaert2009-12-23
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* #652420 by sun: Fixed Various failures everywhere caught by asserting on ↵Angie Byron2009-12-07
| | | | watchdog errors found in testing logs.