summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* - 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
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Removing excessive whitespace.Dries Buytaert2007-11-23
|
* #192406 follow up by JirkaRybka: fix missing textgroup by using the default ↵Gábor Hojtsy2007-11-22
| | | | text group for PO imports when otherwise not instructed
* #192406 by myself: imported locale files were not put into the right ↵Gábor Hojtsy2007-11-21
| | | | textgroup selected on the interface
* #173858 by myself: skip UTF-8 BOM when importing locale filesGábor Hojtsy2007-11-21
|
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #190283 by JirkaRybka and myself: fix installer localization and form handlingGábor Hojtsy2007-11-19
| | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* #183056 by JirkaRybka: improve locale cache handling performanceGábor Hojtsy2007-10-15
| | | | | - always prune the whole cache as string additions affect all languages - rebuild the language caches as needed, distributing this load among page requests
* #169079 by yched: improve consistency of menu API and batch API by allowing ↵Gábor Hojtsy2007-10-15
| | | | | | | batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally) - apply this change in locale.module - improve batch API code documentation
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #171562 by JirkaRybka: fix several issues with localesGábor Hojtsy2007-09-01
| | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
* #162324 by mooffie: keep previously default language enabled and only ↵Gábor Hojtsy2007-08-20
| | | | increment enabled language count, if we are in fact adding an enabled language
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #165668 by John Morahan: fix wrong parameter passing in custom langauge ↵Gábor Hojtsy2007-08-09
| | | | addition validation
* #164209 by mooffie: native language names were not shown in the predefined ↵Gábor Hojtsy2007-08-04
| | | | language dropdown for RTL languages
* - Patch #160620 by kkaefer: E_NOTICE fix.Dries Buytaert2007-07-21
|
* #159463 by hass (with phpdoc addition from myself): file_scan_directory() ↵Gábor Hojtsy2007-07-15
| | | | should not have a trailing slash in the dir parameter
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154941 by hunmonk: fix faulty variable initialization in locale JS parsingGábor Hojtsy2007-06-27
|
* #152670 by myself: refactor PO generation to decouple data collection, file ↵Gábor Hojtsy2007-06-23
| | | | generation and HTTP download; fix a bug with plural exports along the way
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* Remove leftover t() from watchdog messagesGábor Hojtsy2007-06-18
|
* #150521 by myself: streamline locale runtime performance and clean up code ↵Gábor Hojtsy2007-06-17
| | | | by not storing empty translations
* the language column is in locales_target, noted on IRC by wwwebernetGábor Hojtsy2007-06-17
|
* #150554 suggested by kkaefer, patch by me: rename 'po' folders to the more ↵Gábor Hojtsy2007-06-13
| | | | user friendly 'translations' name
* - Patch #101927 by cooferat: fixed problem with post information.Dries Buytaert2007-06-11
|
* #150335 by myself: clean up editing form, allow for powerful form alteringGábor Hojtsy2007-06-09
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #145671 by Gabor: import translation files when adding a new language.Dries Buytaert2007-05-22
|