Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | now optimized | ||
* | #193905 report by greggles, patch by myself: the user account page changed ↵ | Gábor Hojtsy | 2007-11-24 |
| | | | | language to the last language set up | ||
* | #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵ | Gábor Hojtsy | 2007-11-24 |
| | | | | download links and include more pointers to these locations | ||
* | #194595 report by hass, patch by myself: native language name is required, ↵ | Gábor Hojtsy | 2007-11-23 |
| | | | | so we need to fill it in the updates - also omit it in user listing if the same as the translated language name | ||
* | #154517 by Desbeers: fix locale form alter to properly alter the path alias ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | addition form | ||
* | #186977 by openwereld: LIMIT on locale module UPDATE query is not needed and ↵ | Gábor Hojtsy | 2007-10-27 |
| | | | | is even not PostreSQL compatible, so remove | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #183056 by JirkaRybka: improve locale cache handling performance | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 | ||
* | #179234 by myself: language code regular experssion was too greedy for ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | simple langcode.po names | ||
* | #175593 by JirkaRybka: fix help text about textgroups, rewording a ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | misleading example | ||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | #171646 by JirkaRybka: store version usage information for every source ↵ | Gábor Hojtsy | 2007-09-02 |
| | | | | string, optimize caching and prune the initially unused strings | ||
* | #171562 by JirkaRybka: fix several issues with locales | Gábor Hojtsy | 2007-09-01 |
| | | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | #156429 by GreenMother: kill notices if form ID does not exist | Gábor Hojtsy | 2007-07-03 |
| | |||
* | #156143 noted by Arancaytar, pathc by myself: user_language() was named ↵ | Gábor Hojtsy | 2007-07-02 |
| | | | | user_preferred_language() | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-07-01 |
| | |||
* | #141996 by Jose A Reyero and myself: translation block to switch interface ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Buytaert | 2007-06-18 |
| | | | | | Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something. | ||
* | #150521 by myself: streamline locale runtime performance and clean up code ↵ | Gábor Hojtsy | 2007-06-17 |
| | | | | by not storing empty translations | ||
* | #151410 by myself: allow modules to watch for the exact strings used on a page | Gábor Hojtsy | 2007-06-15 |
| | |||
* | - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵ | Dries Buytaert | 2007-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 Hojtsy | 2007-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 Buytaert | 2007-05-28 |
| | |||
* | - Patch #145671 by Gabor: import translation files when adding a new language. | Dries Buytaert | 2007-05-22 |
| | |||
* | #144496 by myself: import translations for newly installed modules and ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Buytaert | 2007-05-03 |
| | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| | |||
* | - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵ | Dries Buytaert | 2007-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 Buytaert | 2007-04-25 |
| | |||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| | |||
* | - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵ | Dries Buytaert | 2007-04-15 |
| | | | | PHP/Drupal conventions. | ||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | - Patch #128866 by Gabor and erdemkose: make it impossible to delete the ↵ | Dries Buytaert | 2007-04-09 |
| | | | | default language or the English language. | ||
* | - Patch #128866 by Gabor et al: new language subsystem fixes. | Dries Buytaert | 2007-03-28 |
| | |||
* | - Patch #128866 by chx: fixed broken confirm form. | Dries Buytaert | 2007-03-26 |
| | |||
* | - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. | Dries Buytaert | 2007-03-26 |
| | |||
* | - Patch #98359 by Robroy and webchick: string clean-up: web site -> website | Dries Buytaert | 2007-02-27 |
| | |||
* | - Patch #117826 by kkaefer: move the localization menu to site building. | Dries Buytaert | 2007-02-11 |
| | |||
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-01-31 |
| | |||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵ | Dries Buytaert | 2007-01-24 |
| | | | | and there is no upgrade path yet. | ||
* | #105309 by Gábor Hojtsy. Translate language name selection on user edit pages. | Neil Drumm | 2006-12-27 |
| | |||
* | #100563: Conditional loading of (some) module.css files | Steven Wittens | 2006-12-01 |
| | |||
* | #97824 by Gurpartap. Move enclosing elements outside of their t(). | Neil Drumm | 2006-11-26 |
| |