summaryrefslogtreecommitdiff
path: root/includes/locale.inc
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #117826 by kkaefer: move the localization menu to site building.Dries Buytaert2007-02-11
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* #107015: Code consistency, capitalization of class names.Steven Wittens2007-01-05
|
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* #105889: fix parse error in locale.incSteven Wittens2006-12-30
|
* #97640: Do not xss filter locale strings on import or edit.Steven Wittens2006-12-29
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* - Patch #27906 by mikeryan: added Brazilian-Portugese support.Dries Buytaert2006-12-07
|
* - Patch #101236 by Uwe Herman: fixed typos in the documentation.Dries Buytaert2006-12-05
|
* #100563: Conditional loading of (some) module.css filesSteven Wittens2006-12-01
|
* #97640 by imagine. Don't encode & in translated strings.Neil Drumm2006-11-27
|