summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
Commit message (Collapse)AuthorAge
...
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #305436 by lelutin and Damien Tournoud: Fix broken closing tag.Angie Byron2008-09-08
|
* - Patch #243063 by GoofyX: fixed typo in context-sensitve help.Dries Buytaert2008-08-25
|
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #280628 by catch et al: added missing confirm form.Dries Buytaert2008-07-10
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - 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.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* Translating menu items and taxonomies is not a core feature, so do not ↵Gábor Hojtsy2008-01-28
| | | | mislead users. Noticed while translating to Hungarian.
* #206021 by dropcube and myself: language content type settings were not ↵Gábor Hojtsy2008-01-09
| | | | properly namespaced
* #204946 by theborg, keith.smith: only tell users their language setting will ↵Gábor Hojtsy2008-01-07
| | | | be used for interface presentation, when this actually happens
* #206232 follow up by chx: set locale() cache to NULL when resettingGábor Hojtsy2008-01-04
|
* #206232 by chx with a bit of cleanup: add in-memory reset clearing to ↵Gábor Hojtsy2008-01-04
| | | | locale() to help it interact with simpletests, which are not reloading the Drupal instance on form submits
* #205334 by hass: if more then 5 languages are available, use a dropdown not ↵Gábor Hojtsy2008-01-02
| | | | a radio button list (usability)
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #202473 by keith.smith: pre-RC1 spell checking on hopefully final textGábor Hojtsy2007-12-19
|
* #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.
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵Gábor Hojtsy2007-11-26
| | | | now optimized
* #193905 report by greggles, patch by myself: the user account page changed ↵Gábor Hojtsy2007-11-24
| | | | language to the last language set up
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-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 Hojtsy2007-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 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
* #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
* - 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.
* #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 #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
|