summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* #368064 follow-up by c960657: Fix typo preventing edit and delete links on ↵Angie Byron2009-04-22
| | | | translation page from working.
* - Patch #422364 by JamesAn: converted locale.inc to use new static caching API.Dries Buytaert2009-04-08
|
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* #368064 by catch: Provide a top-level 'International' menu item for ↵Angie Byron2009-03-31
| | | | localization and translation-related items.
* #353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when ↵Angie Byron2009-03-25
| | | | running tests.
* - Patch #353883 by Damien Tournoud, killes, et al: converted queries to the ↵Dries Buytaert2009-03-19
| | | | new database abstraction layer.
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #347288 by plach: Fix Locale uninstall (with tests).Angie Byron2009-02-13
|
* #52990 by Roger López: Vastly improve translation string search and editing ↵Angie Byron2009-02-05
| | | | interface.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* #352121 by valthebald and Damien Tournoud: Allow importing of invalid tags ↵Angie Byron2009-01-22
| | | | in .po files into non-default text groups.
* - Patch #352803 by chx: convert query to new database layer.Dries Buytaert2009-01-06
|
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #347228 by kajetan: missing return statement.Dries Buytaert2008-12-16
|
* - Patch #276111 by pwolanin, Gabor et al: validate translation strings on ↵Dries Buytaert2008-12-09
| | | | import.
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #332623 by Damien Tournoud: fixed importing translations and added a ↵Dries Buytaert2008-11-11
| | | | test.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Rollback of patch #74645 -- breaks installer.Dries Buytaert2008-11-08
|
* - Patch #74645 by drewish, Robin Monks, tayknight: clean up ↵Dries Buytaert2008-11-08
| | | | file_scan_directory API to use regex.
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #296197 by Gabor: made the language order use drag-n-drop instead of ↵Dries Buytaert2008-09-27
| | | | weight drop-down menus.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* - Patch #308713 by fletchgqc: incorrect max length of language domain string ↵Dries Buytaert2008-09-19
| | | | in locale form.
* #228761 by zsanmartin and roborn: Fix language code regex and correct ↵Angie Byron2008-09-17
| | | | Portugal's language code.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #305920 by Gabor: invlidate JavaScript language cache when a string ↵Dries Buytaert2008-09-09
| | | | is edited.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #280628 by pwolanin et al: fixed locale module confirm form and ↵Dries Buytaert2008-08-05
| | | | broken locale module tests.
* - Patch #226874 by hswong3i: made SQL ANSI compliant.Dries Buytaert2008-07-22
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #207982 by domasj: Lithuanian native language name was incorrectGábor Hojtsy2008-01-09
|
* #205334 follow up by myself: options were improperly counted in language ↵Gábor Hojtsy2008-01-02
| | | | list (minor)
* #204872 report by hass, patch by myself: Mode radio button in locale import ↵Gábor Hojtsy2008-01-02
| | | | had bad default value
* #205334 by hass: if more then 5 languages are available, use a dropdown not ↵Gábor Hojtsy2008-01-02
| | | | a radio button list (usability)
* Reported at http://groups.drupal.org/node/7843 : language direction was not ↵Gábor Hojtsy2007-12-27
| | | | translated in the overview (it is in the form, so no new string for translators)
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-12-18
| | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #195540 by hass: fix XHTML validity with disabled checkbox in locales formGábor Hojtsy2007-11-26
|
* #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵Gábor Hojtsy2007-11-26
| | | | now optimized