summaryrefslogtreecommitdiff
path: root/modules/locale
Commit message (Collapse)AuthorAge
...
* #154517 by Desbeers: fix locale form alter to properly alter the path alias ↵Gábor Hojtsy2007-11-04
| | | | addition form
* #186977 by openwereld: LIMIT on locale module UPDATE query is not needed and ↵Gábor Hojtsy2007-10-27
| | | | is even not PostreSQL compatible, so remove
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #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 #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #179234 by myself: language code regular experssion was too greedy for ↵Gábor Hojtsy2007-09-28
| | | | simple langcode.po names
* #175593 by JirkaRybka: fix help text about textgroups, rewording a ↵Gábor Hojtsy2007-09-14
| | | | misleading example
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* #171646 by JirkaRybka: store version usage information for every source ↵Gábor Hojtsy2007-09-02
| | | | string, optimize caching and prune the initially unused strings
* #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
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #156429 by GreenMother: kill notices if form ID does not existGábor Hojtsy2007-07-03
|
* #156143 noted by Arancaytar, pathc by myself: user_language() was named ↵Gábor Hojtsy2007-07-02
| | | | user_preferred_language()
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #141996 by Jose A Reyero and myself: translation block to switch interface ↵Gábor Hojtsy2007-06-30
| | | | languages by default, and even content languages, when a translation module provides the alternate links
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #131026 by James et al: OpenID client support for Drupal!Dries Buytaert2007-06-18
| | | | | Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something.
* Corrected documentation for plid to reflect chaining.Gábor Hojtsy2007-06-18
|
* Annotate the locale schema to help developers understanding what is stored ↵Gábor Hojtsy2007-06-18
| | | | in some of the far from obvious fields. Patch by myself.
* #150521 by myself: streamline locale runtime performance and clean up code ↵Gábor Hojtsy2007-06-17
| | | | by not storing empty translations
* #151410 by myself: allow modules to watch for the exact strings used on a pageGábor Hojtsy2007-06-15
|
* - Patch #150762 by hunmonk: fixed typo.Dries Buytaert2007-06-11
|
* #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 #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - 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
|
* #128866 by myself: bjaspan noted that the pgsql and mysql updates on ↵Gábor Hojtsy2007-05-25
| | | | locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #145671 by Gabor: import translation files when adding a new language.Dries Buytaert2007-05-22
|
* #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
* #143249 by Jose A Reyero: add language parameter to t() to make it possible ↵Gábor Hojtsy2007-05-15
| | | | to retrieve translations of strings for different languages, to send emails to users in their own language for example
* - Patch #139970 by Gabor: locale cleanup.Dries Buytaert2007-05-03
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* - Patch #137376 by Gabor: add language support to nodes.Dries Buytaert2007-04-25
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #128866 by Gabor and erdemkose: make it impossible to delete the ↵Dries Buytaert2007-04-09
| | | | default language or the English language.
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* - Patch #128866 by chx: fixed broken confirm form.Dries Buytaert2007-03-26
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* - Patch #98359 by Robroy and webchick: string clean-up: web site -> websiteDries Buytaert2007-02-27
|