summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* #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
|
* #145748 by meba, after coding style fixes: disable the checkbox on the ↵Gábor Hojtsy2007-05-21
| | | | default language, so it cannot be disabled (the submit handler already disallows disabling it)
* #144496 by myself: import translations for newly installed modules and ↵Gábor Hojtsy2007-05-21
| | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once
* #139970 follow up fix by riccardoR: LTR is the default behaviorGábor Hojtsy2007-05-17
|
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #142074 by erdemkose: Bug and E_ALL: undefined variableGábor Hojtsy2007-05-08
|
* simple phpdoc formatting fix in locale.incGábor Hojtsy2007-05-08
|
* #141482 by Heine: collapse custom language addition form by default, because ↵Gábor Hojtsy2007-05-05
| | | | it is an advanced form, not required most of the time, so can make people confused
* - Patch #139970 by Gabor: locale cleanup.Dries Buytaert2007-05-03
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #135846 by Gabor: killed two E_NOTICESDries Buytaert2007-04-13
|
* - Patch #128866 by Gabor and erdemkose: make it impossible to delete the ↵Dries Buytaert2007-04-09
| | | | default language or the English language.
* - Patch #72564 by Gabor: locale bugfix: undefined variable.Dries Buytaert2007-04-06
|
* - Patch #133216 by meba: trying to get property of non-object on line 982.Dries Buytaert2007-04-04
|
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* #124366: Change the default language codes for Norwegian Nynorsk and ↵Steven Wittens2007-03-24
| | | | Norwegian Bokmål
* - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.Dries Buytaert2007-03-17
|